*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section>.row-fluid,
.page-center{
	margin:0 auto;
}
@font-face {
	font-family: 'Ultimate-Icons';
	src: url(https://19620994.fs1.hubspotusercontent-na2.net/hubfs/19620994/raw_assets/public/Employers_Guardian_July_2022/fonts/Ultimate-Icons.ttf) format('truetype'),
		url(https://19620994.fs1.hubspotusercontent-na2.net/hubfs/19620994/raw_assets/public/Employers_Guardian_July_2022/fonts/Ultimate-Icons.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

html {
	font-size: 10px;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin:0;
	word-wrap: break-word;
	line-height: 1.45;
	font-style: normal;
	padding: 0;
	background-color: #f2f2f2; 
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	margin: 0 0 10px; 
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none; 
}

/* Headings */


h1,h2,h3,h4,h5,h6 {
	color: #070707;
	font-family: "Catamaran",sans-serif;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
	font-style: normal
}

h1 {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 0px; 
	font-weight: 400; 
}

h2 {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 0px
}

h3 {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0px
}

h4 {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0px
}

h5 {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0px
}

h6 {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0px
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration: none;
	color: inherit;
}


/* Lists */


ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0
}

ul.no-list {
	list-style: none;
}

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
	border-color: #e6e6e6; 
}

/* Horizontal rules */

hr { 
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

img{
	vertical-align: middle; 
	max-width: 100%;
	height: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block; 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

form label {
  display: block;
  font-size: 20px;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f9f9f9;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  padding: 20px;
  width: 100%;
  font-family: inherit;
  letter-spacing: normal;
  line-height: 1.428571429;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  font-size: 20px;
  outline: none;
  font-weight: 300;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  min-width: 200px;
  white-space: normal;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.top_header { 
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	padding: 20px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: all .4s ease-in-out,background-position 1ms;
	-moz-transition: all .4s ease-in-out,background-position 1ms;
	transition: all .4s ease-in-out,background-position 1ms;
}

.fl-builder-content[data-type=header].fl-theme-builder-header-sticky {
	position: fixed;
	width: 100%;
	z-index: 100;
}

.fl-builder-content[data-type=header].fl-theme-builder-header-shrink .top_header {
	display: none !important;
}

.top_header .page-center {
	max-width: 1586px;
}

.top_hd_menu .hs-menu-wrapper {
	padding-top: 8px;
	margin-right: 10px;
	margin-bottom: -3px;
	margin-left: 0;
}

.top_hd_menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.top_hd_menu .hs-menu-wrapper > ul { 
	margin-bottom: 0;	
	padding-bottom: 7px; 
	text-align: right;
}


.top_hd_menu .hs-menu-wrapper > ul:before,
.top_hd_menu .hs-menu-wrapper > ul:after{ 
	content:'';
	display:block;
}

.top_hd_menu .hs-menu-wrapper > ul > li {
	list-style: none;
	display: inline-block;
	font-size: 18px;	
	margin-right: 35px;  
}


.top_hd_menu .hs-menu-wrapper > ul > li:last-child {
	margin-left: -10px;
}

.top_hd_menu .hs-menu-wrapper > ul > li i { 
	padding-right: 3px;
}

.top_hd_menu .hs-menu-wrapper>ul>li:last-child {
	margin-right: 40px;
}

.btm_header {
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease-in-out,background-position 1ms;
	-moz-transition: all .4s ease-in-out,background-position 1ms;
	transition: all .4s ease-in-out,background-position 1ms;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	top:2px;
}

.btm_header .page-center {
	max-width: 1570px;
}

.header .flx_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.header .flx_row > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
}

.custom_logo {
	margin: 20px;
	-webkit-transition: all .4s ease-in-out,background-position 1ms;
	-moz-transition: all .4s ease-in-out,background-position 1ms;
	transition: all .4s ease-in-out,background-position 1ms;
	margin-top: 25px;
}

.fl-theme-builder-header-shrink .custom_logo {
	margin-top: 5px;
	margin-bottom: 5px;
}

.custom_logo img {
	width: auto !important;
	height: auto;
	max-height: 35.3125px;
	-webkit-transition: all .4s ease-in-out,background-position 1ms;
	-moz-transition: all .4s ease-in-out,background-position 1ms;
	transition: all .4s ease-in-out,background-position 1ms;
	display: inline;
}

.custom_logo img {
	width: 155px !important;
}

.custom_logo {
	margin: 20px;
}

.fl-theme-builder-header-shrink .btm_header {
	top: 0;
}

.custom_logo > div > * {
	display: block;
}

.hd_left {
	align-items: center;
}

.fl-theme-builder-header-shrink .custom_logo img {
	-webkit-transition: all 0s ease-in-out,background-position 0ms !important;
	-moz-transition: all 0s ease-in-out,background-position 0ms !important;
	transition: all 0 ease-in-out,background-position 0ms !important;
}

.desk_menu {
	margin: 20px;
	margin-left: 10px;
	-webkit-transition: all .4s ease-in-out,background-position 1ms;
	-moz-transition: all .4s ease-in-out,background-position 1ms;
	transition: all .4s ease-in-out,background-position 1ms;
	width: 100%;
}

.fl-theme-builder-header-shrink .desk_menu {
	margin-top: 5px;
	margin-bottom: 5px;
}

.custom-menu-primary {
	width: 100%;
	position: relative; 
}

.custom-menu-primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-menu-primary > div > ul {
	position: relative;
}

.custom-menu-primary > div > ul > li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	float: left;
	font-size: medium;
	border-left: none;
	border-top: none;
}

.custom-menu-primary > div > ul > li > a {
	font-weight: 300;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	line-height: 1;
}

.hd_left {
	width: 16.42%;
}

.hd_right {
	width: 83.58%;
}

.custom_logo > * {
	line-height: 0; 
}


.custom-menu-primary ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 16;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	transition: all .3s ease-in;
	-webkit-box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 30%);
	-moz-box-shadow: 2px 2px 6px 1px rgba(0,0,0,.3);
	-o-box-shadow: 2px 2px 6px 1px rgba(0,0,0,.3);
	box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 30%);
	border-style: none;
	border-width: 0;
	background-clip: border-box; 
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	min-width: 220px;
}

.custom-menu-primary ul ul ul {
	top: 0;
	left: 100%;
}

.custom-menu-primary li:hover > ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

.custom-menu-primary>div>ul>li {
	position: relative;
}

.custom-menu-primary ul ul li {
	position: relative;
	font-size: medium;
}

.custom-menu-primary ul ul li a {
	box-shadow: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px; 
	line-height: 1.2;
	transition: .2s background ease-in;
	display: block; 
}

.fl-theme-builder-header-shrink .custom-menu-primary {
	top: 0;
}


@media(max-width:992px){
	.top_hd_menu .hs-menu-wrapper {
		padding-top: 15px;
		padding-bottom: 3px;
	}

	.top_hd_menu .hs-menu-wrapper>ul>li:last-child {
		margin-right: 30px;
	}

	.top_hd_menu .hs-menu-wrapper>ul>li {
		margin-right: 37px;
	}

	.custom_logo img {
		width: 155px !important;
		max-height: initial;
	}

	.hd_left {
		width: 25%;
		align-items: center;
	}

	.hd_right {
		width: 75%;
	}

	.custom_logo {
		margin-top: 0;
		margin-bottom: 8px;
	}

	.desk_menu {
		margin-top: 20px;
		margin-right: 0;
		margin-left: 0;
	}

	.custom-menu-primary>div>ul>li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.custom-menu-primary>div>ul>li>a {
		padding-left: 4px;
		padding-right: 5px;
		font-size: 18px;
	}

	.custom-menu-primary {
		top: 0; 
	}
}

@media(max-width:800px){
	.custom-menu-primary>div>ul>li.has-submenu:nth-last-child(1) > ul,
	.custom-menu-primary>div>ul>li.has-submenu:nth-last-child(2)>ul {
		left: auto;
		right: 0;
	} 
}

.mobile_trigger{
	display:none;	
}

@media(max-width:768px){
	.btm_header {
		top: 0;
	}
	.top_header {
		display: none;
	}

	.mobile_trigger{
		display:block;	
	}

	.desk_menu {
		display: none;
	}

	.custom_logo {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.hd_left {
		width: 70%;
		max-width: 400px;
	}

	.hd_right {
		width: 30%;
	}

	.btm_header {
		padding: 0;
	}

	.btm_header .page-center {
		padding-bottom: 10px;
	}

	.mobile_trigger {
		margin: 0 20px;
		width: 100%;
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}

	.pp-offcanvas-content-wrap {
		display: flex; 
	}

	.pp-offcanvas-toggle-wrap {
		text-align: right;
		width: 100%;
	}

	.pp-offcanvas-toggle {
		display: inline-flex;
		align-items: center;
		transition: all .3s ease-in-out;
		color: #000;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.pp-hamburger-box {
		order: 2;
		margin-left: 10px;
		width: 40px;
		height: 1.8em;
		display: inline-block;
		position: relative;
	}

	.pp-hamburger-inner {
		margin-top: -0.15em;
		display: block;
		border-radius: 4px;
		position: absolute;
		top: 2px;
		width: 40px;
		background-color: #000;
		transition: all .3s ease-in-out;
		height: 4px;
	}

	.pp-hamburger-inner:before,
	.pp-hamburger-inner:after {
		width: 2.9em;
		height: 0.3em;
		background-color: #000;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: .15s;
		transition-timing-function: ease;
		content: "";
		display: block;
	}

	.pp-hamburger-inner:after {
		bottom: -0.75em;
		top: 20px;
		width: 40px;
		background-color: #000;
		transition: all .3s ease-in-out;
		height: 4px;
	}

	.pp-hamburger-inner:before {
		background-color: #000;
		transition: all .3s ease-in-out;
		height: 4px;
		width: 40px;
		top: 10px;
	}

	.pp-hamburger--elastic-r.pp-is-active .pp-hamburger-inner {
		transform: translate3d(0,10px,0) rotate(-135deg);
	}

	.pp-hamburger--elastic-r.pp-is-active .pp-hamburger-inner:before {
		opacity: 0;
	}

	.pp-hamburger--elastic-r.pp-is-active .pp-hamburger-inner:after {
		transform: translate3d(0,-20px,0) rotate(270deg);
	}
}

.pp-offcanvas-container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: #f0c4c433;
	opacity: 0;
	-webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
	transition: opacity .5s,width .1s .5s,height .1s .5s;
}

.pp-offcanvas-content-open .pp-offcanvas-container:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 100001;
}

.pp-offcanvas-container:after {
	background: #00000073;
}


.pp-offcanvas-content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	outline: 0;
	z-index: 9999;
}

.pp-offcanvas-content.pp-offcanvas-content-right {
	left: auto;
	right: 0
}

.pp-offcanvas-content.pp-offcanvas-content-top,.pp-offcanvas-content.pp-offcanvas-content-bottom {
	width: 100%;
	height: 300px
}

.pp-offcanvas-content.pp-offcanvas-content-bottom {
	top: auto;
	bottom: 0
}

.pp-offcanvas-content .pp-offcanvas-body {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.pp-offcanvas-content .pp-offcanvas-close {
	position: relative;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	z-index: 1;
	font-style: normal;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: 24px;
	margin: 0
}

.pp-offcanvas-content .pp-offcanvas-body {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.pp-offcanvas-toggle-wrap .pp-offcanvas-toggle {
	display: inline-flex;
	align-items: center
}

.pp-offcanvas-icon-before .pp-offcanvas-toggle-icon {
	margin-right: 5px
}

.pp-offcanvas-icon-after .pp-offcanvas-toggle-icon {
	order: 2;
	margin-left: 5px
}

.pp-offcanvas-content.pp-offcanvas-slide {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.pp-offcanvas-content.pp-offcanvas-slide.pp-offcanvas-content-right {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.pp-offcanvas-content.pp-offcanvas-slide.pp-offcanvas-content-top {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.pp-offcanvas-content.pp-offcanvas-slide.pp-offcanvas-content-bottom {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.pp-offcanvas-content.pp-offcanvas-reveal {
	z-index: 1
}

.pp-offcanvas-content-slide.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.pp-offcanvas-content-left.pp-offcanvas-push {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.pp-offcanvas-content-right.pp-offcanvas-push {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.pp-offcanvas-content-top.pp-offcanvas-push {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.pp-offcanvas-content-bottom.pp-offcanvas-push {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-container {
	-webkit-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-container {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-container {
	-webkit-transform: translate3d(0,300px,0);
	transform: translate3d(0,300px,0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-container {
	-webkit-transform: translate3d(0,-300px,0);
	transform: translate3d(0,-300px,0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-content,.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-content,.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-content,.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-content {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.pp-offcanvas-content-reveal .pp-offcanvas-container {
	background: #fff;
	overflow: hidden
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open {
	position: relative
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-container {
	-webkit-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-container {
	-webkit-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-container {
	-webkit-transform: translate3d(0,300px,0);
	transform: translate3d(0,300px,0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-container {
	-webkit-transform: translate3d(0,-300px,0);
	transform: translate3d(0,-300px,0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-bottom .pp-offcanvas-container {
	height: 100%
}

.pp-offcanvas-content-left.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0)
}

.pp-offcanvas-content-right.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0)
}

.pp-offcanvas-content-top.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.pp-offcanvas-content-bottom.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0)
}

.pp-offcanvas-content-slide-along .pp-offcanvas-container {
	background: #fff;
	overflow: hidden
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-container {
	-webkit-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-container {
	-webkit-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-container {
	-webkit-transform: translate3d(0,300px,0);
	transform: translate3d(0,300px,0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-container {
	-webkit-transform: translate3d(0,-300px,0);
	transform: translate3d(0,-300px,0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-bottom .pp-offcanvas-container {
	height: 100%
}

.pp-offcanvas-content.pp-offcanvas-content { 
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 300px;
}

.pp-offcanvas-header {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pp-offcanvas-header .pp-offcanvas-close span,.pp-offcanvas-close span:before {
	color: #fff;
	font-size: 22px;
}

.pp-offcanvas-container {
	position: relative;
	left: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	overflow: hidden;
}

.mob_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.mob_menu > div > ul {
	transition: transform .3s ease-in-out;
	margin-top: 20px;
}

.mob_menu ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid;
	border-color: #ffffff2e;
}

.mob_menu ul li a {
	display: inline-block;
	-ms-flex-positive: 1;
	flex-grow: 1;
	transition: all .2s ease-in-out;
	padding: 10px 12px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in;
	text-align: left; 
	font-weight: 700;
}

.hd_cta {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px; 
	text-align: center;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
	width: 100%;
	transition-duration: .5s;
	border-style: solid;
	border-width: 0;
	background-clip: border-box; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: 700;
	text-transform: uppercase;
}


.mob_cta > * {
	display: block;
	width: 100%;
}

.hd_cta.cta_button {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.pp-slide-menu-arrow {
	transition: all .2s ease-in-out;
	padding: 10px 12px;
	transition-property: all;
	transition-timing-function: linear;
	transition-duration: .3s;
	padding: 10px 24px;
	cursor: pointer;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in; 
	border-left-width: 1px;
	border-left-style: solid; 
}

.pp-slide-menu-arrow i {
	font-size: 16px;
}

.mob_cta {
	margin: 22px 20px 10px 10px;
}

.mob_menu ul ul {
	width: 100%;
	position: absolute; 
	transition: transform .3s ease-in-out;
	top: 0;
	left: 100%; 
	transition-duration: .3s;
}

.mob_menu ul ul:not(.child-open) {
	opacity: 0;
	transition: transform .3s ease-in-out,opacity .3s ease;
}

.mob_menu ul ul.child-open {
	transform: translateX(-100%);
}

.mob_menu>div>ul {
	position: relative;
	overflow: hidden;
}

.mob_menu ul li.dl-back {
	flex-direction: row; 
}

.top_header {
	z-index: 99;
}

.pp-slide-menu-arrow {
	border: transparent;
}

.fl-theme-builder-header-shrink .custom_logo img {
	width: 155px !important;
}


.type_two_header .btm_header {
	background-color: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	top: 0;
}

.type_two_header .btm_header .page-center {
	max-width: 1406px;
}

.type_two_header .hd_left {
	width: 8%;
}

.type_two_header .custom_logo {
	margin: 0;
}

.type_two_header .custom_logo img {
	width: 112px !important;
}

.type_two_header .hd_right {
	width: 92%;
}

.type_two_header .desk_menu {
	margin: 0;
	width: 75.95%;
}

.type_two_header .custom_logo a {
	display: block;
	line-height: 0;
}

.type_two_header .hd_call_btn {
	width: 24.05%;
	text-align: right;
}

.type_two_header .hd_right {
	padding-top: 10px;
}

.type_two_header .custom-menu-primary {
	margin: 0 20px;
}

.type_two_header .custom-menu-primary>div>ul>li>a {
	font-weight: 400;
}

.type_two_header .custom-menu-primary>div>ul>li {
	margin: 5px 8px;
}

.type_two_header .hd_call_btn > div {
	margin-top: 10px;
	margin-right: 20px;
}

.type_two_header .hd_call_btn p {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 40px;
	font-family: 'Catamaran',sans-serif;
	color: #2081c9;
	font-size: 20px;
	font-weight: 600;
}

.type_two_header .hd_call_btn p a {
	color: #6e6e6f;
	font-weight: 600;	
	display: inline-block; 
}

.type_two_header .fl-theme-builder-header-shrink .desk_menu {
	margin: 0;
}

@media(max-width:1020px){
	.type_two_header .hd_call_btn {
		display: none;
	}

	.type_two_header .desk_menu {
		width: 100%;
	}
}


@media(max-width:992px){
	.type_two_header .hd_right {
		width: 80%;
	}

	.type_two_header .custom-menu-primary>div>ul>li {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 5px;
		margin-right: 5px;
	}

	.type_two_header .btm_header {
		padding: 0 0 0 25px;
	}

	.type_two_header .custom_logo img {
		width: 120px !important;
	}

	.type_two_header .hd_left {
		width: 15%;
	}

	.type_two_header .custom-menu-primary {
		margin: 0;
		margin-left: -2px;
	}

	.type_two_header .custom-menu-primary>div>ul>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
}


@media(max-width:768px){
	.type_two_header .btm_header {
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.type_two_header .hd_left {
		width: 50%;
	}

	.type_two_header .hd_right {
		width: 50%;
	}

	.type_two_header .custom_logo {
		margin-left: 20px;
	}

	.type_two_header .btm_header .page-center {
		padding: 0 0 1px;
	}
}
.lp_header .flx_row {
	min-height: 90px;
}

.lp_header.fl-theme-builder-header-sticky  .flx_row {
	min-height: 60px;
}

@media (max-width: 768px) {
	.lp_header .flx_row {
		min-height: auto;
	}

	.lp_header.fl-theme-builder-header-sticky .flx_row {
		min-height: auto;
	}
}
.copy_ftr {
  padding: 20px; 
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  padding-top: 13px;
  padding-bottom: 0;
  position: relative;
}

.copy_ftr .page-center {
  max-width: 1100px;
}

.copyright {
  float: left;
  width: 100%;
}

.copyright p {
  margin-bottom: 25px;
  font-size: 18px; 
}

.copyright > div {
  margin: 0 20px;
}


.ft_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft_top {
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px; 
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  position: relative;
}

.ft_top .page-center {
  max-width: 1518px;
}

.ft_left_inr {
  margin-top: 20px;
  margin-right: 20px;
}

.ft_logo > div {
  margin: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.ft_logo img {
  width: 190px !important;
  display: inline;
  height: auto;
  max-width: 100%;
}

.ft_logo > div > * { 
  display: block;
  text-align: center;
  margin: 0 auto;
}

.ft_menu .hs-menu-wrapper > ul > li {
  width: 21.72%;
}

.ft_menu .hs-menu-wrapper > ul > li:nth-child(2) {
  width: 15%;
}

.ft_menu .hs-menu-wrapper > ul > li:nth-child(3) {
  width: 15.02%;
}

.ft_menu .hs-menu-wrapper > ul > li:nth-child(4) {
  width: 14.96%;
}

.ft_menu .hs-menu-wrapper > ul > li:nth-child(5) {
  width: 14.96%;
}

.ft_menu .hs-menu-wrapper > ul > li:nth-child(6) {
  width: 18.34%;
}

.ft_menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.ft_menu .hs-menu-wrapper > ul > li > a {
  margin: 20px;
  display: block;
  margin-left: 10px;
  font-weight: 600;
  font-size: 22px; 
  line-height: 1.4;
  letter-spacing: 0px;
}

.ft_menu .hs-menu-wrapper ul ul {
  margin: 20px;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.ft_menu .hs-menu-wrapper ul ul li {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 25px; 
  width: 100%;
}

.ft_menu .hs-menu-wrapper ul ul li a { 
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
}


.ft_logo>div {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.ft_menu .hs-menu-wrapper ul ul {
  width: auto;
}

.ft_social {
  margin: 20px;
  margin-top: 0;
}

.pp-social-icons-center {
  text-align: center;
}

.pp-social-icon {
  display: inline-block;
  line-height: 0;
  margin-left: 25px;
  margin-right: 25px;
}

.pp-social-icon a {
  display: inline-block;
  float: left;
  text-align: center;
  border-radius: 100px;
  font-size: 35px;
  width: 10px;
  height: 10px;
  line-height: 10px; 
}

.ft_contct p {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
}

.ft_contct p a {
  line-height: 1.2;
  text-align: center;
  font-size: 22px; 
  display: inline-block;
  padding-bottom: 20px;
}

.ft_contct {
  margin: 20px;
  float: left;
  width: -webkit-fill-available;
}

.ft_logo {
  text-align: center;
}

.ft_contct > * > * {
  display: block;
  text-align: center;
}

@media(max-width:992px){
  .ft_menu .hs-menu-wrapper>ul>li {
    width: 33% !important;
  }

  .ft_menu .hs-menu-wrapper>ul>li:nth-child(4) {
    padding-left: 20px;
  }

  .ft_menu .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    line-height: 1.4;
  }

  .ft_menu .hs-menu-wrapper ul ul li {
    font-size: 18px;
  }

  .ft_menu .hs-menu-wrapper ul ul li a {
    font-size: 18px;
  }

  .ft_menu .hs-menu-wrapper>ul {
    width: 100%;
  }

  .ft_menu .hs-menu-wrapper>ul>li:nth-child(4) {
    width: 35% !important;
  }

  .ft_menu .hs-menu-wrapper>ul>li:nth-child(5) {
    width: 33% !important;
  }

  .ft_menu .hs-menu-wrapper>ul>li:nth-child(6) {
    width: 32% !important;
  }

  .ft_logo img {
    width: 130px !important;
  }

  .pp-social-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pp-social-icon a {
    font-size: 35px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .ft_logo>div {
    margin-bottom: 25px;
  }

}


@media(max-width:768px){
  .footer .ft_menu .hs-menu-wrapper>ul>li {
    width: 100% !important;  
    text-align: center;
  }

  .ft_menu .hs-menu-wrapper>ul>li>a {
    font-size: 24px;
  }

  .ft_menu .hs-menu-wrapper ul ul {
    display: inline-block;
  }

  .ft_menu .hs-menu-wrapper ul ul li,
  .ft_menu .hs-menu-wrapper ul ul li a {
    font-size: 18px;
  }


  .ft_menu .hs-menu-wrapper ul ul li a {
    width: auto;
  }

  .ft_top {
    padding: 40px 0;
  }

  .ft_menu .hs-menu-wrapper>ul {
    display: block;
  }

  .ft_menu .hs-menu-wrapper>ul>li:nth-child(4) {
    padding-left: 0;
  }

  .ft_left_inr {
    margin: 0;
  }

  .ft_contct p a {
    font-size: 18px;
  }

  .ft_contct p {
    font-size: 18px;
  }

}

.ft_menu .hs-menu-wrapper ul ul li {
  margin: 0 0 10px;
}

.copyright p {
  margin-bottom: 10px;
}

@media(max-width:768px){
  .ft_contct p {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .copy_ftr {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ft_contct {
    width: calc(100% - 40px);
  }

  .footer .ft_menu .hs-menu-wrapper>ul>li {
    width: 400px !important;
  }

}

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
} 
.ua-icon {
	font-family: 'Ultimate-Icons' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ua-icon-google-plus:before {
	content: "\ea82"
}

.ua-icon-facebook22:before {
	content: "\ea81"
}

.ua-icon-basket:before {
	content: "\e900"
}

.ua-icon-briefcase:before {
	content: "\e901"
}

.ua-icon-calendar:before {
	content: "\e902"
}

.ua-icon-chat:before {
	content: "\e903"
}

.ua-icon-clock:before {
	content: "\e904"
}

.ua-icon-desktop:before {
	content: "\e905"
}

.ua-icon-dribbble:before {
	content: "\e906"
}

.ua-icon-edit:before {
	content: "\e907"
}

.ua-icon-envelope:before {
	content: "\e908"
}

.ua-icon-facebook:before {
	content: "\e909"
}

.ua-icon-gears:before {
	content: "\e90a"
}

.ua-icon-global:before {
	content: "\e90b"
}

.ua-icon-globe:before {
	content: "\e90c"
}

.ua-icon-googleplus:before {
	content: "\e90d"
}

.ua-icon-heart:before {
	content: "\e90e"
}

.ua-icon-key:before {
	content: "\e90f"
}

.ua-icon-laptop:before {
	content: "\e910"
}

.ua-icon-linkedin:before {
	content: "\e911"
}

.ua-icon-lock:before {
	content: "\e912"
}

.ua-icon-magnifying-glass:before {
	content: "\e913"
}

.ua-icon-map-pin:before {
	content: "\e914"
}

.ua-icon-map:before {
	content: "\e915"
}

.ua-icon-mobile:before {
	content: "\e916"
}

.ua-icon-newspaper:before {
	content: "\e917"
}

.ua-icon-paperclip:before {
	content: "\e918"
}

.ua-icon-pencil:before {
	content: "\e919"
}

.ua-icon-phone:before {
	content: "\e91a"
}

.ua-icon-picture:before {
	content: "\e91b"
}

.ua-icon-presentation:before {
	content: "\e91c"
}

.ua-icon-printer:before {
	content: "\e91d"
}

.ua-icon-profile-female:before {
	content: "\e91e"
}

.ua-icon-profile-male:before {
	content: "\e91f"
}

.ua-icon-quote:before {
	content: "\e920"
}

.ua-icon-streetsign:before {
	content: "\e921"
}

.ua-icon-tablet:before {
	content: "\e922"
}

.ua-icon-tools-2:before {
	content: "\e923"
}

.ua-icon-tools:before {
	content: "\e924"
}

.ua-icon-tumblr:before {
	content: "\e925"
}

.ua-icon-twitter:before {
	content: "\e926"
}

.ua-icon-video:before {
	content: "\e927"
}

.ua-icon-icon-3-mail-envelope-closed:before {
	content: "\e928"
}

.ua-icon-icon-6-mail-envelope-closed:before {
	content: "\e929"
}

.ua-icon-icon-24-key:before {
	content: "\e92a"
}

.ua-icon-icon-29-information:before {
	content: "\e92b"
}

.ua-icon-icon-111-search:before {
	content: "\e92c"
}

.ua-icon-icon-112-search-plus:before {
	content: "\e92d"
}

.ua-icon-icon-113-search-minus:before {
	content: "\e92e"
}

.ua-icon-icon-114-lock:before {
	content: "\e92f"
}

.ua-icon-icon-116-lock-open:before {
	content: "\e930"
}

.ua-icon-icon-118-lock-rounded:before {
	content: "\e931"
}

.ua-icon-icon-120-lock-rounded-open:before {
	content: "\e932"
}

.ua-icon-icon-121-combination-lock:before {
	content: "\e933"
}

.ua-icon-icon-122-printer:before {
	content: "\e934"
}

.ua-icon-icon-123-printer:before {
	content: "\e935"
}

.ua-icon-icon-124-printer-text:before {
	content: "\e936"
}

.ua-icon-icon-125-printer-text:before {
	content: "\e937"
}

.ua-icon-icon-134-pen:before {
	content: "\e938"
}

.ua-icon-icon-135-pen-angled:before {
	content: "\e939"
}

.ua-icon-icon-145-tag-cord:before {
	content: "\e93a"
}

.ua-icon-icon-146-tag:before {
	content: "\e93b"
}

.ua-icon-icon-3-mail-envelope-closed2:before {
	content: "\e93c"
}

.ua-icon-icon-6-mail-envelope-closed2:before {
	content: "\e93d"
}

.ua-icon-icon-24-key2:before {
	content: "\e93e"
}

.ua-icon-icon-29-information2:before {
	content: "\e93f"
}

.ua-icon-icon-111-search2:before {
	content: "\e940"
}

.ua-icon-icon-112-search-plus2:before {
	content: "\e941"
}

.ua-icon-icon-113-search-minus2:before {
	content: "\e942"
}

.ua-icon-icon-114-lock2:before {
	content: "\e943"
}

.ua-icon-icon-116-lock-open2:before {
	content: "\e944"
}

.ua-icon-icon-118-lock-rounded2:before {
	content: "\e945"
}

.ua-icon-icon-120-lock-rounded-open2:before {
	content: "\e946"
}

.ua-icon-icon-121-combination-lock2:before {
	content: "\e947"
}

.ua-icon-icon-122-printer2:before {
	content: "\e948"
}

.ua-icon-icon-123-printer2:before {
	content: "\e949"
}

.ua-icon-icon-124-printer-text2:before {
	content: "\e94a"
}

.ua-icon-icon-125-printer-text2:before {
	content: "\e94b"
}

.ua-icon-icon-134-pen2:before {
	content: "\e94c"
}

.ua-icon-icon-135-pen-angled2:before {
	content: "\e94d"
}

.ua-icon-icon-145-tag-cord2:before {
	content: "\e94e"
}

.ua-icon-icon-146-tag2:before {
	content: "\e94f"
}

.ua-icon-arrow-down:before {
	content: "\e950"
}

.ua-icon-arrow-left:before {
	content: "\e951"
}

.ua-icon-arrow-right:before {
	content: "\e952"
}

.ua-icon-arrow-up:before {
	content: "\e953"
}

.ua-icon-briefcase2:before {
	content: "\e954"
}

.ua-icon-check:before {
	content: "\e955"
}

.ua-icon-circle-add:before {
	content: "\e956"
}

.ua-icon-circle-check:before {
	content: "\e957"
}

.ua-icon-circle-cross:before {
	content: "\e958"
}

.ua-icon-circle-minus:before {
	content: "\e959"
}

.ua-icon-clock2:before {
	content: "\e95a"
}

.ua-icon-cog:before {
	content: "\e95b"
}

.ua-icon-cross:before {
	content: "\e95c"
}

.ua-icon-disc:before {
	content: "\e95d"
}

.ua-icon-fast-forward:before {
	content: "\e95e"
}

.ua-icon-globe2:before {
	content: "\e95f"
}

.ua-icon-head:before {
	content: "\e960"
}

.ua-icon-heart2:before {
	content: "\e961"
}

.ua-icon-help:before {
	content: "\e962"
}

.ua-icon-lock2:before {
	content: "\e963"
}

.ua-icon-mail:before {
	content: "\e964"
}

.ua-icon-map2:before {
	content: "\e965"
}

.ua-icon-minus:before {
	content: "\e966"
}

.ua-icon-monitor:before {
	content: "\e967"
}

.ua-icon-paper-clip:before {
	content: "\e968"
}

.ua-icon-pause:before {
	content: "\e969"
}

.ua-icon-play:before {
	content: "\e96a"
}

.ua-icon-plus:before {
	content: "\e96b"
}

.ua-icon-printer2:before {
	content: "\e96c"
}

.ua-icon-record:before {
	content: "\e96d"
}

.ua-icon-rewind:before {
	content: "\e96e"
}

.ua-icon-search:before {
	content: "\e96f"
}

.ua-icon-speech-bubble:before {
	content: "\e970"
}

.ua-icon-square-add:before {
	content: "\e971"
}

.ua-icon-square-check:before {
	content: "\e972"
}

.ua-icon-square-cross:before {
	content: "\e973"
}

.ua-icon-square-minus:before {
	content: "\e974"
}

.ua-icon-unlock:before {
	content: "\e975"
}

.ua-icon-zoom-in:before {
	content: "\e976"
}

.ua-icon-zoom-out:before {
	content: "\e977"
}

.ua-icon-alarm:before {
	content: "\e978"
}

.ua-icon-arrow-down-circle:before {
	content: "\e979"
}

.ua-icon-arrow-down2:before {
	content: "\e97a"
}

.ua-icon-arrow-left-circle:before {
	content: "\e97b"
}

.ua-icon-arrow-left2:before {
	content: "\e97c"
}

.ua-icon-arrow-right-circle:before {
	content: "\e97d"
}

.ua-icon-arrow-right2:before {
	content: "\e97e"
}

.ua-icon-arrow-up-circle:before {
	content: "\e97f"
}

.ua-icon-arrow-up2:before {
	content: "\e980"
}

.ua-icon-briefcase3:before {
	content: "\e981"
}

.ua-icon-bubble:before {
	content: "\e982"
}

.ua-icon-calendar-full:before {
	content: "\e983"
}

.ua-icon-camera-video:before {
	content: "\e984"
}

.ua-icon-camera:before {
	content: "\e985"
}

.ua-icon-cart:before {
	content: "\e986"
}

.ua-icon-chart-bars:before {
	content: "\e987"
}

.ua-icon-checkmark-circle:before {
	content: "\e988"
}

.ua-icon-chevron-down-circle:before {
	content: "\e989"
}

.ua-icon-chevron-down:before {
	content: "\e98a"
}

.ua-icon-chevron-left-circle:before {
	content: "\e98b"
}

.ua-icon-chevron-left:before {
	content: "\e98c"
}

.ua-icon-chevron-right-circle:before {
	content: "\e98d"
}

.ua-icon-chevron-right:before {
	content: "\e98e"
}

.ua-icon-chevron-up-circle:before {
	content: "\e98f"
}

.ua-icon-chevron-up:before {
	content: "\e990"
}

.ua-icon-circle-minus2:before {
	content: "\e991"
}

.ua-icon-clock3:before {
	content: "\e992"
}

.ua-icon-cog2:before {
	content: "\e993"
}

.ua-icon-cross-circle:before {
	content: "\e994"
}

.ua-icon-cross2:before {
	content: "\e995"
}

.ua-icon-earth:before {
	content: "\e996"
}

.ua-icon-envelope2:before {
	content: "\e997"
}

.ua-icon-eye:before {
	content: "\e998"
}

.ua-icon-film-play:before {
	content: "\e999"
}

.ua-icon-gift:before {
	content: "\e99a"
}

.ua-icon-heart3:before {
	content: "\e99b"
}

.ua-icon-history:before {
	content: "\e99c"
}

.ua-icon-home:before {
	content: "\e99d"
}

.ua-icon-keyboard:before {
	content: "\e99e"
}

.ua-icon-laptop-phone:before {
	content: "\e99f"
}

.ua-icon-laptop2:before {
	content: "\e9a0"
}

.ua-icon-leaf:before {
	content: "\e9a1"
}

.ua-icon-license:before {
	content: "\e9a2"
}

.ua-icon-location:before {
	content: "\e9a3"
}

.ua-icon-lock3:before {
	content: "\e9a4"
}

.ua-icon-magnifier:before {
	content: "\e9a5"
}

.ua-icon-map-marker:before {
	content: "\e9a6"
}

.ua-icon-map3:before {
	content: "\e9a7"
}

.ua-icon-menu-circle:before {
	content: "\e9a8"
}

.ua-icon-menu:before {
	content: "\e9a9"
}

.ua-icon-mic:before {
	content: "\e9aa"
}

.ua-icon-moon:before {
	content: "\e9ab"
}

.ua-icon-move:before {
	content: "\e9ac"
}

.ua-icon-mustache:before {
	content: "\e9ad"
}

.ua-icon-neutral:before {
	content: "\e9ae"
}

.ua-icon-paperclip2:before {
	content: "\e9af"
}

.ua-icon-paw:before {
	content: "\e9b0"
}

.ua-icon-pencil2:before {
	content: "\e9b1"
}

.ua-icon-phone-handset:before {
	content: "\e9b2"
}

.ua-icon-phone2:before {
	content: "\e9b3"
}

.ua-icon-picture2:before {
	content: "\e9b4"
}

.ua-icon-pie-chart:before {
	content: "\e9b5"
}

.ua-icon-plus-circle:before {
	content: "\e9b6"
}

.ua-icon-printer3:before {
	content: "\e9b7"
}

.ua-icon-question-circle:before {
	content: "\e9b8"
}

.ua-icon-rocket:before {
	content: "\e9b9"
}

.ua-icon-sad:before {
	content: "\e9ba"
}

.ua-icon-screen:before {
	content: "\e9bb"
}

.ua-icon-shirt:before {
	content: "\e9bc"
}

.ua-icon-smartphone:before {
	content: "\e9bd"
}

.ua-icon-smile:before {
	content: "\e9be"
}

.ua-icon-star:before {
	content: "\e9bf"
}

.ua-icon-store:before {
	content: "\e9c0"
}

.ua-icon-sync:before {
	content: "\e9c1"
}

.ua-icon-tablet2:before {
	content: "\e9c2"
}

.ua-icon-tag:before {
	content: "\e9c3"
}

.ua-icon-trash:before {
	content: "\e9c4"
}

.ua-icon-unlink:before {
	content: "\e9c5"
}

.ua-icon-user:before {
	content: "\e9c6"
}

.ua-icon-users:before {
	content: "\e9c7"
}

.ua-icon-px-with-circle:before {
	content: "\e9c8"
}

.ua-icon-px:before {
	content: "\e9c9"
}

.ua-icon-app-store:before {
	content: "\e9ca"
}

.ua-icon-dribbble-with-circle:before {
	content: "\e9cb"
}

.ua-icon-dribbble2:before {
	content: "\e9cc"
}

.ua-icon-facebook-with-circle:before {
	content: "\e9cd"
}

.ua-icon-facebook2:before {
	content: "\e9ce"
}

.ua-icon-flickr-with-circle:before {
	content: "\e9cf"
}

.ua-icon-flickr:before {
	content: "\e9d0"
}

.ua-icon-github-with-circle:before {
	content: "\e9d1"
}

.ua-icon-github:before {
	content: "\e9d2"
}

.ua-icon-google-with-circle:before {
	content: "\e9d3"
}

.ua-icon-google:before {
	content: "\e9d4"
}

.ua-icon-instagram-with-circle:before {
	content: "\e9d5"
}

.ua-icon-instagram:before {
	content: "\e9d6"
}

.ua-icon-linkedin-with-circle:before {
	content: "\e9d7"
}

.ua-icon-linkedin2:before {
	content: "\e9d8"
}

.ua-icon-pinterest-with-circle:before {
	content: "\e9d9"
}

.ua-icon-pinterest:before {
	content: "\e9da"
}

.ua-icon-tripadvisor:before {
	content: "\e9db"
}

.ua-icon-tumblr-with-circle:before {
	content: "\e9dc"
}

.ua-icon-tumblr2:before {
	content: "\e9dd"
}

.ua-icon-twitter-with-circle:before {
	content: "\e9de"
}

.ua-icon-twitter2:before {
	content: "\e9df"
}

.ua-icon-vimeo-with-circle:before {
	content: "\e9e0"
}

.ua-icon-vimeo:before {
	content: "\e9e1"
}

.ua-icon-windows-store:before {
	content: "\e9e2"
}

.ua-icon-yelp:before {
	content: "\e9e3"
}

.ua-icon-youtube-with-circle:before {
	content: "\e9e4"
}

.ua-icon-youtube:before {
	content: "\e9e5"
}

.ua-icon-air:before {
	content: "\e9e6"
}

.ua-icon-arrow-long-down:before {
	content: "\e9e7"
}

.ua-icon-arrow-long-left:before {
	content: "\e9e8"
}

.ua-icon-arrow-long-right:before {
	content: "\e9e9"
}

.ua-icon-arrow-long-up:before {
	content: "\e9ea"
}

.ua-icon-arrow-with-circle-down:before {
	content: "\e9eb"
}

.ua-icon-arrow-with-circle-left:before {
	content: "\e9ec"
}

.ua-icon-arrow-with-circle-right:before {
	content: "\e9ed"
}

.ua-icon-arrow-with-circle-up:before {
	content: "\e9ee"
}

.ua-icon-attachment:before {
	content: "\e9ef"
}

.ua-icon-bar-graph:before {
	content: "\e9f0"
}

.ua-icon-briefcase4:before {
	content: "\e9f1"
}

.ua-icon-browser:before {
	content: "\e9f2"
}

.ua-icon-calculator:before {
	content: "\e9f3"
}

.ua-icon-calendar2:before {
	content: "\e9f4"
}

.ua-icon-camera2:before {
	content: "\e9f5"
}

.ua-icon-chat2:before {
	content: "\e9f6"
}

.ua-icon-check2:before {
	content: "\e9f7"
}

.ua-icon-chevron-down2:before {
	content: "\e9f8"
}

.ua-icon-chevron-left2:before {
	content: "\e9f9"
}

.ua-icon-chevron-right2:before {
	content: "\e9fa"
}

.ua-icon-chevron-small-down:before {
	content: "\e9fb"
}

.ua-icon-chevron-small-left:before {
	content: "\e9fc"
}

.ua-icon-chevron-small-right:before {
	content: "\e9fd"
}

.ua-icon-chevron-small-up:before {
	content: "\e9fe"
}

.ua-icon-chevron-thin-down:before {
	content: "\e9ff"
}

.ua-icon-chevron-thin-left:before {
	content: "\ea00"
}

.ua-icon-chevron-thin-right:before {
	content: "\ea01"
}

.ua-icon-chevron-thin-up:before {
	content: "\ea02"
}

.ua-icon-chevron-up2:before {
	content: "\ea03"
}

.ua-icon-chevron-with-circle-down:before {
	content: "\ea04"
}

.ua-icon-chevron-with-circle-left:before {
	content: "\ea05"
}

.ua-icon-chevron-with-circle-right:before {
	content: "\ea06"
}

.ua-icon-chevron-with-circle-up:before {
	content: "\ea07"
}

.ua-icon-circle-with-cross:before {
	content: "\ea08"
}

.ua-icon-circle-with-minus:before {
	content: "\ea09"
}

.ua-icon-circle-with-plus:before {
	content: "\ea0a"
}

.ua-icon-clock4:before {
	content: "\ea0b"
}

.ua-icon-cog3:before {
	content: "\ea0c"
}

.ua-icon-compass:before {
	content: "\ea0d"
}

.ua-icon-controller-play:before {
	content: "\ea0e"
}

.ua-icon-controller-record:before {
	content: "\ea0f"
}

.ua-icon-controller-stop:before {
	content: "\ea10"
}

.ua-icon-creative-commons-noderivs:before {
	content: "\ea11"
}

.ua-icon-credit-card:before {
	content: "\ea12"
}

.ua-icon-credit:before {
	content: "\ea13"
}

.ua-icon-cross3:before {
	content: "\ea14"
}

.ua-icon-direction:before {
	content: "\ea15"
}

.ua-icon-dot-single:before {
	content: "\ea16"
}

.ua-icon-edit2:before {
	content: "\ea17"
}

.ua-icon-email:before {
	content: "\ea18"
}

.ua-icon-emoji-flirt:before {
	content: "\ea19"
}

.ua-icon-emoji-happy:before {
	content: "\ea1a"
}

.ua-icon-emoji-neutral:before {
	content: "\ea1b"
}

.ua-icon-emoji-sad:before {
	content: "\ea1c"
}

.ua-icon-eye2:before {
	content: "\ea1d"
}

.ua-icon-fingerprint:before {
	content: "\ea1e"
}

.ua-icon-flow-tree:before {
	content: "\ea1f"
}

.ua-icon-gauge:before {
	content: "\ea20"
}

.ua-icon-globe3:before {
	content: "\ea21"
}

.ua-icon-grid:before {
	content: "\ea22"
}

.ua-icon-hair-cross:before {
	content: "\ea23"
}

.ua-icon-heart-outlined:before {
	content: "\ea24"
}

.ua-icon-heart4:before {
	content: "\ea25"
}

.ua-icon-help-with-circle:before {
	content: "\ea26"
}

.ua-icon-help2:before {
	content: "\ea27"
}

.ua-icon-home2:before {
	content: "\ea28"
}

.ua-icon-infinity:before {
	content: "\ea29"
}

.ua-icon-info-with-circle:before {
	content: "\ea2a"
}

.ua-icon-info:before {
	content: "\ea2b"
}

.ua-icon-key2:before {
	content: "\ea2c"
}

.ua-icon-keyboard2:before {
	content: "\ea2d"
}

.ua-icon-landline:before {
	content: "\ea2e"
}

.ua-icon-laptop3:before {
	content: "\ea2f"
}

.ua-icon-lifebuoy:before {
	content: "\ea30"
}

.ua-icon-light-bulb:before {
	content: "\ea31"
}

.ua-icon-location-pin:before {
	content: "\ea32"
}

.ua-icon-lock-open:before {
	content: "\ea33"
}

.ua-icon-lock4:before {
	content: "\ea34"
}

.ua-icon-magnifying-glass2:before {
	content: "\ea35"
}

.ua-icon-mail2:before {
	content: "\ea36"
}

.ua-icon-map4:before {
	content: "\ea37"
}

.ua-icon-medal:before {
	content: "\ea38"
}

.ua-icon-menu2:before {
	content: "\ea39"
}

.ua-icon-message:before {
	content: "\ea3a"
}

.ua-icon-minus2:before {
	content: "\ea3b"
}

.ua-icon-mobile2:before {
	content: "\ea3c"
}

.ua-icon-news:before {
	content: "\ea3d"
}

.ua-icon-phone3:before {
	content: "\ea3e"
}

.ua-icon-plus2:before {
	content: "\ea3f"
}

.ua-icon-quote2:before {
	content: "\ea40"
}

.ua-icon-shopping-basket:before {
	content: "\ea41"
}

.ua-icon-shopping-cart:before {
	content: "\ea42"
}

.ua-icon-squared-minus:before {
	content: "\ea43"
}

.ua-icon-squared-plus:before {
	content: "\ea44"
}

.ua-icon-tablet-mobile-combo:before {
	content: "\ea45"
}

.ua-icon-tablet3:before {
	content: "\ea46"
}

.ua-icon-tools2:before {
	content: "\ea47"
}

.ua-icon-tv:before {
	content: "\ea48"
}

.ua-icon-typing:before {
	content: "\ea49"
}

.ua-icon-user2:before {
	content: "\ea4a"
}

.ua-icon-users2:before {
	content: "\ea4b"
}

.ua-icon-video-camera:before {
	content: "\ea4c"
}

.ua-icon-video2:before {
	content: "\ea4d"
}

.ua-icon-vinyl:before {
	content: "\ea4e"
}

.ua-icon-Home:before {
	content: "\ea4f"
}

.ua-icon-LightBulb:before {
	content: "\ea50"
}

.ua-icon-Anchor:before {
	content: "\ea51"
}

.ua-icon-Feather:before {
	content: "\ea52"
}

.ua-icon-Expand:before {
	content: "\ea53"
}

.ua-icon-Maximize:before {
	content: "\ea54"
}

.ua-icon-Search:before {
	content: "\ea55"
}

.ua-icon-Zoomin:before {
	content: "\ea56"
}

.ua-icon-Zoomout:before {
	content: "\ea57"
}

.ua-icon-Add:before {
	content: "\ea58"
}

.ua-icon-Subtract:before {
	content: "\ea59"
}

.ua-icon-Exclamation:before {
	content: "\ea5a"
}

.ua-icon-Question:before {
	content: "\ea5b"
}

.ua-icon-Close:before {
	content: "\ea5c"
}

.ua-icon-Pause:before {
	content: "\ea5d"
}

.ua-icon-Envelope:before {
	content: "\ea5e"
}

.ua-icon-Compose:before {
	content: "\ea5f"
}

.ua-icon-Newspaper:before {
	content: "\ea60"
}

.ua-icon-Newspaperalt:before {
	content: "\ea61"
}

.ua-icon-Calendar:before {
	content: "\ea62"
}

.ua-icon-Hyperlink:before {
	content: "\ea63"
}

.ua-icon-Trash:before {
	content: "\ea64"
}

.ua-icon-Trashalt:before {
	content: "\ea65"
}

.ua-icon-Grid:before {
	content: "\ea66"
}

.ua-icon-Gridalt:before {
	content: "\ea67"
}

.ua-icon-List:before {
	content: "\ea68"
}

.ua-icon-Calculator:before {
	content: "\ea69"
}

.ua-icon-Windows:before {
	content: "\ea6a"
}

.ua-icon-Browser:before {
	content: "\ea6b"
}

.ua-icon-Alarm:before {
	content: "\ea6c"
}

.ua-icon-Clock:before {
	content: "\ea6d"
}

.ua-icon-Attachment:before {
	content: "\ea6e"
}

.ua-icon-Settings:before {
	content: "\ea6f"
}

.ua-icon-Portfolio:before {
	content: "\ea70"
}

.ua-icon-User:before {
	content: "\ea71"
}

.ua-icon-Users:before {
	content: "\ea72"
}

.ua-icon-Heart:before {
	content: "\ea73"
}

.ua-icon-Chat:before {
	content: "\ea74"
}

.ua-icon-Comments:before {
	content: "\ea75"
}

.ua-icon-Screen:before {
	content: "\ea76"
}

.ua-icon-iPhone:before {
	content: "\ea77"
}

.ua-icon-Instagram:before {
	content: "\ea78"
}

.ua-icon-facebook3:before {
	content: "\ea79"
}

.ua-icon-Delicious:before {
	content: "\ea7a"
}

.ua-icon-GooglePlus:before {
	content: "\ea7b"
}

.ua-icon-Dribbble:before {
	content: "\ea7c"
}

.ua-icon-Pin:before {
	content: "\ea7d"
}

.ua-icon-Pinalt:before {
	content: "\ea7e"
}

.ua-icon-Cloud:before {
	content: "\ea7f"
}

.ua-icon-Circle-Full:before {
	content: "\ea80"
}

.fl-page-content {
	background-color: transparent;
}


/*** Page css ***/

.dnd-section[class*="full-width"],
.dnd-section[class*="full-width"]> .row-fluid{
	padding:0;
}


.team_page .banner-wrap .banner-wrap-inner {
	background-color: #285C83;
}

.team_page .banner-wrap .banner-wrap-inner:after {
	background: none;
} 

.team_page .banner-wrap {
	margin-top: 2px;
}

@media(max-width:992px){
	.team_page .banner-wrap .banner-wrap-inner {
		min-height: 517px;
	}
}

@media(max-width:768px){
	.team_page .banner-wrap {
		margin-top: 0;
	}

	.team_page .banner-wrap .banner-wrap-inner {
		min-height: 450px;
	}
}

@media (max-width: 992px) {
	.ty_page	.banner-wrap .banner-wrap-inner {
		min-height: 517px;
	}
}

@media (max-width: 768px) {
	.ty_page .banner-wrap .banner-wrap-inner {
		min-height: 450px;
	}
}

.banner-wrap hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-color: #ffffff;
	width: 200px;
}



.resource_row2 .hs_cos_wrapper_type_rich_text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	color: #124E7B;
}

.resource_row2 .hs_cos_wrapper_type_rich_text p {
	color: #124E7B;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 25px;
}

.resource_row2 .span5{
	width: 43.63%;
	margin:0;
}

.resource_row2 .span7{
	width: 56.37%;
	margin:0;
	border-left: 1px solid #124E7B;
}

.resource_row3 h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 40px;
	color: #124E7B;
	line-height: 1.1;
}

.resource_row3 .hs_cos_wrapper_type_rich_text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.resource_row3 .hs_cos_wrapper_type_rich_text ul li:not(:last-child) {
	padding-bottom: 20px;
}

.resource_row3 .hs_cos_wrapper_type_rich_text p{
	font-family: Catamaran, sans-serif;
	font-weight: 200;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.resource_row3 .hs_cos_wrapper_type_rich_text ul li p {
	font-family: Catamaran, sans-serif;
	font-weight: 200;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.resource_row3 .hs_cos_wrapper_type_rich_text a{
	color: #2081C9;
}

.resource_row3 .hs_cos_wrapper_type_rich_text a:hover{
	color: #124e7b;
}

.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content {
	margin: 0;
	width: 100%;
}

.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content h1.heading-title {
	line-height: 1.1;
	letter-spacing: 0px;
	color: #fff;
	font-family: "Catamaran",sans-serif;
	font-weight: 400;
	margin: 0;
	font-size: 66px;
	text-align: center;
}

.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content h3 {
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
}

.safety_mattersrow1 .banner-wrap .banner-wrap-inner .title {
	margin: 20px;
}

.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content .sub-heading {
	max-width: 100%;
	margin: 20px;
	margin-top: 0;
}

.safety_mattersrow1 .banner-wrap .banner-wrap-inner {
	min-height: 540px;
}

.client_wins_row1 .banner-wrap .banner-wrap-inner {
	min-height: 315px;
}

.safety_row1 .adb_wrp .adb_container {
	background-repeat: no-repeat;
	background-position: 0% 20%;
	background-attachment: scroll;
	background-size: cover;
}


.safety_row1 .adb_wrp .adb_title h1 {
	font-size: 40px;
	line-height: 1.1;
}

.safety_row1 .adb_wrp .adb_btm_left p {
	font-size: 20px;
	margin-bottom: 25px;
}

.safety_row1 .adb_wrp .adb_btm_right a {
	box-sizing: border-box !important;
}

.safety_row1 .adb_wrp .adb_btm_left {
	padding-top: 0;
}

.safety_row2 .cm_cwi_wrp .cm_cwi_top {
	max-width: 100%;
}

.safety_row2 .cm_cwi_wrp .cm_cwi_top .cm_cwi-heading {
	max-width: 650px;
}

.safety_row2 .cm_cwi_wrp .cm_cwi_top .cm_cwi-sub-heading {
	max-width: 700px;
}

.safety_row2 .cm_cwi_wrp .cm_cwi-sub-heading p {
	margin-bottom: 25px;
}

.safety_row2 .cm_cwi_wrp .cm_cwi-sub-heading p:last-of-type {
	margin-bottom: 0;
}

.safety_row2 .cm_cwi_wrp .cm_cwi_bg {
	padding-top: 140px;
	padding-bottom: 240px;
}

.safety_row3 .cm_tcc_wrp.type_2 {
	padding-bottom: 0;
}

.safety_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading p {
	font-size: 20px;
}

.safety_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading {
	max-width: 705px;
}

.safety_row3 .cm_tcc_wrp.type_2 .tcc__img_bg{
	margin-bottom: 20px;
	margin-left: 20px;
}

.safety_row3 .cm_tcc_wrp.type_2 .tcc_heading_content {
	padding-bottom: 0;
}

.safety_row4 .hs_cos_wrapper_type_rich_text h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color: #2081C9;
} 

.safety_row4 .hs_cos_wrapper_type_rich_text p {
	font-size: 20px;
	margin-bottom: 25px;
}

.safety_row4 .hs_cos_wrapper_type_rich_text p:last-of-type {
	margin-bottom: 0;
}

.safety_row4 {
	padding-bottom: 190px;
}

.hs_pm_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading p, 
.hs_pm_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading ul li,
.hs_pm_row4 .cm_tcc_wrp.type_2 .tcc_sub-heading p, 
.hs_pm_row4 .cm_tcc_wrp.type_2 .tcc_sub-heading ul li{
	font-size: 20px;
}

@media (min-width: 991px){
	.safety_row4 {   
		padding-left: 20px;
		padding-right: 20px;}
}

@media (max-width: 992px){

	.resource_row3 h2 {
		line-height: 1.4;
	}

	.resource_row3 .hs_cos_wrapper_type_rich_text ul li p,
	.resource_row3 .hs_cos_wrapper_type_rich_text p{
		font-size: 26px;
	}

	.safety_mattersrow1 .banner-wrap .banner-wrap-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content {
		padding: 0;
	}

	.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content h1.heading-title {
		line-height: 1.4;
	}

	.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content h3 {
		font-size: 24px;
		line-height: 1.4;
	}

	.client_wins_row1 .banner-wrap .banner-wrap-inner {
		min-height: 240px;
	}

	.safety_row1 .adb_wrp .adb_container {
		min-height: 550px;
		background-position: 50% 0%;
	}

	.safety_row2 .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.safety_row2 .cm_cwi_wrp .cm_cwi_bg {
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: scroll;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .cm__tcc_left {
		width: 100% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .cm__tcc_left {
		width: 100% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .tcc__img_bg {
		padding-bottom: 25px;
		min-height: 420px;
		margin-bottom: 40px;
		background-position: center bottom;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading p {
		font-size: 18px;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .tcc_bottom_sub-heading {
		padding: 40px 0 20px 20px;
		padding-right: 0;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .cm__tcc_right{
		-webkit-box-flex: 1 1 auto;
		-moz-box-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-top: 25px;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading p:last-child{
		margin-bottom:0 !important;
	}
	.safety_row3 .cm_tcc_wrp.type_2 .cm__tcc{
		padding: 50px 40px 35px 30px;
	}

	.safety_row4 .hs_cos_wrapper_type_rich_text h2{
		padding-top:0 !important;
	}

	.safety_row4{
		padding-right: 20px;
		padding-bottom: 125px;
	}

	.resource_row1 .banner-wrap .banner-wrap-inner{
		min-height: 517px;
	}

	.hs_pm_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading p, 
	.hs_pm_row3 .cm_tcc_wrp.type_2 .tcc_sub-heading ul li,
	.hs_pm_row4 .cm_tcc_wrp.type_2 .tcc_sub-heading p, 
	.hs_pm_row4 .cm_tcc_wrp.type_2 .tcc_sub-heading ul li{
		font-size: 18px;
	}

}


@media (max-width: 768px){
	.resource_row2 .span5,
	.resource_row2 .span7{
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}

	.resource_row2 .hs_cos_wrapper_type_rich_text h2 {
		line-height: 1.1;
	}

	.resource_row3 .hs_cos_wrapper_type_rich_text p, 
	.resource_row3 .hs_cos_wrapper_type_rich_text ul li p {
		font-size: 20px;
	}

	.resource_row1 .banner-wrap .banner-wrap-inner {
		padding-top: 20px;
		padding-bottom: 40px;
		min-height: 450px;
	}

	.resource_row2.resource_iner_row2 .hs_cos_wrapper_type_rich_text h2 {
		font-weight: 500;
		font-size: 40px;
		line-height: 1.2;
	}

	.resource_row2 .hs_cos_wrapper_type_rich_text h2 {
		font-weight: 500;
		font-size: 40px;
		line-height: 1.2;
	}

	.safety_mattersrow1 .banner-wrap .banner-wrap-inner .banner-content h1.heading-title {
		font-size: 41px;
	}

	.client_wins_row1 .banner-wrap .banner-wrap-inner {
		min-height: 225px;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.client_wins_row1 .banner-wrap .banner-wrap-inner .banner-content {
		padding-top: 20px;
	}

	.safety_row1 .adb_wrp .adb_container{
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		min-height: 700px;
		background-position: 70% 0%;
	}

	.safety_row1 .adb_wrp .adb_title h1 {
		font-size: 32px;
		line-height: 1;
	}

	.safety_row2 .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		background-position: center center;
	}

	.safety_row3 .cm_tcc_wrp.type_2 {
		background-color: transparent;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .cm__tcc {
		padding: 0;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .tcc__img_bg {
		min-height: 440px;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		background-position: center top;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .cm__tcc_right {
		margin-top: 0;
	}

	.safety_row3 .cm_tcc_wrp.type_2 .tcc_bottom_sub-heading {
		padding: 0;
		padding-top: 20px;
	}

	.safety_row4 {
		padding-right: 0;
		padding-bottom: 105px;
	}

	.safety_row4 .hs_cos_wrapper_type_rich_text h2 {
		font-size: 32px;
		line-height: 1.1;
	}

	.safety_row4 .hs_cos_wrapper_type_rich_text p {
		font-size: 18px;
	}

	.safety_row4 p[style="margin-bottom: 55px;"] {
		margin-bottom: 35px !important;
	}

}

@media only screen and (max-width: 600px){
	.resource_row3 .hs_cos_wrapper_type_rich_text ul li p {
		margin: 0 0 0px;
	}
}

.about_page_row_2 {
	padding: 20px;
	padding-top: 120px;
	padding-bottom: 110px;
	position: relative;
}
.about_page_row_2 .dnd-section>.row-fluid {
	max-width: 1256px;
}
.about_page_row_2 .dnd-section>.row-fluid>.span12 {
	margin: 20px;
}
.about_page_row_2 p {
	font-family: Catamaran, sans-serif;
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 25px;
	letter-spacing: 0;
	color: rgb(66, 66, 67);
	padding-right: 0;
	width: auto;
}
.contact_page_row_1 .banner-wrap .banner-wrap-inner:after {
	background-color: rgba(19,60,91,0.34);
}
.contact_page_row_2 {
	padding: 20px;
	padding-top: 90px;
	padding-bottom: 0;
	text-align: center;
}
.contact_page_row_2 h2 {
	margin: 20px;
}
.contact_page_row_2 p {
	margin: 40px 20px 45px 20px;
}
.contact_page_row_2 p strong {
	font-weight: bold;
}
.contact_page_row_2 p a {
	color: #000;
}
.contact_page_row_3 form fieldset .hs-form-field>label {
	display: none;
}
.contact_page_row_3 form {
	margin: 36px 20px 36px 20px;
}
.contact_page_row_3 form fieldset .hs-form-field {
	padding-right: 16px;
	margin-bottom: 10px;
	width: 50%;
}
.contact_page_row_3 form fieldset .hs-form-field .input {
	margin: 8px 0 0 0;
}
.contact_page_row_3 form fieldset .hs_message {
	width: 100%;
	padding: 0;
}
.contact_page_row_3 form fieldset .hs_message textarea {
	width: 100% !important;
}
.contact_page_row_3 form fieldset .hs-form-field:last-child {
	padding: 0;
}
.contact_page_row_3 form fieldset .hs-form-field textarea {
	min-height: 344px;
	resize: unset;
}
.contact_page_row_3 form .hs-button {
	margin: 0;
	border: 0;
}
.contact_page_row_3 {
	padding-bottom: 90px;
	padding-left: 20px;
	padding-right: 20px;
}
.contact_page_row_3 form .hs_message {
	line-height: 0;
	margin: 0 !important;
}
.contact_page_row_3 form .hs_submit {
	padding: 16px 0 10px 0;
	margin: 16px 0 0 0;
	clear: both;
	width: 100%;
}
.hs-input.invalid.error {
	border-width: 1px !important;
}
.hs-error-msgs {
	background-color: #e89510;
	border-top: 1px solid #c89797;
	border-bottom: 1px solid #c89797;
	padding-bottom: 6px !important;
	padding-top: 8px !important;
	padding-left: 10px !important;
}
.hs-error-msgs label {
	padding-right: 16px;
	color: #084a79;
	border-color: #084a79;
	padding-top: 0;
	font-weight: 700;
	letter-spacing: normal;
	font-size: .813em;
}

@media(max-width: 992px){
	.about_page_row_2 p {
		font-size: 24px;
	}
	.contact_page_row_1 .banner-wrap .banner-wrap-inner {
		min-height: 517px;
	}
}

@media(max-width: 768px){
	.about_page_row_2 {
		padding-top: 40px;
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
	.about_page_row_2 .dnd-section>.row-fluid>.span12 {
		margin: 20px;
		width: auto;
	}
	.contact_page_row_1 .banner-wrap .banner-wrap-inner {
		min-height: 450px;
	}
	.contact_page_row_2 {
		padding: 90px 0 0;
		text-align: center;
	}
	.contact_page_row_3 {
		padding-bottom: 90px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media(max-width: 641px){
	.contact_page_row_3 form fieldset .hs-form-field {
		padding-right: 0;
		margin-bottom: 10px;
		width: 100% !important;
	}
	.contact_page_row_3 form fieldset .hs-form-field .hs-input {
		line-height: 2;
		min-height: 2rem;
		width: 100% !important;
	}
}
@media(max-width: 640px){
	.contact_page_row_3 form fieldset .hs-form-field {
		padding-right: 0;
		margin-bottom: 2px;
		width: 100% !important;
	}
	.contact_page_row_3 form {
		margin: 28px 20px;
	}
	.contact_page_row_3 form .hs-button {
		line-height: 2;
		min-height: 2rem;
	}
	.contact_page_row_3 form {
		margin: 28px 20px 50px;
	}
	.contact_page_row_3 form fieldset .hs-form-field textarea {
		min-height: 344px !important;
		resize: unset;
		line-height: 1.5 !important;
	}
}

@media(max-width: 480px){
	.contact_page_row_3 form fieldset .hs-form-field {
		padding-right: 0;
		margin-bottom: 4px;
		width: 100% !important;
	}
}

.home_body .btm_header {
	background: transparent;
}

@media(min-width: 994px) {
  body.stuck .cm_serv_wrp .cm_menu_wrp {
    position: fixed;
    width: 100%;
    top: 55px;
    right: 0;
    z-index: 99;
    left: 0;
  }

}
@media(max-width: 993px) {
  body.stuck1 .cm_serv_wrp .cm_menu_wrp {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    left: 0;
  }
  .fl-builder-content[data-type=header].fl-theme-builder-header-sticky {
    position: relative;
    transform: none !important;
  }
}

.type_2_banner .adb_wrp .adb_container {
	background-position: 0% 20%;
}
.type_2_banner .adb_wrp .adb_btm_left p {
	font-size: 20px;
}
.type_2_banner .adb_wrp .adb_btm_left {
	padding-top: 0;
}
.cm_tcc_wrp.type_2 .tcc_sub-heading ul li:before,
.cm_cwi_wrp .cm_cwi_bottom ul li:before {
	content: url(https://19620994.fs1.hubspotusercontent-na2.net/hubfs/19620994/raw_assets/public/Employers_Guardian_July_2022/images/Orange-Polygon4-1.png);
}
.hs_hr_ev_row6 .bottom-pane .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span {
	line-height: 1;
}
.hs_hr_lib_page .type_2_banner .adb_container_width {
	max-width: 640px;
	width: 100%;
}

.hs_hr_lib_page .cm_faq_wrp {
	padding-top: 140px;
	padding-right: 40px;
	padding-bottom: 180px;
	padding-left: 40px;
}

.hs_hr_lib_page .cm_faq_wrp .page-center {
	max-width: 1460px;
}

.hs_hr_lib_page .cm_faq_wrp .cm_faq_header {
	max-width: 70ch;
	padding: 0 20px 20px 0;
}

.hs_hr_lib_page .cm_faq_wrp .cm_faq_header h2 {
	color: #424243;
	font-weight: 400;
	line-height: 1;
}
.hs_hr_out_page .adb_wrp .adb_content {
	margin-right: 15px;
}
.hs_hr_out_page .cm_ftd_wrp {
	min-height: 100vh;
	padding: 40px 20px 20px;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hs_hr_out_page .cm_ftd_container {
	padding-right: 7%;
	padding-left: 7%;
}

.hs_hr_out_page .cm_ftd_wrp .cm_ftd_title {
	max-width: 100%;
	padding-top: 0;
}

.hs_hr_out_page .cm_ftd_wrp .cm_ftd_title h2 {
	font-size: 50px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	line-height: 1.1;
	padding-bottom: 10px;
}
.hs_pm_page .cm_cwi_wrp .cm_cwi_top {
	max-width: 600px;
}
.hs_hr_out_page .cm_ftd_wrp .cm_ftd_body {
	max-width: 100%;
}
.hs_pm_row3 .cm_tcc_wrp.type_2 .page-center {
	padding-top: 75px;
}
.hs_pm_row4 .cm_tcc_wrp.type_2 {
	padding-bottom: 140px;
}
.payroll_services_page_row_2 .cm_cwi-heading.cm_cwi-left {
	max-width: 650px;
}

.payroll_services_page_row_2 .cm_cwi-sub-heading {
	max-width: 700px;
}

.payroll_services_page_row_2 .cm_cwi_wrp .cm_cwi_top {
	max-width: 100%;
}

.payroll_services_page_row_2 .cm_cwi_wrp .cm_cwi_bg {
	padding-top: 140px;
	padding-bottom: 240px;
}

.payroll_services_page_row_3 .dnd-section {
	padding: 20px;
	min-height: 520px;
}

.payroll_services_page_row_4 .dnd-section {
	padding-top: 95px;
	padding-bottom: 95px;
}
.hs_ps_row_4 .widget-type-rich_text,
.payroll_services_page_row_4 .widget-type-rich_text {
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.hs_ps_row_4  .widget-type-rich_text h2,
.payroll_services_page_row_4 .widget-type-rich_text h2 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.4;
}
.hs_ps_row_4  .widget-type-rich_text p,
.hs_ps_row_4  .widget-type-rich_text h2{
	color:#fff;
}
.hs_ps_row_4  .widget-type-rich_text h2 span ,
.payroll_services_page_row_4 .widget-type-rich_text h2 span {
	border-style: solid;
	border-color: #F89E04;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.hs_ps_row_4 .dnd-section {
	padding-top: 130px;
	padding-bottom: 170px;
}
.payroll_services_page_row_4 .widget-type-rich_text p:last-child {
	margin-bottom: 0;
}
.payroll_services_page_row_5 .cm_cwi_btm h3 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
}

.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bottom {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bg {
	padding-top: 140px;
	padding-bottom: 240px;
}

.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_top {
	max-width: 100;
}

.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi-heading-content {
	padding-right: 0;
}

.payroll_services_page_row_5 .cm_cwi-heading.cm_cwi-left {
	max-width: 650px;
}

.payroll_services_page_row_5 .cm_cwi-sub-heading {
	max-width: 700px;
}
.hs_ps_row_4 .dnd-section >.row-fluid {
	max-width: 1374px;
}
.hs_ps_row_4 .widget-type-rich_text p {
	max-width: 1050px;
}

.hs_ps_row_4 .widget-type-rich_text h2 {
	line-height: 1.3;
}

.hs_ps_row_4 .widget-type-rich_text p:last-child {
	margin-bottom: 0;
}

.hs_ps_page .cm_cs_wrp {
	padding: 0;
	padding-right: 20px;
}

.hs_ps_page .cm_cs_wrp .cm_cs_rt_wrp.hs_accordion {
	max-width: 100%;
}

.hs_ps_page .cm_cs_wrp .cm_accordion__wrapper {
	max-width: 100%;
}

.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-button {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}

.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-button p {
	line-height: 1.1;
}

.hs_ps_page .cm_cs_wrp .cm_cs_right {
	padding-bottom: 400px;
}

.hs_ps_page  .cm_cs_wrp .uabb-adv-accordion-icon-wrap {
	display: none;
}

.hs_ps_page  .cm_cwi_wrp .cm_cwi_bg {
	padding-top: 140px;
	padding-bottom: 240px;
}

.hs_ps_page  .cm_cwi-sub-heading {
	max-width: 700px;
}

.hs_ps_page  .cm_cs_wrp .uabb-adv-accordion-content {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.hs_ps_page  .cm_cs_wrp .uabb-adv-accordion-content p {
	margin: 0 0 10px;
	letter-spacing: normal;
	color: #424243;
}



@media (min-width: 993px){
	.hs_hr_out_page .cm_cwi_wrp .cm_cwi_bg {
		padding-bottom: 240px;
	}
	.hs_ps_page  .cm_cwi_wrp .cm_cwi-heading-content {
		padding-right: 0;
	}
}
@media (max-width: 992px){
	.hs_hr_out_page  .type_2_banner .adb_wrp .adb_container {
		min-height: 550px;
	}
	.hs_hr_lib_page .type_2_banner .adb_wrp .adb_container {
		background-position: 15% 0%;
	}

	.hs_hr_lib_page  .cm_cwi_wrp .cm_cwi_bg {
		background-position: center center;
	}
	.type_2_banner .adb_wrp .adb_container {
		background-position: 50% 0%;
	}
	.hs_hr_out_page .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.hs_hr_out_page .cm_ftd_container {
		padding: 0;
	}

	.hs_hr_out_page .cm_ftd_wrp .ftd-sub-heading p {
		font-size: 14px;
		line-height: 1.45;
	}
	.hs_hr_out_page .cm_ftd_wrp .cm_index p {
		font-size: 18px;
	}
	.payroll-services-page .adb_wrp .adb_container {
		min-height: 550px;
	}

	.payroll_services_page_row_2 .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.payroll_services_page_row_3 .dnd-section {
		min-height: 240px;
	}

	.payroll_services_page_row_4 .widget-type-rich_text p {
		font-weight: 300;
		font-size: 20px;
	}

	.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bottom {
		padding-bottom: 0;
	}
	.hs_ps_page .adb_wrp .adb_container {
		min-height: 550px;
	}
	.hs_ps_page .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.hs_ps_page .cm_cwi_wrp .cm_cwi-heading-content {
		padding-right: 0;
	}

	.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-content p {
		font-size: 14px;
	}

	.hs_ps_page .cm_cs_wrp .cm_cs_right {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hs_ps_row_4 .dnd-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-button p {
		padding-right: 0;
	}
	.hs_ps_row_4 .widget-type-rich_text p {
		font-size: 20px;
	}
	.home_body  .bottom-pane.no-bg .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span+span,
	.hs_ps_page  .bottom-pane.no-bg .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span+span {
		line-height: 1;
	}
	.home_body   .bottom-pane.no-bg .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span,
	.hs_ps_page   .bottom-pane.no-bg .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span {
		line-height: 1;
	}
}
@media (max-width: 768px){
	.home_body .btm_header {
		background-color: #f2f2f2;
	}
	.hs_ps_page .adb_wrp .adb_container {
		min-height: 700px;
	}
	.hs_hr_out_page .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.hs_hr_out_page .type_2_banner .adb_wrp .adb_container {
		min-height: 700px;
	}
	.hs_hr_ev_row6 .bottom-pane .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span+span {
		font-size: 40px;
	}
	.hs_hr_lib_page .type_2_banner .adb_wrp .adb_container {
		background-position: center center;
	}

	.hs_hr_lib_page .cm_faq_wrp {
		padding-top: 45px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.hs_hr_lib_page .cm_faq_wrp .cm_faq_header h2 {
		font-size: 32px;
	}
	.hs_hr_out_page  .type_2_banner .adb_wrp .adb_container {
		background-position: 30% 0%;
	}
	.hs_hr_lib_page .cm_faq_wrp .cm_faq_header {
		padding-left: 20px;
	}


	.hs_hr_out_page .cm_ftd_wrp .cm_ftd_title {
		padding-bottom: 30px;
		padding-left: 40px;
	}

	.hs_hr_out_page .cm_ftd_wrp {
		padding-left: 0;
		padding-right: 0;
	}

	.hs_hr_out_page .cm_ftd_wrp .cm_ftd_title h2 {
		font-size: 20px;
	}

	.hs_hr_out_page .cm_ftd_container {
		padding-right: 10px;
	}

	.hs_hr_out_page .cm_ftd_wrp .cm_ftd_body {
		padding-right: 0;
	}
	.hs_pm_row3 .cm_tcc_wrp.type_2 .page-center {
		padding-top: 55px;
	}
	.hs_pm_row4 .cm_tcc_wrp.type_2 {
		padding-bottom: 0;
	}
	.payroll-services-page .adb_wrp .adb_container {
		min-height: 700px;
		background-position: 70% 0%;
	}

	.payroll_services_page_row_2 .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.container-fluid.payroll_services_page_row_3 {
		display: none;
	}

	.payroll_services_page_row_4 .dnd-section {
		padding-top: 20px;
		padding-bottom: 40px;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.payroll_services_page_row_4 .dnd-section {
	}

	.payroll_services_page_row_4 .widget-type-rich_text {
		padding: 20px 20px;
	}

	.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi-heading-content {
		padding-right: 30px;
	}

	.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bottom {
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-top: 20px;
	}

	.payroll_services_page_row_5 .cm_cwi_btm h3 {
		font-size: 26px;
	}

	.payroll_services_page_row_5 .cm_cwi_wrp .cm_cwi_bottom ul li {
		font-size: 20px;
		line-height: 1.2;
	}
	.payroll_services_page_row_7  .bottom-pane.no-bg .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span+span {
		font-size: 40px;
		line-height: 1;
	}

	.payroll_services_page_row_7   .bottom-pane.no-bg .bottom-pane-inner .right-col .right-col-content .right-col-title-section .right-title-inner h2 span {
		line-height: 1;
	}
	.hs_ps_page .cm_cwi_wrp .cm_cwi_bg {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.hs_ps_page .cm_cwi_wrp .cm_cwi-heading-content {
		padding-right: 30px;
	}

	.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-button {
		padding-left: 0;
	}

	.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-content p {
		font-size: 18px;
	}
	.hs_ps_page .cm_cs_wrp {
		padding-right: 0;
	}

	.hs_ps_page .cm_cs_wrp .uabb-adv-accordion-button p {
		font-size: 24px;
		line-height: 1;
	}

	.hs_ps_row_4 .dnd-section {
		padding-top: 50px;
		padding-bottom: 50px;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.hs_ps_row_4 .widget-type-rich_text {
		padding: 20px;
	}
}

.featured_content .popup_form .hs-input.error:focus {
	border-color: #b7b7b7 !important;
}


a.cm_bkmr_con {
	position: relative;
	top: -100px;
}


body.stuck .cm_serv_wrp .cm_menu_wrp_out {
	background-color: #124A75;
}


@media(max-width:768px){
	.fl-builder-content[data-type=header].fl-theme-builder-header-sticky {
		position: static !important;
		transform: none !important;
	}
	.fl-page.body-wrapper {
		padding-top: 0 !important;
	}
}