
/**
 * CSS @imports must be at the top of the file.
 * Add them above this section.
 */


/* Temporary Fix for HubSpot Social Media css which is no longer being added October 2019-10-08 */
.hs-blog-social-share { height: 30px; }
.hs-blog-social-share .hs-blog-social-share-list {list-style: none; padding-left: 0;}
.hs-blog-social-share .hs-blog-social-share-list:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {float: left; margin-right: 10px;}
img.hs-social-sharing-placeholder {height:20px !important; width: auto !important; max-width: none !important; max-height: none !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; margin-right: 5px;}
span.hs-image-container {padding: 10px; display: inline-block;}

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  padding-inline-start: 0px;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
	float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
	vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* ==========================================================================
   Index:
  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES
   ========================================================================== */





/* ==========================================================================
   Variables
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jinja comment tags.
 *
 * 
 */

/* Colors */
 	/*  */
 	/*  */
 	/*  */
 	/*  */
 	/*  */
 	/*  */
 	/*  */
	/*  */
 	/*  */
 	/*  */
 	/*  */





  /* Primary section background colors. Supports hex, and rgb formats. (examples: #f6f6f6, rgb(240,240,240) ) */
  /* Secondary section background colors. Supports hex, and rgb formats. (examples: #f6f6f6, rgb(240,240,240) ) */
  /* Tertiary section background colors. Supports hex, and rgb formats. (examples: #f6f6f6, rgb(240,240,240) ) */

/* Typography */

	/*  */
                 /*  */
            /*  */
  /*  */
 /* Headline font weight (example: normal, bold, 300, 400, 500, 600). */





 /* IDP */
 /* IDP */






/* JMP Text Configuration */
 /* Dark text color (example: #000000). */
 /* Light text color (example: #ffffff). */
 /* Dark text shadow color (example: #000000). */
 /* Light text shadow color (example: #ffffff). */
 /* Text shadow weight (options: 0, 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */

/* Header Configuration */
  /* Header background color (example: #333333). Leave blank to use default. */
 /* Logo Image natural height in pixels (example: 200). */
 /* Logo Image natural height in pixels (example (100). */
  /* Logo maximum height for full header in pixels (example 96). */
  /* logo maximum height for small/mobile header in pixels (example: 64). */
 /* Header content maximum width in pixels (examples: 1280, 1366, 1440, 1680). */

/* Header Top Right Configuration */
 /* Top-right header text color */
 /* Top-right header link color */
 /* Top-right header link hover color. */
 /* Top-right header link active color. */
 /* Top-right header link color when on the page. */
  /* Top-right header Font Family */
  /* Top-right header Font Size */

/* Header Main Menu Configuration */
  /* Set menu ul background color */
  /* Set menu li background color */
  /* Set menu li background color hover */
  /* Set menu li background color active */
 /* Set menu link color */
 /* Set menu link color hover */
 /* Set menu link color active */
  /* Set menu li horizontal margin  |  Ex. "5" #} */

  /* Set menu child ul background color */
  /* Set menu child li background color */
 /* Set menu li background color hover */
  /* Set menu li background color active */
 /* Set menu child link color */
 /* Set menu child link color hover */
 /* Set menu child link color active */

 /* Number of the last top-level item on desktop menu to hide (example: 0, 1, 2) */
 /* Minimum width before toggling from the full desktop menu to the mobile/hamburger menu (example: 960). */
    /* Menu Mobile Style  (1:standard | 2:scrollable page for menus with a larger number of items). */
    /* Mobile Menu Width  (100: full screen ). */
  /* Menu Font Family */
  /* Menu Font Size */

/* Footer Configuration */
  /* Footer background color (example: #333333). Leave blank to use baseColor. */
  /* Footer text color (example: #333333) Leave blank to use #ffffff. */
  /* Footer link color (example: #0000cc). Leave blank to use default link color. */
  /* Footer link hover color (example: #0000ff). Leave blank to use default link hover color. */
  /* Footer link active color (example: #000099). Leave blank to use default link active color. */
  /* Footer top border color (example: #cccccc). Leave blank to use accentColor1. */
  /* Footer top border width in pixels (example: 0, 5, 10). */

 /* Footer content maximum width in pixels (examples: 1280, 1680). */

 /* Back-to-top button horizontal position (options: left, center, right). */
 /* Back-to-top button border radius (example: 0, 1, 2. 999 for pill shaped buttons). */
 /* Back-to-top button background color (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use link color. */
 /* Back-to-top button background color (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use default button background hover color. */
 /* Back-to-top button background color (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use default button background active color. */

/* Copyright Section Configuration */ /* Only applies to Footer (Dual Column) */
 /* Copyright Section background color (example: #000000). */
 /* Copyright Section text color (example: #ffffff). */
 /* Copyright Section link color (example: #0000cc). Leave blank to use default link color. */
 /* Copyright Section link hover color (example: #0000ff). Leave blank to use default link hover color. */
 /* Copyright Section link active color (example: #000099). Leave blank to use default link active color. */

/* Blog Configuration */
 /* Blog Author Avatar border radius (examples: 0, 1, 2. 999 for pill shaped). */
 /* Blog Author Avatar maximum width in pixels (example: 128). Note: Also limited to 37.5% */
 /* Blog Author Social Links button border radius (examples: 0, 1, 2. 999 for circular buttons). */
 /* Blog Author Data text color (example: #0000cc). Leave blank to use default link color. */
 /* Blog Author Data link color (example: #0000cc). Leave blank to use default link color. */
 /* Blog Author Data link hover color (example: #0000cc). Leave blank to use default link color. */
 /* Blog Author Data link active color (example: #0000cc). Leave blank to use default link color. */
 /* Toggles the horzizontal divider between blog list items (options: True, False). */
 /* Read More Link Font Weight (examples: normal, bold, 600). */
 /* Transform Read More Link Text (options: none, capitalize, lowercase, uppercase ). */
 /* Read More Link After Character Font Family (examples: "Font Awesome 6 Free"). If blank default font will be used. */
 /* Read More Link After Character (examples: f138" = chevron-circle-right, "f152" = caret-square-right, "f30b" = long-arrow-alt-right). */
 /* Padding between "Read More" and Character in pixels (examples: 0, 5, 10). */
 /* Blog Post Quote text color (example: #333333) */
 /* Blog Post Quote font size (example: 1.5em) */
 /* Blog Listing Featured Image border color (example: #ffffff). */
 /* Blog Listing Featured Image  border width (example: 0, 1, 2). */
 /* Blog Listing Featured Image  border radius (example: 0, 1, 2. 999 for pill shaped). */

/* Forms Configuration */
 /* Form field background color (example: #ffffff). */
 /* Form field border color (example: #cccccc). */
 /* Form field border width in pixels (example: 0, 1, 2). */
 /* Form field border radius (example: 0, 1, 2. 999 for pill shaped buttons). */
 /* Form field box shadow (example: "none, inset 0 1px 1px rgba(0,0,0,.075)"). */
 /* Form field box shadow focus (example: "none, inset 0 px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6)"). */
 /* Form field placeholder text color (example: #757575). */

 /* Required Asterisk Color (Default: #cc3300) */
 /* Hide the Required Asterisk on Blog Subscription Form Text Fields (options: true, false) */
 /* Hide the Required Asterisk on Blog Comment Form Text Fields (options: true, false) */
 /* Error Messages Color */

/* Button Configuration */
 /* Button type (0:standard | 1:fade-in, fade-out | 2:fade-out, fade-in | 3:invert, standard | 4:invert, fade-out | 5:invert, fade-out, border removed | M1:special | M2:special | P1:special). */
 /* Button background color 1 (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use link color. */
 /* Button background color 1 (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use default button background hover color. */
 /* Button background color 1 (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use default button background active color. */

 /* Button background color 2 for gradients (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use link color. */
 /* Button background color 2 for gradients (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use default button background hover color. */
 /* Button background color 2 for gradients (examples: #0000ff, #177783, #175d84, #ff6c33). Leave blank to use default button background active color. */
 /* Button background gradient angle for gradients (examples: 0, 90, 180, 270). */
 /* Button text color (example: #ffffff). */


 /* Button shadow color (examples: #000000, #999999, #ffffff). */
 /* Button shadow weight (example: 0, 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */
 /* Button shadow hover weight (example: 0, 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */
 /* Button shadow active weight (example: 0, 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */
 /* Button font weight (example: normal, bold, 600). */
 /* Button border color (example: #ffffff). */
 /* Button border width (example: 0, 1, 2). */
 /* Button border radius (example: 0, 1, 2. 999 for pill shaped buttons). */
 /* Button max width (example: 260, 280, 300). */













































 /* Number of Social Connect buttons */
 /* Social Connect border radius (example: 0, 2, 5. 999 for circular buttons) */
 /* Social Connect shadow color (example: #000000). */
 /* Social Connect shadow weight (example: 0, 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */

/* JMP Image List Section Configuration */
 /* (default: 6) */

/* JMP Multi-Column Section Configuration */
 /* (default: 6) */

/* JMP Rich Text Section Configuration */
 /* (default: 6) */
 /* (default: 6) */

/* JMP Hero Section Configuration */
 /* Hero section left and right side button border radius (Examples: 0, 1, 2). Use 999 for pill shaped buttons. */
 /* (default: 6) */

/* JMP Headline Section Configuration */

/* JMP Box Section Configuration */
 /* JMP Box section default background color (example: #cccccc). Leave blank to use accentColor2. */
 /* JMP Box border radius (example: 0, 1, 2. ). */
 /* Linked JMP Box shadow color (example: #000000). */
 /* Linked JMP Box shadow weight (example: 0, 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */

/* JMP Logos Section Configuration */
 /* JMP Split section text color (example: #ffffff). Leave blank to use baseColor. */
 /* Alternate JMP Logos section text color (example: #000000). */
 /* (default: 6) */
 /* Default Slideshow Arrow button background color (example: #ffffff, default color is the link color) */

/* JMP Split Section Configuration */
 /* (default: 6) */
 /* (default: 6) */
  /* (default: 4) */
   /* (default: 6) */
 /* (default: 6) */

/* JMP Image Styling Configuration */
 /* JMP Image mat width (example: 2). */
 /* JMP image mat color (example: #f6f6f6). */
 /* JMP Image image frame width (example: #2). */
 /* JMP image frame color (example: #cccccc). */
 /* JMP Dark image background color
 /* JMP Light image background color
 /* JMP Dark image shadow color (example: #000000). */
 /* JMP Light image shadow color (example: #ffffff). */
 /* JMP Image shadow weight (example: 1, 2 3). 0=None, 1=Light, 2=Medium, 3=Heavy */

/* Well Colors */






/* CTA Screen Capture Configuration */


/* Don't Edit */
 /* (default: 20) */

/* File Path Configuration - Change after images/ui files are in place */
 /* File Manager Hosting Domain (example: http://www.example.com) */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* ^^^^  */



/* ==========================================================================
   Macros
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Text Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


/* Transform */





/* ==========================================================================
   Base
   ========================================================================== */
:root {
  color-scheme: light; /* light supported */
}

/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

/* Website background color and default font styles */
body {
	background: #5e2bff;
	color: #111111;
	font-family: Poppins;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.4;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	border: 0;
	display:block;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width:100%;
}


hr:after { /* prevents floated images from dropping below an hr */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Page Center - Apply .page-center to full-width modules. START */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1280;
	margin: 0 auto;
}
/* Page Center - Apply .page-center to full-width modules. FINISH */

a {
	text-decoration: none;
	color: #0073d0;
	/* border-bottom: 1px solid rgba(0, 115, 208, 0); */ 
	/* -webkit-transition: all 0.4s ease-in-out, border 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out, border 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out, border 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out, border 0.4s ease-in-out;
	transition: all 0.4s ease-in-out, border 0.4s ease-in-out; */ 
}
a:hover,
a:focus {
	color: #3cafff;
	/* border-bottom: 1px solid rgba(0, 115, 208, 1); */
}
a:active {
	color: #3cafff;
	/* border-bottom: 1px solid rgba(0, 115, 208, 1); */
}
.transitions-allowed a { -webkit-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, border-bottom 0.4s ease-in-out; }
.row-fluid [class*="span"] {
	min-height: 0px;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
	max-width: initial;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.dnd-section .dnd-column{
	padding: 0 0;
}
.content-wrapper {
	max-width: 1280px;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
.stylep,
p {
	margin: 12px 0;
	-webkit-margin-before: 12px;
	-webkit-margin-after: 12px;
}

.stylep:first-child,
p:first-child {
	margin-top: 0px;
	-webkit-margin-before: 0px;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Poppins;
	hyphens: none;
	margin: 12px 0;
	-webkit-margin-before: 12px;
	-webkit-margin-after: 12px;
	text-rendering: optimizelegibility;
	text-transform: none;
}
h1 { font-weight: 400 }
h2 { font-weight: 400 }
h3 { font-weight: 400 }
h4 { font-weight: 400 }
h5 { font-weight: 400 }
h6 { font-weight: 400 }

h1, h2.styleh1, h3.styleh1, h4.styleh1, h5.styleh1, h6.styleh1 { font-size: 2em; line-height: 1.2; }
h2, h3.styleh2, h4.styleh2, h5.styleh2, h6.styleh2, h1.styleh2 { font-size: 1.70em; line-height: 1.2; }
h3, h4.styleh3, h5.styleh3, h6.styleh3, h1.styleh3, h2.styleh3 { font-size: 1.40em; line-height: 1.3; }
h4, h5.styleh4, h6.styleh4, h1.styleh4, h2.styleh4, h3.styleh4 { font-size: 1em; line-height: 1.4; }
h5, h6.styleh5, h1.styleh5, h2.styleh5, h3.styleh5, h4.styleh5 { font-size: 0.83em; line-height: 1.48; }
h6, h1.styleh6, h2.styleh6, h3.styleh6, h4.styleh6, h5.styleh6 { font-size: 0.67em; line-height: 1.60; }
h1.styleh0, h2.styleh0, h3.styleh0, h4.styleh0, h5.styleh0, h6.styleh0, h1.displayh1, h2.displayh2, .displayh1 h1 { font-size: 3.00em; line-height:1.1; }
h1.style0, h2.style0, h3.style0, h4.style0, h5.style0, h6.style0 { display: inline; font-size: inherit; line-height: inherit; }

@media (min-width: 415px) and (max-width: 480px) {
	h1, h2.styleh1, h3.styleh1, h4.styleh1, h5.styleh1, h6.styleh1 { font-size: 1.7em; line-height: 1.2; }
	h2, h3.styleh2, h4.styleh2, h5.styleh2, h6.styleh2, h1.styleh2 { font-size: 1.5em; line-height: 1.3; }
	h3, h4.styleh3, h5.styleh3, h6.styleh3, h1.styleh3, h2.styleh3 { font-size: 1.3em; line-height: 1.3; }
	h1.styleh0, h2.styleh0, h3.styleh0, h4.styleh0, h5.styleh0, h6.styleh0, h1.displayh1, h2.displayh2, .displayh1 h1 { font-size: 2.125em; line-height:1.188; }
}
@media (min-width: 320px) and (max-width: 414px) { /* iPhone Plus (414 points) */
	h1, h2.styleh1, h3.styleh1, h4.styleh1, h5.styleh1, h6.styleh1 { font-size: 1.6em; line-height: 1.3; }
	h2, h3.styleh2, h4.styleh2, h5.styleh2, h6.styleh2, h1.styleh2 { font-size: 1.4em; line-height: 1.3; }
	h3, h4.styleh3, h5.styleh3, h6.styleh3, h1.styleh3, h2.styleh3 { font-size: 1.2em; line-height: 1.3; }
	h1.styleh0, h2.styleh0, h3.styleh0, h4.styleh0, h5.styleh0, h6.styleh0, h1.displayh1, h2.displayh2, .displayh1 h1 { font-size: 2.0em; line-height:1.2; }
}
@media only screen and (max-height: 480px) and (orientation: landscape), (max-width: 319px) { /* Smaller than iPhone 5 (320 points ) */
	h1, h2.styleh1, h3.styleh1, h4.styleh1, h5.styleh1, h6.styleh1 { font-size: 1.5em; line-height: 1.3; }
	h2, h3.styleh2, h4.styleh2, h5.styleh2, h6.styleh2, h1.styleh2 { font-size: 1.3em; line-height: 1.3; }
	h3, h4.styleh3, h5.styleh3, h6.styleh3, h1.styleh3, h2.styleh3 { font-size: 1.1em; line-height: 1.4; }
	h1.styleh0, h2.styleh0, h3.styleh0, h4.styleh0, h5.styleh0, h6.styleh0, h1.displayh1, h2.displayh2, .displayh1 h1 { font-size: 1.875em; line-height:1.213; }
}

/* Align for System Template to Style START */
.widget-type-email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
	font-size: 16px !important; line-height: 1.4 !important;
	margin: 12px 0 !important; -webkit-margin-before: 12px !important; -webkit-margin-after: 12px !important;
}

.widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_simple_subscription h1{
	font-size: 2.00em !important; line-height:1.2 !important;
	margin: 12px 0; -webkit-margin-before: 12px; -webkit-margin-after: 12px;
}

.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
	font-size: 1.7em !important; line-height: 1.2 !important;
	margin: 12px 0 !important; -webkit-margin-before: 12px !important; -webkit-margin-after: 12px !important;
}

@media (min-width: 415px) and (max-width: 480px) {
	.widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_simple_subscription h1{
		font-size: 2.00em !important; line-height:1.2 !important; }

	.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
		font-size: 1.7em !important; line-height: 1.2 !important; }
}

@media (min-width: 320px) and (max-width: 414px) { /* iPhone Plus (414 points) */
	.widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_simple_subscription h1{
		font-size: 1.7em !important; line-height: 1.2 !important; }

	.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
		font-size: 1.5em !important; line-height: 1.3 !important; }
}

@media (max-width: 319px) { /* Smaller than iPhone 5 (320 points ) */
	.widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_simple_subscription h1{
		font-size: 1.5em !important; line-height: 1.3 !important; }

	.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
		font-size: 1.3em !important; line-height: 1.3 !important; }
}
/* Align for System Template to Style FINISH */


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0px;
	-webkit-margin-before: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
	image-rendering: -webkit-optimize-contrast;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
	margin-bottom: 0.5em;
	-webkit-margin-after: 0.5em;
}

ul.unstyled, ol.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dualcol-ul ul {
	-webkit-padding-start: 0px;
}
.dualcol-ul ul li{
	display: inline-block; 
	position: relative;
	list-style: none;
	margin-left: 40px;
	min-width: 50%; 
}
.dualcol-ul ul li:before {
	content: "\25CF";
	position: absolute;
	margin-top: 0.25em;
	margin-left: -1.5em;
	display: inline-block;
	font-style: normal;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4;
}
.dualcol-ul ul li.highlighted:before {
	color: #f74902;
}
@media (min-width: 481px) {
	.dualcol-ul ul {
		-moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px;
	}
	.numcolumns3 .dualcol-ul ul, .numcolumns4 .dualcol-ul ul, .numcolumns5 .dualcol-ul ul, .numcolumns6 .dualcol-ul ul {
		-moz-column-count: auto; -moz-column-gap: normal; -webkit-column-count: auto; -webkit-column-gap: normal; column-count: auto; column-gap: normal;
	}
}
@media (max-width: 480px) {
	.dualcol-ul ul {
		-moz-column-count: auto; -moz-column-gap: normal; -webkit-column-count: auto; -webkit-column-gap: normal; column-count: auto; column-gap: normal;
	}
}

.smart-dual-img-row {
	margin: 20px -20px 0px 0px;
	overflow: hidden;
}

.smart-dual-img-row span {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 50%;
	padding: 0px 20px 20px 0px;
}
@media (max-width: 480px) {
	.smart-dual-img-row span {
		display: block;
		width: 100%;
	}
}

/* Quotes */
blockquote { font-style: italic; }
blockquote p { font-style: italic; line-height: 1.2 }
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.text-center { text-align: center; }

.text-color-dark,
.arrow-color-dark {
	color: #000000;
}
.text-color-light,
.arrow-color-light {
	color: #ffffff;
}

.legal-consent-container .hs-richtext {
	font-size: 0.6em;
}

/* ==========================================================================


   2. COS STRUCTURE


   ========================================================================== */





/* ==========================================================================
   Structure
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */

body header.header,
.header-container-wrapper {
	background: #ffffff;
	background: rgba(255, 255, 255,0.95);
	padding: 20px 0px 0px 0px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.5);
	/*  top:0; */ /* IDP - Removed 2023-02-05 */
}

.mobile-open .header-container-wrapper {
	background: rgba(255, 255, 255,1);
	
}

.header-container {
}
.header-container .widget-type-logo a img {
	max-height: 72px; /* Hack to prevent 100% height SVG images on older versions of Safari */
}

.small-header .body-container-wrapper {
	border-top: 96px solid #ffffff; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
}

.small-header .custom-menu-primary .hs-menu-wrapper > ul {
	top: 96px; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
}
.hs-menu-wrapper i {
	display: inline;
}


.header-max-width,
.header-container .header-max-width {
	margin: 0 auto 0 auto;
	max-width: 1280px;
	position: relative;
}

.header-container > div.pad:after,
.header-container > div.pad > div:after { /* Clears .pad and .header-max-width */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.anchor {
	display: block;
	position: relative;
	top: -96px; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
	visibility: hidden;
}

.transitions-allowed .header-section .logo,
.transitions-allowed .header-container .widget-type-logo { -webkit-transition: max-width 0.2s linear;
	-moz-transition: max-width 0.2s linear;
	-o-transition: max-width 0.2s linear;
	-ms-transition: max-width 0.2s linear;
	transition: max-width 0.2s linear; }
.transitions-allowed .parallax-mirror { }

@media (min-width: 480px) {
	.header-section .logo,
	.header-container .widget-type-logo {
		max-width: 221px;
		min-height: 72px;
                /* width: 100%; */ /* IDP Removed 2023-02-06 */
	}
	.small-header .header-section .logo,
	.small-header .header-container .widget-type-logo {
		max-width: 172px;
		min-height: 56px;
	}
	.body-container-wrapper {
		border-top: 112px solid #ffffff; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		top: 112px; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
	}
}
@media (max-width: 479px) {
	.header .logo,
	.header-container .widget-type-logo {
		max-width: 172px;
		min-height: 56px;
	}
	.body-container-wrapper {
		border-top: 96px solid #ffffff; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
	}
	.header-section .header-max-width div.button {
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		top: 96px; /* includes .header-container-wrapper top padding and .header-container .widget-type-logo bottom margin */
	}
}

/*-----------------*/

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: ;
	font-family: Poppins;
}

.menu__child-toggle-icon {
	border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
	border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
	color: ;
}

.menu__child-toggle-icon:active {
	border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
	background-color: ;
}

@media (min-width: 767px) {
	.menu .menu__submenu,
	.header__language-switcher .lang_list_class {
		
		background-color: ;
	}

	.menu__submenu--level-2 > .menu__item:first-child:before {
		
		background-color: ;
	}
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
	color: ;
	background-color: ;
}

.header__language-switcher .lang_list_class:before {
	border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
	background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
	border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Poppins;
}

.header__language-switcher-label-current:after {
	border-top-color: ;
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: ;
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: ;
	}
}

/* Testimonial Slider START */
.jmp-testimonial-slider {
	position: relative;
	height: 100%;
	width: 100%;
	overflow:hidden;
}
.jmp-testimonial-slider .slider-content {
	position: relative;
	width: 100%;
}
.jmp-testimonial-slider .slider-content-wrapper {
	display: flex;
	height:300px;
	transition: transform 0.5s ease-in-out;
}
.jmp-testimonial-slider .slider-content__item {
	flex: 1 0 100%;
}
.jmp-testimonial-slider .slider-controls {
	padding:20px;
	text-align: center;
}
.jmp-testimonial-slider .slider-content__controls {
	position:absolute;
  bottom:0;
left:0;
	width: 100%;
	z-index:1;
	/*transform: translateY(-50%);*/
	/*padding:0 15px;*/
}

/* Arrows */
.jmp-testimonial-slider .prev-arrow, .next-arrow {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	color:rgba(0,0,0, 0.3);
	width: 20px;
	transition: all 0.3s;
}
.jmp-testimonial-slider .prev-arrow {left: 20px;}
.jmp-testimonial-slider .next-arrow {right: 20px;}

.jmp-testimonial-slider .prev-arrow:hover,
.jmp-testimonial-slider .next-arrow:hover {
	cursor: pointer;
	color:rgba(0,0,0, 0.7);
}

/* Dots */
.jmp-testimonial-slider .dots {
	display: flex;
	    width: 100%;
    justify-content: center;
}
.jmp-testimonial-slider .dot {
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background-color: rgba(0,0,0, 0.3);
	/*box-shadow: 0 0 5px 0px rgba(0,0,0,0.9);*/
	border-radius: 50%;
	transition:all 0.3s;
}

.jmp-testimonial-slider .dot:last-child {margin-right: 0;}
.jmp-testimonial-slider .dot:hover {background-color: #fff;}
.jmp-testimonial-slider .dot--active {background-color: rgba(255,255,255, 0.5);}

/* Buttons */
.jmp-testimonial-slider  button {
	cursor: pointer;
	margin-right: 8px;
	border:none;
	border-radius: 4px;
	padding:10px;
	background-color: #3066BE;
	color:#FFF;
	transition: all 0.5s;
}
.jmp-testimonial-slider button:last-child {margin-right: 0;}
.jmp-testimonial-slider button:hover {background-color: #60AFFF;}
.jmp-testimonial-slider button:focus {outline: none;}

/* Mods */
.jmp-testimonial-slider .disabled {
	background-color: #DCCFCF;
	color:#B0A8A8;
	cursor: default;
	pointer-events:none;
}

.jmp-testimonial-slider .d-none {display: none;}
.jmp-testimonial-slider .active {opacity: 1;}
.jmp-testimonial-slider .centered {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}
  div#jmp-testimonail-slider { overflow: visible; padding:0px;}
.jmp-testimonial-slider .slider-content__controls .prev-arrow, .jmp-testimonial-slider .slider-content__controls .next-arrow { display: none;}

  .jmp-testimonial-slider .slider-controls button{ position: absolute;  top: 45%;  transform:translateY(-50%); font-size:0px; background-position:center;height: 60px; width: 37px; background-size: 50%; background-repeat: no-repeat;  padding: 0;z-index:8; background-color: rgba(0, 115, 208,.5); -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }
.jmp-testimonial-slider .slider-controls button:hover{background-color: rgba(60, 175, 255,0.75);}
.jmp-testimonial-slider .slider-controls button.disabled{background-color: #DCCFCF;}
.jmp-testimonial-slider .slider-controls button.disabled:hover{background-color:#DCCFCF:}
  .jmp-testimonial-slider .slider-controls  button.prev-control{left:-60px; font-size:0px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z'%3E%3C/path%3E%3C/svg%3E%0A");}
  .jmp-testimonial-slider .slider-controls  button.next-control{right:-60px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E%0A");}
div#jmp-testimonail-slider .slider-content-wrapper { height: auto;}
 div#jmp-testimonail-slider .jmp-testimonial-slider-item > div { padding-bottom: 45px;}
   div#jmp-testimonail-slider.jmp-testimonial-slider .dot { width: 12px;  height: 12px; background-color:#3066BE}
  div#jmp-testimonail-slider.jmp-testimonial-slider .dot.dot--active{background-color: #60AFFF;}
 .jmp-multi-column-container.numcolumns3.jmp-columns-overlay-type-1 > div > span{margin-left:0 !important}
  
  @media all and (max-width:620px){
    .jmp-testimonial-slider .slider-controls button{    height: 45px;  width: 25px;}
    .jmp-testimonial-slider .slider-controls button.prev-control{left:-10px;}
    .jmp-testimonial-slider .slider-controls button.next-control{right:-10px;}
  }
/* Testimonial Slider FINISH */

/* Social Connect Color START */
.social-share,
.social-connect-color {
	font-size: 16px;
	letter-spacing: normal;
}
.social-share h3,
.social-connect-color h3 {
}
.social-share ul,
.social-connect-color ul {
	font-size: 0;
	line-height: normal;
	padding-left: 0;
	list-style-type: none !important;
	margin: 0px -6px 0px 0px;
	width:100%;
}
.social-share li,
.social-connect-color li {
	background: none;
	display:inline-block;
	padding: 0px 6px 10px 0px;
	width: 100.0%;
	max-width: 48px;
}
.social-share a,
.social-connect-color a {
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
	-ms-border-radius: 999px;
	border-radius: 999px;
	display:inline-block;
	padding: 0px 0px 0px 0px;
	
		-webkit-box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.1);
	
	width:100%;
}
.transitions-allowed  .social-share a,
.transitions-allowed .social-connect-color a { -webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out; }
.social-connect-color a img {
	image-rendering: -webkit-optimize-contrast;
	width:100%;
}
.social-shared a.twitter,
.social-connect-color a.twitter {background-color: #55acee;}
.social-share a.facebook {background-color: #1877f2;}
.social-connect-color a.facebook {background-color: #1877f2;}
.social-share a.linkedin {background-color: #0a66c2;}
.social-connect-color a.linkedin {background-color: #0a66c2;}
.social-share a.google-plus {background-color: #dc4e41;}
.social-connect-color a.google-plus {background-color: #dc4e41;}
.social-share a.youtube {background-color: #cd201f;}
.social-connect-color a.youtube {background-color: #cd201f;}
.social-share a.instagram {background-color: #d83274;}
.social-connect-color a.instagram {background-color: #d83274;}
.social-share a.pinterest {background: #bd081c;}
.social-connect-color a.pinterest {background: #bd081c;}
.social-connect-color a.medium {background: #f14a2f;}
.social-connect-color a.email {background: #777777;}
.social-connect-color a.website {background: #0054a0;}
.social-connect-color a.whatsapp {background-color: #25d366;}
.social-share a:rss {background-color: #fd9f13;}
.social-connect-color a:rss {background-color: #fd9f13;}

.social-share a.twitter:hover,
.social-connect-color a.twitter:hover {background-color: #75b6e5;}
.social-share a.facebook:hover,
.social-connect-color a.facebook:hover {background-color: #5d99e7;}
.social-share a.linkedin:hover,
.social-connect-color a.linkedin:hover {background-color: #2888e4;}
.social-share a.google-plus:hover,
.social-connect-color a.google-plus:hover {background-color: #e3604f;}
.social-share a.youtube:hover,
.social-connect-color a.youtube:hover {background-color: #f5302f;}
.social-share a.instagram:hover,
.social-connect-color a.instagram:hover {background-color: #cd5585;}
.social-share a.pinterest:hover,
.social-connect-color a.pinterest:hover {background: #d50c22;}
.social-connect-color a.medium:hover {background: #f14a2f;}
.social-connect-color a.email:hover {background: #646464;}
.social-connect-color a.website:hover {background: #3286d2;}
.social-connect-color a.whatsapp:hover {background-color: #25d366;}
.social-share a:rss:hover,
.social-connect-color a:rss:hover {background-color: #fd9f13;}

.social-connect-color a.twitter:active {background-color:  #3b9fe7;}
.social-connect-color a.facebook:active {background-color: #3c8aee;}
.social-connect-color a.linkedin:active {background-color: #0e579e;}
.social-connect-color a.google-plus:active {background-color: #e3604f;}
.social-connect-color a.youtube:active {background-color: #f5302f;}
.social-connect-color a.instagram:active {background-color: #cd5585;}
.social-connect-color a.pinterest:active {background: #990919;}
.social-connect-color a.medium:active {background: #f14a2f;}
.social-connect-color a.website:active {background: #00467e;}
.social-connect-color a.email:active {background: #868686;}
.social-connect-color a.whatsapp:active {background-color: #25d366;}
.social-connect-color a.rss:active {background-color: #fb9607;}
/* Social Connect Color FINISH */

.footer-container .social-connect-color li {
	background: none;
	display:inline-block;
	padding: 0px 6px 10px 0px;
	width: 100.0%;
	max-width: 48px;
}

/*-----------------    Website footer   -----------------------------*/

.footer {
	background-color: #351C75;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
	color: #FFFFFF;
}

.footer-section-wrapper {
	margin: 60px auto 20px auto;
}
.footer-section .footer-max-width,
.footer-section-wrapper .footer-max-width {
	margin: 0 auto 0 auto;
	max-width: 1280px;
}
.footer-section > div.pad:after
.footer-section-wrapper > div.pad:after,
.footer-section > div.pad > div:after,
.footer-section-wrapper > div.pad > div:after { /* Clears .pad and .footer-max-width */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footer-section .single-column,
.footer-container .single-column {
	margin: 0px 0px 40px 0px;
	text-align: center;
	width: 100%;
}
.footer-section .footer-column1,
.footer-container .left-column {
	margin: 0px 0px 40px 0px;
	text-align: left;
	width: 50%;
}
.footer-section .footer-column2,
.footer-container .right-column {
	margin: 0px 0px 40px 0px;
	text-align: right;
	width: 50%;
}
.footer-section .footer-inner-wrap {
	display: flex;
	align-items: center;
}
.footer-with-nav.hide-column2-footer,
.footer-with-no-nav.hide-column1-footer {
	display: none;
}
@media (max-width: 767px) {
	.footer-section .footer-column1,
	.footer-section .footer-column2,
	.footer-container .left-column,
	.footer-container .right-column {
		text-align: center;
		width: 100%;
	}
}
.footer-section, .footer-section p, .footer-section ul, .footer-section li,
.footer-container, .footer-container p, .footer-container ul, .footer-container li {
	color: #FFFFFF;
}
/*.footer-section,
.footer-container-wrapper {
	border-top: 10px solid #E69138;
	background-color: #351C75;
	color: #FFFFFF;
	text-align: center;
}*/
.footer-section a,
.footer-container-wrapper a {
	color: #FFFFFF;
}
.footer-section a:hover,
.footer-section a:focus,
.footer-container-wrapper a:hover,
.footer-container-wrapper a:focus {
	color: #FFFFFF;
}
.footer-section a:active
.footer-container-wrapper a:active {
	color: #FFFFFF;
}

footer.footer-copyright-section {
	background-color: #BD4CFA;
}

footer.footer-copyright-section > div.pad > div {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
footer.footer-copyright-section a {
	color: #ffffff;
}
footer.footer-copyright-section a:hover,
footer.footer-copyright-section a:focus {
	color: #32a5ff;
}
footer.footer-copyright-section a:active {
	color: #32a5ff;
}

footer.footer-copyright-section {
	background-color: #BD4CFA;
}

div.footer-copyright-section {}

div.footer-copyright-section > div > div {
	font-size: 0.9em;
	padding: 0px 0px 40px 0px;
	text-align: center;
}
footer.footer-copyright-section .hs-footer-company-copyright{ color: #ffffff; }

/* Back to Top START */
.footer .content-wrapper .back-to-top-wrapper {
	overflow:hidden;
}

.footer  .back-to-top-circle-btn {
	background: transparent;
	/*bottom: 0px;*/
	cursor: auto;
	font-size: 18px;
	height: 40px;
	padding: 0 20px 0 20px;
	/*position: fixed;*/
	overflow:hidden;
	text-align: center;
	width: 100%;
	z-index: 9993;
}
footer.footer .container-fluid.content-wrapper{padding:0px;}
.footer  .back-to-top-circle-btn a {
	background-color: rgba(189, 76, 250,.5);
	color: rgba(255, 255, 255,0.75);
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
	height: 80px;
	width: 80px;
	vertical-align: top;
}
.transitions-allowed  .back-to-top-wrap .back-to-top-btn a,
.transitions-allowed .footer  .back-to-top-circle-btn a { -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out; }
.back-to-top-wrap .back-to-top-btn a .fa.fa-angle-up,
.footer  .back-to-top-circle-btn a .fa.fa-angle-up {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 40px;
	line-height: 40px;
	padding: 0px 20px 20px 20px;
}

.footer  .back-to-top-circle-btn a:hover,
.footer  .back-to-top-circle-btn a:focus {
	background-color: rgba(189, 76, 250,1);
	color: rgba(255, 255, 255,1)
}

.footer  .back-to-top-circle-btn a:active {
	background-color: rgba(189, 76, 250,1);
	color: rgba(255, 255, 255,1)
}
.footer-with-no-nav.show-column1-footer .footer-inner-wrap {  display: block;}
.footer-with-no-nav.show-column1-footer .footer-inner-wrap .social-share h4 { color: initial;}
.footer-with-no-nav.show-column1-footer .footer-inner-wrap .social-share{margin-bottom:30px;}
.footer-with-no-nav.show-column1-footer .footer-inner-wrap .social-share ul li a{border-radius:100%;}
.footer-with-no-nav.show-column1-footer div#footer-copyright-text{background-color: #BD4CFA; margin-bottom:0px;}

.footer-with-no-nav.show-column1-footer div#footer-copyright-text .footer-inner-wrap{color: #ffffff;	font-size: 0.9em;	padding: 10px 0px 10px 0px;	text-align: center;}

.footer-with-no-nav.show-column1-footer div#footer-copyright-text .footer-inner-wrap span{color: #ffffff;}
.footer-with-no-nav.show-column1-footer div#footer-copyright-text .footer-inner-wrap span small{font-size:100%;}
/* Back to Top FINISH */

.footer-section-wrapper {
	margin: 60px auto 20px auto;
}

.footer-section-wrapper .footer-max-width {
	margin: 0 auto 0 auto;
	max-width: 1280px;
}

.footer-section-wrapper > div.pad:after,
.footer-section-wrapper > div.pad > div:after { /* Clears .pad and .footer-max-width */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-container .social-connect-color li {
	background: none;
	display:inline-block;
	padding: 0px 6px 10px 0px;
	width: 100.0%;
	max-width: 48px;
}

.footer-container .single-column {
	margin: 0px 0px 40px 0px;
	text-align: center;
	width: 100%;
}

.footer-container .left-column {
	margin: 0px 0px 40px 0px;
	text-align: left;
	width: 50%;
}

.footer-container .right-column {
	margin: 0px 0px 40px 0px;
	text-align: right;
	width: 50%;
}

@media (max-width: 767px) {
	.footer-container .left-column,
	.footer-container .right-column {
		text-align: center;
		width: 100%;
	}
	.footer-section .footer-inner-wrap { flex-wrap:wrap; }
}

.footer-container, .footer-container p, .footer-container ul, .footer-container li {
	color: #FFFFFF;
}
footer.footer,
.footer-container-wrapper {
	border-top: 10px solid #E69138;
	background-color: #351C75;
	color: #FFFFFF;
	text-align: center;
}
footer.footer a,
.footer-container-wrapper a {
	color: #FFFFFF;
}
footer.footer a:hover,
footer.footer a:focus,
.footer-container-wrapper a:hover,
.footer-container-wrapper a:focus {
	color: #FFFFFF;
}
footer.footer a:active,
.footer-container-wrapper a:active {
	color: #FFFFFF;
}

footer.footer-copyright-section {
	background-color: #BD4CFA;
}

footer.footer-copyright-section > div.pad > div {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
footer.footer-copyright-section a {
	color: #ffffff;
}
footer.footer-copyright-section a:hover,
footer.footer-copyright-section a:focus {
	color: #32a5ff;
}
footer.footer-copyright-section a:active {
	color: #32a5ff;
}

footer.footer-copyright-section {
	background-color: #BD4CFA;
}

div.footer-copyright-section {}

div.footer-copyright-section > div > div {
	font-size: 0.9em;
	padding: 0px 0px 40px 0px;
	text-align: center;
}
@media all and (max-width:420px){
  footer.footer-copyright-section>div.pad>div{font-size:0.62em}
  footer.footer-copyright-section{min-height:43px;}
}
/* ==========================================================================
   Content
   ========================================================================== */


.body-container { /* border-top: 11px solid #831735; */ }

/**
 * Limited Width
 *
 * Apply .limited-width to full-width modules.
 */

.body-container.container-fluid .row-fluid .limited-width {
	float: none;
	max-width: 1280;
	margin: 0 auto 0 auto;
}

.body-container.container-fluid .row-fluid .limited-width .pad {
	padding:60px 0px 20px 0px;
}

.bottom-border1 {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.body-container.container-fluid .row-fluid .limited-width .pad.with-h6-padding{
	padding:45px 0px 20px 0px;
}

/* *********************************************** */

.jmp-dnd { }
.flex-column-1 { }
.flex-column-2 { }
.flex-column-3 { }

.jmp-dnd .dnd-column > .dnd-row:nth-child(1)  .dnd-module > div > div { z-index: 179;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(2)  .dnd-module > div > div { z-index: 178;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(3)  .dnd-module > div > div { z-index: 177;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(4)  .dnd-module > div > div { z-index: 176;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(5)  .dnd-module > div > div { z-index: 175;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(6)  .dnd-module > div > div { z-index: 174;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(7)  .dnd-module > div > div { z-index: 173;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(8)  .dnd-module > div > div { z-index: 172;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(9)  .dnd-module > div > div { z-index: 171;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(10) .dnd-module > div > div { z-index: 170;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(11) .dnd-module > div > div { z-index: 169;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(12) .dnd-module > div > div { z-index: 168;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(13) .dnd-module > div > div { z-index: 167;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(14) .dnd-module > div > div { z-index: 166;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(15) .dnd-module > div > div { z-index: 165;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(16) .dnd-module > div > div { z-index: 164;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(17) .dnd-module > div > div { z-index: 163;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(18) .dnd-module > div > div { z-index: 162;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(19) .dnd-module > div > div { z-index: 161;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(20) .dnd-module > div > div { z-index: 160;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(21) .dnd-module > div > div { z-index: 159;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(22) .dnd-module > div > div { z-index: 158;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(23) .dnd-module > div > div { z-index: 157;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(24) .dnd-module > div > div { z-index: 156;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(25) .dnd-module > div > div { z-index: 155;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(26) .dnd-module > div > div { z-index: 154;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(27) .dnd-module > div > div { z-index: 153;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(28) .dnd-module > div > div { z-index: 152;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(29) .dnd-module > div > div { z-index: 151;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(30) .dnd-module > div > div { z-index: 150;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(31) .dnd-module > div > div { z-index: 149;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(32) .dnd-module > div > div { z-index: 148;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(33) .dnd-module > div > div { z-index: 147;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(34) .dnd-module > div > div { z-index: 146;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(35) .dnd-module > div > div { z-index: 145;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(36) .dnd-module > div > div { z-index: 144;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(37) .dnd-module > div > div { z-index: 143;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(38) .dnd-module > div > div { z-index: 142;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(39) .dnd-module > div > div { z-index: 141;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(40) .dnd-module > div > div { z-index: 140;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(41) .dnd-module > div > div { z-index: 139;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(42) .dnd-module > div > div { z-index: 138;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(43) .dnd-module > div > div { z-index: 137;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(44) .dnd-module > div > div { z-index: 136;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(45) .dnd-module > div > div { z-index: 135;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(46) .dnd-module > div > div { z-index: 134;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(47) .dnd-module > div > div { z-index: 133;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(48) .dnd-module > div > div { z-index: 132;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(49) .dnd-module > div > div { z-index: 131;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(50) .dnd-module > div > div { z-index: 130;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(51) .dnd-module > div > div { z-index: 129;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(52) .dnd-module > div > div { z-index: 128;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(53) .dnd-module > div > div { z-index: 127;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(54) .dnd-module > div > div { z-index: 126;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(55) .dnd-module > div > div { z-index: 125;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(56) .dnd-module > div > div { z-index: 124;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(57) .dnd-module > div > div { z-index: 123;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(58) .dnd-module > div > div { z-index: 122;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(59) .dnd-module > div > div { z-index: 121;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(60) .dnd-module > div > div { z-index: 120;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(61) .dnd-module > div > div { z-index: 119;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(62) .dnd-module > div > div { z-index: 118;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(63) .dnd-module > div > div { z-index: 117;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(64) .dnd-module > div > div { z-index: 116;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(65) .dnd-module > div > div { z-index: 115;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(66) .dnd-module > div > div { z-index: 114;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(67) .dnd-module > div > div { z-index: 113;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(68) .dnd-module > div > div { z-index: 112;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(69) .dnd-module > div > div { z-index: 111;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(70) .dnd-module > div > div { z-index: 110;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(71) .dnd-module > div > div { z-index: 109;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(72) .dnd-module > div > div { z-index: 108;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(73) .dnd-module > div > div { z-index: 107;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(74) .dnd-module > div > div { z-index: 106;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(75) .dnd-module > div > div { z-index: 105;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(76) .dnd-module > div > div { z-index: 104;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(77) .dnd-module > div > div { z-index: 103;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(78) .dnd-module > div > div { z-index: 102;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(79) .dnd-module > div > div { z-index: 101;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(80) .dnd-module > div > div { z-index: 100;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(81) .dnd-module > div > div { z-index: 99;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(82) .dnd-module > div > div { z-index: 98;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(83) .dnd-module > div > div { z-index: 97;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(84) .dnd-module > div > div { z-index: 96;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(85) .dnd-module > div > div { z-index: 95;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(86) .dnd-module > div > div { z-index: 94;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(87) .dnd-module > div > div { z-index: 93;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(88) .dnd-module > div > div { z-index: 92;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(89) .dnd-module > div > div { z-index: 91;}
.jmp-dnd .dnd-column > .dnd-row:nth-child(90) .dnd-module > div > div { z-index: 90;}

.flex-column-1 > span > div:nth-child(1) > div  { z-index: 80;}
.flex-column-1 > span > div:nth-child(2) > div  { z-index: 79;}
.flex-column-1 > span > div:nth-child(3) > div  { z-index: 78;}
.flex-column-1 > span > div:nth-child(4) > div  { z-index: 77;}
.flex-column-1 > span > div:nth-child(5) > div  { z-index: 76;}
.flex-column-1 > span > div:nth-child(6) > div  { z-index: 75;}
.flex-column-1 > span > div:nth-child(7) > div  { z-index: 74;}
.flex-column-1 > span > div:nth-child(8) > div  { z-index: 73;}
.flex-column-1 > span > div:nth-child(9) > div  { z-index: 72;}
.flex-column-1 > span > div:nth-child(10) > div { z-index: 71;}
.flex-column-1 > span > div:nth-child(11) > div { z-index: 70;}
.flex-column-1 > span > div:nth-child(12) > div { z-index: 69;}
.flex-column-1 > span > div:nth-child(13) > div { z-index: 68;}
.flex-column-1 > span > div:nth-child(14) > div { z-index: 67;}
.flex-column-1 > span > div:nth-child(15) > div { z-index: 66;}
.flex-column-1 > span > div:nth-child(16) > div { z-index: 65;}
.flex-column-1 > span > div:nth-child(17) > div { z-index: 64;}
.flex-column-1 > span > div:nth-child(18) > div { z-index: 63;}
.flex-column-1 > span > div:nth-child(19) > div { z-index: 62;}
.flex-column-1 > span > div:nth-child(20) > div { z-index: 61;}
.flex-column-1 > span > div:nth-child(21) > div { z-index: 60;}
.flex-column-1 > span > div:nth-child(22) > div { z-index: 59;}
.flex-column-1 > span > div:nth-child(23) > div { z-index: 58;}
.flex-column-1 > span > div:nth-child(24) > div { z-index: 57;}
.flex-column-1 > span > div:nth-child(25) > div { z-index: 56;}
.flex-column-1 > span > div:nth-child(26) > div { z-index: 55;}
.flex-column-1 > span > div:nth-child(27) > div { z-index: 54;}
.flex-column-1 > span > div:nth-child(28) > div { z-index: 53;}
.flex-column-1 > span > div:nth-child(29) > div { z-index: 52;}

.form-section { z-index: 51;}

.flex-column-2 > span > div:nth-child(1) > div  { z-index: 50;}
.flex-column-2 > span > div:nth-child(2) > div  { z-index: 49;}
.flex-column-2 > span > div:nth-child(3) > div  { z-index: 48;}
.flex-column-2 > span > div:nth-child(4) > div  { z-index: 47;}
.flex-column-2 > span > div:nth-child(5) > div  { z-index: 46;}
.flex-column-2 > span > div:nth-child(6) > div  { z-index: 45;}
.flex-column-2 > span > div:nth-child(7) > div  { z-index: 44;}
.flex-column-2 > span > div:nth-child(8) > div  { z-index: 43;}
.flex-column-2 > span > div:nth-child(9) > div  { z-index: 42;}
.flex-column-2 > span > div:nth-child(10) > div { z-index: 41;}
.flex-column-2 > span > div:nth-child(11) > div { z-index: 40;}
.flex-column-2 > span > div:nth-child(12) > div { z-index: 39;}
.flex-column-2 > span > div:nth-child(13) > div { z-index: 38;}
.flex-column-2 > span > div:nth-child(14) > div { z-index: 37;}
.flex-column-2 > span > div:nth-child(15) > div { z-index: 36;}
.flex-column-2 > span > div:nth-child(16) > div { z-index: 35;}
.flex-column-2 > span > div:nth-child(17) > div { z-index: 34;}
.flex-column-2 > span > div:nth-child(18) > div { z-index: 33;}
.flex-column-2 > span > div:nth-child(19) > div { z-index: 32;}
.flex-column-2 > span > div:nth-child(20) > div { z-index: 31;}
.flex-column-2 > span > div:nth-child(21) > div { z-index: 30;}
.flex-column-2 > span > div:nth-child(22) > div { z-index: 29;}
.flex-column-2 > span > div:nth-child(23) > div { z-index: 28;}
.flex-column-2 > span > div:nth-child(24) > div { z-index: 27;}
.flex-column-2 > span > div:nth-child(25) > div { z-index: 26;}
.flex-column-2 > span > div:nth-child(26) > div { z-index: 25;}
.flex-column-2 > span > div:nth-child(27) > div { z-index: 24;}
.flex-column-2 > span > div:nth-child(28) > div { z-index: 23;}

.image-list-section { z-index: 22;}

.flex-column-3 > span > div:nth-child(1) > div  { z-index: 20;}
.flex-column-3 > span > div:nth-child(2) > div  { z-index: 19;}
.flex-column-3 > span > div:nth-child(3) > div  { z-index: 18;}
.flex-column-3 > span > div:nth-child(4) > div  { z-index: 17;}
.flex-column-3 > span > div:nth-child(5) > div  { z-index: 16;}
.flex-column-3 > span > div:nth-child(6) > div  { z-index: 15;}
.flex-column-3 > span > div:nth-child(7) > div  { z-index: 14;}
.flex-column-3 > span > div:nth-child(8) > div  { z-index: 13;}
.flex-column-3 > span > div:nth-child(9) > div  { z-index: 12;}
.flex-column-3 > span > div:nth-child(10) > div { z-index: 11;}
.flex-column-3 > span > div:nth-child(11) > div { z-index: 10;}
.flex-column-3 > span > div:nth-child(12) > div { z-index: 9;}
.flex-column-3 > span > div:nth-child(13) > div { z-index: 8;}
.flex-column-3 > span > div:nth-child(14) > div { z-index: 7;}
.flex-column-3 > span > div:nth-child(15) > div { z-index: 6;}
.flex-column-3 > span > div:nth-child(16) > div { z-index: 5;}
.flex-column-3 > span > div:nth-child(17) > div { z-index: 4;}
.flex-column-3 > span > div:nth-child(18) > div { z-index: 3;}
.flex-column-3 > span > div:nth-child(19) > div { z-index: 2;}
.flex-column-3 > span > div:nth-child(20) > div { z-index: 1;}

.single-col{
	padding: 60px 20px 40px 20px;
}

.col1 {
	padding: 0px 20px 40px 20px;
	max-width: 820px;
}

.background-position-left-top     	{ background-position: left top; }
.background-position-center-top   	{ background-position: center top; }
.background-position-right-top    	{ background-position: right top; }
.background-position-left-center  	{ background-position: left center; }
.background-position-center-center	{ background-position: center center; }
.background-position-right-center 	{ background-position: right center; }
.background-position-left-bottom  	{ background-position: left bottom; }
.background-position-center-bottom	{ background-position: center bottom; }
.background-position-right-bottom 	{ background-position: right bottom; }
.background-position-cover        	{ background-position: center center; background-size: cover; }

/* System Page START */
.system-section-wrapper {
	margin: 150px auto 60px auto;
}
.system-section-wrapper > div.pad:after,
.system-section-wrapper > div.pad > div:after { /* Clears .pad and .max-width-*px */
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.system-section-wrapper .col1 {
	padding: 0px 20px 40px 0px;
	max-width: 820px; /* Restrains the image to 800px */
	width: 66.6666%;
}
.system-section-wrapper .col2 {
	float: right;
	margin-left: 0px;
	padding: 0px 0px 0px 40px;
	width: 33.3333%;
}
.system-section-wrapper .col2 .cell-wrapper {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.system-section-wrapper .col2 .top-rich-text {
	margin: 18px auto 0px auto;
}
.system-section-wrapper .col2 .top-rich-text .cell-wrapper {
	padding: 0 0 0px 0;
}

@media (max-width: 767px) {
	.system-section-wrapper .col1 {
		padding: 0px 0px 40px 0px;
		width: 100%;
	}
	.system-section-wrapper .col2 {
		float: none;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
}
/* System Page FINISH */

/* List Separator START */
@media (min-width: 480px) {
	.list-separator:after {
		content: "â€¢";
		display: inline-block;
		padding: 0 10px 0 10px;
	}
}
@media (max-width: 479px) {
	.system-section-wrapper {
		margin: 60px auto 60px auto;
	}
	.list-separator:after {
		content: " ";
		display: block;
		height: 10px;
	}
}
/* List Separator FINISH */

/* Max-Width Settings START */


.max-width-1680px { margin: 0 auto 0 auto; max-width: 1680px; }
.jmp-max-width-1680px { margin: 0 auto 0 auto; max-width: 1680px; }

.max-width-1280px { margin: 0 auto 0 auto; max-width: 1280px; }
.jmp-max-width-1280px { margin: 0 auto 0 auto; max-width: 1280px; }

.max-width-1080px { margin: 0 auto 0 auto; max-width: 1080px; }
.jmp-max-width-1080px { margin: 0 auto 0 auto; max-width: 1080px; }

.max-width-960px { margin: 0 auto 0 auto; max-width: 960px; }
.jmp-max-width-960px { margin: 0 auto 0 auto; max-width: 960px; }

.max-width-840px { margin: 0 auto 0 auto; max-width: 840px; }
.jmp-max-width-840px { margin: 0 auto 0 auto; max-width: 840px; }

.max-width-768px { margin: 0 auto 0 auto; max-width: 768px; }
.jmp-max-width-768px { margin: 0 auto 0 auto; max-width: 768px; }

.max-width-640px { margin: 0 auto 0 auto; max-width: 640px; }
.jmp-max-width-640px { margin: 0 auto 0 auto; max-width: 640px; }

.max-width-540px { margin: 0 auto 0 auto; max-width: 540px; }
.jmp-max-width-540px { margin: 0 auto 0 auto; max-width: 540px; }

.max-width-480px { margin: 0 auto 0 auto; max-width: 480px; }
.jmp-max-width-480px { margin: 0 auto 0 auto; max-width: 480px; }

.max-width-384px { margin: 0 auto 0 auto; max-width: 384px; }
.jmp-max-width-384px { margin: 0 auto 0 auto; max-width: 384px; }




.jmp-content-max-width-1680px { max-width: 1740px; }
.jmp-content-max-width-1680px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-1280px { max-width: 1340px; }
.jmp-content-max-width-1280px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-1080px { max-width: 1140px; }
.jmp-content-max-width-1080px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-960px { max-width: 1020px; }
.jmp-content-max-width-960px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-840px { max-width: 900px; }
.jmp-content-max-width-840px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-768px { max-width: 828px; }
.jmp-content-max-width-768px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-640px { max-width: 700px; }
.jmp-content-max-width-640px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-540px { max-width: 600px; }
.jmp-content-max-width-540px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-480px { max-width: 540px; }
.jmp-content-max-width-480px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-content-max-width-384px { max-width: 444px; }
.jmp-content-max-width-384px.jmp-body-content-overlay .jmp-content > div { margin-left: auto; margin-right: auto; }
.jmp-body-content-overlay { padding-top: 30px; padding-bottom: 30px; margin-top: 30px; margin-bottom: 30px; }
.jmp-body-content { margin-top: 30px; margin-bottom: 30px; }
.jmp-content-overlay { padding-top: 30px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; margin-bottom: 30px; }
.jmp-content { padding-left: 30px; padding-right: 30px; padding-bottom: 30px; }
.jmp-content-last { margin-top: -30px }

.jmp-content-align-left.jmp-content { margin-left: auto !important; }
.jmp-content-align-right.jmp-content { margin-right: auto !important; }
.jmp-content-align-center.jmp-content { margin-left: auto; margin-right: auto; }
.jmp-content-align-center.jmp-content-max-width-none.jmp-body-content-overlay { margin-left: -30px; margin-right: -30px; }
.jmp-content-align-center.jmp-content-max-width-none.jmp-body-content { margin-left: -30px; margin-right: -30px; }

.jmp-content-valign-top .jmp-body-content,
.jmp-content-valign-top .jmp-body-content-overlay { margin-top: 30px; margin-bottom: 30px; }
.jmp-content-valign-center, .jmp-content-valign-center > span { display: flex; flex-shrink: 1; flex-grow: 1; }
.jmp-content-valign-center .jmp-body-content,
.jmp-content-valign-center .jmp-body-content-overlay { margin-top: auto; margin-bottom: auto; align-self: center; flex: 1; }
.jmp-content-valign-bottom, .jmp-content-valign-bottom > span { display: flex; flex-shrink: 1; flex-grow: 1; }
.jmp-content-valign-bottom .jmp-body-content,
.jmp-content-valign-bottom .jmp-body-content-overlay { margin-top: auto; margin-bottom: 30px; }


@media (min-width: 1700px) {
	.jmp-content-align-center.jmp-content-max-width-1680px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-1680px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-1680px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-1680px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-1680px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 1699px) {
	.jmp-content-align-left.jmp-content-max-width-1680px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-1680px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-1680px.jmp-body-content-overlay,
	.jmp-max-width-1680px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-1680px,
	.jmp-content-align-center.jmp-content-max-width-1680px,
	.jmp-content-align-right.jmp-content-max-width-1680px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-1680px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-1680px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-1680px.jmp-content-overlay > div { max-width: 1680px; }
}
@media (min-width: 1300px) {
	.jmp-content-align-center.jmp-content-max-width-1280px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-1280px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-1280px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-1280px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-1280px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 1299px) {
	.jmp-content-align-left.jmp-content-max-width-1280px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-1280px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-1280px.jmp-body-content-overlay,
	.jmp-max-width-1280px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-1280px,
	.jmp-content-align-center.jmp-content-max-width-1280px,
	.jmp-content-align-right.jmp-content-max-width-1280px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-1280px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-1280px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-1280px.jmp-content-overlay > div { max-width: 1280px; }
}
@media (min-width: 1100px) {
	.jmp-content-align-center.jmp-content-max-width-1080px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-1080px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-1080px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-1080px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-1080px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 1099px) {
	.jmp-content-align-left.jmp-content-max-width-1080px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-1080px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-1080px.jmp-body-content-overlay,
	.jmp-max-width-1080px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-1080px,
	.jmp-content-align-center.jmp-content-max-width-1080px,
	.jmp-content-align-right.jmp-content-max-width-1080px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-1080px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-1080px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-1080px.jmp-content-overlay > div { max-width: 1080px; }
}
@media (min-width: 980px) {
	.jmp-content-align-center.jmp-content-max-width-960px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-960px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-960px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-960px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-960px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 979px) {
	.jmp-content-align-left.jmp-content-max-width-960px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-960px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-960px.jmp-body-content-overlay,
	.jmp-max-width-960px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-960px,
	.jmp-content-align-center.jmp-content-max-width-960px,
	.jmp-content-align-right.jmp-content-max-width-960px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-960px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-960px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-960px.jmp-content-overlay > div { max-width: 960px; }
}
@media (min-width: 860px) {
	.jmp-content-align-center.jmp-content-max-width-840px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-840px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-840px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-840px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-840px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 859px) {
	.jmp-content-align-left.jmp-content-max-width-840px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-840px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-840px.jmp-body-content-overlay,
	.jmp-max-width-840px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-840px,
	.jmp-content-align-center.jmp-content-max-width-840px,
	.jmp-content-align-right.jmp-content-max-width-840px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-840px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-840px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-840px.jmp-content-overlay > div { max-width: 840px; }
}
@media (min-width: 788px) {
	.jmp-content-align-center.jmp-content-max-width-768px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-768px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-768px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-768px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-768px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 787px) {
	.jmp-content-align-left.jmp-content-max-width-768px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-768px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-768px.jmp-body-content-overlay,
	.jmp-max-width-768px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-768px,
	.jmp-content-align-center.jmp-content-max-width-768px,
	.jmp-content-align-right.jmp-content-max-width-768px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-768px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-768px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-768px.jmp-content-overlay > div { max-width: 768px; }
}
@media (min-width: 660px) {
	.jmp-content-align-center.jmp-content-max-width-640px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-640px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-640px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-640px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-640px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 659px) {
	.jmp-content-align-left.jmp-content-max-width-640px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-640px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-640px.jmp-body-content-overlay,
	.jmp-max-width-640px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-640px,
	.jmp-content-align-center.jmp-content-max-width-640px,
	.jmp-content-align-right.jmp-content-max-width-640px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-640px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-640px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-640px.jmp-content-overlay > div { max-width: 640px; }
}
@media (min-width: 560px) {
	.jmp-content-align-center.jmp-content-max-width-540px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-540px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-540px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-540px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-540px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 559px) {
	.jmp-content-align-left.jmp-content-max-width-540px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-540px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-540px.jmp-body-content-overlay,
	.jmp-max-width-540px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-540px,
	.jmp-content-align-center.jmp-content-max-width-540px,
	.jmp-content-align-right.jmp-content-max-width-540px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-540px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-540px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-540px.jmp-content-overlay > div { max-width: 540px; }
}
@media (min-width: 500px) {
	.jmp-content-align-center.jmp-content-max-width-480px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-480px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-480px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-480px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-480px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 499px) {
	.jmp-content-align-left.jmp-content-max-width-480px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-480px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-480px.jmp-body-content-overlay,
	.jmp-max-width-480px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-480px,
	.jmp-content-align-center.jmp-content-max-width-480px,
	.jmp-content-align-right.jmp-content-max-width-480px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-480px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-480px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-480px.jmp-content-overlay > div { max-width: 480px; }
}
@media (min-width: 404px) {
	.jmp-content-align-center.jmp-content-max-width-384px.jmp-body-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-384px.jmp-body-content { margin-left: auto; margin-right: auto; }
	.jmp-content-align-center.jmp-content-max-width-384px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-align-left.jmp-content-max-width-384px { margin-left: -30px; margin-right: auto; }
	.jmp-content-align-right.jmp-content-max-width-384px { margin-left: auto; margin-right: -30px; }
}
@media (max-width: 403px) {
	.jmp-content-align-left.jmp-content-max-width-384px.jmp-body-content-overlay,
	.jmp-content-align-center.jmp-content-max-width-384px.jmp-body-content-overlay,
	.jmp-content-align-right.jmp-content-max-width-384px.jmp-body-content-overlay,
	.jmp-max-width-384px .jmp-body-content { margin-left: -30px; margin-right: -30px; }
	.jmp-content-align-left.jmp-content-max-width-384px,
	.jmp-content-align-center.jmp-content-max-width-384px,
	.jmp-content-align-right.jmp-content-max-width-384px { max-width: none; }
	.jmp-content-align-center.jmp-content-max-width-384px.jmp-content-overlay { margin-left: auto; margin-right: auto; }
	.jmp-content-max-width-384px.jmp-body-content-overlay .jmp-content > div,
	.jmp-content-max-width-384px.jmp-content-overlay > div { max-width: 384px; }
}

.jmp-buttons-container .jmp-spacer1, .jmp-buttons-container .jmp-spacer2, .jmp-buttons-container .jmp-spacer3 { height: 10px; width: 10px; }

@media (min-width: 1130px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1680px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1680px .jmp-spacer2 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1680px .jmp-spacer1 { display: inline-block; }
}
@media (min-width: 590px) and (max-width: 1129px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer2 { display: block }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1680px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1680px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1680px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1680px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1680px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1680px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1680px .jmp-spacer1 { display: block; }
}
@media (min-width: 1130px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1280px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1280px .jmp-spacer2 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1280px .jmp-spacer1 { display: inline-block; }
}
@media (min-width: 590px) and (max-width: 1129px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer2 { display: block }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1280px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1280px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1280px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1280px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1280px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1280px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1280px .jmp-spacer1 { display: block; }
}
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer2 { display: block; }
@media (min-width: 860px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1080px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1080px .jmp-spacer2 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1080px .jmp-spacer1 { display: inline-block; }
}
@media (min-width: 590px) and (max-width: 859px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1080px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1080px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1080px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-1080px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-1080px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-1080px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-1080px .jmp-spacer1 { display: block; }

}
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer2 { display: block; }
@media (min-width: 860px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-960px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-960px .jmp-spacer2 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-960px .jmp-spacer1 { display: inline-block; }
}
@media (min-width: 590px) and (max-width: 859px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-960px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-960px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-960px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-960px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-960px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-960px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-960px .jmp-spacer1 { display: block; }

}
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-840px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-840px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-840px .jmp-spacer2 { display: block; }
@media (min-width: 590px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-840px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-840px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-840px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-840px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-840px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-840px .jmp-spacer1 { display: block; }
}
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-768px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-768px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-768px .jmp-spacer2 { display: block; }
@media (min-width: 590px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-768px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-768px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-768px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-768px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-768px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-768px .jmp-spacer1 { display: block; }
}
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-640px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-640px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-640px .jmp-spacer2 { display: block; }
@media (min-width: 590px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-640px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-640px .jmp-spacer3 { display: inline-block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-640px .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-640px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-640px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-640px .jmp-spacer1 { display: block; }
}
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-540px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-540px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-540px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-540px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-540px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-540px .jmp-spacer1 { display: block; }
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-480px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-480px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-480px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-480px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-480px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-480px .jmp-spacer1 { display: block; }
.jmp-buttons-container.breaktypeabcd.jmp-content-max-width-384px .jmp-spacer1, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-384px .jmp-spacer2, .jmp-buttons-container.breaktypeabcd.jmp-content-max-width-384px .jmp-spacer3 { display: block; }
.jmp-buttons-container.breaktypeabc.jmp-content-max-width-384px .jmp-spacer1, .jmp-buttons-container.breaktypeabc.jmp-content-max-width-384px .jmp-spacer2 { display: block; }
.jmp-buttons-container.breaktypeab.jmp-content-max-width-384px .jmp-spacer1 { display: block; }

.thirtypercent {
	width: 30%;
}
.thirtythreepercent {
	width: 33.3333%;
}
.fortypercent {
	width: 40%;
}
.fiftypercent {
	width: 50%;
}
.sixtypercent {
	width: 60%;
}
.sixtysixpercent{
	width: 66.6666%;
}
.seventypercent {
	width: 70%;
}

@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.thirtypercent,
	.thirtythreepercent,
	.fortypercent,
	.fiftypercent,
	.sixtypercent,
	.sixtysixpercent,
	.seventypercent { width: 100%; }
	.size11of12,
	.size10of12,
	.size9of12,
	.size8of12,
	.size7of12,
	.size6of12,
	.size5of12,
	.size4of12,
	.size3of12,
	.size2of12,
	.size1of12,
	.sizetwentypercent { width: 100%; padding: 0px 0px 0 0px; }
}
@media only screen and (min-width: 768px) and (orientation: portrait), (min-width: 768px) {
	.size12of12 { width: 100%; padding: 0px 0px 0 0px }
	.size11of12 { width: 91.66666666666667%; padding: 0px 0px 0 0px }
	.size10of12 { width: 83.33333333333334%; padding: 0px 0px 0 0px }
	.size9of12  { width: 75.0%; padding: 0px 0px 0 0px }
	.size8of12  { width: 66.66666666666667%; padding: 0px 0px 0 0px }
	.size7of12  { width: 58.333333333333336%; padding: 0px 0px 0 0px }
	.size6of12  { width: 50.0%; padding: 0px 0px 0 0px }
	.size5of12  { width: 41.66666666666667%; padding: 0px 0px 0 0px }
	.size4of12  { width: 33.333333333333336%; padding: 0px 0px 0 0px }
	.size3of12  { width: 25.0%; padding: 0px 0px 0 0px }
	.size2of12  { width: 16.666666666666668%; padding: 0px 0px 0 0px }
	.size1of12  { width: 8.333333333333334%; padding: 0px 0px 0 0px }
	.sizetwentypercent { width: 20%; padding: 0px 0px 0 0px }
}
/* Max-Width Settings FINISH */

/* JMP Map Wrapper START */
.mapwrapper {
	border: 0px none;
	height: 0;
	padding-top: 0px;
	position: relative;
}
.mapwrapper.aspectunspecified {
	padding-bottom: 75%;
}
.mapwrapper.aspect1x1 {
	padding-bottom: 100%;
}
.mapwrapper.aspect2x1 {
	padding-bottom: 50%
}
.mapwrapper.aspect16x10 {
	padding-bottom: 62.50%;
}
.mapwrapper.aspect16x9 {
	padding-bottom: 56.25%;
}
.mapwrapper.aspect16x8 {
	padding-bottom: 50;
}
.mapwrapper.aspect16x7 {
	padding-bottom: 43.75%;
}
.mapwrapper iframe,
.mapwrapper object,
.mapwrapper embed {
	border: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* JMP Map Wrapper FINISH */
/* JMP Map Border Radius START */
.jmp-map-border-radius-5 iframe,
.jmp-map-border-radius-5 object,
.jmp-map-border-radius-5 embed { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.jmp-map-border-radius-10 iframe,
.jmp-map-border-radius-10 object,
.jmp-map-border-radius-10 embed { 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.jmp-map-border-radius-999 iframe,
.jmp-map-border-radius-999 object,
.jmp-map-border-radius-999 embed { 
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
	-ms-border-radius: 999px;
}
/* JMP Map Border Radius FINISH */

/* Social Sharing 2.0 START */




.sharing-label {
	font-size: 0.8em;
}
.share .fa-ul {
	font-size: 0px;
	line-height: normal;
	list-style-type: none;
	margin: 0px auto 0px -3px;
	padding-left: 0;
}
.share .fa-ul>li {
	display: inline-block;
	min-width: 94px;
	max-width: 309px;
	position: relative;
	padding: 0px 0px 3px 3px;
	text-align: center;
}

.share .fa-ul.div7>li { width: 14.285714285714286%; }
.share .fa-ul.div6>li { width: 16.666666666666668%; }
.share .fa-ul.div5>li { width: 20%; }
.share .fa-ul.div4>li { width: 25%; }
.share .fa-ul.div3>li { width: 33.333333333333336%; }
.share .fa-ul.div2>li { width: 50%; }
.share .fa-ul.div1>li { width: 100%; }

.share .fa-ul>li .network{color: #ffffff;text-decoration:none;display:block;font-size: 18px;padding:8px 9px 8px 8px;width:100%;white-space:nowrap;-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px; transition:all 0.4s}
.share .fa-ul>li .network:hover{color: #ffffff;text-decoration:none;}
.share .fa-ul>li .network:active{color: #ffffff;text-decoration:none;}
.share .fa-ul>li .network .fa,
.share .fa-ul>li .network .fab {margin: 0px 9px 0px 0px;}

li .twitter{background: #55acee;}
li .linkedin{background: #0a67c2;}
li .facebook{background: #1877f2;}
li .googleplus{background: #dc4e41;}
li .pinterest{background: #bd081c;}
li .reddit{background: #ff4300;}
li .email{background: #777777;}
li .rss{background: #fc9c14;}

li .twitter:hover,li .twitter:focus{background: #75b6e5;}
li .linkedin:hover,li .linkedin:focus{background: #2888e4;}
li .facebook:hover,li .facebook:focus{background: #5d99e7;}
li .googleplus:hover,li .focus:hover{background: #e3604f;}
li .pinterest:hover,li .reddit:focus{background: #d50c22;}
li .reddit:hover,li .pinterest:focus{background: #fb571f;}
li .email:hover,li .email:focus{background: #959595;}
li .rss:hover,li .rss:focus{background: #fba831;}

li .twitter:active{background: #3b9fe7;}
li .linkedin:active{background: #0e579e;}
li .facebook:active{background: #3c8aee;}
li .googleplus:active{background: #d14d3f;}
li .pinterest:active{background: #990919;}
li .reddit:active{background: #d83a04;}
li .email:active{background: #666666;}
li .rss:active{background: #fb9607;}

.singlecol .share,
.section .share {
	margin: 0px auto 0px auto;
	max-width: 920px;
}

@media (min-width: 768px) {
	.left .share,
	.right .share { /* Social Sharing Placement = Below Lead Capture (Text Content) */
	margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.left .share,
	.right .share { /* Social Sharing Placement = Below Lead Capture (Text Content) */
	margin-top: 20px;
	margin-top: 40px;
	}
}

.split-section.singlecol .share,
.split-section .share { 
	margin: 30px auto 0px auto;
	max-width: 920px;
}/* Legacy JMP Landing Page */

.section .share .fa-ul,
.col2 .share .fa-ul {
	margin: 0px auto 0px auto;
}
.col2 .share .fa-ul.div6>li,
.col2 .share .fa-ul.div5>li,
.col2 .share .fa-ul.div4>li,
.col2 .share .fa-ul.div3>li,
.col2 .share .fa-ul.div2>li,
.col2 .share .fa-ul.div1>li {width:100%;}

@media only screen and (max-width: 950px) and (orientation: portrait), (max-width: 950px) {
	.share .fa-ul.div6>li,
	.col2 .share .fa-ul.div6>li{width:33.33333%;}}
@media only screen and (max-width: 530px) and (orientation: portrait), (max-width: 535px) {
	.share .fa-ul.div5>li {width:100%;}}
@media only screen and (max-width: 440px) and (orientation: portrait), (max-width: 440px) {
	.share .fa-ul.div4>li,
	.col2 .share .fa-ul.div4>li{width:50%;}}
@media only screen and (max-width: 350px) and (orientation: portrait), (max-width: 350px) {
	.share .fa-ul.div6>li,
	.col2 .share .fa-ul.div6>li{width:50%;}
	.share .fa-ul.div3>li {width:100%;}}
@media only screen and (max-width: 250px) and (orientation: portrait), (max-width: 250px) {
	.share .fa-ul.div6>li {width:100%;}
	.share .fa-ul.div4>li {width:100%;}
	.share .fa-ul.div2>li {width:100%;}}
/* Social Sharing 2.0 FINISH */

/* Unique Pages
   ========================================================================== */

/* Styles that do not fit into any of the available sections above can go here. */

/* Moon Marketing Page Template START */

.custom_contact h1 {
	margin: 10px 0 0.67em 0;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

/* Text Shadow Settings START */
.text-shadow-dark,
.headline-shadow-dark h1,
.headline-shadow-dark h2,
.headline-shadow-dark h3,
.headline-shadow-dark h4,
.headline-shadow-dark h5,
.headline-shadow-dark h6,
h1.headline-shadow-dark,
h2.headline-shadow-dark,
h3.headline-shadow-dark,
h4.headline-shadow-dark,
h5.headline-shadow-dark,
h6.headline-shadow-dark {
	
  	
  		text-shadow: none;
  	
  
}
.text-shadow-light,
.headline-shadow-light h1,
.headline-shadow-light h2,
.headline-shadow-light h3,
.headline-shadow-light h4,
.headline-shadow-light h5,
.headline-shadow-light h6,
h1.headline-shadow-light,
h2.headline-shadow-light,
h3.headline-shadow-light,
h4.headline-shadow-light,
h5.headline-shadow-light,
h6.headline-shadow-light {
	
}
.headline-shadow-dark-1 h1,
.headline-shadow-dark-1 h2,
.headline-shadow-dark-1 h3,
.headline-shadow-dark-1 h4,
.headline-shadow-dark-1 h5,
.headline-shadow-dark-1 h6,
.text-shadow-dark-1 {
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=1, color=#000000);
  		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  	
  
}
.headline-shadow-dark-2 h1,
.headline-shadow-dark-2 h2,
.headline-shadow-dark-2 h3,
.headline-shadow-dark-2 h4,
.headline-shadow-dark-2 h5,
.headline-shadow-dark-2 h6,
.text-shadow-dark-2 {
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=2, color=#000000);
  		text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
  	
  
}
.headline-shadow-dark-3 h1,
.headline-shadow-dark-3 h2,
.headline-shadow-dark-3 h3,
.headline-shadow-dark-3 h4,
.headline-shadow-dark-3 h5,
.headline-shadow-dark-3 h6,
.text-shadow-dark-3 {

  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=3, color=#000000);
  		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.75);
  	
  
}
.headline-shadow-light-1 h1,
.headline-shadow-light-1 h2,
.headline-shadow-light-1 h3,
.headline-shadow-light-1 h4,
.headline-shadow-light-1 h5,
.headline-shadow-light-1 h6,
.text-shadow-light-1 {
	
}
.headline-shadow-light-2 h1,
.headline-shadow-light-2 h2,
.headline-shadow-light-2 h3,
.headline-shadow-light-2 h4,
.headline-shadow-light-2 h5,
.headline-shadow-light-2 h6,
.text-shadow-light-2 {
	
}
.headline-shadow-light-3 h1,
.headline-shadow-light-3 h2,
.headline-shadow-light-3 h3,
.headline-shadow-light-3 h4,
.headline-shadow-light-3 h5,
.headline-shadow-light-3 h6,
.text-shadow-light-3 {

}
/* Finish Shadow Settings START */

/* Bottom Border Settings START */
.bottom-shadow,
.jmp-bottom-shadow-s {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.jmp-bottom-shadow-m {
	-webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
}
.jmp-bottom-shadow-l {
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.25);
}
.jmp-bottom-inset-s {
	-webkit-box-shadow: inset 0px -6px 3px -5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0px -6px 3px -5px rgba(0, 0, 0, 0.50);
	-o-box-shadow: inset 0px -6px 3px -5px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: inset 0px -6px 3px -5px rgba(0, 0, 0, 0.50);
	box-shadow: inset 0px -6px 3px -5px rgba(0, 0, 0, 0.50);
}
.jmp-bottom-inset-m {
	-webkit-box-shadow: inset 0px -16px 15px -17px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0px -16px 15px -17px rgba(0, 0, 0, 0.50);
	-o-box-shadow: inset 0px -16px 15px -17px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: inset 0px -16px 15px -17px rgba(0, 0, 0, 0.50);
	box-shadow: inset 0px -16px 15px -17px rgba(0, 0, 0, 0.50);
}
.jmp-bottom-inset-l {
	-webkit-box-shadow: inset 0px -33px 30px -32px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0px -33px 30px -32px rgba(0, 0, 0, 0.50);
	-o-box-shadow: inset 0px -33px 30px -32px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: inset 0px -33px 30px -32px rgba(0, 0, 0, 0.50);
	box-shadow: inset 0px -33px 30px -32px rgba(0, 0, 0, 0.50);
}
/* Bottom Border Settings FINISH */

.pad {
	padding: 0px 20px 0px 20px;
}

.jmp-align-left { margin-left: 0px; margin-right: auto; }
.jmp-align-right { margin-left: auto; margin-right: 0px; }
.jmp-align-center { margin-left: auto; margin-right: auto; }

.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }

.text-align-left .jmp-text-wrapper { margin-right: auto; }
.text-align-right .jmp-text-wrapper { margin-left: auto; }
.text-align-center .jmp-text-wrapper { margin-left: auto; margin-right: auto; }

@media only screen and (min-width: 768px) and (orientation: portrait), (min-width: 768px) {
	.text-align-justify, .text-align-justified { text-align: justify; }
}
@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.text-align-left.mobile-center,
	.text-align-right.mobile-center { text-align: center; }
	.text-align-left.mobile-center .jmp-text-wrapper,
	.text-align-right.mobile-center .jmp-text-wrapper { margin-left: auto; margin-right: auto; }
	.text-align-left.mobile-left,
	.text-align-center.mobile-left { text-align: center; }
	.text-align-center.mobile-left .jmp-text-wrapper,
	.text-align-center.mobile-left .jmp-text-wrapper { margin-left: auto; margin-right: auto; }
	.text-align-left.mobile-right,
	.text-align-center.mobile-right { text-align: center; }
	.text-align-left.mobile-right .jmp-text-wrapper,
	.text-align-center.mobile-right .jmp-text-wrapper { margin-left: auto; margin-right: auto; }
	.text-align-center.mobile-left-body,
	.text-align-right.mobile-left-body,
	.text-align-justify, .text-align-justified { text-align: left; }
	.text-align-center.mobile-left-body .jmp-text-wrapper,
	.text-align-right.mobile-left-body .jmp-text-wrapper,
	.text-align-justify .jmp-text-wrapper, .text-align-justified .jmp-text-wrapper { margin-left: 0px; margin-right: auto; }
	.text-align-left.mobile-center-body,
	.text-align-right.mobile-center-body,
	.text-align-justify.mobile-center-body, .text-align-justified.mobile-center-body { text-align: center; }
	.text-align-left.mobile-center-body .jmp-text-wrapper,
	.text-align-right.mobile-center-body .jmp-text-wrapper,
	.text-align-justify.mobile-center-body .jmp-text-wrapper, .text-align-justified.mobile-center-body .jmp-text-wrapper { margin-left: auto; margin-right: auto; }
	.text-align-left.mobile-right-body,
	.text-align-center.mobile-right-body,
	.text-align-justify.mobile-right-body, .text-align-justified.mobile-right-body { text-align: right; }
	.text-align-left.mobile-right-body .jmp-text-wrapper,
	.text-align-center.mobile-right-body .jmp-text-wrapper,
	.text-align-justify.mobile-right-body .jmp-text-wrapper, .text-align-justified.mobile-right-body .jmp-text-wrapper { margin-left: auto; margin-right: 0px; }
}

.audio-fm-wrapper {
	background-color: rgba(0,0,0,0.01);
	max-width: 768px;
	width: 100%;
}
.audio-fm-wrapper iframe,
.audio-fm-wrapper object,
.audio-fm-wrapper embed {
	width: 100%;
}

.slidesharewrapper:before {
	clear: both;
}

.slidesharewrapper {
	background-color: rgba(0,0,0,0.01);
	border: 0 none;
	display: block;
	height: 0;
	margin:0px 0 20px 0px;
	padding-bottom: 55.44%;
	padding-top: 45px;
	position: relative;
	overflow: hidden;
	width:100%;
}

.slidesharewrapper iframe:before,
.slidesharewrapper object:before,
.slidesharewrapper embed:before {
	clear: both;
}

.slidesharewrapper iframe,
.slidesharewrapper object,
.slidesharewrapper embed{
	border: 1px solid #323232;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
.videowrapper {
	background-color: rgba(0,0,0,0.01);
	border: 0px none;
	height: 0;
	margin:0px 0 20px 0px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	position: relative;
}
.videowrapper.aspect16x10 {
	border: 0px none;
	position: relative;
	padding-bottom: 62.50%; /* 16:10 */
	padding-top: 0px;
	height: 0;
	max-width: 1920px;
	max-height: 1200px;
}
.videowrapper.aspect16x9 {
	border: 0px none;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	max-width: 1920px;
	max-height: 1080px;
}
.videowrapper.aspect16x8 {
	border: 0px none;
	height: 0;
	position: relative;
	padding-bottom: 50%; /* 16:8 */
	padding-top: 0px;
}
.videowrapper.aspect16x7 {
	border: 0px none;
	height: 0;
	position: relative;
	padding-bottom: 48.7468671679198%; /* 16:7 */
	padding-top: 0px;
}
 
.videowrapper iframe,
.videowrapper object,
.videowrapper embed{
	
	border: none;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	max-height: 1080px;
}

.responsive-iframe-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	width: 100%;
	height: 100%;
}

.responsive-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.videowrapper .mce-preview-object,
.videowrapper .mce-object-iframe { 
	width: 100% !important;
	height: auto !important;
	padding-bottom: 56.25% !important; /* 16:9 */
}
.videowrapper.aspect16x10 .mce-preview-object
.videowrapper.aspect16x10 .mce-object-iframe {
	padding-bottom: 62.50% !important; /* 16:10 */
}
.videowrapper.aspect16x9 .mce-preview-object
.videowrapper.aspect16x9 .mce-object-iframe { 
	padding-bottom: 56.25% !important; /* 16:9 */
}
.videowrapper.aspect16x8 .mce-preview-object,
.videowrapper.aspect16x8 .mce-object-iframe { 
	padding-bottom: 50% !important; /* 16:8 */
}
.videowrapper.aspect16x7 .mce-preview-object,
.videowrapper.aspect16x7 .mce-object-iframe { 
	padding-bottom: 48.7468671679198% !important; /* 16:7 */
}

/* JMP Section Common START */
.jmp-section-core {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	float: none !important;
}
.jmp-section-core .jmp-row-align-left { text-align: left; }
.jmp-section-core .jmp-row-align-center { text-align: center; }
.jmp-section-core .jmp-row-align-right { text-align: right; }




@media (min-width: 480px) {
	.section-position-1.jmp-section-core { margin: -112px auto 0px auto; }
}
@media (max-width: 479px) {
	.section-position-1.jmp-section-core { margin: -96px auto 0px auto; }
}
.small-header .section-position-1.jmp-section-core { margin: -96px auto 0px auto; } 
.section-position-2.jmp-section-core, .section-position-3.jmp-section-core { 	margin: 0px auto 0px auto; }
.small-header .section-position-2.jmp-section-core { margin: 16px auto 0px auto; }
@media (min-width: 769px) and (min-height: 721px) { /* Enable full height on larger displays */
	.section-position-1.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper { height: 100vh; }
	.section-position-2.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper, .section-position-3.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper { min-height: calc(100vh + 112px); }
	.small-header.section-position-2.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper { min-height: calc(100vh + 16px); }
}
@media (max-width: 768px) and (max-height: 720px) {
	.section-position-1.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper { min-height: 512px; }
	.section-position-2.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper, .section-position-3.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper { min-height: 400px; }
	.small-header.section-position-2.jmp-section-height-full.jmp-section-core > div.pad .cell-wrapper { min-height: 416px; }
}
@media (min-width: 1921px) {
	.section-position-1.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 772px; padding: 192px 0px 60px 0px; }
	.section-position-2.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper, .section-position-3.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 660px; padding: 80px 0px 60px 0px; }
	.small-header.section-position-2.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 676px; padding: 80px 0px 60px 0px; }
}
@media (max-width: 1920px) and (min-width: 1281px) {
	.section-position-1.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 612px; }
	.section-position-2.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper, .section-position-3.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 500px; }
	.small-header.section-position-2.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 516px; }
}
@media (max-width: 1280px) {
	.section-position-1.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 512px; }
	.section-position-2.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper, .section-position-3.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 400px; }
	.small-header.section-position-2.jmp-section-height-tall.jmp-section-core > div.pad .cell-wrapper { min-height: 416px; }
}
.jmp-section-core > div.pad .cell-wrapper { position: relative; }
@media only screen and (min-width: 1921px) and (orientation: portrait), (min-width: 1921px) {
	.jmp-section-core > div.pad .cell-wrapper { padding: 60px 0px 60px 0px; }
	.section-position-1.jmp-section-core > div.pad .cell-wrapper { padding: 172px 0px 60px 0px; }
}
@media only screen and (max-width: 1920px) and (orientation: portrait), (max-width: 1920px) {
	.jmp-section-core > div.pad .cell-wrapper { padding: 30px 0px 30px 0px; }
	.section-position-1.jmp-section-core > div.pad .cell-wrapper { padding: 142px 0px 30px 0px; }
}
.jmp-section-core > div.pad:after,
.jmp-section-core > div.pad > div:after,
.jmp-section-core > div.pad .cell-wrapper:after,
.jmp-section-core > div.pad .cell-wrapper > span:after,
.jmp-section-core .content-before:after,
.jmp-section-core .content-after:after,
.jmp-section-core .jmp-text-wrapper:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.jmp-left-button, .jmp-right-button { display: block; position: absolute; top: 100px; }
.section-position-1 .jmp-left-button, .section-position-1 .jmp-right-button { display: block; position: absolute; top: 196px; }
.section-position-2 .jmp-left-button, .section-position-2 .jmp-right-button { display: block; position: absolute; top: 100px; }

.jmp-left-button { left: 0px; }
.jmp-right-button { right: 0px; }
.jmp-down-button { margin: 0px auto 0px auto; position: absolute; text-align: center; width: 100%; }

.jmp-left-button a, .jmp-right-button a, .jmp-down-button a {
	background-color: rgba(0, 115, 208,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255,0.75);
	display: inline-block;
	position: absolute;
	text-decoration: none;
	vertical-align: middle;
	z-index: 9994;
}
.jmp-left-button a:hover, .jmp-right-button a:hover, .jmp-down-button a:hover {
	background-color: rgba(60, 175, 255,0.75);
	color:rgba(255, 255, 255,1)
}
.jmp-left-button a { position: absolute; text-align: right; top: 0px; }
.jmp-right-button a { position: absolute; text-align: left; top: 0px; }
.jmp-down-button a { position: relative; text-align: center; }
.jmp-left-button .fa.fa-angle-left, .jmp-right-button .fa.fa-angle-right, .jmp-right-button .fa.fa-angle-down { display: inline-block; }
.transitions-allowed .jmp-left-button a, .transitions-allowed .jmp-right-button a, .transitions-allowed .jmp-down-button a { -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, color 0.4s ease-in-out; }
@media (min-width: 960px) {
	.jmp-left-button, .jmp-right-button { height: 80px; width: 40px; }
	.jmp-left-button a { left: -40px; width: 80px; }
	.jmp-right-button a { right: -40px; width: 80px; }
	.jmp-left-button .fa.fa-angle-left, .jmp-right-button .fa.fa-angle-right { font-size: 40px; height: 80px; line-height: 40px; }
	.jmp-left-button .fa.fa-angle-left { padding: 20px 20px 20px 0px; }
	.jmp-right-button .fa.fa-angle-right { padding: 20px 0px 20px 20px; }
	.jmp-down-button a { top: -40px; height: 80px; width: 80px; }
	.jmp-down-button .fa.fa-angle-down { font-size: 40px; height: 80px; line-height: 40px; }
	.jmp-down-button .fa.fa-angle-down { padding: 0px 20px 20px 20px; }
}
@media (max-width: 959px) {
	.jmp-left-button, .jmp-right-button { height: 56px; width: 28px; }
	.jmp-left-button a { left: -28px; width: 56px; }
	.jmp-right-button a { right: -28px; width: 56px; }
	.jmp-left-button .fa.fa-angle-left, .jmp-right-button .fa.fa-angle-right { font-size: 28px; height: 56px; line-height: 28px; }
	.jmp-left-button .fa.fa-angle-left { padding: 14px 14px 14px 0px; }
	.jmp-right-button .fa.fa-angle-right { padding: 14px 0px 14px 14px; }
	.jmp-down-button a { top: -28px; height: 56px; width: 56px; }
	.jmp-down-button .fa.fa-angle-down { font-size: 28px; height: 56px; line-height: 28px; }
	.jmp-down-button .fa.fa-angle-down { padding: 0px 14px 14px 14px; }
}
.jmp-section-core.jmp-bottom-border > div.pad .cell-wrapper { border-bottom: 1px solid rgba(0,0,0,0.1); }

.jmp-section-core .content-before,
.jmp-section-core .content-after {
	display: block;
	
}
* html .jmp-section-core > div.pad > div:after {
	zoom: 1; } /* IE6 */
*:first-child+html .jmp-section-core > div.pad > div:after {
	zoom: 1; } /* IE7 */

@media only screen and (min-width: 768px) and (orientation: portrait), (min-width: 768px) {
	.jmp-section-core .headline-align-left h1,
	.jmp-section-core .headline-align-left h2,
	.jmp-section-core .headline-align-left h3,
	.jmp-section-core .headline-align-left h4,
	.jmp-section-core .headline-align-left h5,
	.jmp-section-core .headline-align-left h6 {
		text-align: left;
	}
	.jmp-section-core .headline-align-center h1,
	.jmp-section-core .headline-align-center h2,
	.jmp-section-core .headline-align-center h3,
	.jmp-section-core .headline-align-center h4,
	.jmp-section-core .headline-align-center h5,
	.jmp-section-core .headline-align-center h6 {
		text-align: center;
	}
	.jmp-section-core .headline-align-right h1,
	.jmp-section-core .headline-align-right h2,
	.jmp-section-core .headline-align-right h3,
	.jmp-section-core .headline-align-right h4,
	.jmp-section-core .headline-align-right h5,
	.jmp-section-core .headline-align-right h6 {
		text-align: right;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.jmp-section-core .mobile-left-headlines h1,
	.jmp-section-core .mobile-left-headlines h2,
	.jmp-section-core .mobile-left-headlines h3,
	.jmp-section-core .mobile-left-headlines h4,
	.jmp-section-core .mobile-left-headlines h5,
	.jmp-section-core .mobile-left-headlines h6,
	.jmp-section-core .type-label {
		text-align: left;
	}
	.jmp-section-core .mobile-center-headlines h1,
	.jmp-section-core .mobile-center-headlines h2,
	.jmp-section-core .mobile-center-headlines h3,
	.jmp-section-core .mobile-center-headlines h4,
	.jmp-section-core .mobile-center-headlines h5,
	.jmp-section-core .mobile-center-headlines h6,
	.jmp-section-core .type-label {
		text-align: center;
	}
	.jmp-section-core .mobile-right-headlines h1,
	.jmp-section-core .mobile-right-headlines h2,
	.jmp-section-core .mobile-right-headlines h3,
	.jmp-section-core .mobile-right-headlines h4,
	.jmp-section-core .mobile-right-headlines h5,
	.jmp-section-core .mobile-right-headlines h6,
	.jmp-section-core .type-label {
		text-align: right;
	}
}
/* JMP Section Common FINISH */

/* JMP Section Button Container START */ /* Used in JMP Multi-Column Section */

.jmp-buttons-container .spacer1, .jmp-buttons-container .spacer2, .jmp-buttons-container .spacer3 {
	height: 10px;
	width: 10px;
}
body.hubspot-disable-focus-styles .jmp-buttons-container .hs_cos_wrapper_widget.hs_cos_wrapper_type_cta { display: inline-block; max-width: 260px; width: 100%; } /* Fix button display in edit mode */
@media (min-width: 1130px) {
	.jmp-buttons-container.breaktypeabcd .spacer1, .jmp-buttons-container.breaktypeabcd .spacer2, .jmp-buttons-container.breaktypeabcd .spacer3 { display: inline-block; }
}
@media (max-width: 1129px) and (min-width: 589px) {
	.jmp-buttons-container.breaktypeabcd .spacer1, .jmp-buttons-container.breaktypeabcd .spacer3 { display: inline-block; }
	.jmp-buttons-container.breaktypeabcd .spacer2 { display:block; }
}
@media (min-width: 860px) {
	.jmp-buttons-container.breaktypeabc .spacer1, .jmp-buttons-container.breaktypeabc .spacer2 { display: inline-block; }
}
@media (max-width: 859px) }}px) {
	.jmp-buttons-container.breaktypeabc .spacer1, .jmp-buttons-container.breaktypeabc .spacer2 { display: block; }
}
@media (min-width: 590px) {
	.jmp-buttons-container.breaktypeab .spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
	.jmp-buttons-container.breaktypeab .spacer1 { display: block; }
	.jmp-buttons-container.breaktypeabcd .spacer1, .jmp-buttons-container.breaktypeabcd .spacer2, .jmp-buttons-container.breaktypeabcd .spacer3 { display: block; }
}
@media (max-width: 767px) {
	.jmp-multi-column-section .jmp-buttons-container.text-align-left,
	.jmp-multi-column-section .jmp-buttons-container.text-align-right {
		text-align: center;
	}
}
/* JMP Section Button Container FINISH */ /* Used in JMP Multi-Column Section */

/* Button Container START */ /* Used in Hero, Box, Split, JMP and CTA Sections */

.buttons-container .spacer {
	height: 10px;
	width: 10px;
}

@media (min-width: 860px) {
	.buttons-container.breaktypeabc .spacer { display:inline-block; }
}
@media (max-width: 859px) }}px) {
	.buttons-container.breaktypeabc .spacer { display:block; }
}
@media (min-width: 590px) {
	.buttons-container.breaktypeab .spacer { display:inline-block; }
	.buttons-container.breaktypeac .spacer { display:inline-block; }
	.buttons-container.breaktypebc .spacer { display:inline-block; }
}
@media (max-width: 589px) {
	.buttons-container.breaktypeab .spacer { display:block; }
	.buttons-container.breaktypeac .spacer { display:block; }
	.buttons-container.breaktypebc .spacer { display:block; }
}
/* Button Container FINISH */ /* Used in Hero, Box, Split, JMP and CTA Sections */

/* Box Section START */
.boxes-container {
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 0px;
}
.box-wrapper {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 30px;
	vertical-align: top;
	white-space: normal;
}

.box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

a.box {
	
		-webkit-box-shadow: 0px 2px 2px 0px rgba(#{color=#000000, opacity=100, css=#000000}, 0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(#{color=#000000, opacity=100, css=#000000}, 0.75);
	-o-box-shadow: 0px 2px 2px 0px rgba(#{color=#000000, opacity=100, css=#000000}, 0.75);
	-ms-box-shadow: 0px 2px 2px 0px rgba(#{color=#000000, opacity=100, css=#000000}, 0.75);
	box-shadow: 0px 2px 2px 0px rgba(#{color=#000000, opacity=100, css=#000000}, 0.75);
	
	display: block;
}
.transitions-allowed a.box { -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out; }

a.box:hover,
a.box:focus  { background-color: rgba(60, 175, 255,0.60); }
a.box:active { background-color: rgba(60, 175, 255,0.60); }

a.box img { opacity: 1; }
.transitions-allowed a.box img { -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out; }
a.box:hover img,
a.box:focus img { opacity: 0.80; }
a.box:active img { background-color: #3cafff; opacity: 0.80; }

.box .box-top { background: rgba(255,255,255,0.80); padding: 10px 10px 10px 10px; }
.box .box-top h3 { margin: 0px auto 0px auto; }
.box .box-top h4 { margin: 0px auto 0px auto; }
.box .box-top h5 { margin: 0px auto 0px auto; }

div.box .box-top h3 { color: #831735; }
div.box .box-top h3:first-child, a.box .box-top h3:first-child {}

.box-description {
	background: rgba(255,255,255,0.50);
	color: #111111;
	text-transform: none;
}

a.box .pseudolink { text-decoration: none; color: #0073d0; }
.transitions-allowed a.box .pseudolink { -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
a.box:hover .pseudolink,
a.box:focus  .pseudolink { color: #3cafff; }
a.box:active .pseudolink { color: #3cafff; }

.box .small-image { padding: 20px 0px 0px 0px; }
.box .large-image { padding: 10px 0px 0px 0px; }

.box .small-image .image-container { padding: 0px 10px 20px 10px; text-align: center; }
.box .large-image .image-container { padding: 0px 10px 10px 10px; text-align: center; }

.box .small-image .image-container > div { width: 128px; margin: 0 auto 0 auto; }

.box .image-container img { vertical-align: top; width: 100%; }

.box .small-image .richtext-content { padding: 0px 10px 6px 10px; }
.box .large-image .richtext-content { padding: 10px 10px 6px 10px; }
.box .full-width-image .richtext-content { padding: 20px 10px 6px 10px; }

.box .small-image .box-bottom { padding: 0px 10px 10px 10px; }
.box .large-image .box-bottom { padding: 0px 10px 10px 10px; }
.box .full-width-image .box-bottom { padding: 10px 10px 10px 10px; }
.box .box-bottom h3 { margin: 0px auto 0px auto; }
.box .box-bottom h4 { margin: 0px auto 0px auto; }
.box.style3 .box-bottom h5 { margin: 0px auto 0px auto; }
.box.style3a .box-bottom h5 { margin: 0px auto 0px auto; }

.box-section-wrap {
	background-color: #d6d6d6;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	text-align: center;
	padding: 60px 0px 20px 0px;
	position: relative;
}
.box-section-wrap.with-background-img {
	min-height: 500px;
}
.box-section-wrap.bottom-border {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box-section-wrap .cell-wrapper {
	margin: 0 auto 0 auto;
	text-align: center;
}
.box-section-wrap .hero-title {
	padding-top: 130px;
}
.box-section-wrap {
	text-rendering: optimizeLegibility;
}
.box-section-wrap h1,
.box-section-wrap h2.displayh2,
.box-section-wrap h2.styleh1 {
	margin-bottom: 20px;
}
.box-section-wrap .description {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4;
	margin: 20px auto 20px auto;
	text-transform: none;
	text-rendering: optimizeLegibility;
}
.box-section-wrap .description p {
}

.box-section-wrap.text-color-1 h1,
.box-section-wrap.text-color-1 h2,
.box-section-wrap.text-color-1 .description {
	color: ;
}
.box-section-wrap.text-shadow-color-1 h1,
.box-section-wrap.text-shadow-color-1 h2,
.box-section-wrap.text-shadow-color-1 .description {
	
}
.box-section-wrap.text-color-2 h1,
.box-section-wrap.text-color-2 h2,
.box-section-wrap.text-color-2 .description {
	color: ;
}
.box-section-wrap.text-shadow-color-2 h1,
.box-section-wrap.text-shadow-color-2 h2,
.box-section-wrap.text-shadow-color-2 .description {
	
}

.box-section-wrap .section-header-container,
.box-section-wrap .section-buttons-container,
.box-section-wrap .buttons-container {
	margin: 0px auto 40px auto;
}

@media (max-width: 959px) {
	.box-section-wrap .description p { text-align: left; }
}
@media (max-width: 1680px) {
	.box-section-wrap .max-width-1680px .boxes-container { margin: 0px 0px 0px -20px; }
	.box-section-wrap .max-width-1680px .box-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 1280px) {
	.box-section-wrap .max-width-1280px .boxes-container { margin: 0px 0px 0px -20px; }
	.box-section-wrap .max-width-1280px .box-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 1080px) {
	.box-section-wrap .max-width-1080px .boxes-container { margin: 0px 0px 0px -20px; }
	.box-section-wrap .max-width-1080px .box-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 960px) {
	.box-section-wrap .max-width-960px .boxes-container { margin: 0px 0px 0px -20px; }
	.box-section-wrap .max-width-960px .box-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 768px) {
	.box-section-wrap .max-width-768px .boxes-container { margin: 0px 0px 0px -20px; }
	.box-section-wrap .max-width-768px .box-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 767px) {
	.box-section-wrap .section-header-container .text-align-left,
	.box-section-wrap .section-header-container .text-align-right {
		text-align: center;
	}
}
/* Box Section FINISH */

/* Hero Section START */
.hero-section {
	background-color: ;
	opacity:1;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 660px;
	padding: 60px 0px 60px 0px;
	position:relative;
}
.hero-section.bottom-border > div.pad > div {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.hero-section .cell-wrapper {
	margin:0 auto 0 auto;
}
.hero-section .hero-title {
	padding-top: 130px;
}
.hero-section h1 {
	text-rendering: optimizeLegibility;
}
.hero-section h2 {
	text-rendering: optimizeLegibility;
}
.hero-section h1,
.hero-section h2.displayh2,
.hero-section h2.styleh1 {
	margin-bottom: 20px;
}
.hero-section .description {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3;
	margin: 20px auto 20px auto;
	text-transform: none;
	text-rendering: optimizeLegibility;
}
.hero-section .description p {
}
.hero-section.text-color-1 h1,
.hero-section.text-color-1 h2,
.hero-section.text-color-1 .description {
	color: ;
}
.hero-section.text-shadow-color-1 h1,
.hero-section.text-shadow-color-1 h2,
.hero-section.text-shadow-color-1 .description {
	
}
.hero-section.text-color-2 h1,
.hero-section.text-color-2 h2,
.hero-section.text-color-2 .description {
	color: ;
}
.hero-section.text-shadow-color-2 h1,
.hero-section.text-shadow-color-2 h2,
.hero-section.text-shadow-color-2 .description {
	
}
.hero-section-wrap .section-buttons-container,
.hero-section .buttons-container {
	margin: 40px auto 0px auto;
}
@media (min-width: 1921px) {
	.hero-section {
		padding: 110px 0px 90px 0px;
	}
}
@media (max-width: 1920px) {
	.hero-section {
		min-height: 500px;
	}
}
@media (max-width: 1280px) {
	.hero-section {
		min-height: 400px;
	}
}
@media (max-width: 767px) {
	.hero-section .text-align-left,
	.hero-section .text-align-right {
		text-align: center;
	}
	.hero-section .text-align-left.description,
	.hero-section .text-align-center.description,
	.hero-section .text-align-right.description,
	.hero-section .text-align-justify.description {
		text-align: left;
	}
}

@media (min-width: 415px) and (max-width: 480px) {
	.hero-section .description { font-size: 1.1em; line-height: 1.4; }
}
@media (min-width: 320px) and (max-width: 414px) { /* iPhone Plus (414 points) */
	.hero-section .description { font-size: 1.0em; line-height: 1.4; }
}
@media (max-width: 319px) { /* Smaller than iPhone 5 (320 points ) */
	.hero-section .description { font-size: 1.0em; line-height: 1.4; }
}

.nav-btn {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100px;
}
.nav-btn.previous {	left: 0px; }
.nav-btn.next { right: 0px; }

.nav-btn a {
	background-color: rgba(0, 115, 208,.5);
	-webkit-border-radius: px;
	-moz-border-radius: px;
	-o-border-radius: px;
	-ms-border-radius: px;
	border-radius: px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255,0.75);
	display: inline-block;
	position: absolute;
	top: 0px;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
	z-index: 9994;
}
.transitions-allowed .nav-btn a { -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, color 0.4s ease-in-out; }
.nav-btn a:hover {
	background-color: rgba(60, 175, 255,0.75);
	color:rgba(255, 255, 255,1)
}
.nav-btn.previous a { text-align: right; z-index: 9994; }
.nav-btn.next a { text-align: left; z-index: 9995; }
.nav-btn.previous .fa.fa-angle-left, .nav-btn.next .fa.fa-angle-right { display: inline-block; }

@media (min-width: 960px) {
	.nav-btn { height: 80px; width: 40px; }
	.nav-btn.previous a { left: -40px; width: 80px; }
	.nav-btn.next a { right: -40px; width: 80px; }
	.nav-btn.previous .fa.fa-angle-left, .nav-btn.next .fa.fa-angle-right { font-size: 40px; height: 80px; line-height: 40px; }
	.nav-btn.previous .fa.fa-angle-left{ padding:20px 20px 20px 0px; }
	.nav-btn.next .fa.fa-angle-right{ padding:20px 0px 20px 20px; }
}
@media (max-width: 959px) {
	.nav-btn { height: 56px; width: 28px; }
	.nav-btn.previous a { left:-28px; width: 56px; }
	.nav-btn.next a { right:-28px; width: 56px; }
	.nav-btn.previous .fa.fa-angle-left, .nav-btn.next .fa.fa-angle-right { font-size: 28px; height: 56px; line-height: 28px; }
	.nav-btn.previous .fa.fa-angle-left{ padding:14px 14px 14px 0px; }
	.nav-btn.next .fa.fa-angle-right{ padding:14px 0px 14px 14px; }
}

/* Hero Section FINISH */

/* Rich Text Section START */
.rich-text-section {
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px auto 0px auto;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rich-text-section > div.pad > div {
	padding: 60px 0px 60px 0px;
	position: relative;
	text-align: left;
}

.rich-text-section.text-color-1 {
	color: ;
}
.rich-text-section.text-color-2 {
	color: ;
}
.rich-text-section.text-shadow-color-1 h1,
.rich-text-section.text-shadow-color-1 h2,
.rich-text-section.with-background-img.text-shadow-color-1 {
	
  	
  		text-shadow: none;
  	
  
}
.rich-text-section.text-shadow-color-2 h1,
.rich-text-section.text-shadow-color-2 h2,
.rich-text-section.with-background-img.text-shadow-color-2 {
	
}

.rich-text-section .section-buttons-container,
.rich-text-section .buttons-container {
	margin: 40px auto 0px auto;
	text-align: center;
}

.rich-text-section.bottom-border > div.pad > div {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
/* Rich Text Section FINISH */

/* Headline Section START */
.headline-section {
	background-color: ;
	opacity:1;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 20px;
	position: relative;
}
.headline-section > div.pad > div {
	padding: 20px 0px 8px 0px;
	position:relative;
}
.headline-section.bottom-border > div.pad > div {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.headline-section.text-color-1 h1,
.headline-section.text-color-1 h2,
.headline-section.text-color-1 .description {
	color: ;
}
.headline-section.text-color-2 h1,
.headline-section.text-color-2 h2,
.headline-section.text-color-2 .description {
	color: ;
}
.headline-section.text-shadow-color-1 h1,
.headline-section.text-shadow-color-1 h2,
.headline-section.text-shadow-color-1 .description {
	
  	
  		text-shadow: none;
  	
  
}
.headline-section.text-shadow-color-2 h1,
.headline-section.text-shadow-color-2 h2,
.headline-section.text-shadow-color-2 .description {
	
}
/* Headline Section FINISH */

/* CTA Section START */
.cta-section {
	position: relative;
}

.cta-section > div.pad > div {
	padding: 60px 0px 60px 0px;
	position:relative;
	text-align: center;
}

.cta-section.bottom-border > div.pad > div {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cta-section > div.pad:after,
.cta-section > div.pad > div:after,
.cta-section > div.pad > div > div:after { /* Clears .pad and .max-width-*px */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .cta-section > div.pad > div:after {
	zoom: 1; } /* IE6 */
*:first-child+html .cta-section > div.pad > div:after {
	zoom: 1; } /* IE7 */

/* CTA Section FINISH */

/* MISC Section START */

/* Call-to-action sceen capture START */

.ctasc {
	width: 1260px !important;
}
.ctasc .hs-cta-wrapper,
.ctasc .hs-cta-wrapper .hs-cta-node {
	display: block;
}
.ctasc a {
	border: none !important;
	min-height: 630px !important;
	padding: 45px 90px 45px 90px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.ctasc a .cta-headline {
	font-size: 80px !important;
}
.ctasc a .cta-label,
.ctasc a .cta-text {
	font-size: 40px !important;
}
.ctasc a .cta-text {
	min-height: 140px !important;
}
/* Call-to-action sceen capture FINISH */

/* Primary Section Background Color */
.background-color-1 {
	background-color: #5e2bff;
}
/* Secondary Section Background Color */
.background-color-2 {
	background-color: #bd4cfa;
}
/* Tertiary Section Background Color */
.background-color-3 {
	background-color: #090C98;
}

/* END MATCHING */

/* Hide Required Asterisk on Forms Text Fields */
.no-required-asterisk .hs-fieldtype-text .hs-form-required,
.no-required-asterisk .hs-fieldtype-number .hs-form-required {
	display: none;
}

/* JMP Logos Section START */
.jmp-logos-section { }

.jmp-logos-section .arrow-background-color-1 {
	background-color: #0073d0;
}

/* .jmp-logos-section .logo-parent .logo-single{background-color:rgba(75, 0, 130, 0.2);} */

.jmp-logos-section .logo-parent .logo-single{display:flex; flex-direction:column;}

.jmp-logos-section .logo-parent[data-width="32"] .logo-single img{max-width:32px;}
.jmp-logos-section .logo-parent[data-width="64"] .logo-single img{max-width:64px;}
.jmp-logos-section .logo-parent[data-width="96"] .logo-single img{max-width:96px;}
.jmp-logos-section .logo-parent[data-width="128"] .logo-single img{max-width:128px;}
.jmp-logos-section .logo-parent[data-width="256"] .logo-single img{max-width:256px;}
.jmp-logos-section .logo-parent[data-width="none"] .logo-single img{max-width:100%;}

.jmp-logos-section .logo-parent[data-height="32"] .logo-single img{max-height:32px;}
.jmp-logos-section .logo-parent[data-height="64"] .logo-single img{max-height:64px;}
.jmp-logos-section .logo-parent[data-height="96"] .logo-single img{max-height:96px;}
.jmp-logos-section .logo-parent[data-height="128"] .logo-single img{max-height:128px;}
.jmp-logos-section .logo-parent[data-height="256"] .logo-single img{max-height:256px;}
.jmp-logos-section .logo-parent[data-height="none"] .logo-single img{max-height:100%;}

.jmp-logos-section .logo-parent[data-valign="top"] div.logo-single{justify-content:flex-start;}
.jmp-logos-section .logo-parent[data-valign="middle"] div.logo-single{justify-content:center;}
.jmp-logos-section .logo-parent[data-valign="bottom"] div.logo-single{justify-content:flex-end;}

.jmp-logos-section .logo-parent[data-type="fixed"] .logo-single{margin:0 15px;}
.jmp-logos-section .logo-parent[data-type="fixed"][data-halign="center"] .wrap{justify-content:center;}
.jmp-logos-section .logo-parent[data-type="fixed"][data-halign="left"] .wrap{justify-content:flex-start;}
.jmp-logos-section .logo-parent[data-type="fixed"][data-halign="right"] .wrap{justify-content:flex-end;}
.jmp-logos-section .logo-parent[data-type="fixed"] > .wrap{display:flex; justify-content:space-around;}
.jmp-logos-section .logo-parent[data-rowgap="20"] > .wrap:not(:last-child){padding-bottom:20px;}
.jmp-logos-section .logo-parent[data-rowgap="30"] > .wrap:not(:last-child){padding-bottom:30px;}
.jmp-logos-section .logo-parent[data-rowgap="40"] > .wrap:not(:last-child){padding-bottom:40px;}
.jmp-logos-section .logo-parent[data-rowgap="50"] > .wrap:not(:last-child){padding-bottom:50px;}

.jmp-logos-section .logo-parent[data-type="slideshow"][data-halign="center"] .logo-single img{margin:0 auto;}
.jmp-logos-section .logo-parent[data-type="slideshow"][data-halign="right"] .logo-single img{margin:0 0 0 auto;}
.jmp-logos-section .logo-parent[data-type="slideshow"] .logo-single{display:flex !important;}
.jmp-logos-section .logo-parent.slick-slider .slick-arrow{background:url(https://87753.fs1.hubspotusercontent-na1.net/hubfs/87753/moon-marketing-assets/logos/chevron-left.svg) no-repeat 45% 50% / auto 60%; border:none; z-index:9; position:absolute; top:50%; left:-42px; width:30px; border-radius:100%; height:30px; font-size:0px; color:#fff; -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);; -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;; cursor:pointer;}
.jmp-logos-section .logo-parent.slick-slider .slick-arrow:hover{}
.jmp-logos-section .logo-parent.slick-slider .slick-arrow.slick-next{left:auto; right:-42px; background:url(https://87753.fs1.hubspotusercontent-na1.net/hubfs/87753/moon-marketing-assets/logos/chevron-right.svg) no-repeat 55% 50% / auto 60%;}
.jmp-logos-section .logo-parent.slick-slider .slick-arrow.slick-disabled{cursor:not-allowed;filter:grayscale(1);opacity:0.2;}
.jmp-logos-section .logo-parent[data-arw="false"] .slick-arrow{display:none !important;}
.jmp-logos-section .arrow-hover:not(:hover) .jmp-logos-container .logo-parent[data-arw="hover"] .slick-arrow{opacity:0;}
.jmp-logos-section .logo-parent[data-arw="true"] .slick-arrow{}

.jmp-logos-section .logo-parent[data-type="flow"] div.logo-single{display:inline-block; margin:0 15px;}
.jmp-logos-section .logo-parent[data-type="flow"][data-halign="left"]{text-align:left;}
.jmp-logos-section .logo-parent[data-type="flow"][data-halign="right"]{text-align:right;}
.jmp-logos-section .logo-parent[data-type="flow"][data-halign="center"]{text-align:center;}
.jmp-logos-section .logo-parent[data-type="flow"][data-valign="top"] div.logo-single{vertical-align:top;}
.jmp-logos-section .logo-parent[data-type="flow"][data-valign="middle"] div.logo-single{vertical-align:middle;}
.jmp-logos-section .logo-parent[data-type="flow"][data-valign="bottom"] div.logo-single{vertical-align:bottom;}

/* .jmp-logos-section .logo-parent[data-sstype="fade"] .slick-track{transform:translate3d(0px, 0px, 0px) !important;} */
.jmp-logos-section .logo-parent[data-sstype="fade"] .slick-track .slick-slide{opacity:0; transition:opacity 800ms ease-in-out;}
.jmp-logos-section .logo-parent[data-sstype="fade"] .slick-track .slick-active{opacity:1;}

.jmp-logos-section .logo-parent[data-sstype="slide_up"] .slick-track .slick-slide{opacity:0;}
.jmp-logos-section .logo-parent[data-sstype="slide_up"] .slick-track .slick-active{animation:flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 200ms both;}

@keyframes flip-in-hor-bottom{
	0%{transform:rotateX(80deg);opacity:0;}
	100%{transform:rotateX(0);opacity:1;}
}

.jmp-logos-container > div > span {
	display: block;
	width: 100%;
}
.jmp-logos-section .left{ float: left; padding: 0 20px 0 0px; }
.jmp-logos-section .right{ float: right; padding: 0 0px 0 20px; }

.jmp-logos-section .left.media-container { padding: 8px 20px 0px 0px; transform: none; }
.jmp-logos-section .right.media-container { padding: 8px 0px 0px 20px; transform: none; }

.jmp-logos-section .slidesharewrapper { margin: 0px 0px 0px 0px; }
.jmp-logos-section .videowrapper { margin: 0px 0px 0px 0px; }
.jmp-logos-section .media-caption { font-size: 12px; margin: 4px 0px 0px 0px; }
.jmp-logos-section .size1of12 .media-caption { word-wrap: break-word; }
.jmp-logos-section .media-caption-background-1 {
	color: #111111; font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(255,255,255,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.jmp-logos-section .size1of12 .media-caption-background-1 { word-wrap: break-word; }
.jmp-logos-section .media-caption p:last-child, .jmp-logos-section .media-caption-background-1 p:last-child { margin-bottom: 0px; -webkit-margin-after: 0px; }

.jmp-logos-section .max-width-1280px .sixtysixpercent.left.lp-content-container,
.jmp-logos-section .max-width-1280px .sixtysixpercent.right.lp-content-container { max-width: 800px; } /* Restrains the image to 800px */
.jmp-logos-section .max-width-1280px .sixtysixpercent .share { max-width: 800px; } /* Restrains the image to 800px */

.type-label { font-size: 1em; line-height: 1.4em; margin-top: -1.4em; margin-bottom: 0px; }
.with-type-label { margin-top: 0px; -webkit-margin-before: 0px; }

.jmp-logos-section .left.lp-content-container img:first-child,
.jmp-logos-section .right.lp-content-container img:first-child { margin-top: 8px; transform: none; }

.jmp-logos-container .jmp-shape {
	display: block;
	margin: 0px 0px 0px auto;
	width: 100%;
}
.jmp-logos-container .media-container img { vertical-align: top; width: 100%; }


.jmp-logos-spacer1 {
	height: 10px;
	width: 10px;
}

@media (max-width:1299px){
	.jmp-logos-section .logo-parent[data-type="flow"] div.logo-single,
	.jmp-logos-section .logo-parent[data-type="fixed"] div.logo-single{margin-bottom:20px; display:inline-block; vertical-align:middle;}
	.jmp-logos-section .logo-parent[data-type="fixed"][data-halign="center"]{text-align:center;}
	.jmp-logos-section .logo-parent[data-type="fixed"][data-halign="left"]{text-align:left;}
	.jmp-logos-section .logo-parent[data-type="fixed"][data-halign="right"]{text-align:right;}
	.jmp-logos-section .logo-parent[data-type="slideshow"]{padding:0 40px;}
	.jmp-logos-section .logo-parent.slick-slider .slick-arrow{left:0;}
	.jmp-logos-section .logo-parent.slick-slider .slick-arrow.slick-next{left:auto; right:0;}
	.jmp-logos-section .logo-parent[data-valign="middle"] div.logo-single{align-items:center;}
}
/* JMP Logos Section FINISH */

/* JMP Split Section START */
.jmp-split-section { }
.jmp-split-container > div > span {
	display: inline-block;
	width: 100%;
}
.jmp-split-section .left{ float: left; padding: 0 20px 0 0px; }
.jmp-split-section .right{ float: right; padding: 0 0px 0 20px; }

.jmp-split-section .slidesharewrapper { margin: 0px 0px 0px 0px; }
.jmp-split-section .videowrapper { margin: 0px 0px 0px 0px; }
.jmp-split-section .media-caption { font-size: 12px; margin: 4px 0px 0px 0px; }
.jmp-split-section .size1of12 .media-caption, .jmp-split-section .size1of12 .media-caption-dark, .jmp-split-section .size1of12 .media-caption-light, .jmp-split-section .size1of12 .media-caption-background-1 { word-wrap: break-word; }
.jmp-split-section .media-caption-dark { color: #ffffff; font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(0,0,0,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.jmp-split-section .media-caption-light, .jmp-split-section .media-caption-background-1 { color: #000000; font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(255,255,255,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.jmp-split-section .media-caption p:last-child, .jmp-split-section .media-caption-dark p:last-child, .jmp-split-section .media-caption-light p:last-child, .jmp-split-section .media-caption-background-1 p:last-child { margin-bottom: 0px; -webkit-margin-after: 0px; }

.jmp-split-section .max-width-1280px .sixtysixpercent.left.lp-content-container,
.jmp-split-section .max-width-1280px .sixtysixpercent.right.lp-content-container { max-width: 800px; } /* Restrains the image to 800px */
.jmp-split-section .max-width-1280px .sixtysixpercent .share { max-width: 800px; } /* Restrains the image to 800px */

.jmp-label-text { font-size: 1em; line-height: 1.4em; margin-top: -1.4em; margin-bottom: 0px; }
.jmp-with-label-text { margin-top: 0px; -webkit-margin-before: 0px; }

.jmp-split-section .left.lp-content-container img:first-child,
.jmp-split-section .right.lp-content-container img:first-child { margin-top: 8px; transform: none; }

.jmp-split-container .jmp-shape {
	display: block;
	margin: 0px 0px 0px auto;
	width: 100%;
}
.jmp-split-container .media-container img { vertical-align: top; width: 100%; }
.jmp-split-section .size12of12.jmp-content-container { margin: 0px 0px 30px 0px; }
.jmp-content-container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media (min-width: 768px) {
	.jmp-split-section .left { clear: left; }
	.jmp-split-section .left.media-container { padding: px 20px 0px 0px; transform: none; }
	.jmp-split-section .right.media-container { padding: px 0px 0px 20px; transform: none; }
	.jmp-split-section .left.media-container > div > div { margin: 0px auto 0px 0px; }
	.jmp-split-section .right.media-container > div > div { margin: 0px 0px 0px auto; }
	.jmp-split-section .left.media-container.h2-offset  { padding: px 20px 0px 0px; transform: none; }
	.jmp-split-section .right.media-container.h2-offset { padding: px 0px 0px 20px; transform: none; }
	.jmp-split-section .left.media-container.h3-offset  { padding: px 20px 0px 0px; transform: none; }
	.jmp-split-section .right.media-container.h3-offset { padding: px 0px 0px 20px; transform: none; }
	.jmp-split-section .left.media-container.p-offset   { padding: px 20px 0px 0px; transform: none; }
	.jmp-split-section .right.media-container.p-offset  { padding: px 0px 0px 20px; transform: none; }
	.jmp-split-section .left.jmp-form-container { padding: 8px 20px 0px 0px; transform: none; }
	.jmp-split-section .right.jmp-form-container { padding: 8px 0px 0px 20px; transform: none; }
}
@media (max-width: 767px) {
	.jmp-split-section .left  { float: none; padding: 0px 0px 0px 0px; width: 100%; }
	.jmp-split-section .right { float: none; padding: 0px 0px 0px 0px; width: 100%; }

	.jmp-split-section .left.jmp-content-container,
	.jmp-split-section .right.jmp-content-container { margin: 0px 0px 30px 0px; transform: none; }
	.jmp-split-section .left.media-container > div > div,
	.jmp-split-section .right.media-container > div > div { margin: 0px auto 0px auto; }

	.jmp-split-section .left.jmp-form-container,
	.jmp-split-section .right.jmp-form-container { transform: none; }

	.jmp-split-section .left.media-container,
	.jmp-split-section .right.media-container { margin: 12px 0px 12px 0px; width: 100%; }

	.jmp-split-section .left.media-container.mobile-limited-width-400,
	.jmp-split-section .right.media-container.mobile-limited-width-400 { margin: 12px auto 12px auto; max-width: 400px; }
	
	.jmp-split-section .left.media-container.mobile-hidden,
	.jmp-split-section .right.media-container.mobile-hidden { display: none; }

	.jmp-split-section .left { margin-right: auto; }
	.jmp-split-section .right { margin-left: auto; }

	.jmp-split-section .widget-type-form .cell-wrapper {
		margin-top: 40px;
	}
}
@media (max-width: 767px) and (min-width: 320px) {
	.jmp-split-section .left.media-container.mobile-float-right-50,
	.jmp-split-section .right.media-container.mobile-float-right-50 { float: right; margin: 0px auto 0px auto; padding: px 0px px 10px; width: 50%; }
	.jmp-split-section .with-media-container-float.mobile-center-headlines h1,
	.jmp-split-section .with-media-container-float.mobile-center-headlines h2,
	.jmp-split-section .with-media-container-float.mobile-center-headlines h3,
	.jmp-split-section .with-media-container-float.mobile-center-headlines h4,
	.jmp-split-section .with-media-container-float.mobile-center-headlines h5,
	.jmp-split-section .with-media-container-float.mobile-center-headlines h6 {
		text-align: left;
	}
}
@media (max-width: 319px) {
	.jmp-split-section .left.media-container.mobile-float-right-50,
	.jmp-split-section .right.media-container.mobile-float-right-50 { float: none; padding: px 0px px 0px; width: 100%; }
}

.jmp-split-spacer1 {
	height: 10px;
	width: 10px;
}
body.hubspot-disable-focus-styles .jmp-split-buttons-container .hs_cos_wrapper_widget.hs_cos_wrapper_type_cta { display: inline-block; 	max-width: 260px; width: 100%; } /* Fix button display in edit mode */
@media (min-width: 677px) {
	.size11of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (min-width: 734px) {
	.size10of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (min-width: 803px) {
	.size9of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (min-width: 890px) {
	.size8of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (min-width: 1001px) {
	.size7of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (min-width: 1150px) {
	.size6of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (min-width: 1358px) {
	.size5of12 .breaktypeab .jmp-split-spacer { display: inline-block; }
}
@media (min-width: 1670px) {
	.size4of12 .breaktypeab .jmp-split-spacer1,
	.size3of12 .breaktypeab .jmp-split-spacer1,
	.size2of12 .breaktypeab .jmp-split-spacer1,
	.size1of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (max-width: 676px) and (min-width: 768px) {
	.size11of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 733px) and (min-width: 768px) {
	.size10of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 802px) and (min-width: 768px) {
	.size9of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 889px) and (min-width: 768px) {
	.size8of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 1000px) and (min-width: 768px) {
	.size7of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 1149px) and (min-width: 768px) {
	.size6of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 1357px) and (min-width: 768px) {
	.size5of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 1669px) and (min-width: 768px) {
	.size4of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size3of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size2of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size1of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
@media (max-width: 767px) and (min-width: 590px) {
	.size11of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size10of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size9of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size8of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size7of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size6of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size5of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size4of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size3of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size2of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
	.size1of12 .breaktypeab .jmp-split-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
	.size11of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size10of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size9of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size8of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size7of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size6of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size5of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size4of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size3of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size2of12 .breaktypeab .jmp-split-spacer1 { display: block; }
	.size1of12 .breaktypeab .jmp-split-spacer1 { display: block; }
}
.jmp-form-container.button-align-left .hs-submit .actions { text-align: left; }
.jmp-form-container.button-align-center .hs-submit .actions { text-align: center; }
.jmp-form-container.button-align-right .hs-submit .actions { text-align: right; }
@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.jmp-form-container.button-align-center.mobile-left-button .hs-submit .actions,
	.jmp-form-container.button-align-right.mobile-left-button .hs-submit .actions { text-align: left; }
	.jmp-form-container.button-align-left.mobile-center-button .hs-submit .actions,
	.jmp-form-container.button-align-right.mobile-center-button .hs-submit .actions { text-align: center; }
	.jmp-form-container.button-align-left.mobile-right-button .hs-submit .actions,
	.jmp-form-container.button-align-center.mobile-right-button .hs-submit .actions { text-align: right; }
}
/* JMP Split Section FINISH */

/* Stacked Section START */
.stacked-section {
	color: #111111;
	margin: 0px auto 0px auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.stacked-section > div.pad > div {
	padding: 60px 0px 60px 0px;
	position:relative;
}

.stacked-section.bottom-border > div.pad > div {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.stacked-section > div.pad > div .row-fluid-wrapper > .row-fluid:before,
.stacked-section > div.pad > div .row-fluid-wrapper > .row-fluid:after {
	display: none !important;
}

.stacked-section > div:after,
.stacked-section > div.pad > div:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .stacked-section > div > div:after {
	zoom: 1; } /* IE6 */
*:first-child+html .stacked-section > div > div:after {
	zoom: 1; } /* IE7 */

.stacked-section .widget-type-form .cell-wrapper {
	margin-top: 40px;
}
	
.stacked-section .share .fa-ul.div6,
.stacked-section .share .fa-ul.div5,
.stacked-section .share .fa-ul.div4,
.stacked-section .share .fa-ul.div3,
.stacked-section .share .fa-ul.div2,
.stacked-section .share .fa-ul.div1 {
	margin: 60px auto 0px -3px;
}

@media (max-width: 767px) {
	.stacked-section media-container {padding: 12px 0px 12px 0px; width: 100%;}

	.stacked-section .media-container.mobile-float-right-50{float:right;padding: 0px 0px 0px 10px; width: 50%;}
	
	.stacked-section .media-container.mobile-limited-width-400{margin: 0px auto 0px auto; max-width: 400px;}
	
	.stacked-section .media-container.mobile-hidden{display:none;}

	.stacked-section h1,
	.stacked-section h2,
	.stacked-section h3,
	.stacked-section h6.type-label {
		text-align: center;
	}
	
	.stacked-section .buttons-container {
		text-align: center;
	}
}

/* Stacked Section FINISH */

/* Multimedia Position Right START */

.jmp-multimedia-position-float-right,
.img-position-float-right {
	float: right;
	margin: 8px 0px 10px 20px;
	max-width: 300px;
	width: 48%;
}

@media (max-width: 383px) {
.jmp-multimedia-position-float-right,
.img-position-float-right {
	float: none;
	margin: 12px 0px 12px 0px;
	max-width: none;
	width: 100%;
}
}

/* Multimedia Position Right FINISH */

.full-width	{ width: 100%; }
.half-width	{ width: 50%; }
.third-width	{ width: 33.3333%; }
.quarter-width	{ width: 25%; }
.fifth-width	{ width: 20%; }
.sixth-width	{ width: 16.66666%; }


@media (max-width: 1080px) {
	.fifth-width	{ width: 25%; }
	.sixth-width	{ width: 25%; }
}

@media (max-width: 959px) {
	.quarter-width	{ width: 33.3333%; }
	.quarter-width.single-row { width: 50%; }
	.fifth-width	{ width: 33.3333%; }
	.sixth-width	{ width: 33.3333%; }
}

@media (max-width: 767px) {
	.third-width	{ width: 50%; }
	.third-width.single-row { width: 100%; }
	.quarter-width	{ width: 50%; }
	.fifth-width	{ width: 50%; }
	.sixth-width	{ width: 50%; }
}

@media (max-width: 479px) {
	.half-width	{ width: 100%; }
	.third-width	{ width: 100%; }
	.quarter-width	{ width: 100%; }
	.quarter-width.single-row { width: 100%; }
	.fifth-width	{ width: 100%; }
	.sixth-width	{ width: 100%; }
}

/* Tile Section START */
.tiles-container {
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 0px;
}
.tile-wrapper {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 30px;
	vertical-align: top;
	white-space: normal;
}

.tile {
	-webkit-border-radius: px;
	-moz-border-radius: px;
	-o-border-radius: px;
	-ms-border-radius: px;
	border-radius: px;
	overflow: hidden;
}

a.tile {
	
	display: block;
}
.transitions-allowed a.tile { -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out; }

a.tile:hover,
a.tile:focus  { background-color: rgba(60, 175, 255,0.60); }
a.tile:active { background-color: rgba(60, 175, 255,0.60); }

a.tile img { background-color: #3cafff; opacity: 1; width: 100%; }
.transitions-allowed a.tile img { -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out; }
a.tile:hover img,
a.tile:focus img { opacity: 0.80; }
a.tile:active img { background-color: 60, 175, 255; opacity: 0.80; }

.tile .tile-top { background: rgba(255,255,255,0.80); padding: 10px 10px 10px 10px; }
.tile .tile-top h3 { margin: 0px auto 0px auto; }
.tile .tile-top h4 { margin: 0px auto 0px auto; color: #111111; }
.tile .tile-top h5 { margin: 0px auto 0px auto; }

div.tile .tile-top h3 { color: #831735; }
div.tile .tile-top h3:first-child, a.tile .tile-top h3:first-child {}

.tile-description {
	background: rgba(255,255,255,0.50);
	color: #111111;
	text-transform: none;
}

a.tile .pseudolink { text-decoration: none; color: #0073d0; }
.transitions-allowed a.tile .pseudolink { -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
a.tile:hover .pseudolink,
a.tile:focus .pseudolink  { color: #3cafff; }
a.tile:active .pseudolink { color: #3cafff; }

.tile .small-image { padding: 20px 0px 0px 0px; }
.tile .large-image { padding: 10px 0px 0px 0px; }

.tile .small-image .image-container { padding: 0px 10px 20px 10px; text-align: center; }
.tile .large-image .image-container { padding: 0px 10px 10px 10px; text-align: center; }

.tile .small-image .image-container > div { width: 128px; margin: 0 auto 0 auto; }

.tile .image-container img { vertical-align: top; width: 100%; }

.tile .small-image .richtext-content { padding: 0px 10px 6px 10px; }
.tile .large-image .richtext-content { padding: 10px 10px 6px 10px; }
.tile .full-width-image .richtext-content { padding: 20px 10px 6px 10px; }

.tile .small-image .tile-bottom { padding: 0px 10px 10px 10px; }
.tile .large-image .tile-bottom { padding: 0px 10px 10px 10px; }
.tile .full-width-image .tile-bottom { padding: 10px 10px 10px 10px; }
.tile .tile-bottom h3 { margin: 0px auto 0px auto; }
.tile .tile-bottom h4 { margin: 0px auto 0px auto; }
.tile.style3 .tile-bottom h5 { margin: 0px auto 0px auto; }
.tile.style3a .tile-bottom h5 { margin: 0px auto 0px auto; }

.tile-section-wrap {
	background-color: ;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	text-align: left;
	padding: 60px 0px 20px 0px;
	position: relative;
}
.tile-section-wrap.with-background-img {
	min-height: 500px;
}
.tile-section-wrap.bottom-border {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tile-section-wrap .cell-wrapper {
	margin: 0 auto 0 auto;
	text-align: center;
}

.tile-section-wrap .hero-title {
	padding-top: 130px;
}
.tile-section-wrap {
	text-rendering: optimizeLegibility;
}
.tile-section-wrap h1,
.tile-section-wrap h2.displayh2,
.tile-section-wrap h2.styleh1 {
	margin-bottom: 20px;
}
.tile-section-wrap .description {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4;
	margin: 20px auto 20px auto;
	text-transform: none;
	text-rendering: optimizeLegibility;
}
.tile-section-wrap .description p {
}

.tile-section-wrap .orderby-label {
	font-size: 0.9em;
}
.tile-section-wrap.text-color-1 h1,
.tile-section-wrap.text-color-1 h2,
.tile-section-wrap.text-color-1 .description,
.tile-section-wrap.text-color-1 .orderby-label {
	color: ;
}
.tile-section-wrap.text-shadow-color-1 h1,
.tile-section-wrap.text-shadow-color-1 h2 {
	;
}
.tile-section-wrap.text-color-2 h1,
.tile-section-wrap.text-color-2 h2,
.tile-section-wrap.text-color-2 .description,
.tile-section-wrap.text-color-2 .orderby-label {
	color: ;
}
.tile-section-wrap.text-shadow-color-2 h1,
.tile-section-wrap.text-shadow-color-2 h2 {
	;
}

.tile-section-wrap.with-background-img.text-shadow-color-1 .description,
.tile-section-wrap.with-background-img.text-shadow-color-1 .orderby-label {
	;
}
.tile-section-wrap.with-background-img.text-shadow-color-2 .description,
.tile-section-wrap.with-background-img.text-shadow-color-2 .orderby-label {
	;
}

.tile-section-wrap .section-header-container,
.tile-section-wrap .section-buttons-container,
.tile-section-wrap .buttons-container {
	margin: 0px auto 40px auto;
	text-align: center;
}

@media (max-width: 959px) {
	.tile-section-wrap .description p { text-align: left; }
}
@media (max-width: 1680px) {
	.tile-section-wrap .max-width-1680px .tiles-container { margin: 0px 0px 0px -20px; }
	.tile-section-wrap .max-width-1680px .tile-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 1280px) {
	.tile-section-wrap .max-width-1280px .tiles-container { margin: 0px 0px 0px -20px; }
	.tile-section-wrap .max-width-1280px .tile-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 1080px) {
	.tile-section-wrap .max-width-1080px .tiles-container { margin: 0px 0px 0px -20px; }
	.tile-section-wrap .max-width-1080px .tile-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 960px) {
	.tile-section-wrap .max-width-960px .tiles-container { margin: 0px 0px 0px -20px; }
	.tile-section-wrap .max-width-960px .tile-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 768px) {
	.tile-section-wrap .max-width-768px .tiles-container { margin: 0px 0px 0px -20px; }
	.tile-section-wrap .max-width-768px .tile-wrapper { padding: 0px 0px 40px 20px; }
}
@media (max-width: 767px) {
	.tile-section-wrap .section-header-container .text-align-left,
	.tile-section-wrap .section-header-container .text-align-right {
		text-align: center;
	}
}
/* Tile Section FINISH */

/* Team Members Section START */
.team-member-image {
	-webkit-border-radius: px;
	-moz-border-radius: px;
	-o-border-radius: px;
	-ms-border-radius: px;
	border-radius: px;
	width: 100%;
}
.team-member-social-links {
	display: inline-block;
}
.team-member-social-links a.team-member-social-link {
	-webkit-border-radius: px;
	-moz-border-radius: px;
	-o-border-radius: px;
	-ms-border-radius: px;
	border-radius: px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	
		height: 32px;
		line-height: 32px;
		width: 32px;
	
	text-align: center;
	text-indent: 0;
}
.transitions-allowed .team-member-social-links a.team-member-social-link { -webkit-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.team-member-social-links a.team-member-social-link: hover,
.team-member-social-links a.team-member-social-link: active { color: #ffffff; }
.team-member-social-links a.team-member-social-link.hs-social-linkedin { background: #0a66c2; }
.team-member-social-links a.team-member-social-link.hs-social-twitter { background: #55acee; }
.team-member-social-links a.team-member-social-link.hs-social-facebook { background: #1877f2; }
.team-member-social-links a.team-member-social-link.hs-social-google-plus { background: #dc4e41; }
.team-member-social-links a.team-member-social-link.hs-social-pinterest { background: #bd081c; }
.team-member-social-links a.team-member-social-link.hs-social-email { background: #777777; }
.team-member-social-links a.team-member-social-link.hs-social-website { background: #0054a0; }

.team-member-social-links a.team-member-social-link.hs-social-linkedin:hover { background: #2888e4; }
.team-member-social-links a.team-member-social-link.hs-social-twitter:hover { background: #75b6e5; }
.team-member-social-links a.team-member-social-link.hs-social-facebook:hover { background: #5d99e7; }
.team-member-social-links a.team-member-social-link.hs-social-google-plus:hover { background: #e3604f; }
.team-member-social-links a.team-member-social-link.hs-social-pinterest:hover { background: #d50c22; }
.team-member-social-links a.team-member-social-link.hs-social-email:hover { background: #959595; }
.team-member-social-links a.team-member-social-link.hs-social-website:hover { background: #3286d2; }

.team-member-social-links a.team-member-social-link.hs-social-linkedin:active { background: #0e579e; }
.team-member-social-links a.team-member-social-link.hs-social-twitter:active { background: #3b9fe7; }
.team-member-social-links a.team-member-social-link.hs-social-facebook:active { background: #3c8aee; }
.team-member-social-links a.team-member-social-link.hs-social-google-plus:active { background: #d14d3f; }
.team-member-social-links a.team-member-social-link.hs-social-pinterest:active { background: #990919; }
.team-member-social-links a.team-member-social-link.hs-social-email:active { background: #666666; }
.team-member-social-links a.team-member-social-link.hs-social-website:active { background: #00467e; }
/* Team Members Section FINISH */

/* JMP List Section v2 START */
.jmp-list-section { }
.jmp-list-container > div > span {
	display: block;
}
.jmp-list-container > div > span,
.jmp-list-container.jmp-items-overlay-type-0 > div > span {
	margin-left: -30px;
}
.jmp-list-container.jmp-items-overlay-type-1 > div > span,
.jmp-list-container.jmp-items-overlay-type-2 > div > span,
.jmp-list-container.jmp-items-overlay-type-3 > div > span {
	margin-left: -20px;
}
.jmp-list-container > div > span > div {
	display: inline-block;
	margin: 0 auto 30px auto;
	vertical-align: top;
}
.jmp-list-container > div > span > div,
.jmp-list-container.jmp-items-overlay-type-0 > div > span > div {
	padding: 0px 0px 0px 30px;
}
.jmp-list-container.jmp-items-overlay-type-1 > div > span > div,
.jmp-list-container.jmp-items-overlay-type-2 > div > span > div,
.jmp-list-container.jmp-items-overlay-type-3 > div > span > div {
	padding: 0px 0px 0px 20px;
}
.jmp-list-container.jmp-items-overlay-type-1.no-top-accent > div > span > div > div,
.jmp-list-container.jmp-items-overlay-type-2.no-top-accent > div > span > div > div,
.jmp-list-container.jmp-items-overlay-type-3.no-top-accent > div > span > div > div {
	padding: 20px 0px 20px 0px;
}
.jmp-list-container.jmp-items-overlay-type-1.with-top-accent > div > span > div > div,
.jmp-list-container.jmp-items-overlay-type-2.with-top-accent > div > span > div > div,
.jmp-list-container.jmp-items-overlay-type-3.with-top-accent > div > span > div > div {
	overflow: hidden;
	padding: 0px 0px 20px 0px;
}
.jmp-list-container div.jmp-list-item:after,
.jmp-list-container div.jmp-list-item > div:after,
.jmp-list-container div.jmp-list-item > div > div:after,
.jmp-list-container div.jmp-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.jmp-list-container.jmp-items-overlay-type-1 div.jmp-item-content,
.jmp-list-container.jmp-items-overlay-type-2 div.jmp-item-content,
.jmp-list-container.jmp-items-overlay-type-3 div.jmp-item-content {
	padding: 0px 10px 0px 10px;
}
.jmp-list-container.max-items-per-row-3 {}
.jmp-list-container.max-items-per-row-2 {}
.jmp-list-container.max-items-per-row-1 {}

.jmp-list-container.max-items-per-row-1 > div > span > div { width: 100%; }

@media (min-width: 1280px) {
	.jmp-list-container.max-items-per-row-3.jmp-max-width-none   > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-1680px > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-1280px > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-1080px > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-960px  > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-840px  > div > span > div { width: 33.333333333333336%; }
	.jmp-list-container.max-items-per-row-3.jmp-max-width-768px  > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-640px  > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-540px  > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-480px  > div > span > div,
	.jmp-list-container.max-items-per-row-3.jmp-max-width-384px  > div > span > div { width: 50%; }
	.jmp-list-container.max-items-per-row-2 > div > span > div { width: 50%; }
}
@media (max-width: 1279px) and (min-width: 768px) {
	.jmp-list-container.max-items-per-row-3 > div > span > div,
	.jmp-list-container.max-items-per-row-2 > div > span > div { width: 50%; }
}
@media (max-width: 767px) {
	.jmp-list-container > div > span > div { width: 100%; }
}

.jmp-list-container > div > span > div > span {
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
}
.jmp-list-container.media-side-left .jmp-shape {
	float: left;
	width: 20%;
	margin: 6px 0px 0px 0px;
}
.jmp-list-container.media-side-right .jmp-shape {
	float: right;
	width: 20%;
	margin: 6px 0px 0px 0px;
}
.jmp-list-container img { vertical-align: top; width: 100%; }
.jmp-list-container.media-side-none .jmp-list-item-text {
	font-size: 16px;
}
.jmp-list-container.media-side-left .jmp-list-item-text {
	font-size: 16px;
	margin-left: 20%;
	padding-left: 20px;
}
.jmp-list-container.media-side-right .jmp-list-item-text {
	font-size: 16px;
	margin-right: 20%;
	padding-right: 20px;
}
.jmp-list-container .jmp-list-item-text h1:first-child,
.jmp-list-container .jmp-list-item-text h2:first-child,
.jmp-list-container .jmp-list-item-text h3:first-child,
.jmp-list-container .jmp-list-item-text h4:first-child,
.jmp-list-container .jmp-list-item-text h5:first-child,
.jmp-list-container .jmp-list-item-text h6:first-child,
.jmp-list-container .jmp-list-item-text p:first-child,
.jmp-list-container .jmp-list-item-text ul:first-child,
.jmp-list-container .jmp-list-item-text ol:first-child,
.jmp-list-container .jmp-list-item-text li:first-child,
.jmp-list-container .jmp-list-item-text pre:first-child,
.jmp-list-container .jmp-list-item-text blockquote:first-child,
.jmp-list-container .jmp-list-item-text div:first-child,
.jmp-list-container .jmp-list-item-text img:first-child {
	margin-top: 0px;
}
/* JMP List Section v2 FINISH */

/* JMP Image List Section v1 START */
.jmp-image-list-section { }
.jmp-image-list-container > div > span {
	display: block;
	font-size: 0px;
	margin-left: -30px;
	overflow: hidden;
}
.jmp-image-list-container > div > span > div {
	display: inline-block;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 30px;
	vertical-align: top;
	width: 50%;
}
.jmp-image-list-container.max-items-per-row-3 { }

@media (min-width: 1280px) {
	.jmp-image-list-container.max-items-per-row-3 > div > span > div { width: 33.333333333333336%; }
	.jmp-image-list-container.max-items-per-row-2 > div > span > div { width: 50%; }
}
@media (max-width: 1279px) and (min-width: 768px) {
	.jmp-image-list-container.max-items-per-row-3 > div > span > div,
	.jmp-image-list-container.max-items-per-row-2 > div > span > div { width: 50%; }
}
@media (max-width: 767px) {
	.jmp-image-list-container > div > span > div { width: 100%; }
}
.jmp-image-list-container > div > span > div > span {
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
}
.jmp-image-list-container span.text {
	display: block;
	font-size: 16px;
}
.jmp-image-list-container .jmp-shape {
	float: left;
	width: 20%;
	margin: 6px 0px 0px 0px;
}
.jmp-image-list-container img { vertical-align: top; width: 100%; }

.jmp-image-list-container > div > span > div span.text {
	margin-left: 20%;
	padding-left: 20px;
}
/* JMP Image List Section v1 FINISH */

/* JMP Multi-Column Section START v1 */
.jmp-multi-column-section .breakpoint1,
.jmp-multi-column-section .breakpoint2,
.jmp-multi-column-section .breakpoint3,
.jmp-multi-column-section .breakpoint4,
.jmp-multi-column-section .breakpoint5 { height: 30px; }
/* JMP Multi-Column Section FINISH v1 */
/* JMP Multi-Column Section START v2 */
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint1,
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint2,
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint3,
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint4,
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint5,
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint6,
.jmp-multi-column-section-v2 .jmp-columns-overlay-type-0 .breakpoint7 { height: 30px; }
/* JMP Multi-Column Section FINISH v2 */
/* JMP Multi-Column Section START v1 + v2 */
.jmp-multi-column-section { }
.jmp-multi-column-container > div > span {
	display: block; 
}
.jmp-multi-column-container > div > span,
.jmp-multi-column-container.jmp-columns-overlay-type-0 > div > span {
	margin-left: -30px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1 > div > span,
.jmp-multi-column-container.jmp-columns-overlay-type-2 > div > span,
.jmp-multi-column-container.jmp-columns-overlay-type-3 > div > span {
	margin-left: -20px;
}
.jmp-multi-column-container > div > span > div {
	display: inline-block;
	margin: 0 auto 30px auto;
	vertical-align: top;
}
.jmp-multi-column-container > div > span > div,
.jmp-multi-column-container.jmp-columns-overlay-type-0 > div > span > div {
	padding: 0px 0px 0px 30px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1 > div > span > div,
.jmp-multi-column-container.jmp-columns-overlay-type-2 > div > span > div,
.jmp-multi-column-container.jmp-columns-overlay-type-3 > div > span > div {
	padding: 0px 0px 0px 20px;
}
.jmp-multi-column-container div.jmp-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.jmp-multi-column-container div.jmp-10px-horizontal-padding {
	padding: 0px 10px 0px 10px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1.no-top-accent > div > span > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-2.no-top-accent > div > span > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-3.no-top-accent > div > span > div > div {
	overflow: hidden;
	padding: 20px 0px 16px 0px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1.with-top-accent.jmp-columns-overlay-exclude-buttons > div > span > div > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-2.with-top-accent.jmp-columns-overlay-exclude-buttons > div > span > div > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-3.with-top-accent.jmp-columns-overlay-exclude-buttons > div > span > div > div > div {
	overflow: hidden;
	padding: 0px 0px 16px 0px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1.no-top-accent.jmp-columns-overlay-exclude-buttons > div > span > div > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-2.no-top-accent.jmp-columns-overlay-exclude-buttons > div > span > div > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-3.no-top-accent.jmp-columns-overlay-exclude-buttons > div > span > div > div > div {
	overflow: hidden;
	padding: 20px 0px 16px 0px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1.with-top-accent.jmp-columns-overlay-include-buttons > div > span > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-2.with-top-accent.jmp-columns-overlay-include-buttons > div > span > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-3.with-top-accent.jmp-columns-overlay-include-buttons > div > span > div > div {
	overflow: hidden;
	padding: 0px 0px 20px 0px;
}
.jmp-multi-column-container.jmp-columns-overlay-type-1.no-top-accent.jmp-columns-overlay-include-buttons > div > span > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-2.no-top-accent.jmp-columns-overlay-include-buttons > div > span > div > div,
.jmp-multi-column-container.jmp-columns-overlay-type-3.no-top-accent.jmp-columns-overlay-include-buttons > div > span > div > div {
	overflow: hidden;
	padding: 20px 0px 20px 0px;
}
.jmp-multi-column-container .same-height {
	margin: 0 0 12px 0;
	-webkit-margin-after: 12px;
}
.jmp-multi-column-container .same-height:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
@media (max-width: 767px) {
	.jmp-multi-column-container > div > span > div { width: 100%; }
}

.jmp-multi-column-container > div > span > div > span {
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
}
.jmp-multi-column-container .jmp-column-body > div {
	display: block;
	margin: 0 auto 14px auto;
	-webkit-margin-after: 14px;
	width: 100%;
}
.jmp-multi-column-container .slidesharewrapper { margin: 0px 0px 0px 0px; }
.jmp-multi-column-container .videowrapper { margin: 0px 0px 0px 0px; }
.jmp-multi-column-container .media-caption { font-size: 12px; margin: 4px 0px 0px 0px; }
.jmp-multi-column-container .size1of12 .media-caption, .jmp-multi-column-container .size1of12 .media-caption-dark, .jmp-multi-column-container .size1of12 .media-caption-light, .jmp-multi-column-container .size1of12 .media-caption-background-1 { word-wrap: break-word; }
.jmp-multi-column-container .media-caption-dark { color: #ffffff; font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(0,0,0,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.jmp-multi-column-container .media-caption-light, .jmp-multi-column-container .media-caption-background-1 { color: #000000; font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(255,255,255,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.jmp-multi-column-container .media-caption p:last-child, .jmp-multi-column-container .media-caption-dark p:last-child, .jmp-multi-column-container .media-caption-light p:last-child, .jmp-multi-column-container .media-caption-background-1 p:last-child { margin-bottom: 0px; -webkit-margin-after: 0px; }
.jmp-multi-column-container img { vertical-align: top; width: 100%; }

@media (max-width: 1169px) and (min-width: 768px) {
	.jmp-multi-column-container.numcolumns4 h1, .jmp-multi-column-container.numcolumns4 h2.styleh1, .jmp-multi-column-container.numcolumns4 h3.styleh1, .jmp-multi-column-container.numcolumns4 h4.styleh1, .jmp-multi-column-container.numcolumns4 h5.styleh1, .jmp-multi-column-container.numcolumns4 h6.styleh1 { font-size: 1.6em; line-height: 1.3; }
	.jmp-multi-column-container.numcolumns4 h2, .jmp-multi-column-container.numcolumns4 h3.styleh2, .jmp-multi-column-container.numcolumns4 h4.styleh2, .jmp-multi-column-container.numcolumns4 h5.styleh2, .jmp-multi-column-container.numcolumns4 h6.styleh2, .jmp-multi-column-container.numcolumns4 h1.styleh2 { font-size: 1.4em; line-height: 1.3; }
	.jmp-multi-column-container.numcolumns4 h3, .jmp-multi-column-container.numcolumns4 h4.styleh3, .jmp-multi-column-container.numcolumns4 h5.styleh3, .jmp-multi-column-container.numcolumns4 h6.styleh3, .jmp-multi-column-container.numcolumns4 h1.styleh3, .jmp-multi-column-container.numcolumns4 h2.styleh3 { font-size: 1.2em; line-height: 1.3; }
	.jmp-multi-column-container.numcolumns4 h1.styleh0, .jmp-multi-column-container.numcolumns4 h2.styleh0, .jmp-multi-column-container.numcolumns4 h3.styleh0, .jmp-multi-column-container.numcolumns4 h4.styleh0, .jmp-multi-column-container.numcolumns4 h5.styleh0, .jmp-multi-column-container.numcolumns4 h6.styleh0, .jmp-multi-column-container.numcolumns4 h1.displayh1, .jmp-multi-column-container.numcolumns4 h2.displayh2, .jmp-multi-column-container.numcolumns4 .displayh1 h1 { font-size: 2.0em; line-height:1.2; }
}
@media (max-width: 1169px) and (min-width: 768px) {
	.jmp-multi-column-container.numcolumns6 .breakpoint3, .jmp-multi-column-container.numcolumns5 .breakpoint3 { display: block; }
	.jmp-multi-column-container .size4of12, .jmp-multi-column-container .size2of12, .jmp-multi-column-container .sizetwentypercent { width: 33.333333333333336%; }
}
@media (max-width: 767px) {
	.jmp-multi-column-container.mobile-numcolumns1 .breakpoint1, .jmp-multi-column-container.mobile-numcolumns1 .breakpoint2, .jmp-multi-column-container.mobile-numcolumns1 .breakpoint3, .jmp-multi-column-container.mobile-numcolumns1 .breakpoint4, .jmp-multi-column-container.mobile-numcolumns1 .breakpoint5 { display: block; }
	.jmp-multi-column-container.mobile-numcolumns1 .size6of12, .jmp-multi-column-container.mobile-numcolumns1 .size4of12, .jmp-multi-column-container.mobile-numcolumns1 .size3of12, .jmp-multi-column-container.mobile-numcolumns1 .size2of12, .jmp-multi-column-container.mobile-numcolumns1 .sizetwentypercent { width: 100%; }
}
@media (max-width: 767px) and (min-width: 640px) {
	.jmp-multi-column-container.numcolumns6.mobile-numcolumns-default .breakpoint2, .jmp-multi-column-container.numcolumns6.mobile-numcolumns-default .breakpoint4,
	.jmp-multi-column-container.numcolumns5.mobile-numcolumns-default .breakpoint2, .jmp-multi-column-container.numcolumns5.mobile-numcolumns-default .breakpoint4 { display: block; }
	.jmp-multi-column-container.mobile-numcolumns-default .size4of12, .jmp-multi-column-container.mobile-numcolumns-default .size2of12, .jmp-multi-column-container.mobile-numcolumns-default .sizetwentypercent { width: 50%; }
}
@media (max-width: 789px) and (min-width: 480px) {
	.jmp-multi-column-container.numcolumns4.mobile-numcolumns-default .breakpoint2 { display: block; }
	.jmp-multi-column-container.mobile-numcolumns-default .size6of12, .jmp-multi-column-container.mobile-numcolumns-default .size3of12 { width: 50%; }
}
@media (max-width: 639px) {
	.jmp-multi-column-container .breakpoint1, .jmp-multi-column-container .breakpoint2, .jmp-multi-column-container .breakpoint3, .jmp-multi-column-container .breakpoint4, .jmp-multi-column-container .breakpoint5 { display: block; }
	.jmp-multi-column-container .size6of12, .jmp-multi-column-container .size4of12, .jmp-multi-column-container .size3of12, .jmp-multi-column-container .size2of12, .jmp-multi-column-container .sizetwentypercent { width: 100%; }
}
.jmp-column-conclusion p:first-child {
	margin-top: 12px;
	-webkit-margin-before: 12px;
}
/* JMP Multi-Column Section FINISH v1 + v2 */
/* JMP Multi-Column Section v2 Column Buttons START */ 

.jmp-column-buttons-container .jmp-spacer1, .jmp-column-buttons-container .jmp-spacer2, .jmp-column-buttons-container .jmp-spacer3 { height: 10px; width: 10px; }

.jmp-multi-column-container.numcolumns3 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
.jmp-multi-column-container.numcolumns4 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
.jmp-multi-column-container.numcolumns5 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
.jmp-multi-column-container.numcolumns6 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: block; }

@media (min-width: 1130px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: inline-block; }
}
@media (min-width: 590px) and (max-width: 1129px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: block; }
}
@media (min-width: 860px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: inline-block; }
}
@media (min-width: 590px) and (max-width: 859px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: block; }

}
@media (min-width: 590px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: inline-block; }
}
@media (max-width: 589px) {
	.jmp-multi-column-container.numcolumns1 .jmp-column-buttons-container.breaktypeab .jmp-spacer1,
	.jmp-multi-column-container.numcolumns2 .jmp-column-buttons-container.breaktypeab .jmp-spacer1 { display: block; }
}
/* JMP Multi-Column Section v2 Column Buttons FINISH */

/* JMP Site Search Section START */
.jmp-site-search-section { }

.jmp-site-search-results-container .hs-search-results__featured-image img {
	display: inline;
	max-width: 300px;
	width: 37.5%;
	height: auto;
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.jmp-site-search-results-container.jmp-images-border-radius-5 img { border-radius: 5px; }
.jmp-site-search-results-container.jmp-images-border-radius-10 img { border-radius: 10px; }
.jmp-site-search-results-container.jmp-images-border-radius-999 img { border-radius: 999px; }
.jmp-site-search-results-container.jmp-image-shadow-dark img { 
	
	
}
.jmp-site-search-results-container.jmp-image-shadow-light img { 
	
	
}

.jmp-site-search-box-container > div > span > div,
.jmp-site-search-results-container > div > span > div {
	display: inline-block;
	margin: 0 auto 30px auto;
	vertical-align: top;
}
@media (max-width: 767px) {
	.jmp-site-search-box-container > div > span > div,
	.jmp-site-search-results-container > div > span > div { width: 100%; }
}

.jmp-site-search-box-container > div > span > div > span,
.jmp-site-search-results-container > div > span > div > span {
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
}
/* JMP Site Search Section FINISH */

/* JMP Rich Text Section START */
.jmp-rich-text-section { }
.jmp-rich-text-section .jmp-rich-text-container { }
/* JMP Rich Text Section FINISH */

/* JMP Hero Section v2 START */
.jmp-hero-section-v2 { }
.jmp-hero-section-v2 .jmp-hero-rich-text-container {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3;
	margin: 20px auto 30px auto;
	text-transform: none;
	text-rendering: optimizeLegibility;
}
@media (min-width: 415px) and (max-width: 480px) {
	.jmp-hero-section-v2 .jmp-hero-rich-text-container { font-size: 1.1em; line-height: 1.4; }
}
@media (min-width: 320px) and (max-width: 414px) { /* iPhone Plus (414 points) */
	.jmp-hero-section-v2 .jmp-hero-rich-text-container { font-size: 1.0em; line-height: 1.4; }
}
@media (max-width: 319px) { /* Smaller than iPhone 5 (320 points ) */
	.jmp-hero-section-v2 .jmp-hero-rich-text-container { font-size: 1.0em; line-height: 1.4; }
}
.jmp-hero-section-v2 .jmp-hero-rich-text-container p {}
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-images-border-radius-5 img { border-radius: 5px; }
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-images-border-radius-10 img { border-radius: 10px; }
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-images-border-radius-999 img { border-radius: 999px; }
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-image-background-color-dark img { background: rgba(#null,); }
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-image-background-color-light img { background: rgba(#null,); }
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-image-shadow-dark img { 
	
}
.jmp-hero-section-v2 .jmp-hero-rich-text-container.jmp-image-shadow-light img { 
	
}
@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: portrait), (max-width: 767px) and (min-width: 320px) {
	.jmp-hero-section-v2 .jmp-hero-rich-text-container.mobile-float-right-50 img { float: right !important; margin: 6px 0px 6px 10px !important; width: 50% !important; }
}
@media only screen and (max-width: 319px) and (orientation: portrait), (max-width: 319px) {
	.jmp-hero-section-v2 .jmp-hero-rich-text-container.mobile-float-right-50 img { float: none !important; margin: 6px 0px 6px 0px !important; width: 100% !important; }
}
@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.jmp-hero-section-v2 .jmp-hero-rich-text-container.mobile-limited-width-400 img { display: block !important; float: none !important; margin: 6px auto 6px auto !important; max-width: 400px !important; }
	.jmp-hero-section-v2 .jmp-hero-rich-text-container.mobile-hidden img { display: none !important; }
}
.jmp-hero-section-v2 .jmp-hero-rich-text-container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.jmp-hero-section-v2 .text-align-left .jmp-hero-rich-text-container,
	.jmp-hero-section-v2 .text-align-center .jmp-hero-rich-text-container,
	.jmp-hero-section-v2 .text-align-right .jmp-hero-rich-text-container,
	.jmp-hero-section-v2 .text-align-justify .jmp-hero-rich-text-container {
		text-align: left;
	}
}
/* JMP Hero Section v2 FINISH */

/* Convert square images in a module to circles */
.circle img{
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
	-ms-border-radius: 999px;
	border-radius: 999px;
}

/* Convert square images in a module to circles */
.circle-special {
	display:block;
	font-size:0px;
	overflow:hidden;
	border-width: 0px;
	border: 0px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
	-ms-border-radius: 999px;
	border-radius: 999px;
}
.circle-special img {
	width: 50%;
}

/* Convert square images in a module to circles */
.profile-image-list{
	width:100%;
	overflow: hidden;
}
.profile-image-list p {
	margin: 1em 0px 1em 68px;
	padding-right:18px;
}
.profile-image-list p:before{
	display: table;
	content: "";
} 
.profile-image-list p:after {
	clear: both;
	display: table;
	content: "";
}

.profile-image-list .circle,
.profile-image-list .circle-special {
	position:relative;
	float: left; 
	width: 48px;
	max-width: 48px;
	margin: 0px 0px 0px -68px;
}
.profile-image-list .circle-special img {
	width: 50%;
}


/* ==========================================================================


   3. MAIN NAVIGATION


   ========================================================================== */


.top-right-module {
	font-family: {font=Roboto, font_set=GOOGLE, styles={font-family=Roboto, font-style=normal, font-weight=normal, text-decoration=none}, size=12, size_unit=px, color=#000, variant=null, fallback=null, style=font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none, css=color: #000;font-size: 12px;font-family: Roboto;};
	font-size: 14px;
	position: absolute;
	right: 0px; 
	top: 0px;
	white-space: nowrap;
	width: auto !important;
}
.top-right-module a,
.top-right-module .top-link {
	color: #93a79c;
}
.top-right-module a.active,
.top-right-module .top-link.active {
	color: #e2e2e2;
}
.top-right-module a:hover,
.top-right-module a:hover.active,
.top-right-module .top-link:hover,
.top-right-module .top-link:hover.active {
	color: theme.header.TopHeader_RightConfig.RightLinkColorHover.color;
}
.top-right-module a:active,
.top-right-module a:active.active,
.top-right-module .top-link:active,
.top-right-module .top-link:active.active {
	color: #111111;
}

/* Fix login link disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 480px) {
	.top-right-module {
		display: block;	
	}
}

@media screen and (max-width: 479px) {
	.top-right-module {
		display: none !important;	
	}
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width: 840px) {
	/* Parent List */
	.custom-menu-primary {
		font-family: Poppins;
		font-size: 16px;
		margin-left: auto !important;
		position: absolute;
		bottom: 0px;
		right: -10px;
		white-space: nowrap;
		width: auto !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		background-color: rgba(255, 255, 255,0);
		float: right;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		background-color: rgba(255, 255, 255,0);
		font-weight: normal;
		text-transform: none;
		margin-right: 0px;
		margin-bottom: 0;
		-webkit-margin-after: 0;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul > li { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 16px;
		padding: 16px 10px 15px 10px;
		position: relative;
		color: #1b1b1b;
		display: block;
		white-space: nowrap;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul > li > a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
		color: #333333;
		background-color: rgba(255, 255, 255,0);
	}
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children:hover,
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children:hover > a {
		color: #ffffff;
		background-color: rgba(249, 166, 32,100);
	}
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children > a:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover {
		color: #ffffff;
		background-color: rgba(9, 12, 152,100);
	}

	/* Child List */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: rgba(249, 166, 32,100);
		padding: 0px 0px;
		min-width: 150px;
		-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
		margin-bottom: 2px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		background-color: rgba(249, 166, 32,100);
		margin-bottom: 0px;
		-webkit-margin-after: 0px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
		background-color: rgba(9, 12, 152,100);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		color: #ffffff;
		padding: 15px 20px 15px 20px;
		text-align: left;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li.active,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
		background: rgba(0, 115, 208,0);
		color: #e2e2e2;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #ffffff;
		background: rgba(9, 12, 152,100);
	}

/* ************************************************* */

	.custom-menu-primary .hs-menu-wrapper {
		display: block !important;
		background-color: transparent !important;
	}

	/* Hide last menu item */
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display: block !important;
	}
	
	/* Hide the last X top-level items on desktop menu. */
	
	
	/* Carret after top level Menu items with dropdown */
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-item-has-children > a:after {
		content: "\f0d7"; /* fa fa-caret-down */
		display: inline-block;
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 900;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 4px;
		font-size: 13px;
	}

	/* Carret after child Menu items with dropdown */
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li.hs-item-has-children > a:after {
		content: "\f0da"; /* fa fa-caret-right */
		display: inline-block;
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 900;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 7px;
		font-size: 13px;
	}
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

.child-trigger {
	display: none !important; /* Hide button on Desktop */
}
.header .hide-navigation {
	display: none;
}

@media (max-width: 839px) {
	.custom-menu-primary-wrapper {
		position: relative;
		top: 0px;
		right: 0px;
	}

	.custom-menu-primary-wrapper .pad {
		padding: 0px 0px 0px 0px;
	}

	.custom-menu-primary {
		display: none;
		font-family: Poppins;
		font-size: 16px;
		margin-bottom: 0px;
		position: relative;
		top: 0px;
		right: 0px;
	}
	header.header .custom-menu-primary.open {
		display:block;
	}
	.custom-menu-primary nav.menu {
		position: absolute;
		top: 0px;
		right: 0px;
		width:100%;
	}

	.custom-menu-primary nav.menu li {
		display: block;
		float: none !important;
	}

	.custom-menu-primary nav.menu > ul {
		background-color: rgba(249, 166, 32,100);
		display: block;
		padding-top: 0px;
		position: fixed;
		bottom: 0;
		z-index: 2;
		overflow: hidden;
		width: 100%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		 /* -webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0); */
		-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
		/* left:0; */ /* IDP Removed 2023-02-05 */
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul {
		-webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	-moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	-o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	-ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	}
	
	.mobile-open .custom-menu-primary nav.menu > ul {
		-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	.transitions-allowed.mobile-open .custom-menu-primary nav.menu > ul {
		-webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1), top 0.2s linear;
	-moz-transition: transform 350ms cubic-bezier(.55,0,.1,1), top 0.2s linear;
	-o-transition: transform 350ms cubic-bezier(.55,0,.1,1), top 0.2s linear;
	-ms-transition: transform 350ms cubic-bezier(.55,0,.1,1), top 0.2s linear;
	transition: transform 350ms cubic-bezier(.55,0,.1,1), top 0.2s linear;
	}
	.custom-menu-primary nav.menu > ul > li {
		background-color: rgba(249, 166, 32,100);
		font-weight: normal;
		text-transform: none;
		font-size: 16px;
		margin-right: 0px;
		margin-bottom: 0;
		-webkit-margin-after: 0;
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul > li {
		-webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	}
	.custom-menu-primary nav.menu > ul > li > a {
		color: #ffffff;
		display: block;
		overflow: hidden;
		padding: 15px 68px 15px 20px;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul > li > a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary nav.menu > ul > li.active > a {
		color: #e2e2e2;
	}
	.custom-menu-primary nav.menu .hs-item-has-children > a:hover,
	.custom-menu-primary nav.menu > ul > li > a:hover {
		background-color: rgba(9, 12, 152,100);
		color: #ffffff;
	}
	
	/* Child List */
	.custom-menu-primary nav.menu > ul ul {
		background-color: rgba(249, 166, 32,100);
		min-width: 150px;
		padding: 0px 0px;
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul ul { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary nav.menu > ul ul li {
		background-color: rgba(249, 166, 32,100);
		margin-bottom: 0px;
		-webkit-margin-after: 0px;
		padding: 0px;
		width: auto;
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul ul li { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary nav.menu > ul ul li:hover {
	}
	.custom-menu-primary nav.menu > ul ul li a {
		color: #ffffff;
		padding: 16px 68px 15px 20px;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap !important;
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul ul li a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
		color: #e2e2e2;
	}
	.transitions-allowed .custom-menu-primary nav.menu > ul ul li.active { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.transitions-allowed .custom-menu-primary nav.menu > ul ul li.active > a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary nav.menu > ul ul li a:hover {
		color: #ffffff;
		background-color: rgba(9, 12, 152,100);
	}

	.custom-menu-primary nav.menu > ul ul > li > a {
		background-color: rgba(0,0,0,0.1);
		padding: 16px 68px 15px 40px;
	}
	.custom-menu-primary nav.menu > ul ul ul > li > a {
		background-color: rgba(0,0,0,0.2);
		padding: 16px 68px 15px 60px;
	}
	.custom-menu-primary nav.menu > ul ul ul ul > li > a {
		background-color: rgba(0,0,0,0.3);
		padding: 16px 68px 15px 60px;
	}
	.custom-menu-primary nav.menu > ul ul ul ul ul > li > a {
		background-color: rgba(0,0,0,0.4);
		padding: 16px 68px 15px 60px;
	}


	/* Menu Styles on Mobile Devices
	 ========================================================================== */

	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled nav.menu,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
		display: none;
	}

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}

	/* ===== Mobile Toggle Button ===== */
	.mobile-trigger {
		cursor: pointer; /* Mouse pointer type on hover */
		display: inline-block !important; /* Hide button on Desktop */
		font-family: Poppins;
		font-size: 18px;
		font-weight: 400;
		width: auto;
		height: auto;
		line-height: 18px;
		margin: 0 0px 0 auto;
		padding: 13px 20px 22px 20px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		text-align: left;
		text-decoration: none;
		text-transform: none;
		vertical-align: middle;
		cursor: pointer;
		white-space: normal;
		-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
		-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
		-webkit-appearance: none;
		z-index: 99999999999; /* Z-index to keep button on top of other layers */
	}
	.transitions-allowed .mobile-trigger { -webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out; }
	.mobile-trigger:hover {
		background-color: rgba(9, 12, 152,100);
		border-color: rgba(9, 12, 152,100);
		border-style: solid;
		border-width: 0px;
		color: #ffffff;
	}
	.mobile-trigger:active {
		background-color: rgba(249, 166, 32,100);
		background-image: none;
		border-color: rgba(249, 166, 32,100);
		border-style: solid;
		border-width: 0px;
		color: #ffffff;
	}

	/* Toggle Button Icon */
	.mobile-trigger i {
		display: inline;
		position: relative;
		top: -2px;
	}

	.mobile-trigger i:before { content: ''; position: absolute; top: -6px; } /* Position top line */
	.mobile-trigger i:after { content: ''; position: absolute; top: 6px; } /* Position bottom line */
	
	.mobile-trigger i,
	.mobile-trigger i:before,
	.mobile-trigger i:after {
		width: 18px; /* Icon line width */
		height: 3px; /* Icon line height */
		-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
		background-color: #1b1b1b; /* Icon color */
		display: inline-block;
	}
	.transitions-allowed .mobile-trigger i,
	.transitions-allowed .mobile-trigger i:before,
	.transitions-allowed .mobile-trigger i:after { -webkit-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out; }

	.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after{ background-color: #ffffff; }

	.mobile-open .mobile-trigger {
		background-color: rgba(249, 166, 32,100);
	}
	.mobile-open .mobile-trigger span {
		background:#fff !important;
	}
	.mobile-trigger span:last-child {
		margin-bottom: 0;
	}
	.mobile-trigger span {
		display: block;
		margin-bottom: 4px;
		width: 20px;
		height: 3px;
		background: rgba(249, 166, 32,100); 
	}
	.mobile-trigger:hover span{background:#fff}
	.mobile-trigger.cta_border_button.enable-toggle span:nth-child(2) {
		opacity: 0;
	}
	.mobile-trigger.cta_border_button.enable-toggle span:nth-child(1) {
		transform: rotate(45deg);
	}
	.mobile-trigger.cta_border_button.enable-toggle span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 15px;
	}
	.mobile-open .mobile-trigger:hover {
		background-color: rgba(9, 12, 152,100);
		border-color: rgba(9, 12, 152,100);
		border-style: solid;
		border-width: 0px;
		color: #ffffff;
	}
	.mobile-open .mobile-trigger i {
		background-color: transparent;
	}
	.transitions-allowed.mobile-open .mobile-trigger i { -webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	-ms-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out; }
	.mobile-open .mobile-trigger i:before {
		width: 20px;
		background-color: #ffffff;
		-webkit-transform: rotate(45deg) translateY(5px) translateX(3px);
	-moz-transform: rotate(45deg) translateY(5px) translateX(3px);
	-o-transform: rotate(45deg) translateY(5px) translateX(3px);
	-ms-transform: rotate(45deg) translateY(5px) translateX(3px);
	transform: rotate(45deg) translateY(5px) translateX(3px);
	}
	.transitions-allowed.mobile-open .mobile-trigger i:before { -webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	-ms-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out; }
	.mobile-open .mobile-trigger i:after {
		width: 20px;
		background-color: #ffffff;
		-webkit-transform: rotate(-45deg) translateY(-5px) translateX(3px);
	-moz-transform: rotate(-45deg) translateY(-5px) translateX(3px);
	-o-transform: rotate(-45deg) translateY(-5px) translateX(3px);
	-ms-transform: rotate(-45deg) translateY(-5px) translateX(3px);
	transform: rotate(-45deg) translateY(-5px) translateX(3px);
	}
	.transitions-allowed.mobile-open .mobile-trigger i:after { -webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	-ms-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out; }
		
	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 58px !important;
		min-width: 58px !important;
		height: 52px !important;
		padding: 0 !important;
	}
	.transitions-allowed .child-trigger { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.child-trigger:hover {
		color: #ffffff;
		background-color: rgba(9, 12, 152,100);
		text-decoration: none;
	}
	.child-trigger i {
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger i:after {
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after {
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color: #ffffff; /* Icon color */
		display: block;
	}
	.child-trigger i:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.child-trigger.child-open i {}
	.child-trigger.child-open i:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.child-trigger {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v6m0 0v6m0-6h6m-6 0H6' /%3E%3C/svg%3E");
		background-size: 19px;
		background-repeat: no-repeat;
		background-position: center;
	}
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width: 840px) {
	/* Parent List */
	.custom-menu-primary {
		font-family: Poppins;
		font-size: 16px;
		margin-left: auto !important;
		position: absolute;
		bottom: 0px;
		right: -10px;
		white-space: nowrap;
		width: auto !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		background-color: rgba(255, 255, 255,0);
		float: right;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		background-color: rgba(255, 255, 255,0);
		font-weight: normal;
		text-transform: none;
		margin-right: 0px;
		margin-bottom: 0;
		-webkit-margin-after: 0;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul > li { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 16px;
		padding: 16px 10px 15px 10px;
		position: relative;
		color: #1b1b1b;
		display: block;
		white-space: nowrap;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul > li > a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
		color: #333333;
		background-color: rgba(255, 255, 255,0);
	}
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children:hover,
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children:hover > a {
		color: #ffffff;
		background-color: rgba(249, 166, 32,100);
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active:hover .child-trigger {
		border-top: 5px solid #fff;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active .child-trigger {
		border-top: 5px solid #333333;
	}
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children > a:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover {
		color: #ffffff;
		background-color: rgba(9, 12, 152,100);
	}

	/* Child List */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: rgba(249, 166, 32,100);
		padding: 0px 0px;
		min-width: 150px;
		-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.5);
		margin-bottom: 2px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		background-color: rgba(249, 166, 32,100);
		margin-bottom: 0px;
		-webkit-margin-after: 0px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
		background-color: rgba(9, 12, 152,100);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		color: #ffffff;
		padding: 15px 20px 15px 20px;
		text-align: left;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li.active,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
		background: rgba(0, 115, 208,0);
		color: #e2e2e2;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #ffffff;
		background: rgba(9, 12, 152,100);
	}

/* ************************************************* */

	.custom-menu-primary .hs-menu-wrapper {
		display: block !important;
		background-color: transparent !important;
	}

	/* Hide last menu item */
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display: block !important;
	}
	
	
	/* Carret after top level Menu items with dropdown */
	/*
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-item-has-children > a:after {
		content: "\f0d7"; /* fa fa-caret-down */
		display: inline-block;
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 900;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 4px;
		font-size: 13px;
	}
	*/
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children a {
		padding:16px 20px 15px 10px;
		font-family:Poppins;
	}
	/*
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-item-has-children .child-trigger {
		position: absolute;
		width: 0;
		height: 0;
		border-top: 5px solid rgba(249, 166, 32,100);
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		display: block !important;
		top: 26px;
		right: 5px;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	*/
	/* Carret after child Menu items with dropdown */
	/*
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li.hs-item-has-children > a:after {
		content: "\f0da"; /* fa fa-caret-right */
		display: inline-block;
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 900;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 7px;
		font-size: 13px;
	}
	*/
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li.hs-item-has-children .child-trigger {
		position: absolute;
		width: 0;
		height: 0;
		border-top: 5px solid transparent !important;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff};
		display: block !important;
		top: 23px;
		right: 0px;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

.mobile-trigger, .child-trigger{
	display: none !important; /* Hide button on Desktop */
}

@media (max-width: 839px) {
	.custom-menu-primary-wrapper {
		position: relative;
		top: 0px;
		right: 0px;
	}

	.custom-menu-primary-wrapper .pad {
		padding: 0px 0px 0px 0px;
	}

	.custom-menu-primary {
		display: block;
		font-family: Poppins;
		font-size: 16px;
		margin-bottom: 0px;
		position: relative;
		top: 0px;
		right: 0px;
	}

	.custom-menu-primary .hs-menu-wrapper {
		position: absolute;
		top: 0px;
		right: 0px;
		width:100%;
	}

	.custom-menu-primary .hs-menu-wrapper li {
		display: block;
		float: none !important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul {
		background-color: rgba(249, 166, 32,100);
		display: block;
		padding-top: 0px;
		position: fixed;
		bottom: 0;
		z-index: 2;
		overflow: hidden;
		width: 100%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		 /* -webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0); */
		-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	}
	.transitions-allowed.mobile-open .custom-menu-primary .hs-menu-wrapper>ul {
		-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul {
		-webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	-moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	-o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	-ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
	}
	
	.mobile-open .custom-menu-primary nav.menu > ul {
		-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		background-color: rgba(249, 166, 32,100);
		font-weight: normal;
		text-transform: none;
		font-size: 16px;
		margin-right: 0px;
		margin-bottom: 0;
		-webkit-margin-after: 0;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul > li {
		-webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		color: #ffffff;
		display: block;
		overflow: hidden;
		padding: 15px 68px 15px 20px;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul > li > a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
		color: #e2e2e2;
	}
	.custom-menu-primary .hs-menu-wrapper .hs-item-has-children > a:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
		background-color: rgba(9, 12, 152,100);
		color: #ffffff;
	}
	
	/* Child List */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: rgba(249, 166, 32,100);
		min-width: 150px;
		padding: 0px 0px;
		display:block !important;
		height:0;
		visibility: hidden !important;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul ul { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul ul.show{height:auto; visibility: visible !important;}
	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		background-color: rgba(249, 166, 32,100);
		margin-bottom: 0px;
		-webkit-margin-after: 0px;
		padding: 0px;
		width: auto;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul ul li { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		color: #ffffff;
		padding: 16px 68px 15px 20px;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap !important;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul ul li a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
		color: #e2e2e2;
	}
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul ul li.active { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.transitions-allowed .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a { -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-o-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out;
	transition: color .4s ease-in-out, background .4s ease-in-out, background-color .4s ease-in-out; }
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #ffffff;
		background-color: rgba(9, 12, 152,100);
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
		background-color: rgba(0,0,0,0.1);
		padding: 16px 68px 15px 40px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul > li > a {
		background-color: rgba(0,0,0,0.2);
		padding: 16px 68px 15px 60px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul > li > a {
		background-color: rgba(0,0,0,0.3);
		padding: 16px 68px 15px 60px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul > li > a {
		background-color: rgba(0,0,0,0.4);
		padding: 16px 68px 15px 60px;
	}


	/* Menu Styles on Mobile Devices
	 ========================================================================== */

	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
		display: none;
	}

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
}

/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS


   ========================================================================== */




/* ==========================================================================


   5. COS COMPONENTS


   ========================================================================== */

/* Blog START */
.blog .headline-section h1 {}
.blog .headline-section h2 {}
.blog .headline-section h3 {}

.blog-section-wrapper {
	margin: 60px auto 0px auto;
}

.blog-section-wrapper > div.pad:after,
.blog-section-wrapper > div.pad > div:after { /* Clears .pad and .max-width-*px */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.blog-section-wrapper .col1 {
	padding: 0px 20px 40px 0px;
	max-width: 820px; /* Restrains the image to 800px */
	width: 66.6666%;
	float:left;
}
.grecaptcha-badge{margin:0;}
.blog-section .post-item,
.widget-type-blog_content .post-item {
	margin-bottom: 2em;
	
}

a.more-link {
	font-weight: normal;
	text-transform: none;
}


h3.post-listing-simple { margin-bottom: 0px; } /* Improves All Articles Listing */
p.hubspot-topic-data-simple { font-size: 0.8em; margin: 0px auto 40px auto; } /* Improves All Articles Listing */

.post-listing .post-body img { display: none; } /* Prevents img from showing on the blog listing */
.post-listing .post-body iframe,
.post-listing .post-body object,
.post-listing .post-body embed,
.post-listing .post-body .audio-fm-wrapper,
.post-listing .post-body .responsive-iframe-wrapper,
.post-listing .post-body .slidesharewrapper,
.post-listing .post-body .videowrapper,
.post-listing .post-body .hs-responsive-embed-wrapper,
.post-listing .post-body .hs-responsive-embed { display: none !important; } /* Prevents elements from showing on the blog listing */
.post-listing .post-body img.hs-featured-image {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: auto;
}
.post-listing .post-body img.hs-featured-image.full {
	display: block;
	float: none;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 12px;
	max-width: none;
	width: 100%;
}
.post-listing .post-body img.hs-featured-image.float {
	display: inline;
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	max-width: 300px;
	width: 37.5%;
}
@media only screen and (max-width: 350px) and (orientation: portrait), (max-width: 360px) {
	.post-listing .post-body img.hs-featured-image.float {
		display: block;
		float: none;
		margin-top: 12px;
		margin-left: 0px;
		margin-bottom: 12px;
		max-width: none;
		width: 100%;
	}
}.post-listing .post-body:after { /* Prevents the post content from escaping the container */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.blog-section-wrapper .col2 {
	float: right;
	margin-left: 0px;
	padding: 0px 0px 0px 40px;
	width: 33.3333%;
}
.blog-section-wrapper .col2 form,
.hs_cos_wrapper_type_post_listing .block .widget-module,
.blog-section-wrapper .col2 .cell-wrapper {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.blog-section-wrapper .col2 .top-rich-text {
	margin: 18px auto 0px auto;
}
.blog-section-wrapper .col2 .top-rich-text .cell-wrapper {
	padding: 0 0 0px 0;
}

@media (max-width: 767px) {
	.blog-section-wrapper .col1 {
		padding: 0px 0px 40px 0px;
		width: 100%;
	}
	.blog-section-wrapper .col2 {
		float: none;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
}

.blog-post-wrapper .section.post-body,
.blog-post-wrapper .post-body {
	padding: 0px 0px 1em 0px;
}

.post-listing .blog-post-quote { color: #666666; font-style: italic; }
.post-listing .blog-post-quote-credit { color: #666666; font-style: italic; }
.blog-post-wrapper .blog-post-quote { color: #666666; font-size: 1.5; font-style: italic; font-weight: 400; line-height: 1em; }
.blog-post-wrapper .blog-post-quote-credit { display: block; color: #666666; font-style: italic; text-align: right; }

/* Blog FINISH */

/* Blog Author Section START */
p.hs-author-bio {
	margin: 0px 0 16px 0px;
	-webkit-margin-before: 0px;
}

.section.post-header .hs-author-avatar {
	margin: 12px 0px 12px 0px;
	max-width: 128px;
}

.hs-author-profile {}
.about-author-sec {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1em 0 0 0;
}
.hs-author-profile .hs-author-avatar,
.about-author-sec .hs-author-avatar {
	display: inline-block;
	float: right;
	margin: 5px 0px 5px 20px;
	max-width: 128px;
	width: 37.5%;
}
@media only screen and (max-width: 359px) and (orientation: portrait), (max-width: 359px) {
	.hs-author-profile .hs-author-avatar,
	.about-author-sec .hs-author-avatar {
		display: block;
		float: none;
		margin: 12px 0px 12px 0px;
		max-width: none;
		width: 100%;
	}
}

.hs-author-avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.hs-author-social-section, 
.hs-author-social-section-mmjmp {
	margin: 12px 0px 12px 0px;
}
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	
		height: 24px;
		line-height: 24px;
		width: 24px;
	
	text-align: center;
	text-indent: 0;
}
.transitions-allowed .hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link { -webkit-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, background-color 0.4s ease-in-out; }

.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link: hover,
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link: active { color: #ffffff; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-linkedin { background: #0a66c2; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-twitter { background: #55acee; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-facebook { background: #1877f2; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-google-plus { background: #dc4e41; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-pinterest { background: #bd081c; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-email { background: #777777; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-website { background: #0054a0; }

.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-linkedin:hover { background: #2888e4; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-twitter:hover { background: #75b6e5; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-facebook:hover { background: #5d99e7; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-google-plus:hover { background: #e3604f; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-pinterest:hover { background: #d50c22; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-email:hover { background: #959595; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-website:hover { background: #3286d2; }

.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-linkedin:active { background: #0e579e; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-twitter:active { background: #3b9fe7; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-facebook:active { background: #3c8aee; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-google-plus:active { background: #d14d3f; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-pinterest:active { background: #990919; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-email:active { background: #666666; }
.hs-author-social-section-mmjmp .hs-author-social-links a.hs-author-social-link.hs-social-website:active { background: #00467e; }
/* Blog Author Section FINISH */

/* Blog Sharing Section START */
.hs-blog-social-share {
	display: block;
	height: auto;
}
.blog-listing-wrapper .hs-blog-social-share {
	margin: 12px 0 2px 0;
	-webkit-margin-before: 12px;
	-webkit-margin-after: 2px;
}
.blog-post-wrapper .hs-blog-social-share {
	margin: 12px 0 17px 0;
	-webkit-margin-before: 12px;
	-webkit-margin-after: 17px;
}
.hs-blog-social-share:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hs-blog-social-share-list {
	line-height: 1em;
}
.jmp-large .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
	height: 38px;
}
.hs-blog-social-share-item {
	line-height: 1em;
	margin-bottom: 0.0em;
	-webkit-margin-after: 0.0em;
}

@media (max-width: 479px) {
	.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
		float: left!important;
	}
}

.hs-blog-social-share .hs-blog-social-share-item-twitter {  }
.hs-blog-social-share .hs-blog-social-share-item-twitter .twitter-share-button { display: inline-block; height: 20px; background-color: #1b95e0; color: #1b95e0; font-size: 11px; line-height: 20px; text-align: center; min-width: 61px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; }
.jmp-large .hs-blog-social-share .hs-blog-social-share-item-twitter .twitter-share-button { display: inline-block; height: 28px; background-color: #1b95e0; color: #1b95e0; font-size: 13px; line-height: 26px; text-align: center; min-width: 75px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; }

.jmp-large .hs-blog-social-share-item-linkedin > span {  }

.jmp-large .hs-blog-social-share-item-linkedin > span > span > button { font-size: 14px !important; line-height: 28px !important; min-height: 28px !important; }
.jmp-large .hs-blog-social-share-item-linkedin > span > span > button > xdoor-icon > svg { height: 28px !important; min-height: 28px !important; width: 28px !important; min-width: 28px !important; }
.jmp-large .hs-blog-social-share-item-linkedin > span > span > button > xdoor-icon > svg { height: 28px !important; min-height: 28px !important; width: 28px !important; min-width: 28px !important; }

.hs-blog-social-share .hs-blog-social-share-item-facebook { min-width: 124px; }
.hs-blog-social-share .hs-blog-social-share-item-facebook .fb-like { min-width: 124px; }
.hs-blog-social-share .hs-blog-social-share-item-facebook .fb-like iframe { min-width: 124px; }

.hs-blog-social-share .hs-blog-social-share-item-google-plus { max-width: 64px; min-width: 64px; }
.hs-blog-social-share .hs-blog-social-share-item-google-plus div { width: 64px !important; position: static !important; }
.hs-blog-social-share .hs-blog-social-share-item-google-plus div iframe { width: 64px !important; position: static !important; }

.hs-blog-social-share .hs-blog-social-share-item-pinterest { min-width: 40px; }
.hs-blog-social-share .hs-blog-social-share-item-pinterest span { vertical-align:top; }
.hs-blog-social-share .hs-blog-social-share-item-pinterest a { color:#ffffff; display:block; }
.transitions-allowed .hs-blog-social-share .hs-blog-social-share-item-pinterest a { -webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out; }
.hs-blog-social-share .hs-blog-social-share-item-pinterest a:hover {background-color: #c0001f; }
.hs-blog-social-share .hs-blog-social-share-item-pinterest a:active {background-color: #e30327; }

.hs-blog-social-share ul>li .email { background: #777777;color: #ffffff;text-decoration:none;display:inline-block;height:20px;font-size: 12px;padding:1px 8px 1px 6px;vertical-align:top;width:100%;white-space:nowrap;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; }
.hs-blog-social-share ul>li .email:hover { background: #646464;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .email:active { background: #868686;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .email .fa.fa-envelope { font-size: 14px;margin: 0px 4px 0px 0px;padding:2px 0px 0px 0px;vertical-align: top; }
.hs-blog-social-share ul>li .email-large { background: #777777;color: #ffffff;text-decoration:none;display:inline-block;height:28px;font-size: 13px;line-height:26px;padding:1px 10px 1px 9px;vertical-align:top;width:100%;white-space:nowrap;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; }
.hs-blog-social-share ul>li .email-large:hover { background: #646464;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .email-large:active { background: #868686;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .email-large .fa.fa-envelope { font-size: 18px;margin: 0px 4px 0px 0px;padding:4px 0px 0px 0px;vertical-align: top; }

.hs-blog-social-share ul>li .reddit { background: #ff4300;color: #ffffff;text-decoration:none;display:inline-block;height:20px;font-size: 12px;padding:1px 8px 1px 6px;vertical-align:top;width:100%;white-space:nowrap;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; }
.hs-blog-social-share ul>li .reddit:hover { background: #d83700;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .reddit:active { background: #fb5921;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .reddit .fab.fa-reddit-alien { font-size: 14px;margin: 0px 4px 0px 0px;padding:2px 0px 0px 0px;vertical-align: top; }
.hs-blog-social-share ul>li .reddit-large { background: #ff4300;color: #ffffff;text-decoration:none;display:inline-block;height:28px;font-size: 13px;line-height:26px;padding:1px 10px 1px 9px;vertical-align:top;width:100%;white-space:nowrap;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; }
.hs-blog-social-share ul>li .reddit-large:hover { background: #d83700;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .reddit-large:active { background: #fb5921;color: #ffffff;text-decoration:none; }
.hs-blog-social-share ul>li .reddit-large .fab.fa-reddit-alien { font-size: 18px;margin: 0px 4px 0px 0px;padding:4px 0px 0px 0px;vertical-align: top; }
/* Blog Sharing Section FINISH */

/* Blog Comment Section START */
.comment-section {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1em 0 0 0;
}

#comments-header .comments-count {
	color: #111111;
	font-weight: normal;
}

#comments-listing{
	display: block;
}
/* Blog Comment Section FINISH */

/* Blog Comments Show/Hide Toggle START */
.mintoggle,
.maxtoggle {
	color: #0073d0;
	float: right;
	padding-left: 10px;
}
.transitions-allowed .mintoggle { -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
.transitions-allowed .maxtoggle { -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
.mintoggle:hover,
.maxtoggle:hover,
.mintoggle:focus,
.maxtoggle:focus {
	color: #3cafff;
}
.mintoggle:active,
.maxtoggle:active,
.mintoggle:active:hover,
.maxtoggle:active:hover {
	color: #3cafff;
}
.mintoggle .fa-plus-circle:before {
	content: "\f055";
	color: #0073d0;
}
.transitions-allowed .mintoggle .fa-plus-circle:before { -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
.maxtoggle .fa-plus-circle:before {
	content: "\f056";
	color: #0073d0;
}
.transitions-allowed .maxtoggle .fa-plus-circle:before { -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
.mintoggle:hover .fa-plus-circle:before,
.maxtoggle:hover .fa-plus-circle:before,
.mintoggle:focus .fa-plus-circle:before,
.maxtoggle:focus .fa-plus-circle:before {
	color: #3cafff;
}
.mintoggle:active .fa-plus-circle:before,
.maxtoggle:active .fa-plus-circle:before,
.mintoggle:active:hover .fa-plus-circle:before,
.maxtoggle:active:hover .fa-plus-circle:before {
	color: #3cafff;
}
/* Blog Comments Show/Hide Toggle FINISH */

/* Blog Sidebar START */
.hs_cos_wrapper_type_post_listing .block .widget-module ul,
.widget-type-related_posts ul,
.widget-type-post_listing ul,
.widget-type-post_filter ul {
	list-style-type: disc;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-padding-start: 20px;
	margin:0px 0px 0px auto;
	padding-left: 20px;
}
/* Blog Sidebar FINISH */

/* Blog Pagination START */
.blog-pagination {text-align: center;}
.blog-pagination .previous-posts-link {display:inline-block;float:left;margin-right:10px;}
.blog-pagination .all-posts-link {display:inline-block;}
.blog-pagination .next-posts-link {display:inline-block;float:right;margin-left:10px;}
.blog-pagination .previous-posts-link.disabled,
.blog-pagination .next-posts-link.disabled {color: #fff;visibility: hidden;}

@media only screen and (max-width: 274px) and (orientation: portrait), (max-width: 274px) {
.blog-pagination {text-align: left;}
.blog-pagination .previous-posts-link {display:block;float:none;margin-right:auto;}
.blog-pagination .all-posts-link {display:block;}
.blog-pagination .next-posts-link {display:block;float:none;margin-left:0px;}
}
/* Blog Pagination FINISH */

/* HubSpot Default Blog Template START */
.about-author-sec > .span2 > img {
	margin: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.hs-author-social-section .hs-author-social-links {
	display: inline-block;
}
.hs-author-social-section .hs-author-social-links a.hs-author-social-link {
	width: 24px;
	height: 24px;
	border-width: 0px;
	border: 0px;
	line-height: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -99999px;}
.hs-author-social-section .hs-author-social-links a.hs-author-social-link.hs-social-facebook {
	background-image: url("https://www.ascendbusinessgrowth.com/hubfs/images/ui/social-icons/social-facebook-24x24px.png");}
.hs-author-social-section .hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
	background-image: url("https://www.ascendbusinessgrowth.com/hubfs/images/ui/social-icons/social-linkedin-24x24px.png");}
.hs-author-social-section .hs-author-social-links a.hs-author-social-link.hs-social-twitter {
	background-image: url("https://www.ascendbusinessgrowth.com/hubfs/images/ui/social-icons/social-twitter-24x24px.png");}
.hs-author-social-section .hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
	background-image: url("https://www.ascendbusinessgrowth.com/hubfs/images/ui/social-icons/social-google_plus-24x24px.png");}
.hs-author-social-section .hs-author-social-links a.hs-author-social-link.hs-social-website {
	background-image: url("https://www.ascendbusinessgrowth.com/hubfs/images/ui/social-icons/social-website-24x24px.png");}
.post-listing .post-body.clearfix img.hs-featured-image {
	margin-top: 1em;
}
.post-body .custom_listing_comments,
.hs_cos_wrapper_type_blog_social_sharing,
#hubspot-topic_data {
	white-space: nowrap;
	margin: 12px 0 0px 0;
	-webkit-margin-before: 12px;
	-webkit-margin-after: 0px;
}
/* HubSpot Default Blog Template FINISH */

/* ==========================================================================
   Forms
   ========================================================================== */

/* Required Asterisk */
.hs-form-required { color: #c1403d; }


/* Hide Required Asterisk on Blog Subscription Form Text Fields */
#hs_cos_wrapper_blog_subscription .hs-fieldtype-text .hs-form-required,
#hs_cos_wrapper_blog_subscription .hs-fieldtype-number .hs-form-required {display: none;}



/* Hide Required Asterisk on Blog Comment Form Text Fields */
#hs_cos_wrapper_blog_comments .hs-fieldtype-text .hs-form-required,
#hs_cos_wrapper_blog_comments .hs-fieldtype-number .hs-form-required {display: none;}


/* Error Messages */
.hs-error-msgs {list-style: none; color: #c1403d;}
.hs-error-msgs label {}
.hs-form-field .hs-error-msgs {font-size: 0.75em;}
.hs_error_rollup .hs-error-msgs {padding: 1em 0px 1em 0px; -webkit-padding-start: 0px;}

/* Recaptcha Fix */
#recaptcha_table input{
	display:inline-block!important;
}

/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

/* Descriptions */
body .hs-field-desc {
	color: rgba(17, 17, 17, 0.50);
	font-size: 0.8em;
	font-style: italic;
}

/* Labels */
body label {
	margin-bottom: 5px;
}
body .hs-form-field > label {}
body .hs-form-radio label {
	display: flex;
}
body .hs-form-checkbox label {
	display: flex;
}
body .hs-form-booleancheckbox label {
	display: flex;
} 

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
	width: 100%;
	font-family: Poppins;
	font-size: 16px;
	color: #111111;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-moz-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-o-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-ms-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	display: block;
	line-height: normal;
	padding: 5px 8px 5px 8px;
}
body.transitions-allowed input[type="text"],
body.transitions-allowed input[type="password"],
body.transitions-allowed input[type="datetime"],
body.transitions-allowed input[type="datetime-local"],
body.transitions-allowed input[type="date"],
body.transitions-allowed input[type="month"],
body.transitions-allowed input[type="time"],
body.transitions-allowed input[type="week"],
body.transitions-allowed input[type="number"],
body.transitions-allowed input[type="email"],
body.transitions-allowed input[type="url"],
body.transitions-allowed input[type="search"],
body.transitions-allowed input[type="tel"],
body.transitions-allowed input[type="color"],
body.transitions-allowed input[type="file"],
body.transitions-allowed textarea,
body.transitions-allowed select {
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

::-ms-value {
	background-color : #ffffff;
	border : 0;
	margin : 0px 0 0 0;
	padding : 0;
}
::-ms-browse {
	background: #e1e1e1;
	border : 1px solid #adadad;
	border-radius : 1px;
	-ms-border-radius: ;
	font-family : inherit;
	margin : 0px 0px 0px 0;
	padding : 0px 8px 0px 8px;
}
::-webkit-file-upload-button {
	background: #e1e1e1;
	border : 1px solid #adadad;
	border-radius : 1px;
	-webkit-border-radius: ;
	font-family : inherit;
	margin : 0px 0px 0px 0px;
	padding : 0px 8px 0px 8px;
}

body input[type="text"]:hover,
body input[type="password"]:hover,
body input[type="datetime"]:hover,
body input[type="datetime-local"]:hover,
body input[type="date"]:hover,
body input[type="month"]:hover,
body input[type="time"]:hover,
body input[type="week"]:hover,
body input[type="number"]:hover,
body input[type="email"]:hover,
body input[type="url"]:hover,
body input[type="search"]:hover,
body input[type="tel"]:hover,
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-o-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
}
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
	border-color: #3cafff;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-o-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
	min-height: 90px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select { padding: 5px 4px 5px 4px; }
body select:focus {}
body select.is-placeholder {
	color: #757575;
}
body select option {
	color:  #111111;
}
body select option:disabled {
	display: none;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
	-webkit-margin-before: 10px;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {
	background-color: #ffffff;
	border: 1px solid #111111;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	font-family: Poppins;
	font-size: 16px;
	height: 1em;
	width: 1em !important;
	min-width: 1em; 
	margin: 0.1em 0.2em 0 0.1em;
	vertical-align: baseline;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-moz-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-o-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-ms-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
}
body input[type="checkbox"] {
	background-color: #ffffff;
	border: 1px solid #111111;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	font-family: Poppins;
	font-size: 16px;
	height: 1em;
	width: 1em !important;
	min-width: 1em; 
	margin: 0.1em 0.2em 0 0.1em;
	vertical-align: baseline;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-moz-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-o-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	-ms-box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
	box-shadow: inset 0px 1px 1px rgba(#{color=#000000, opacity=75, css=rgba(0, 0, 0, 75%)},0.075);
}
body.transitions-allowed {
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body input[type="radio"]:checked:before {
	background: #111111;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	content: '';
	display: block;
	height: 0.5em;
	width: 0.5em;
	position: relative;
	left: 0.25em;
	top: 0.25em;
}
body input[type="checkbox"]:checked:before {
	color: #111111;
	content: '\2713';
	font-weight: bold;
	position: relative;
	top: -4px;
	margin-top: 0;
	-webkit-margin-start: 0;
	margin-left: 1px;
	font-size: 1em;
}
body input[type="radio"]:not(:disabled):hover,
body input[type="checkbox"]:not(:disabled):hover {
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-o-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
}
body input[type="radio"]:not(:disabled):focus,
body input[type="checkbox"]:not(:disabled):focus {
	border-color: #3cafff;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-o-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0,0.075),0px 1px 1px rgba(0, 0, 0,0.6);
	outline: 0;
}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #757575;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #757575;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #757575;
	opacity: 1;
}
:-ms-input-placeholder { /* IE10, IE11 */
	color: #757575 !important;
	opacity: 1 !important;
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {} 

/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; margin-right: -10px; overflow: hidden; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
	body form.hs-form fieldset { margin-right: 0px; }
	body form.hs-form fieldset .hs-form-field { padding: 0; }
	body form.hs-form fieldset.form-columns-3 .hs-form-field,
	body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
	body form.hs-form .form-columns-2 .hs-form-field .hs-input[type="checkbox"],
	body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto !important; }
}

/* ==========================================================================
   Buttons
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"],
body .hs-button.primary:link,
body input[type="submit"]:link,
body input[type="button"]:link,
body .hs-button.primary:visited,
body input[type="submit"]:visited,
body input[type="button"]:visited {
	/* Button Type = 0 */
	
		background-color: rgba(249, 166, 32,1);
		color: rgb(255, 255, 255);
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=1, color=#000);
  		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  	
  
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 400;
	padding: 12px 12px 12px 12px;
	max-width: 150px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5;
	display: inline-block;
	margin: 0 auto 0 auto;
	min-width: 160px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	width: 100%;
	white-space: normal;
	-webkit-appearance: none;
	filter: dropshadow(offx=1, offy=1, color=#333333);
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	user-select: none; 
	-webkit-font-smoothing: antialiased; 
}
body.transitions-allowed .hs-button.primary,
body.transitions-allowed input[type="submit"],
body.transitions-allowed input[type="button"],
body.transitions-allowed .hs-button.primary:link,
body.transitions-allowed input[type="submit"]:link,
body.transitions-allowed input[type="button"]:link,
body.transitions-allowed .hs-button.primary:visited,
body.transitions-allowed input[type="submit"]:visited,
body.transitions-allowed input[type="button"]:visited {
	-webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
}


body .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
body .hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	 
		background-color: rgba(9, 12, 152,1);
		background: rgba(9, 12, 152,1);
		color: #ffffff;
		border: none;
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=1, color=#000);
  		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  	
  
}

body .hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active,
body .hs-button.primary:active:hover,
input[type="submit"]:active:hover,
input[type="button"]:active:hover {
	 
		background-color: rgba(243, 148, 34,1);
		background: rgba(243, 148, 34,1);
		color: #ffffff;
		border: none;
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=1, color=#000);
  		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  	
  
}

  body .hs-button.primary, body input[type="submit"]{
    color:#ffffff;
    max-width:150px;
  } 
  
a.sectionButton1,
a.sectionButton1:link,
a.sectionButton1:visited {
	/* Button Type = 0 */
	
		background-color: rgba(255, 153, 2,1);
		color: rgb(255, 255, 255);
	

	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=3, color=#000);
  		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.75);
  	
  
	border: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	font-family: Poppins;
	font-weight: 400;
	padding: 12px 12px 12px 12px;
	max-width: 260px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	font-size:16px;
	min-width: 160px;
	filter: dropshadow(offx=1, offy=1, color=#333333);
}
.transitions-allowed a.sectionButton1,
.transitions-allowed a.sectionButton1:link,
.transitions-allowed a.sectionButton1:visited {
	-webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
a.sectionButton1:hover,
a.sectionButton1:focus {
	 
		background-color: rgba(9, 12, 152,1);
		background: rgba(9, 12, 152,1);
		color: #ffffff
		border: none;
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=1, color=#000);
  		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  	
  
}
a.sectionButton1:active,
a.sectionButton1:active:hover{
	 
		background-color: rgba(0, 65, 158,1);
		background: rgba(0, 65, 158,1);
		color: #ffffff
		border: none;
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=1, color=#000);
  		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  	
  
}
a.sectionButton1:active,
a.sectionButton2:active,
a.sectionButton3:active{
	background:#f39422
}

a.sectionButton2,
a.sectionButton2:link,
a.sectionButton2:visited,
a.sectionButton3,
a.sectionButton3:link,
a.sectionButton3:visited {
	/* Button Type = 0 */
	
		background-color: rgba(0, 115, 208,1);
		color: #ffffff;
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=3, color=#000000);
  		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.75);
  	
  
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-family: Poppins;
	font-weight: 400;
	padding: 12px 12px 12px 12px;
	max-width: 260px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	font-size:18px;
	min-width: 160px;
	
	filter: dropshadow(offx=1, offy=1, color=#333333);
	
}
.transitions-allowed a.sectionButton2,
.transitions-allowed a.sectionButton2:link,
.transitions-allowed a.sectionButton2:visited,
.transitions-allowed a.sectionButton3,
.transitions-allowed a.sectionButton3:link,
.transitions-allowed a.sectionButton3:visited {
	-webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out, background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
a.sectionButton2:hover,
a.sectionButton2:focus,
a.sectionButton3:hover,
a.sectionButton3:focus{
	 
		background-color: rgba(50, 165, 255,1);
		background: rgba(50, 165, 255,1);
		color: #ffffff;
		border: none;
	
	
  	
  		/* for IE 8 & 9 */
  		/* For IE 5.5 - 7 */
  		filter: dropshadow(offx=1, offy=3, color=#000000);
  		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.75);
  	
  
}
a.sectionButton2:active,
a.sectionButton2:active:hover,
a.sectionButton3:active,
a.sectionButton3:active:hover {
	 
		background-color: rgba(0, 65, 158,1);
		background: rgba(0, 65, 158,1);
		color: #ffffff;
		border: none;
	
	
  	
  		text-shadow: none;
  	
  
}

.header--no-navigation .header-max-width div.button a { padding-top: 20px; display: inline-block;}
footer#lp-footer { padding-bottom: 20px;}
.show-column2-footer .footer-inner-wrap,
.footer-with-nav.show-column2-footer .footer-inner-wrap,  
.no-nav-footer .footer-inner-wrap { justify-content: center;padding: 60px 0;}
  .back-to-top-wrap .back-to-top-btn a,
.back-to-top-circle-btn a {border-radius: 100% !important;}
#lp-footer  .back-to-top-circle-btn{left:0; right:0; margin:0 auto; bottom:0 !important}
  
@media screen and (max-width: 479px) {
	body .hs-button.primary,
	body input[type="submit"],
	body input[type="button"],
	body .hs-button.primary:link,
	body input[type="submit"]:link,
	body input[type="button"]:link,
	body .hs-button.primary:visited,
	body input[type="submit"]:visited,
	body input[type="button"]:visited,
	a.sectionButton1,
	a.sectionButton1:link,
	a.sectionButton1:visited,
	a.sectionButton2,
	a.sectionButton2:link,
	a.sectionButton2:visited {
		font-size: 0.95em;
		min-width: 0;	
	}
}

/* JMP Border Radius START */
.jmp-border-radius-5 { border-radius: 5px; }
.jmp-border-radius-10 { border-radius: 10px; }
/* JMP Border Radius FINISH */

/* JMP Image Styling START */
.jmp-images-border-radius-5 .jmp-shape, .jmp-images-border-radius-5 .jmp-image-container { border-radius: 5px; }
.jmp-images-border-radius-5.jmp-images-scale-type-2 .jmp-image-container { padding: 2px; }
.jmp-images-border-radius-10 .jmp-shape, .jmp-images-border-radius-10 .jmp-image-container { border-radius: 10px; }
.jmp-images-border-radius-10.jmp-images-scale-type-2 .jmp-image-container { padding: 4px; }
.jmp-images-border-radius-999 .jmp-shape, .jmp-images-border-radius-999 .jmp-image-container { border-radius: 999px; }
.jmp-images-border-radius-999.jmp-images-scale-type-2 .jmp-image-container { padding: 18%; }
.jmp-images-border-style-1 .jmp-shape, .jmp-images-border-style-2 .jmp-shape, .jmp-images-border-style-3 .jmp-shape { background-color: #ffffff; }
.jmp-images-border-style-1 .jmp-shape, .jmp-images-border-style-3 .jmp-shape { border: px solid ; }
.jmp-images-border-style-2 .jmp-shape, .jmp-images-border-style-3 .jmp-shape { padding: px; background-color: ; }
 
.jmp-images-shadow-style-1 .jmp-shape { 
	background-color: #ffffff;
	-webkit-box-shadow: ;
	-moz-box-shadow: ;
	-o-box-shadow: ;
	-ms-box-shadow: ;
	box-shadow: ;
}
.jmp-images-shadow-style-dark .jmp-shape { 
	
	
}
.jmp-images-shadow-style-light .jmp-shape { 
	
	
}
.jmp-image-container {
	line-height: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	vertical-align: top;
}
.jmp-image-container .hs_cos_wrapper_type_icon { display: block; }
.jmp-image-background-color-dark .jmp-image-container { background: rgba(#null,); }
.jmp-image-background-color-light .jmp-image-container { background: rgba(#null,); }
.jmp-image-background-color-dark img { background: rgba(#null,); }
.jmp-image-background-color-light img { background: rgba(#null,); }
 
.jmp-images-scale-type-1 .jmp-portrait-to-1to1ratio,
.jmp-images-scale-type-1 .jmp-landscape-to-1to1ratio  { position: relative; overflow: hidden; height: 0; padding-bottom: 100%; }
.jmp-images-scale-type-1 .jmp-portrait-to-2to1ratio,
.jmp-images-scale-type-1 .jmp-landscape-to-2to1ratio  { position: relative; overflow: hidden; height: 0; padding-bottom: 50%; }
.jmp-images-scale-type-1 .jmp-portrait-to-16to10ratio,
.jmp-images-scale-type-1 .jmp-landscape-to-16to10ratio { position: relative; overflow: hidden; height: 0; padding-bottom: 62.50%; }
.jmp-images-scale-type-1 .jmp-portrait-to-16to9ratio,
.jmp-images-scale-type-1 .jmp-landscape-to-16to9ratio { position: relative; overflow: hidden; height: 0; padding-bottom: 56.25%; }
.jmp-images-scale-type-1 .jmp-portrait-to-16to7ratio,
.jmp-images-scale-type-1 .jmp-landscape-to-16to7ratio { position: relative; overflow: hidden; height: 0; padding-bottom: 43.75%; }

.jmp-images-scale-type-1 .jmp-portrait-to-1to1ratio    img,
.jmp-images-scale-type-1 .jmp-portrait-to-2to1ratio    img,
.jmp-images-scale-type-1 .jmp-portrait-to-16to10ratio  img,
.jmp-images-scale-type-1 .jmp-portrait-to-16to9ratio   img,
.jmp-images-scale-type-1 .jmp-portrait-to-16to7ratio   img,
.jmp-images-scale-type-1 .jmp-image-container .hs_cos_wrapper_type_icon { height: auto; width: 100%; min-width: 100%; min-height: 100%; max-width: initial; position: absolute; top: 50%; left: 0%; -webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%); }
.jmp-images-scale-type-1 .jmp-landscape-to-1to1ratio   img,
.jmp-images-scale-type-1 .jmp-landscape-to-2to1ratio   img,
.jmp-images-scale-type-1 .jmp-landscape-to-16to10ratio img,
.jmp-images-scale-type-1 .jmp-landscape-to-16to9ratio  img,
.jmp-images-scale-type-1 .jmp-landscape-to-16to7ratio  img { height: 100%; width: auto; min-width: 100%; min-height: 100%; max-width: initial; position: absolute; top: 0%; left: 50%; -webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%); }

.jmp-images-scale-type-2 .hs_cos_wrapper_type_icon { height: 0; padding: 0; position: relative; width: 100%; }
.jmp-images-scale-type-2 .jmp-portrait-to-1to1ratio   .hs_cos_wrapper_type_icon { padding-bottom: 100%; }
.jmp-images-scale-type-2 .jmp-portrait-to-2to1ratio   .hs_cos_wrapper_type_icon { padding-bottom: 50%; }
.jmp-images-scale-type-2 .jmp-portrait-to-16to10ratio .hs_cos_wrapper_type_icon { padding-bottom: 62.50%; }
.jmp-images-scale-type-2 .jmp-portrait-to-16to9ratio  .hs_cos_wrapper_type_icon { padding-bottom: 56.25%; }
.jmp-images-scale-type-2 .jmp-portrait-to-16to7ratio  .hs_cos_wrapper_type_icon { padding-bottom: 43.75%; }
.jmp-images-scale-type-2 .hs_cos_wrapper_type_icon svg { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; }
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-images-shadow-style-dark .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-images-shadow-style-light .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-images-shadow-style-custom .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-images-border-style-1 .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-images-border-style-2 .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-images-border-style-3 .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-image-background-color-dark .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-image-background-color-light .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-0.jmp-image-background-color-custom .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-images-shadow-style-dark .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-images-shadow-style-light .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-images-shadow-style-custom .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-images-border-style-1 .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-images-border-style-2 .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-images-border-style-3 .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-image-background-color-dark .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-image-background-color-light .jmp-image-container .hs_cos_wrapper_type_icon svg,
.jmp-images-border-radius-0.jmp-images-scale-type-2.jmp-image-background-color-custom .jmp-image-container .hs_cos_wrapper_type_icon svg { padding: 2px; }

@media (min-width: 768px) {
	.jmp-max-width-64px   { margin: 0px auto 0px auto !important; }
	.jmp-max-width-128px  { margin: 0px auto 0px auto !important; }
	.jmp-max-width-256px  { margin: 0px auto 0px auto !important; }
	.jmp-max-width-custom { margin: 0px auto 0px auto !important; }
	.jmp-max-width-64px  > div { max-width: 64px !important; }
	.jmp-max-width-128px > div { max-width: 128px !important; }
	.jmp-max-width-256px > div { max-width: 256px !important; }
}
@media (max-width: 767px) {
	.jmp-multi-column-section-v2 .jmp-max-width-64px   { margin: 0px auto 0px auto !important; }
	.jmp-multi-column-section-v2 .jmp-max-width-128px  { margin: 0px auto 0px auto !important; }
	.jmp-multi-column-section-v2 .jmp-max-width-256px  { margin: 0px auto 0px auto !important; }
	.jmp-multi-column-section-v2 .jmp-max-width-custom { margin: 0px auto 0px auto !important; }
	.jmp-multi-column-section-v2 .jmp-max-width-64px  > div,
	.mobile-limited-width .jmp-max-width-64px  > div { max-width: 64px !important; }
	.jmp-multi-column-section-v2 .jmp-max-width-128px > div,
	.mobile-limited-width .jmp-max-width-128px > div { max-width: 128px !important; }
	.jmp-multi-column-section-v2 .jmp-max-width-256px > div,
	.mobile-limited-width .jmp-max-width-256px > div { max-width: 256px !important; }
}

.small-image .jmp-portrait-to-1to1ratio,
.small-image .jmp-landscape-to-1to1ratio { padding-bottom: 128px; }
.small-image .jmp-portrait-to-2to1ratio,
.small-image .jmp-landscape-to-2to1ratio { padding-bottom: 64px; }
.transitions-allowed .jmp-split-container .jmp-image-container img,
.transitions-allowed .jmp-split-container .jmp-image-container .hs_cos_wrapper_type_icon svg { -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out; }

.jmp-rich-text-container,
.jmp-text-wrapper {
	display: block;
}
.jmp-rich-text-container:after
.jmp-text-wrapper:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.jmp-rich-text-container.jmp-images-border-radius-5 img,
.jmp-images-border-radius-5 .jmp-text-wrapper img { border-radius: 5px; }
.jmp-rich-text-container.jmp-images-border-radius-10 img,
.jmp-images-border-radius-10 .jmp-text-wrapper img { border-radius: 10px; }
.jmp-rich-text-container.jmp-images-border-radius-999 img,
.jmp-images-border-radius-999 .jmp-text-wrapper img { border-radius: 999px; }
.jmp-rich-text-container.jmp-image-shadow-dark img,
.jmp-image-shadow-dark .jmp-text-wrapper img { 
	
	
}
.jmp-rich-text-container.jmp-image-shadow-light img,
.jmp-image-shadow-light .jmp-text-wrapper img { 
	
	
}
@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: portrait), (max-width: 767px) and (min-width: 320px) {
	.jmp-rich-text-container.mobile-float-right-50 img,
	.mobile-float-right-50 .jmp-text-wrapper img { float: right !important; margin: 6px 0px 6px 10px !important; width: 50% !important; }
}
@media only screen and (max-width: 319px) and (orientation: portrait), (max-width: 319px) {
	.jmp-rich-text-container.mobile-float-right-50 img,
	.mobile-float-right-50 .jmp-text-wrapper img { float: none !important; margin: 6px 0px 6px 0px !important; width: 100% !important; }
}
@media only screen and (max-width: 767px) and (orientation: portrait), (max-width: 767px) {
	.jmp-rich-text-container.mobile-limited-width-400 img,
	.mobile-limited-width-400 .jmp-text-wrapper img { display: block !important; float: none !important; margin: 6px auto 6px auto !important; max-width: 400px !important; }
	.jmp-rich-text-container.mobile-hidden img,
	.mobile-hidden .jmp-text-wrapper img { display: none !important; }
}
/* JMP Image Styling FINISH */

/* Search Section START */
.search-section-wrapper {
	margin: 60px auto 20px auto;
}
.search-section-wrapper > div.pad:after,
.search-section-wrapper > div.pad > div:after { /* Clears .pad and .max-width-*px */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.search-section-wrapper .col1 {
	padding: 0px 20px 40px 0px;
	max-width: 820px; /* Restrains the image to 800px */
	width: 66.6666%;
}
.search-section-wrapper .col2 {
	float: right;
	margin-left: 0px;
	padding: 0px 0px 0px 40px;
	width: 33.3333%;
}
.search-section-wrapper .col2 .cell-wrapper {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.search-section-wrapper .col2 .top-rich-text {
	margin: 18px auto 0px auto;
}
.search-section-wrapper .col2 .top-rich-text .cell-wrapper {
	padding: 0 0 0px 0;
}

@media (max-width: 767px) {
	.search-section-wrapper .col1 {
		padding: 0px 0px 40px 0px;
		width: 100%;
	}
	.search-section-wrapper .col2 {
		float: none;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
}
/* Search Section FINISH */

/* HubDB/Google Search START */
.hubdb-search .hs-form { white-space: nowrap; padding: 0px 0px 0px 0px; position: relative; top: 0px; left: 0px;}
.system-section-wrapper .widget-type-google_search .hs-form,
.search-section-wrapper .widget-type-google_search .hs-form,
.blog-section-wrapper .col2 .widget-type-google_search .hs-form {
	overflow: hidden;
	white-space: nowrap;
}

.hubdb-search .hs-form select::-ms-expand {
	display: none;
}

.hubdb-search input[type="text"],
.system-section-wrapper .widget-type-google_search input[type="text"],
.search-section-wrapper .widget-type-google_search input[type="text"],
.blog-section-wrapper .col2 .widget-type-google_search input[type="text"] {
	display: inline-block;
	padding: 6px 2.25em 6px 8px;
}
.hs-search-field .hs-search-field__bar button,
.hubdb-search .hs-button.primary,
.system-section-wrapper .widget-type-google_search .hs-button.primary,
.search-section-wrapper .widget-type-google_search .hs-button.primary,
.blog-section-wrapper .col2 .widget-type-google_search .hs-button.primary {
	background-color: transparent;
	background-image: none !important;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color: #0073d0;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	padding: 5px 0.5em 5px 0.5em;
	position: relative;
	left: -2.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	min-width: 0;
	vertical-align: baseline;
	width: auto;
}
.transitions-allowed .hubdb-search .hs-button.primary,
.transitions-allowed .system-section-wrapper .widget-type-google_search .hs-button.primary,
.transitions-allowed .search-section-wrapper .widget-type-google_search .hs-button.primary,
.transitions-allowed .blog-section-wrapper .col2 .widget-type-google_search .hs-button.primary {
	-webkit-transition: color ease-in-out 0.4s;
	-moz-transition: color ease-in-out 0.4s;
	-o-transition: color ease-in-out 0.4s;
	-ms-transition: color ease-in-out 0.4s;
	transition: color ease-in-out 0.4s;
}
.hubdb-search .hs-button.primary:before,
.system-section-wrapper .widget-type-google_search .hs-button.primary:before,
.search-section-wrapper .widget-type-google_search .hs-button.primary:before,
.blog-section-wrapper .col2 .widget-type-google_search .hs-button.primary:before {
	content: "\f002";
}
.hubdb-search .hs-button.primary:hover,
.hubdb-search .hs-button.primary:focus,
.system-section-wrapper .widget-type-google_search .hs-button.primary:hover,
.system-section-wrapper .widget-type-google_search .hs-button.primary:focus,
.search-section-wrapper .widget-type-google_search .hs-button.primary:hover,
.search-section-wrapper .widget-type-google_search .hs-button.primary:focus,
.blog-section-wrapper .col2 .widget-type-google_search .hs-button.primary:hover,
.blog-section-wrapper .col2 .widget-type-google_search .hs-button.primary:focus {
	background-color: transparent;
	color: #3cafff;
}
/* HubDB/Google Search FINISH */

/* HubDB Filtered START */
@media (min-width: 960px) {
	.filter-category-wrapper,
	.filter-type-wrapper,
	.hubdb-search {
		text-align: left;
		display: inline-block;
		margin: 0px 20px 40px 0px;
	}
	.orderby-wrapper {
		display: inline-block;
		float: right;
		margin: 0px 0px 40px 0px;
		text-align: right;
	}
	.filters-wrapper select,
	.hubdb-search select,
	.orderby-wrapper select {
		display: inline-block;
		width: auto;
	}
}
@media (min-width: 641px) and (max-width: 959px) {
	.filter-category-wrapper {
		text-align: left;
		display: inline-block;
		margin: 0px 0px 10px 0px;
		padding: 0px 10px 0px 0px;
		width: 50%;
	}
	.filter-type-wrapper {
		text-align: left;
		display: inline-block;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 10px;
		width: 50%;
	}
	.hubdb-search {
		text-align: left;
		display: inline-block;
		margin: 0px 0px 40px 0px;
		padding: 0px 10px 0px 0px;
		width: 50%;
	}
	.orderby-wrapper {
		text-align: right;
		display: inline-block;
		margin: 0px 0px 40px 0px;
		padding: 0px 0px 0px 10px;
		width: 50%;
	}
	.filter-category-wrapper select,
	.filter-type-wrapper select,
	.hubdb-search select {
		display: block;
	}
	.orderby-wrapper select {
		display: inline-block;
		width: auto;
	}
}
@media (max-width: 640px) {
	.filter-category-wrapper,
	.filter-type-wrapper,
	.hubdb-search {
		text-align: left;
		display: block;
		margin: 0px auto 10px auto;
	}
	.orderby-wrapper {
		text-align: left;
		display: block;
		margin: 0px auto 40px auto;
	}
}

/* HubDB Filtered FINISH */

/* Password Field START */
body.password-template form input { margin-bottom: 15px; }
/* Password Field FINISH */

/* 404, 500 Page Google Search Field START */
body.error-template .widget-type-google_search input[type="text"] { margin-bottom: 15px; }
/* 404, 500 Page Google Search Field FINISH */

/* Back to Top START */
.footer-container-wrapper .back-to-top-wrapper {
	overflow:hidden;
}
.back-to-top-wrap .back-to-top-btn,
.footer .back-to-top-circle-btn,
.footer-container-wrapper .back-to-top-circle-btn {
	background: transparent;
	bottom: 0px;
	cursor: auto;
	font-size: 18px;
	height: 40px;
	padding: 0 20px 0 20px;
	position: fixed;
	overflow:hidden;
	text-align: center;
	width: 100%;
	z-index: 9993;
}
.back-to-top-wrap .back-to-top-btn a,
.footer .back-to-top-circle-btn a,
.footer-container-wrapper .back-to-top-circle-btn a {
	background-color: rgba(189, 76, 250,.5);
	color: rgba(255, 255, 255,0.75);
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
	height: 80px;
	width: 80px;
	vertical-align: top;
}
.transitions-allowed .footer .back-to-top-circle-btn a
.transitions-allowed .footer-container-wrapper .back-to-top-circle-btn a { -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out; }
.footer-container-wrapper .back-to-top-circle-btn a .fa.fa-angle-up {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 40px;
	line-height: 40px;
	padding: 0px 20px 20px 20px;
}
.back-to-top-wrap .back-to-top-btn a:hover,
.footer .back-to-top-circle-btn a:hover,
.footer .back-to-top-circle-btn a:focus,
.footer-container-wrapper .back-to-top-circle-btn a:hover,
.footer-container-wrapper .back-to-top-circle-btn a:focus {
	background-color: rgba(189, 76, 250,1);
	color: rgba(255, 255, 255,1)
}

.footer .back-to-top-circle-btn a:active,
.footer-container-wrapper .back-to-top-circle-btn a:active {
	background-color: rgba(189, 76, 250,1);
	color: rgba(255, 255, 255,1)
}
/* Back to Top FINISH */

/* --- END NEW HS --- */


.container-fluid {
	max-width: none;
	margin: 0px auto;
}
.btn, .hs-button {
	margin: 0px 15px 15px 0;
}
.hs-author-listing-header {
	margin: 0 0 .75em 0;
}

.widget-type-social_sharing.share-post:before {
	font-size:14px;
	color:#737373;
	content:"Share this Post: ";
} 

/* START 2.0 MIGRATION */

.caption-wrap {
	margin-top: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.caption-wrap .caption-title {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.caption-wrap .caption-title img {
	margin-right: 20px;
	float: left;
	width: 80px;
}
.caption-wrap .caption-title h2 {
	margin-top: 40px;
	text-align: center;
	float: left;
	font-size: 1.65em;
	width: 600px;
	text-transform: uppercase;
	color: #737374;
	font-style: italic;
	line-height: 1.4;
}
/* END 2.0 MIGRATION */

.table {
	width: 100%;
	margin-bottom: 0px;
}


/* NOTE: ADD TAG TO CODE */
#hubspot-author_data,
.hubspot-author_data {
	color: ;
	font-size: 0.8em;
	line-height: 1.5em;
}
#hubspot-author_data a,
.hubspot-author_data a {
	color: #333333;
}
#hubspot-author_data a:hover,
#hubspot-author_data a:focus
.hubspot-author_data a:hover,
.hubspot-author_data a:focus {
	color: #3cafff;
}
#hubspot-author_data a:active,
.hubspot-author_data a:active {
	color: #3cafff;
}
.mm-authorship {
	height:0px;
	width:0px;
	max-width: 0px;
	max-height:0px;
}
#hubspot-date_data {
	font-size:14px;
	line-height:100%;
	padding-bottom:10px;
}
.blog-post__tags {
	font-size: 0.8em;
	line-height: 1.5em;
}

@media (min-width: 513px) {
	.jmp-icon-style #hubspot-author_data a.author-link,
	.jmp-icon-style #hubspot-author_data .calendar-text,
	.jmp-icon-style #hubspot-author_data .custom_listing_comments,
	.jmp-icon-style .hubspot-author_data a.author-link,
	.jmp-icon-style .hubspot-author_data .calendar-text,
	.jmp-icon-style .hubspot-author_data .custom_listing_comments {
		margin-right: 20px;
	}
}
@media (max-width: 512px) {
	.jmp-icon-style #hubspot-author_data a.author-link,
	.jmp-icon-style #hubspot-author_data .calendar-text,
	.jmp-icon-style #hubspot-author_data .custom_listing_comments,
	.jmp-icon-style .hubspot-author_data a.author-link,
	.jmp-icon-style .hubspot-author_data .calendar-text,
	.jmp-icon-style .hubspot-author_data .custom_listing_comments {
		display: block;
		margin-right: auto;
	}
}

/* Highlight Selected START */
::-moz-selection {
	color: #fff;
	background: rgba(226, 226, 226,0.996);
	text-shadow: none;
}

::-webkit-selection {
	color: #000;
	background: rgba(226, 226, 226,0.996);
	text-shadow: none;
}
::selection {
	color: #000;
	background: rgba(226, 226, 226,0.996);
	text-shadow: none;
}
img::selection {
	color: #000;
	background: rgba(226, 226, 226,0.5);
	text-shadow: none;
}

/* Highlight Selected FINISH */

/* JMP Debugging START */
.span1.dnd-column .jmp-section-core,
.span2.dnd-column .jmp-section-core,
.span3.dnd-column .jmp-section-core,
.span4.dnd-column .jmp-section-core,
.span5.dnd-column .jmp-section-core,
.span6.dnd-column .jmp-section-core,
.span7.dnd-column .jmp-section-core,
.span8.dnd-column .jmp-section-core,
.span9.dnd-column .jmp-section-core,
.span10.dnd-column .jmp-section-core,
.span11.dnd-column .jmp-section-core,
.span12.dnd-column .jmp-msg,
.jmp-region-info {
	display: none;
}
body.jmp-debugging.hubspot-disable-focus-styles .span1.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span2.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span3.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span4.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span5.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span6.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span7.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span9.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span10.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .span11.dnd-column .jmp-msg > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-disabled > span::before,
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-hidden > span::before {
	display: block;
	font-weight: 700;
}
body.jmp-debugging.hubspot-disable-focus-styles .span1.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span2.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span3.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span4.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span5.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span6.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span7.dnd-column .jmp-msgjmp-.alert,
body.jmp-debugging.hubspot-disable-focus-styles .span8.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span9.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span10.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span11.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-disabled,
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-hidden {
	align-self: stretch;
	display: flex;
	flex-shrink: 1;
	flex-grow: 1;
	padding: 40px 20px 40px 20px;
	width: 100%;
}
body.jmp-debugging.hubspot-disable-focus-styles .span1.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span2.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span3.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span4.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span5.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span6.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span7.dnd-column .jmp-msgjmp-.alert,
body.jmp-debugging.hubspot-disable-focus-styles .span8.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span9.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span10.dnd-column .jmp-msg.jmp-alert,
body.jmp-debugging.hubspot-disable-focus-styles .span11.dnd-column .jmp-msg.jmp-alert {
	background: #ffeb9c;
	border: 1px solid #9c5700;
	color: #9c5700;
}
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-disabled,
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-hidden {
	background: #d7d7d7;
	border: 1px solid #515151;
	color: #515151;
}
body.jmp-debugging.hubspot-disable-focus-styles .span1.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span2.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span3.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span4.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span5.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span6.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span7.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span8.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span9.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span10.dnd-column .jmp-msg.jmp-alert > span::after,
body.jmp-debugging.hubspot-disable-focus-styles .span11.dnd-column .jmp-msg.jmp-alert > span::after {
	content: "This custom module is only intended for full width use.";
	display: block;
}
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-disabled > span::after {
	content: "This custom module is not enabled. Enable it in the Visibility Settings of the module. Hide this message by turning off Show JMP Debugging in the page setting.";
	display: block;
}
body.jmp-debugging.hubspot-disable-focus-styles .jmp-msg.jmp-hidden > span::after {
	content: "This custom module is not visible from this country. Adjust the restrictions in the Visibility Settings of the module. Hide this message by turning off Show JMP Debugging in the page setting.";
	display: block;
}
body.jmp-debugging.hubspot-disable-focus-styles .inpage-editor-active-field .jmp-region-info {
	background: rgba(255,255,255,0.75);
	border: 1px solid rgba(0,0,0,0.75);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 9px;
	position: absolute; top: 0px; left: 0px;
	padding: 4px 25px 4px 25px;
}
body.jmp-debugging.hubspot-disable-focus-styles .inpage-editor-active-field .jmp-region-info >span::before,
body.jmp-debugging.hubspot-disable-focus-styles .inpage-editor-active-field .jmp-region-info >span::after {
	display: block;
}
/* JMP Debugging FINISH */

button::-moz-focus-inner {
	border: 0;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}








 
.blog-post-wrapper .media-caption { font-size: 12px; margin: 4px 0px 0px 0px; }
.blog-post-wrapper .size1of12 .media-caption { word-wrap: break-word; }
.blog-post-wrapper .media-caption-dark  { color: #ffffff; font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(0,0,0,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.blog-post-wrapper .media-caption-light, .blog-post-wrapper .media-caption-background-1 { color: #000000;  font-size: 12px; margin: 0px 0px 0px 0px; padding: 4px 4px 4px 4px; background: rgba(255,255,255,0.80); filter: dropshadow(offx=0, offy=0, color=transparent); text-shadow: none; }
.blog-post-wrapper .media-caption p:last-child, .blog-post-wrapper .media-caption-dark p:last-child, .blog-post-wrapper .media-caption-light p:last-child, .blog-post-wrapper .media-caption-background-1 p:last-child { margin-bottom: 0px; -webkit-margin-after: 0px; }

  
  ********* Page 404 search field section css here ******/
.hs-search-field .hs-search-field__bar{}
.hs-search-field .hs-search-field__bar form{ position:relative; }
.hs-search-field .hs-search-field__bar form button {
	background-color: transparent;
	background-image: none !important;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color: #0073d0;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	padding: 5px 0.5em 5px 0.5em;
	position: absolute;
	right:1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	min-width: 0;
	vertical-align: baseline;
	width: auto; top:5px; left: initial;
}
.hs-search-field .hs-search-field__bar form button svg{ display:none; }
.hs-search-field .hs-search-field__bar form button{
	-webkit-transition: color ease-in-out 0.4s;
	-moz-transition: color ease-in-out 0.4s;
	-o-transition: color ease-in-out 0.4s;
	-ms-transition: color ease-in-out 0.4s;
	transition: color ease-in-out 0.4s;
}
.hs-search-field .hs-search-field__bar form button:before{
	content: "\f002";
}
.hs-search-field .hs-search-field__bar form button:hover,
.hs-search-field .hs-search-field__bar form button:focus{
	background-color: transparent;
	color: #3cafff;
}
  
  /*----------------*/
  /*-------------*/
    .overlay-active{position:relative;} 
  .overlay,
  .overlay-active .overlay{position:absolute; height:100%; width:100%; top:0;}
  
/*:root {
  --scale: 0.1;
  --space: 8vmin;
  --font-primary: 'Lato', sans-serif;
  --font-heading: 'Playfair Display', serif;
}

@media (prefers-reduced-motion) {
  :root {
    --scale: 0;
  }
}
  .parallax-window{transform-origin: center top; overflow-x: hidden;
    overflow-y: auto;
    transform: scaleY(calc(1 - var(--scale)));}
  
  .parallax-window > *{ transform-origin: center top;
  transform: scaleY(calc(1 / (1 - var(--scale))));}
  
  .parallax-bg {position: sticky;top: 0; width: 100vw;height: 100vh; z-index: -2;}

  .parallax-bg img {display: block;position: absolute;top: 0; left: 0;width: 100%;height: 100%; object-fit: cover;}
  
  .parallax-window .pad {
    position: relative;
    /*margin-top: -50vh;*/
}
  
  @keyframes fadein {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  
  .parallax-window::-webkit-scrollbar { width: 0 !important }
   .parallax-window{overflow: -moz-scrollbars-none; }
  .parallax-window{ -ms-overflow-style: none; }
  */
 /*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));
  transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,
  .fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-building:before{content:"\f1ad"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}
  .fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,
  .fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-highlighter:before{content:"\f591"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-crack:before{content:"\e3b1"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-medical:before{content:"\e3b2"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-joint:before{content:"\f595"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,
  .fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-rainbow:before{content:"\f75b"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}
  .fa-sun:before{content:"\f185"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheelchair:before{content:"\f193"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}
  .fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}
  .fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 6 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 6 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}