*, *: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 ;
    }
}
.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/free-fa-brands-400.eot") format("embedded-opentype"), 
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-brands-400.woff2) format("woff2"), 
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-brands-400.woff) format("woff"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-brands-400.ttf) format("truetype"),
    url("https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/free-fa-brands-400.svg") format("svg");
  font-style: normal;
  font-weight: 400; 
  font-display: block; 
}


@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/free-fa-solid-900.eot") format("embedded-opentype"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-solid-900.woff2) format("woff2"), 
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-solid-900.woff) format("woff"), 
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-solid-900.ttf) format("truetype"),
    url("https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/free-fa-solid-900.svg") format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block; 
}
@font-face { 
  font-family: "FontAwesome";
  src: url("https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/free-fa-solid-900.eot") format("embedded-opentype"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-solid-900.woff2) format("woff2"), 
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-solid-900.woff) format("woff"), 
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-solid-900.ttf) format("truetype"),
    url("https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/free-fa-solid-900.svg") format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block; 
}

@font-face {
  font-family: 'elg';
  src:url('https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/ElegantIcons.eot');
  src:url('https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/NUARI_August2022/Fonts/ElegantIcons.eot') format('embedded-opentype'),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/ElegantIcons.woff) format('woff'),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/ElegantIcons.ttf) format('truetype'),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/ElegantIcons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:"myriad-pro-semi-condensed";
  src:url("https://use.typekit.net/af/d44976/0000000000000000000170b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/d44976/0000000000000000000170b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/d44976/0000000000000000000170b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro-semi-condensed";
  src:url("https://use.typekit.net/af/a78021/0000000000000000000170ae/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/a78021/0000000000000000000170ae/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/a78021/0000000000000000000170ae/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro-semi-condensed";
  src:url("https://use.typekit.net/af/44bde1/0000000000000000000170b0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/44bde1/0000000000000000000170b0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/44bde1/0000000000000000000170b0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro-semi-condensed";
  src:url("https://use.typekit.net/af/2efaa6/0000000000000000000170b4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/2efaa6/0000000000000000000170b4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/2efaa6/0000000000000000000170b4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro-condensed";
  src:url("https://use.typekit.net/af/c63dde/0000000000000000000170a8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/c63dde/0000000000000000000170a8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/c63dde/0000000000000000000170a8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro-condensed";
  src:url("https://use.typekit.net/af/f72c04/0000000000000000000170a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/f72c04/0000000000000000000170a4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/f72c04/0000000000000000000170a4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro-condensed";
  src:url("https://use.typekit.net/af/24a439/0000000000000000000170a9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/24a439/0000000000000000000170a9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/24a439/0000000000000000000170a9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro-condensed";
  src:url("https://use.typekit.net/af/af66cf/0000000000000000000170a5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/af66cf/0000000000000000000170a5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/af66cf/0000000000000000000170a5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro";
  src:url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro";
  src:url("https://use.typekit.net/af/2e2357/00000000000000000001709f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/2e2357/00000000000000000001709f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/2e2357/00000000000000000001709f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro";
  src:url("https://use.typekit.net/af/d32e26/00000000000000000001709b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/d32e26/00000000000000000001709b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/d32e26/00000000000000000001709b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro";
  src:url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro-semiextended";
  src:url("https://use.typekit.net/af/090ef4/00000000000000003b9ad2dd/27/l?subset_id=2&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/090ef4/00000000000000003b9ad2dd/27/d?subset_id=2&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/090ef4/00000000000000003b9ad2dd/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:300;
}

@font-face {
  font-family:"myriad-pro-semiextended";
  src:url("https://use.typekit.net/af/d6baab/00000000000000003b9ad2de/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/d6baab/00000000000000003b9ad2de/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/d6baab/00000000000000003b9ad2de/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro-semiextended";
  src:url("https://use.typekit.net/af/2b0ae7/00000000000000003b9ad2df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/2b0ae7/00000000000000003b9ad2df/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/2b0ae7/00000000000000003b9ad2df/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro-semiextended";
  src:url("https://use.typekit.net/af/25f703/00000000000000003b9ad2e2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/25f703/00000000000000003b9ad2e2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/25f703/00000000000000003b9ad2e2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro-semiextended";
  src:url("https://use.typekit.net/af/7f0b40/00000000000000003b9ad2e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/7f0b40/00000000000000003b9ad2e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/7f0b40/00000000000000003b9ad2e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-regular-400.eot) format("embedded-opentype"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-regular-400.woff2) format("woff2"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-regular-400.woff) format("woff"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-regular-400.ttf) format("truetype"),
    url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/fonts/free-fa-regular-400.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}


/* html {
font-size: ;
} */

body {
  font-family: ;
  font-size: ;
  color: ;
  line-height: 1.334;
  letter-spacing: .49px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;


}

/* Anchor Links */
a {
  color: ;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: ;
  font-family: ;
  color: ;
  word-break: break-word;
  letter-spacing: normal;

}

h1 {
  font-size: ;
  letter-spacing: 1.3px;
  line-height: 1.2;
}

h2 {
  font-size: ;
  letter-spacing: 1.3px;
  line-height: 1.2;
}

h3 {
  font-size: ;
  line-height: 1.2;
  letter-spacing: .76px;
}

h4 {
  font-family: ;
  font-weight: normal;
  font-size: ;
  line-height: 1.67;
  letter-spacing: .65px;

}

h5 {
  font-size: ;

}

h6 {
  font-size: ;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, 
ol {
  margin: 0 0 15px 20px;
  padding: 0;
  padding-left: 18px;
}

ul li,
ol li {

}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img{
  max-width: 100%; 
}
/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* :focus {
outline: auto;
outline-color: green;
} */

.disable-focus-styles :focus {
  outline: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: ;
  max-width: 767px;

}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: ;
  border-color: ;
  color: ;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  font-family: "Lato";
  font-weight: 700 ;
  letter-spacing: 5.69px ;
  text-transform: uppercase;
  font-size: 18px ;
  line-height: normal;
  white-space: normal;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  
  text-decoration: none;
  outline: 0;

}

.hs-button:hover, 
.hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: ;
  text-decoration: none;
  outline: 0;

}

.hs-button:active {
  background-color: ;
  border-color: ;
}


.hs-form label,
.hs-form-field > label {
  color: ;
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  font-family: myriad-pro-light, sans-serif !important;
}

ul.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #dc3232 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-height: 19px !important;
  display: inline-block;

}

.hs_error_rollup .hs-error-msgs label {
  margin: 16px 0;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
  font-weight: 300 !important;
  font-family: myriad-pro-light,sans-serif !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #000 !important;
}

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  min-height: 43px !important;
  height: auto !important;
  padding: 10px 20px 11px !important;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 20px;
  font-family: Arial;
  letter-spacing: normal;
  color: ;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
}
 
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
/*   border-color: ; */
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
/*   border-color: ; */
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
/* Table */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header_wrapper {
  min-height: 178px;
}

header.header {
  min-height: 90px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #7d0111;
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 5%);  
}



.header__container {
  margin: 0 auto;
}


/* Styles for the Logo */

.header_logo {
  max-width: 155px;
  position: relative;
  z-index: 5000;
  width: 155px;
  float: left;
}

.header_logo a {
  display: block;
  line-height: 89px;
  transition: none;

}

.header_logo img {
  max-width: 155px;
  vertical-align: middle;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.custom-menu-primary {
  float: right;
  max-width: calc(100% - 155px);
  width: auto;
}

.mobile-trigger {
  display: none;
}

.mobile-menu {
  display: none;
}
.header_logo {
  float: none;
}
.header_wrapper.no-nav {
    min-height: 90px;
}
/* Tablet Styles */

@media (max-width: 1035px) and (min-width: 768px)  {

  .scroll header.header {
    min-height: 50px;
    border-top: 0px;
  }

  .scroll .header_logo {
    max-width: 121px;
  }

  .scroll .header_logo a {
    display: block;
    line-height: 50px;
  }

  .scroll .mobile-trigger {
    line-height: 50px;
    height: 50px;
    margin: 0px 0px 0px 10px;
  }

  .scroll .mobile-trigger:before {
    padding: 0;
  }
}

@media (max-width: 1035px) {
  .mobile-open header.header {
    right: 270px;
    left: auto;
  }
  .mobile-open .header_logo {
    -webkit-transform: translateX(-269px);
    -moz-transform: translateX(-269px);
    -ms-transform: translateX(-269px);
    -o-transform: translateX(-269px);
    transform: translateX(-269px);
  }

  .mobile-trigger {
    cursor: pointer;
    display: block;
    height: 40px;
    float: right;
    margin: 25px 10px 0px 0px;
    line-height: 25px;
  }

  .mobile-trigger:before {
    font-family: "FontAwesome";
    display: block;
    content: "\f0c9";
    padding: 8px 0 0 0px;
    text-align: center;
    margin-left: -1px;
    font-size: 18px;
  }

  .custom-menu-primary {
    display: none;
  }

  .body-wrapper {
    -webkit-transition: -webkit-all .5s;
    -moz-transition: -moz-all .5s;
    -ms-transition: -ms-all .5s;
    -o-transition: -o-all .5s;
    transition: all .5s;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
    position: relative;
    right: 0;
    overflow: hidden;
  }

  .mobile-open .body-wrapper {
    right: 270px;
  }
  .header_logo,
  header.header{
    -webkit-transition: -webkit-all .5s;
    -moz-transition: -moz-all .5s;
    -ms-transition: -ms-all .5s;
    -o-transition: -o-all .5s;
    transition: all .5s;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important; /* Button width */
    min-width: 40px !important;
    height: 49px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    z-index: 60000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background: #000000;
  }
  .mobile-open .mobile-menu {
    -webkit-transform: translateX(0) ;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-menu .hs-menu-wrapper > ul {
    padding: 0 18px;
    padding-top: 1px;
  }

  .mobile-menu .hs-menu-wrapper ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    display: block;
    padding: 10px 20px 14px 20px;

    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .49px;
    line-height: 24px;
    font-family: myriad-pro-light,sans-serif;
  }
  .mobile-menu .hs-menu-wrapper ul li a sup {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper ul li .hs-item-has-children > a {
    width: calc(100% - 40px);
  }

  .mobile-menu .hs-menu-wrapper ul ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
    border-top: 1px solid rgba(255,255,255,0.05);
  }

  .menu-close-ovelay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    display: none;
  }

  .mobile-open .menu-close-ovelay {
    display: block;
  }
  .header_logo {
    float: left;
  }
  .scroll .header_logo img {
    max-height: 35px;
    max-width: 155px;
    width: 100% !important;
  }
  .mobile-menu .hs-menu-wrapper>ul {
    display: block !important;
  }
  .overlay-header {
    display: none;
  }

  .mobile-open .overlay-header {
    display: block;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    top: 0;
    z-index: 999;
  }
  .header_wrapper {
    min-height: 90px;

  }
  .mobile-menu .hs-menu-wrapper > ul > li.active-branch > a {
    border-left: 2px solid #82131d;
  }

  .mobile-menu .hs-menu-wrapper > ul > li.active-branch {
    color: #666;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.35);
    background: #7a7a7a;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header_wrapper {
    min-height: 50px;
  }

  header.header {
    min-height: 50px;
    border-top: 0px;
  }

  .header__container {
    padding: 0 10px;
  }

  .header_logo {
    max-width: 121px;
  }

  .header_logo a {
    display: block;
    line-height: 50px;
  }

  .mobile-trigger {
    line-height: 50px;
    height: 50px;
    margin: 0px 0px 0px 10px;
  }

  .mobile-trigger:before {
    padding: 0;
  }
  .header_logo img{
    max-width: 120.69px;
  }
  .header_logo img {
    position: relative;
    top: -1px;
  }
}


.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.custom-menu-primary .hs-menu-wrapper > ul  {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li  {
  position: relative;
  display: block;
  margin: 0 14px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 31px 23px 33px ;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  text-transform: uppercase;

}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  display: none !important;
  overflow: visible !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
  display: block !important;

}

.custom-menu-primary .hs-menu-wrapper > ul ul li  {
  position: relative;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  position: relative;
  display: block;
  padding: 10px 23px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;

}


.custom-menu-primary {
  float: none;
  width: 100%;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-transform: inherit;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  font-size: 18px !important;
  letter-spacing: .49px;
  line-height: 24px !important;
  font-family: myriad-pro-light, sans-serif !important;
  font-weight: 300;
  margin-left: 1em;
  margin-right: 1em;
  font-style: normal;
}
header.header {
  width: 100%;
}
@media (max-width: 1214px) and (min-width: 1036px)  {
  .custom-menu-primary .hs-menu-wrapper > ul > li  {
    margin: 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 31px 23px 33px 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-color: ;
  padding-bottom: 30px;

}
.footer_button a {
    box-sizing: border-box !important;
}
.footer__container {
  margin: 0 auto;
}

footer.footer h5 {
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  letter-spacing: 1.3px;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 22px;
}

footer.footer h6 {
  line-height: 1.2em;
  letter-spacing: .76px;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 18px;

}

footer.footer p {
  margin-bottom: 6px;
}

.footer_main {
  position: relative;
  width: 1210px;
}

.footer_col {
  float: left;
  width: 370px;
  padding: 118px 0px 47px;
  margin-right: 30px;
}

.footer_col > div {
  padding-bottom: 30px;
}


.footer_logo img {
  width: 100%;
  max-width: 50%;
  margin-top: 1px;
  margin-bottom: 1px;
}


.footer_decide_platform_logo img {
  max-width: 100%;
  margin: 0px 0px 30px 0;
  display: block;
  max-width: 100%;
  width: 90%;
}

.footer_menu .hs-menu-wrapper > ul > li  {
  position: relative;
  display: block;
  margin-left: 1em;
  margin-right: 1em;
}

.footer_menu .hs-menu-wrapper > ul > li > a {
  padding: 15px 0px;
  display: block;
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid #243240;
  font-family: myriad-pro-light, sans-serif !important;
  line-height: 24px;

}

.footer_menu .hs-menu-wrapper > ul > li > a:before {
  font-family: "FontAwesome";
  content: "\f0a9";
  float: left;
  margin-right: 12px;
  color: #82131D !important;

}

.footer_button a {
  text-align: center;
  min-width: 120px;
  max-width: 100%;
  padding: 9px 14px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 19px !important;
  letter-spacing: 1.22px;
  font-family: myriad-pro,sans-serif !important;
  font-style: normal;
  margin: 0px;
  font-weight: 500;
  border-radius: 0px;
  text-transform: none;
}

.footer_button a:hover {
  color: #7d0111 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

#back-to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px!important;
  right: 30px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 10000;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.4);
  background-repeat: no-repeat;
  background-position: center;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
}

#back-to-top i {
  font-family: "FontAwesome";
  line-height: 29px!important;
  width: 29px!important;
  height: 29px!important;
  font-size: 14px!important;
  top: 0px!important;
  left: 0px!important;
  text-align: center!important;
  background-color: transparent!important;
  font-style: normal;

}

#back-to-top .fa-angle-up:before {
  content: "\f106";
}

#back-to-top.show {
  bottom: 30px;
}

#back-to-top span {
  display: none;
}

#back-to-top:hover {
  background: #7c0712;
}
.footer_col .hs-menu-wrapper ul {
  display: block;
}
.footer_menu .hs-menu-wrapper>ul>li.active>a, .footer_menu .hs-menu-wrapper>ul>li.active-branch>a {
  color: #82131d !important;
}
footer.footer {
  overflow-x: hidden;
}

/*=========Popup Style=========-*/
.cpln-leavenotice.cpln-active.popup img {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 9px;
    display: block;
}
.cpln-position {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
}
.cpln-overlay {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
}
.cpln-tb {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.cpln-td {
    display: table-cell;
    vertical-align: middle;
}
.cpln-content {
    max-width: 520px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    line-height: 1.5;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    font-size: 13px;
}
.cpln-content h2 {
    margin: 0 0 1rem;
    font-size: 20px;
}
.cpln-content  p {
    font-size: 18px;
    letter-spacing: .49px;
    line-height: 24px;
    font-family: myriad-pro-light, sans-serif;
    font-weight: 300;
        margin-top: 0px;
    margin-bottom: 10px;
    font-style: normal;
}
.cpln-redirect-box {
    padding: 20px;
    background-color: #f2f2f2;
    margin: 20px 0;
}
.cpln-redirect-link {
    word-wrap: break-word;
    font-family: lato;
}
.cpln-content p:last-child {
    margin-bottom: 0;
}

.cpln-cancel {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    background-color: #f2f2f2;
    color: #666;
    font-size: 11px;
    text-decoration: none;
    font-weight: 700;
}
.cpln-redirect-box__content {
    color: rgba(0,0,0,1.0);
    font-family: lato,sans-serif,sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.cpln-leavenotice.cpln-active.popup.is-active {
    display: block;
}
.cpln-leavenotice.cpln-active.popup {
    display: none;
}
.cpln-leavenotice.cpln-active.popup img {
    margin: 0 auto;
    margin-top:0px;
    margin-bottom: 9px;
}
/*======end=======*/
.cpln-leavenotice {
	display: none;	
}
.cpln-leavenotice.cpln-active {
	display: block;
}
.cpln-position {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: auto;
}
.cpln-overlay {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
}
.cpln-tb {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.cpln-td {
	display: table-cell;
	vertical-align: middle;	
}
.cpln-content {
	max-width: 520px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	line-height: 1.5;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	font-size: 13px;
}
.cpln-content h2 {
	margin: 0 0 1rem;
	font-size: 20px;
}
.cpln-content p:last-child {
	margin-bottom: 0;	
}
.cpln-redirect-box {
	padding: 20px;
	background-color: #f2f2f2;
	margin: 20px 0;
}
.cpln-redirect-link {
	word-wrap: break-word;	
}
.cpln-cancel {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
	background-color: #f2f2f2;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	font-weight: 700;
}
.cpln-cancel:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;	
}
.cpln-content img {
    max-width: 117px;
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
}
@media screen and (max-width: 520px){
	.cpln-content {
    max-width: 400px; 
  }
}
@media screen and (max-width: 420px) {
	.cpln-content {
    max-width: 300px; 
  }
}

@media (max-width: 1214px) and (min-width: 1035px) {
  .footer_main {
    width: 990px;
  }
  .footer_col {
    width: 300px;
  }
}

@media (max-width: 1035px) and (min-width: 768px) {
  .footer_main {
    width: 738px;
  }
  .footer_col {
    width: 339px;
  }
}

@media (max-width: 767px)  {
  footer.footer {
    padding: 0 10px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .footer_main {
    width: 100%;
  }
  .footer_col {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .footer_button a {
    margin-bottom: 15px ;
    width: 75% ;
    margin-left: auto;
    margin-right: auto;
    max-height: none ;
  }
    .footer_decide_platform_logo img {
      margin-bottom: 0;
      display: inline;
    }
  
}
.content-wrapper {
  margin:0 auto;
}

.privacy-policy h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin: 0;
}

.privacy-policy p {
  margin-bottom: 10px;
}


.row1-open-rfps-2 h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-open-rfps-2 p {
  margin-bottom: 24px;
}

.row1-open-rfps-2 hr {
  height: 3px;
  background: #000;
  margin: 0;
  margin-top: 35px;
}

.row1-open-rfps-2 h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}


.row1-open-rfps-2 .dnd-section>.row-fluid > .span12>div:last-child .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-left: 2.5%;
}
.row1-open-rfps-2 .dnd-section {
  padding-bottom: 2em;
}


.row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 34px;
  margin-bottom: 0;
  margin-left: -2.5%;
}
.row1-open-rfps-2 .dnd-section {
  padding-bottom: 2em;
}

.row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .widget-type-rich_text {
  border-bottom: 3px solid #000;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.row2-open-rfps-2 h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-style: normal;
  margin-bottom: 35px;
}

.row2-open-rfps-2 h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 35px;
}

.row3-open-rfps-2 .widget-type-space {
  height: 54px;
}
.row3-open-rfps-2 > .row-fluid-wrapper>.row-fluid>.span12>div:last-child .widget-type-space {
  height: 5px;
}

.resources-page .row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .hs_cos_wrapper_type_rich_text {
  margin-left: 0;
}

.resources-page .row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .hs_cos_wrapper_type_rich_text h2 {
  margin-left: 0;
}

.resources-page  .row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .widget-type-rich_text {
  border: 0;
  margin-bottom: 3px;
}
.banner img {
  max-width: 468px !important;
  display: block;
  margin: 0 auto;
  margin-top: 9px;
  margin-bottom: 35px;
}

.row1-ssc h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-ssc h4 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: .76px;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-ssc .dnd-section {
  padding-bottom: 112px;
}

.row2-ssc .span4:first-child {
  padding: 28px;
}

.row2-ssc .dnd-section {
  padding-top: 0;
}
.row2-ssc .dnd-section {
  padding-top: 0;
  padding-bottom: 75px;
}

.row3-ssc .dnd-section {
  padding: 28px 0 56px;
}
.row4-ssc .dnd-section {
  padding-top: 113px;
}
.row5-ssc .featured-post .post-content-section h3 span {
  display: block;
  margin-bottom: 10px;
}

.row5-ssc .featured-post .post-content-section h3 {
  margin-bottom: 10px;
}

.row1-newsletter img {
  margin-top: 9px;
  max-width: 100%;
}

.row1-newsletter img.hs-image-widget {
  max-width: 620px !important;
  margin: 0;
}

.row1-newsletter .dnd-section>.row-fluid {
  background: #000;
  margin-top: 9px;
}
.row1-newsletter .dnd-section>.row-fluid {
  margin-bottom: 35px;
}

.row2-newsletter .dnd-section {
  padding-bottom: 66px;
}

.row3-newsletter .span6 {
  padding: 0;
}

.row3-newsletter .span6 {
  width: 50%;
  margin: 0;
  padding: 0;
}

.row3-newsletter .span6:last-child {
  padding-left: 28px;
  padding-right: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.row3-newsletter h4 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: .76px;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}

.row3-newsletter img {
  display: block;
}
.row1-newsletter img.hs-image-widget {
  display: block;
}
.privacy-policy h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.merchandise-store-page .row1-open-rfps-2 img {
  max-width: 1024px !important;
  display: block;
  margin-bottom: 35px;
}

.merchandise-store-page .row1-open-rfps-2 .hs-button {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 500;
  border-radius: 0px;
  color: #ffffff;
  background: #7d0111;
  font-size: 21px;
  line-height: 19px !important;
  letter-spacing: 1.22px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  text-align: center;
  min-width: 225px;
  max-width: 100%;
  padding: 23px 18px 23px;
  display: inline-block;
  vertical-align: middle;
  max-height: 65px;
  text-transform: inherit;
  margin-bottom: 25px;   
  border: 0;
}
.merchandise-store-page .row1-open-rfps-2 .hs-button:hover{
  color: #ffffff;
  background: #000000;
}
.merchandise-store-page .banner h1 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
}
.cmmc-training-page .row1-open-rfps-2 h2 {
  margin-top: 35px; 
  margin-bottom: 0; 
}

.cmmc-training-page .row1-open-rfps-2 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 24px;
}

.cmmc-training-page .row1-open-rfps-2 .hs_cos_wrapper_type_linked_image img {
  display: block;
}

.cmmc-training-page .hs-form-field>label {
  font-family: display: block;
  float: left;
  margin: 0% 0 1% 1.6%;
}

.cmmc-training-page .hs-form-field>label {
  margin: 0;
  display: block;
  float: none;
}

.cmmc-training-page .hs-form-field input[type=date],
.cmmc-training-page  .hs-form-field input[type=email],
.cmmc-training-page   .hs-form-field input[type=number], 
.cmmc-training-page   .hs-form-field input[type=phone], 
.cmmc-training-page   .hs-form-field input[type=tel], 
.cmmc-training-page   .hs-form-field input[type=text],
.cmmc-training-page   .hs-form-field textarea {
  border: 1px solid #ecf0f1;
  background: #ffffff;
  border-radius: 0px;
  margin-top: 3px;
  color: #a1b1bc;
  font-size: 14px;
  width: 100%;
  padding: 10px 20px 11px 20px;
  line-height: 20px;
  display: block;
}

.cmmc-training-page form {
  max-width: 100%;
  margin-top: 35px;
}

.cmmc-training-page fieldset {
  max-width: 100% !important;
}

.cmmc-training-page .hs-form-field>label {
  font-family: myriad-pro-light, sans-serif !important;
  letter-spacing: normal;
}



.cmmc-training-page ul.inputs-list.multi-container label {
  letter-spacing: .49px;
  font-size: 18px;
  margin: 0 0 0 1em;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  line-height: 24px;
}

.cmmc-training-page ul.inputs-list.multi-container {
  margin-top: 6px;
  padding-bottom: 8px;
}

.cmmc-training-page .hs-input[type=radio] {
  margin-left: 6px;
}
.cmmc-training-page .hs-form-field textarea {
  min-height: 180px !important;
}
.cmmc-training-page  .hs-fieldtype-textarea label {
  font-size: 18px !important;
  letter-spacing: .49px !important;
  line-height: 24px !important;
  font-family: myriad-pro-light, sans-serif !important;
  font-weight: 300;
  font-style: normal;
}
.cmmc-training-page  input.hs-button.primary.large {
  margin: 0;
  font-size: 18px !important;
  font-family: myriad-pro-light, !important;
  text-transform: uppercase;
  padding: 12px 10px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 5.69px !important;
  border: none;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Lato";
  background: #1bbc9b;
  color: #fff!Important;
  min-width: 120px;
  border-radius: 2px;
  padding: 11px 15px;
  margin-top: 3px;
  margin-bottom: 50px;
}

.cmmc-training-page input.hs-button.primary.large:hover {
  background: #000000;
  color: #ffffff !important;
}
.cmmc-training-page .hs-error-msgs label {
  color: #dc3232;
  font-size: 16px !important;
  font-weight: normal;
  display: block;
  font-family: myriad-pro-light, sans-serif !important;
}
.contact-page .row1-contact  .dnd-section {
  padding-bottom: 28px;
}

.contact-page .row1-contact h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-style: normal;
  margin-bottom: 35px;
}

.contact-page .form-wrapper .form-wrapper-content>div {
  margin-top: 0 !important;
}


.contact-page .cmmc-training-page .hs-form-field input[type=date], 
.contact-page .cmmc-training-page .hs-form-field input[type=email], 
.contact-page .cmmc-training-page .hs-form-field input[type=number], 
.contact-page .cmmc-training-page .hs-form-field input[type=phone], 
.contact-page .cmmc-training-page .hs-form-field input[type=tel], 
.contact-page .cmmc-training-page .hs-form-field input[type=text], 
.contact-page .cmmc-training-page .hs-form-field textarea {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000;
}
.contact-page .cmmc-training-page ul.inputs-list.multi-container {
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 8px;
}
.contact-page .cmmc-training-page input.hs-button.primary.large {
  background: #7d0111;
}
.contact-page .cmmc-training-page ul.inputs-list.multi-container {
  padding-bottom: 5px;
}
.contact-page .cmmc-training-page input.hs-button.primary.large:hover {
  background: #000;
  color: #fff !important;
}
.contact-page .cmmc-training-page form {
  margin: 0;
}

.contact-page h3.form-title {
  margin: 0;
}

.contact-page .hs-form-field {
  margin-bottom: 19px;
}
.contact-page .cmmc-training-page .hs-form-field input[type=date], 
.contact-page.cmmc-training-page .hs-form-field input[type=email],
.contact-page.cmmc-training-page .hs-form-field input[type=number], 
.contact-page.cmmc-training-page .hs-form-field input[type=phone], 
.contact-page.cmmc-training-page .hs-form-field input[type=tel], 
.contact-page.cmmc-training-page .hs-form-field input[type=text],
.contact-page.cmmc-training-page .hs-form-field textarea {
  color: #000000;
}
.contact-page .cmmc-training-page input.hs-button.primary.large {
  margin-top: 33px;
  margin-bottom: 60px;
}

.institutes-page .banner:after {
  background: rgba(0,0,0,0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.institutes-page .banner {
  position: relative;
}

.institutes-page .banner .page-center {
  position: relative;
  z-index: 9;
}

.row1-institutes h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-institutes h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-institutes .dnd-section {
  padding-bottom: 42px;
}

.row3-institutes {
  padding-top: 63px;
}
.row4-institutes img.hs-image-widget {
  margin-bottom: 35px;
  display: block;
}
.row4-institutes p {
  margin-bottom: 24px;
}
.row4-institutes ul li:last-child {
  margin-bottom: 0;
}
.row5-institutes .featured-post .post-content-section h3 {
  font-style: italic;
}

.row5-institutes .featured-post .post-content-section span {
  font-style: normal;
}
.row5-institutes .featured-post {
  align-items: flex-start;
}
.row4-institutes ul {
  margin: 0 0 15px 20px;
  margin-bottom: 0;
  padding: 0;
}

.row4-institutes ul li {
  font-size: 18px;
  letter-spacing: .49px;
  line-height: 24px;
  font-family: myriad-pro-light, sans-serif;
  font-weight: 300;
  margin-left: 1em;
  margin-right: 1em;
  font-style: normal;
  margin-bottom: 10px;
}

.row1-services .dnd-section {
  padding: 56px 0 28px;
}

.row1-services h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-services h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}



.row2-services .icon-heading-wrapper .icon-col {
  width: 6.041666666666667%;
}

.row2-services .icon-heading-wrapper .heading-col {
  width: 91.45833333333334%;
}

.row2-services .content-with-image-col>div {
  width: 31.666666666666668%;
}

.row2-services .content-with-image-col.left .content-wrappers {
  width: 65.83333333333334%;
}

.row2-services .row1-services h3 {
  margin-bottom: 35px;
}

.row2-services .content-with-image-col.left.clearfix {
  display: flex;
  align-items: center;
}

.row2-services .content-wrappers p {
  margin-bottom: 24px;
}

.row2-services .icon-heading-wrapper {
  padding-top: 56px;
}


.row2-services .content-with-image-col.left.clearfix {
  padding-bottom: 56px;
}

.row2-services  .content-with-image-col.left.clearfix {
  padding-bottom: 56px;
  margin-bottom: 35px;
}
.row1-services h3 {
  margin-bottom: 35px;
}
.row2-services .heading-col.establish-critical-infrastructure {
  padding-left: 28px;
}
.row4-services .institutes-wrapper .institutes-item {
  padding: 56px 14px;
}

.row4-services .institutes-wrapper .institutes-item h3+p {
  margin-bottom: 0;
}
.row4-services .institutes-wrapper .institutes-item {
  padding: 56px 14px;
}

.row4-services .institutes-wrapper .institutes-item h3+p {
  margin-bottom: 0;
}



.row6-services .content-with-image-col .image-section {
  width: 31.666666666666668%;
}

.row6-services .content-with-image-col.left .content-wrappers {
  width: 65.83333333333334%;
  margin-left: 2.5%;
}

.row6-services .content-with-image-col.left .content-wrappers h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row6-services .content-with-image-col.left .content-wrappers p {
  margin-bottom: 35px;
}

.row6-services .content-with-image-col.left.clearfix {
  display: flex;
  align-items: center;
}
.row6-services .content-with-image-col.left.clearfix {
  margin-bottom: 35px;
}
.row7-services.row5-institutes .featured-post {
  align-items: center;
}
.row1-about h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-about h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-about .dnd-section {
  padding-bottom: 28px;
}

.row2-about .icon-heading-wrapper .icon-col i {
  font-size: 42px;
}

.row2-about .icon-heading-wrapper .icon-col {
  width: 23.125%;
}

.row2-about .span4 {
  padding: 0;
}

.row2-about center {
  text-align: left;
}

.row2-about .icon-heading-wrapper {
  align-items: flex-start;
}


.row2-about .span4:first-child i.fas.fa-atlassian {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.row2-about .dnd-section {
  padding-bottom: 56px;
  margin-bottom: 35px;
}
.row2-about .span4:first-child i.fas.fa-atlassian {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.row3-about.row3-newsletter div[class*="background-color"] * {
  color: #fff;
}

.row3-about.row3-newsletter h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-style: normal;
  margin-bottom: 35px;
}
.row3-about.row3-newsletter img {
  max-width: 512px !important;
}

.row3-about.row3-newsletter p {
  margin: 0;
}
.institutes-wrapper .institutes-inner i.fas {
  font-family: 'FontAwesome';
}
.institutes-wrapper .institutes-inner i.fab {
  font-family: "Font Awesome 5 Brands";
}
.content-with-top-icon-wrapper .icon-col i.fab {
  font-family: "Font Awesome 5 Brands";
}
.row2-about .dnd-section {
  margin-bottom: 52px;
}


.row5-about .content-wrappers h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row5-about .content-with-image-col.right .image-section {
  width: 31.666666666666668%;
}

.row5-about .content-with-image-col>div {
  width: 65.83333333333334%;
}

.row5-about .content-with-image-col.right.clearfix {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 35px;
}

.row5-about .content-wrappers p {
  margin-bottom: 35px;
}
.row6-about .hs-button {
  font-size: 21px;
  line-height: 19px !important;
  letter-spacing: 1.22px;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 500;
  border-radius: 0px;
  text-align: center;
  min-width: 170px;
  max-width: 100%;
  padding: 16px 18px 15px;
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  text-transform: inherit;
  border: 0;
  margin-bottom: 35px;
}
a.cta_button.request-demo-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 500;
  border-radius: 0px;
  font-size: 21px;
  line-height: 19px !important;
  letter-spacing: 1.22px;
  font-family: myriad-pro, sans-serif !important;
  font-style: normal;
  text-align: center;
  min-width: 170px;
  max-width: 100%;
  padding: 16px 18px 15px;
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  color: #ffffff;
  background: #000000;
  box-sizing: border-box !important;
  border: 0;
  margin-bottom: 35px;
}
.request-demo-btn span {
  font-family: myriad-pro, sans-serif !important;
  display: inline-block;
}
a.cta_button.request-demo-btn:hover,
.row6-about .hs-button:hover {
  color: #ffffff;
  background: #7d0111;
}
.row7-decide.row6-about .dnd-section {
  padding-bottom: 87px;
}
.row6-about h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row6-about h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 35px;
}
.row3-about.row3-newsletter img {
  width: 100%;
}
.row3-newsletter .span6:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.row1-decide h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

.row1-decide h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.container-fluid.row3-decide div[class*="background-color"] * {
  color: #fff;
}
.row1-decide p {
  margin-bottom: 24px;
}
.row1-decide .dnd-section {
  padding-bottom: 49px;
}
.row2-decide.row2-about .span4 p {
  margin: 0;
}
.row2-decide.row2-about .dnd-section {
  margin-bottom: 0;
}
.row3-decide h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}
.row3-decide .content-with-image-col.right.clearfix {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 35px;
}

.row3-decide .dnd-section {
  padding-bottom: 42px;
}

.row3-decide .dnd-section img {
  display: block;
}

.row3-decide .content-with-image-col>div p {
  margin: 0;
}
.row7-decide.row6-about .dnd-section>.row-fluid>.span12 {
  width: 65.83333333333334%;
  margin: 0 auto;
}




.row6-decide .content-with-image-col>div.image-section {
  width: 31.666666666666668%;
}

.row6-decide .content-with-image-col>div.image-section img {
  width: 100%;
  max-width: 232px !important;
  margin: 0 auto;
}

.row6-decide .content-with-image-col>div.content-wrappers {
  width: 65.83333333333334%;
}

.row6-decide .content-with-image-col h4 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: .76px;
  font-family: myriad-pro-semiextended-light, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 35px;
}

.row6-decide .content-with-image-col p {
  margin: 0;
  margin-bottom: 35px;
}

.row6-decide .content-with-image-col.right.clearfix {
  margin-bottom: 35px;
}

.inputs-list label>span {
  font-weight: 100;
}
.row5-decide .dnd-section>.row-fluid {
  padding: 0;
}
/*======home===*/

.row6-home a.cta_button.request-demo-btn {
  margin: 0;
}

.row6-home h3 {
  margin-bottom: 35px;
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.row6-home h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}

/*=====End===*/




.row1-home .hs-button,
.row4-home .hs-button {
  color: #ffffff;
  background: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 500;
  border-radius: 0px;
  font-size: 21px;
  line-height: 19px !important;
  letter-spacing: 1.22px;
  font-family: myriad-pro, sans-serif !important;
  text-align: center;
  min-width: 160px;
  max-width: 100%;
  padding: 15px 20px 16px;
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  text-transform: capitalize;
  margin-top: 0;
  border: 0;
}
.row1-home .hs-button:hover,
.row4-home .hs-button:hover {
  color: #ffffff;
  background: #7d0111;
}
.row4-home .our-services .tgree-col-item {
  text-align: left;
}

.row4-home .our-services center {
  text-align: left;
}
.row4-home .our-services .services-wrapper {
  margin-bottom: 35px;
}
.row4-home .our-services .top-content {
  width: 100%;
  padding: 28px 0;
}

.row4-home .top-content h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.row4-home .our-services .tgree-col-item {
  text-align: left;
  padding: 28px 0;
}

.row3-home .span6 {
  padding: 0;
  width: 50% !important;
  margin: 0;
}

.row3-home .dnd-section {
  padding: 0;
}

.row3-home .span6:last-child {
  padding: 84px 56px 84px 28px;
}

.row3-home h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-style: normal;
  margin: 0;
}

.row3-home h4 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: .76px;
  font-family: myriad-pro-semiextended-light, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.row3-home p {
  margin-bottom: 24px;
}

.row3-home div[class*="background-color"] * {
  color: #fff;
}

.row3-home p:last-child {
  margin: 0;
}

.row3-home img {
  display: block;
}

.row2-home .statistics-wrapper .m_statistics_bottom_wrapper_inner {
  margin: 0;
}

.row2-home .statistics-wrapper h2 {
  margin: 0;
  margin-bottom: 8px;
}



.row1-home .our-services .tgree-col-item {
  width: 23.125%;
  text-align: left;
  padding-bottom: 28px;
}

.row1-home .our-services center {
  text-align: left;
}

.row1-home .our-services .tgree-col-item:nth-child(3n+1) {
  margin-left: 2.5%;
}

.row1-home .our-services .tgree-col-item:nth-child(4n+1) {
  margin-left: 0;
}

.row1-home .hs-button {
  padding: 16px 18px 15px;
}

.row1-home .our-services .services-wrapper {
  margin-bottom: 35px;
}

.row1-home  .our-services .top-content {
  width: 100%;
  margin-bottom: 80px;
  padding: 14px 0;
}

.row1-home  .top-content h3 {
  font-size: 24px;
  letter-spacing: .65px;
  line-height: 28px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}

.home-page {
  overflow-x: hidden;
}
.table_wrapper {
  width: 100%;
}
.home-page-slider-wrapper {
  overflow: hidden;
}

.row1-home .our-services .tgree-col-item:nth-child(1) i {
  font-weight: 400;
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-chart-bar:before {
  content: "\f080";
}
.cm-blog-sidebar .hs-button, .get-in-touch:focus {
    color: #fff;
}
div.pp_default .pp_close {
    background: url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/images/sprit.png) 2px 1px no-repeat !important;
      cursor: pointer;
}
div.pp_default .pp_expand {
    background: url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/images/sprit.png) 0 -29px no-repeat !important;
      cursor: pointer;
}
div.pp_default .pp_expand:hover {
    background: url(https://19949847.fs1.hubspotusercontent-na1.net/hubfs/19949847/raw_assets/public/NUARI_August2022/images/sprit.png) 0 -56px no-repeat !important;
    cursor: pointer;
}
a.twitter-share-button {
    display: none !important;
}
.pp_hoverContainer img {
    width: 100% !important;
    height: auto !important;
}
@media(min-width:768px){
  .ssc-wrapper .ssc-item:nth-child(3n+1) {
    clear: left;
  }
}
@media(max-width:768px){
  .cmmc-training-page ul.inputs-list.multi-container {
    margin-top: 3px;
    padding-bottom: 8px;
  }
}
@media(max-width:767px){
  .row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-left: 0;
  }
  .row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .hs_cos_wrapper_type_rich_text h2 {
    margin-left: 0;
  }
  .row3-open-rfps-2 .widget-type-space {
    height: 58px;
  }
  .row2-ssc .dnd-section {
    padding-top: 0;
    padding-bottom: 85px;
  }
  .row3-newsletter .dnd-section>.row-fluid {
    padding: 0;
  }
  .row3-newsletter .span6 {
    width: 100%;
  }
  .row1-newsletter .dnd-section>.row-fluid {
    margin-top: 43px;
  }

  .container-fluid.row1-newsletter {
    padding: 0 10px;
  }
  .row1-newsletter img.hs-image-widget {
    max-width: 620px !important;
    margin: 0;
    width: 100%;
  }
  .row1-newsletter .dnd-section>.row-fluid {
    margin-top: 43px;
    padding: 0;
  }
  .merchandise-store-page .row1-open-rfps-2 img {
    width: 100%;
  }
  .merchandise-store-page .row1-open-rfps-2 .hs-button {
    width: 75% !important;
    margin-left: auto!important;
    margin-right: auto!important;
    max-height: none !important;
  }
  .merchandise-store-page .row1-open-rfps-2 .hs-button {
    display: block;
  }
  .merchandise-store-page .row1-open-rfps-2 .hs-button {
    display: block;
    margin-bottom: 43px;
  }
  .row5-institutes .featured-post .image-column {
    margin-bottom: 35px;
  }

  .row2-services .icon-heading-wrapper .icon-col {
    width: 100%;
  }

  .row2-services .content-with-image-col.left .content-wrappers {
    width: 100%;
  }

  .row2-services .content-with-image-col>div {
    width: 100%;
  }

  .row2-services .content-with-image-col.left.clearfix {
    display: block;
    margin-bottom: 0;
  }

  .content-with-image-col img {
    margin: 0 auto;
  }
  .row4-services .dnd-section>.row-fluid,
  .row2-institutes .dnd-section>.row-fluid {
    padding: 0;
  }
  .container-fluid.row5-services h2 {
    font-size: 48px;
    letter-spacing: 1.3px;
    line-height: 1.2em;
    font-weight: 100;
    font-family: myriad-pro-semiextended-light, sans-serif !important;
    font-style: normal;
  }


  .row6-services .content-with-image-col .image-section {
    width: 100%;
  }

  .row6-services .content-with-image-col.left .content-wrappers {
    width: 100%;
  }

  .row6-services .content-with-image-col.left.clearfix {
    display: block;
  }
  .row6-services .content-with-image-col.left .content-wrappers {
    margin-left: 0;
  }
  .row6-services  .button-wrapper a {
    width: 100%;
    margin-bottom: 15px !important;
    width: 75% !important;
    margin-left: auto!important;
    margin-right: auto!important;
    max-height: none !important;
  }
  .row6-services .content-with-image-col.left.clearfix {
    margin-bottom: 0;
  }
  .row2-about .icon-heading-wrapper .icon-col {
    margin: 0;
  }
  .row2-about .icon-heading-wrapper .heading-col h4 {
    margin-bottom: 35px;
  }
  .row2-about .span4 p {
    margin: 0;
  }

  .row2-about .span4 {
    padding: 28px 0;
  }
  .row2-about .span4:first-child {
    padding-top: 0;
  }
  .row5-about .content-with-image-col.right .image-section {
    width: 100%;
  }
  .row5-about .content-with-image-col>div {
    width: 100%;
  }
  .row5-about .content-with-image-col.right.clearfix {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .row5-about .content-with-image-col .button-wrapper a {
    margin-bottom: 15px ;
    width: 75% ;
    margin-left: auto;
    margin-right: auto;
    max-height: none ;
  }
  .row6-about .hs-button {
    margin-bottom: 50px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-height: none ;
  }
  .row6-about .hs_cos_wrapper_type_module {
    width: 100%;
    text-align: center;
  }
  .row2-about .dnd-section {
    margin-bottom: 36px;
  }
  .row7-decide.row6-about .dnd-section>.row-fluid>.span12 {
    width: 100%;
    margin: 0 auto;
  }
  a.cta_button.request-demo-btn {
    margin-bottom: 54px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-height: none ;
  }
  .row6-decide .content-with-image-col>div.image-section,.row6-decide .content-with-image-col>div.content-wrappers {
    width: 100%;
  }

  .row6-decide  .content-with-image-col .button-wrapper a {
    margin-bottom: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-height: none;
  }
  .row7-decide.row6-about .dnd-section {
    padding-bottom: 87px;
    padding-top: 61px;
  }
  .decide-page .banner  h1 {
    margin-bottom: 35px;
  }

  .decide-page .banner h3 {
    margin-bottom: 0;
  }

  .row2-about center {
    height: 42px;
  }
  .row3-decide .content-with-image-col.right.clearfix {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 35px;
    margin-bottom: 0;
  }
  .decide-page .banner h1 {
    margin-bottom: 35px;
    font-size: 60px;
  }

  .statistics-wrapper .m_statistics_bottom_wrapper_inner p a {
    word-break: break-all;
  }
  .row3-newsletter .span6:last-child,
  .contact-page .row3-newsletter .span6:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .breadcrumb-banner .content-wrapper {
    text-align: center;
  }
  .container-fluid.row2-ssc .dnd-section>.row-fluid {
    padding: 0;
  }
  .row1-home .our-services .services-wrapper h2 {
    margin-top: 0;
  }
  .row1-home .our-services .tgree-col-item {
    width: 100%;
  }
  .row6-home a.cta_button.request-demo-btn,
  .row4-home .hs-button,
  .row1-home .hs-button {
    margin-bottom: 15px !important;
    width: 75% !important;
    margin-left: auto!important;
    margin-right: auto!important;
    max-height: none !important;
  }
  .row6-home .hs_cos_wrapper_type_module,
  .row4-home .hs_cos_wrapper_type_module,
  .row1-home .hs_cos_wrapper_type_module {
    width: 100%;
    text-align: center;
  }
  .row2-home .dnd-section>.row-fluid {
    padding: 0;
  }
  .row3-home .span6 {
    width: 100% !important;
  }
  .row3-home .dnd-section>.row-fluid {
    padding: 0;
  }
  .row4-home .our-services .top-content {
    width: 100%;
    padding: 28px 0;
    margin-bottom: 30px;
  }
  .row6-home .dnd-section .widget-type-cell {
    padding: 0;
  }
  #back-to-top {
    display: none;
  }
  .row5-home .right-slider {
    padding-bottom: 10px;
  }
}
@media(max-width:547px){
  .statistics-wrapper .m_statistics_bottom_wrapper_inner p a {
    word-break: break-all;
    display: block;
  }
}
@media(max-width:400px){
  .row1-open-rfps-2 .dnd-section>.row-fluid>.span12>div:last-child .hs_cos_wrapper_type_rich_text h2 {
    font-size: 38px;
  }
  .merchandise-store-page .banner h1 {
    font-size: 45px;
  }
  .cmmc-training-page .banner h1 {
    font-size: 41px;
  }
  .row2-home .statistics-wrapper h2 {
    font-size: 42px;
  }
}
@media(max-width:350px){
  .row5-about .content-wrappers h2 {
    font-size: 44px;
  }
  .m_statistics_bottom_wrapper_inner a {
    word-break: break-all;
    display: block;
  }
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}


.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-bacteria:before {
	content: "\e059"
}

.fa-bacterium:before {
	content: "\e05a"
}

.fa-bahai:before {
	content: "\f666"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}
.fa-servicestack::before {
    content: "";
}
.fa-solar-panel:before {
    content: "\f5ba";
}
.fa-mountain:before {
    content: "\f6fc";
}


.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-carrot:before {
    content: "";
}
.fa-shield-alt::before {
    content: "";
}
.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}


.fa-camera-retro:before {
	content: "\f083"
}
.fa-sun:before {
    content: "\f185";
}
.fa-campground:before {
	content: "\f6bb"
}
.fa-seedling:before {
    content: "\f4d8";
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
} 
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: ;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .systems-page h1 {
    font-size: 35px;
  }
  .systems-page h2 {
    font-size: 24px;
  }
}


.page_title_ctn {
  margin: 0px 0 0 0;
  position: relative;
  clear: both;
  background-position: top center;
  padding: 43px 0px;
  z-index: 2;
  overflow: visible;
  background: #f9fafb;
}

.page_title_ctn {
  border-bottom: 1px solid #ecf0f1;
}

.wrapper {
  max-width: 1170px;
  padding: 0 0px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.table_wrapper {
  display: table !important;
  overflow: visible!important;
}

.page_title_ctn h1 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
  color: #2c3e50;
  max-width: 420px;
  float: left;
  font-family: myriad-pro, sans-serif !important;
  letter-spacing: 1.63px;
}



.page_title_ctn h1 {
  color: #2c3e50;
}

.def_section, blockquote {
  background: #ffffff;
}

.wrapper {
  max-width: 1170px;
  padding: 0 0px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.section_wrapper {
  overflow: visible;
}

.section .wrapper {
  padding: 0px 0px 0 0px;
}

.def_section h2 {
  text-align: center;
  margin-top: 100px;
  position: relative;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 7px;
}


.def_section p{
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 70px;
}

.pnf_img {
  margin: 0 auto;
  text-align: center;
}

.pnf_search  {
  margin: 83px auto 110px !important;
  max-width:570px;
}

.pnf_search input {
  padding: 14px 20px;
  font-size: 14px;
  width:100%;
  line-height: 20px;
  background: #ffffff;
  border: 1px solid #ecf0f1;
  color: #000000;
  border-radius: 2px;
}

.pnf_search input::-webkit-input-placeholder {
  color: #a1b1bc;
}

.pnf_search button {
  font-size: 18px !important;
  text-transform: uppercase;
  padding: 12px 10px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 5.69px !important;
  border: none;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(0, 0, 0, 0)!important;
  position: absolute;
  font-family: "FontAwesome";
  color: #000000;
  right: 6px;
  top: 4px;
}

.pnf_search button:before {
  content: '';
  font-family: "FontAwesome";
}

.pnf_search button svg {
  display: none;
}
.pnf_search input:focus {
    outline: none;
}
.pnf_search input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ecf0f1;
}
.error-page-wrapper h1 {
    letter-spacing: 1.63px;
    line-height: 70px;
    font-family: myriad-pro, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
}
@media(max-width:1035px){
  .wrapper.section_wrapper {
    max-width: 708px;
  } 
  .table_wrapper {
    max-width: 708px !important;
    width: 100%;
  }
}
@media(max-width:767px){
  .wrapper.section_wrapper {
    max-width: 100%;
    padding: 0 10px;
  }
  .table_wrapper {
    max-width: 100% !important;
    width: 100%;
    padding: 0 10px;
  }
}
/* ------------------------------------------------------------------------



	This you can edit.



------------------------------------------------------------------------- */







	/* ----------------------------------



		Default Theme



	----------------------------------- */







	div.pp_default .pp_top,



	div.pp_default .pp_top .pp_middle,



	div.pp_default .pp_top .pp_left,



	div.pp_default .pp_top .pp_right,



	div.pp_default .pp_bottom,



	div.pp_default .pp_bottom .pp_left,

	div.pp_default .pp_bottom .pp_middle,

	div.pp_default .pp_bottom .pp_right { height: 13px; }

	div.pp_default .pp_top .pp_left { background: none!important; } /* Top left corner */

	div.pp_default .pp_top .pp_middle { background:  none!important; } /* Top pattern/color */

	div.pp_default .pp_top .pp_right { background:  none!important; } /* Top right corner */



	



	div.pp_default .pp_content .ppt { color: #f8f8f8; }



	div.pp_default .pp_content_container .pp_left { background: none!important; padding-left: 13px; }



	div.pp_default .pp_content_container .pp_right { background: none!important; padding-right: 13px; }



	div.pp_default .pp_content { background: none!important; } /* Content background */



	div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */



	div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */



	div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */



	div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */



	div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */



	div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */



	div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */



	div.pp_default #pp_full_res .pp_inline { color: #000; } 



	div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }



	div.pp_default .pp_gallery ul li a:hover,



	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }



	div.pp_default .pp_social { margin-top: 7px; }







	div.pp_default .pp_gallery a.pp_arrow_previous,



	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }



	div.pp_default .pp_nav .pp_play,



	div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }



	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }



	div.pp_default .pp_details { position: relative; }



	div.pp_default a.pp_arrow_previous,



	div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }



	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */



	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }



	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }



	div.pp_default .pp_nav .currentTextHolder{ display:none; font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }



	



	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }







	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }







	div.pp_default .pp_bottom .pp_left { background: none!important; } /* Bottom left corner */



	div.pp_default .pp_bottom .pp_middle {background: none!important; } /* Bottom pattern/color */



	div.pp_default .pp_bottom .pp_right { background: none!important; } /* Bottom right corner */







	div.pp_default .pp_loaderIcon {background: none!important;  } /* Loader icon */







	



	/* ----------------------------------



		Light Rounded Theme



	----------------------------------- */











	div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */



	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */



	div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */



	



	div.light_rounded .pp_content .ppt { color: #000; }



	div.light_rounded .pp_content_container .pp_left,



	div.light_rounded .pp_content_container .pp_right {  background:none; }



	div.light_rounded .pp_content { background:none; } /* Content background */



	div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */



	div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */



	div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */



	div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */



	div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */



	div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */



	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */



	div.light_rounded .pp_details { position: relative; }



	div.light_rounded .pp_description { margin-right: 85px; }



	div.light_rounded #pp_full_res .pp_inline { color: #000; } 



	div.light_rounded .pp_gallery a.pp_arrow_previous,



	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }



	div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }



	div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }







	div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */



		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }



	div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */



		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }







	div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */



	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */



	div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */







	div.light_rounded .pp_loaderIcon { background: none!important;  } /* Loader icon */



	



	/* ----------------------------------



		Dark Rounded Theme



	----------------------------------- */



	



	div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */



	div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */



	div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */



	



	div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */



	div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */



	div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */



	div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */



	div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */



	div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */



	div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */



	div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */



	div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */



	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */



	div.dark_rounded .pp_details { position: relative; }



	div.dark_rounded .pp_description { margin-right: 85px; }



	div.dark_rounded .currentTextHolder { color: #c4c4c4; display:none; }



	div.dark_rounded .pp_description { color: #fff; }



	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }



	div.dark_rounded .pp_gallery a.pp_arrow_previous,



	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }



	div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }



	div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }







	div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */



		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }



	div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */



		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }







	div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */



	div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */



	div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */







	div.dark_rounded .pp_loaderIcon { background: none!important;  } /* Loader icon */



	



	



	/* ----------------------------------



		Dark Square Theme



	----------------------------------- */



	



	div.dark_square .pp_left ,



	div.dark_square .pp_middle,



	div.dark_square .pp_right,



	div.dark_square .pp_content { background: #000; }



	



	div.dark_square .currentTextHolder { color: #c4c4c4; display:none;}



	div.dark_square .pp_description { color: #fff; }



	div.dark_square .pp_loaderIcon { background: none!important;  } /* Loader icon */



	



	div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */



	div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */



	div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */



	div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */



	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */



	div.dark_square .pp_details { position: relative; }



	div.dark_square .pp_description { margin: 0 85px 0 0; }



	div.dark_square #pp_full_res .pp_inline { color: #fff; }



	div.dark_square .pp_gallery a.pp_arrow_previous,



	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }



	div.dark_square .pp_nav { clear: none; }



	div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }



	div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }



	



	div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */



		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }



	div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */



		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }



	



	div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */



	div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */











	/* ----------------------------------



		Light Square Theme



	----------------------------------- */



	



	div.light_square .pp_left ,



	div.light_square .pp_middle,



	div.light_square .pp_right,



	div.light_square .pp_content {  background:none; }



	



	div.light_square .pp_content .ppt { color: #000; }



	div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */



	div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */



	div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */



	div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */



	div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */



	div.light_square .pp_details { position: relative; }



	div.light_square .pp_description { margin-right: 85px; }



	div.light_square #pp_full_res .pp_inline { color: #000; }



	div.light_square .pp_gallery a.pp_arrow_previous,



	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }



	div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }



	div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }



	



	div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */



		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }



	div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */



		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }



	



	div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */



	div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */



	



	div.light_square .pp_loaderIcon { background: none!important;  } /* Loader icon */











	/* ----------------------------------



		Facebook style Theme



	----------------------------------- */



	



	div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */



	div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */



	div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */



	



	div.facebook .pp_content .ppt { color: #000; }



	div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */



	div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */



	div.facebook .pp_content { background: #fff; } /* Content background */



	div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */



	div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */



	div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */



	div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */



	div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */



	div.facebook .pp_details { position: relative; }



	div.facebook .pp_description { margin: 0 37px 0 0; }



	div.facebook #pp_full_res .pp_inline { color: #000; } 



	div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */



	



	div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */



		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }



	div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */



		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }



	div.facebook .pp_nav { margin-top: 0; }



	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }



	div.facebook .pp_nav .pp_play { background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }



	div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }



	



	div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */



	div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */



	



	div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */



	div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */



	div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */











/* ------------------------------------------------------------------------



	DO NOT CHANGE



------------------------------------------------------------------------- */







	div.pp_pic_holder a:focus { outline:none; }







	div.pp_overlay {



		background: #000;



		display: none;



		left: 0;



		position: absolute;



		top: 0;



		width: 100%;



		z-index: 9500;



	}



	



	div.pp_pic_holder {



		display: none;



		position: absolute;



		width: 100px;



		z-index: 10000;



	}







		



		.pp_top {



			height: 20px;



			position: relative;



		}



			* html .pp_top { padding: 0 20px; }



		



			.pp_top .pp_left {



				height: 20px;



				left: 0;



				position: absolute;



				width: 20px;



			}



			.pp_top .pp_middle {



				height: 20px;



				left: 20px;



				position: absolute;



				right: 20px;



			}



				* html .pp_top .pp_middle {



					left: 0;



					position: static;



				}



			



			.pp_top .pp_right {



				height: 20px;



				left: auto;



				position: absolute;



				right: 0;



				top: 0;



				width: 20px;



			}



		



		.pp_content { height: 40px; min-width: 40px; }



		* html .pp_content { width: 40px; }



		



		.pp_fade { display: none; }



		



		.pp_content_container {



			position: relative;



			text-align: left;



			width: 100%;



		}



		



			.pp_content_container .pp_left { padding-left: 20px; }



			.pp_content_container .pp_right { padding-right: 20px; }



		



			.pp_content_container .pp_details {



				float: left;



				margin: 10px 0 2px 0;



			}



				.pp_description {



					display: none;



					margin: 0;



				}



				



				.pp_social { float: left; margin: 0; }



				.pp_social .facebook { float: left; margin-left: 5px; width: 85px; overflow: hidden; }



				.pp_social .twitter { float: left; }



				



				.pp_nav {



					clear: right;



					float: left;



					margin: 3px 10px 0 0;



				}



				



					.pp_nav p {



						float: left;



						margin: 2px 4px;



						white-space: nowrap;



					}



					



					.pp_nav .pp_play,



					.pp_nav .pp_pause {



						float: left;



						margin-right: 4px;



						text-indent: -10000px;



					}



				



					a.pp_arrow_previous,



					a.pp_arrow_next {



						display: block;



						float: left;



						height: 15px;



						margin-top: 3px;



						overflow: hidden;



						text-indent: -10000px;



						width: 14px;



					}



		



		.pp_hoverContainer {



			position: absolute;



			top: 0;



			width: 100%;



			z-index: 2000;



		}



		



		.pp_gallery {



			display: none;



			left: 50%;



			margin-top: -50px;



			position: absolute;



			z-index: 10000;



		}



		



			.pp_gallery div {



				float: left;



				overflow: hidden;



				position: relative;



			}



			



			.pp_gallery ul {



				float: left;



				height: 35px;



				margin: 0 0 0 5px;



				padding: 0;



				position: relative;



				white-space: nowrap;



			}



			



			.pp_gallery ul a {



				border: 1px #000 solid;



				border: 1px rgba(0,0,0,0.5) solid;



				display: block;



				float: left;



				height: 33px;



				overflow: hidden;



			}



			



			.pp_gallery ul a:hover,



			.pp_gallery li.selected a { border-color: #fff; }



			



			.pp_gallery ul a img { border: 0; }



			



			.pp_gallery li {



				display: block;



				float: left;



				margin: 0 5px 0 0;



				padding: 0;



			}



			



			.pp_gallery li.default a {



				background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;



				display: block;



				height: 33px;



				width: 50px;



			}



			



			.pp_gallery li.default a img { display: none; }



			



			.pp_gallery .pp_arrow_previous,



			.pp_gallery .pp_arrow_next {



				margin-top: 7px !important;



			}



		



		a.pp_next {



			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;



			display: block;



			float: right;



			height: 100%;



			text-indent: -10000px;



			width: 49%;



		}



			



		a.pp_previous {



			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;



			display: block;



			float: left;



			height: 100%;



			text-indent: -10000px;



			width: 49%;



		}



		



		a.pp_expand,



		a.pp_contract {



			cursor: pointer;



			display: none;



			height: 20px;	



			position: absolute;



			right: 30px;



			text-indent: -10000px;



			top: 10px;



			width: 20px;



			z-index: 20000;



		}



			



		a.pp_close {



			position: absolute; right: 0; top: 0; 



			display: block;



			line-height:22px;



			text-indent: -10000px;



		}



		



		.pp_bottom {



			height: 20px;



			position: relative;



		}



			* html .pp_bottom { padding: 0 20px; }



			



			.pp_bottom .pp_left {



				height: 20px;



				left: 0;



				position: absolute;



				width: 20px;



			}



			.pp_bottom .pp_middle {



				height: 20px;



				left: 20px;



				position: absolute;



				right: 20px;



			}



				* html .pp_bottom .pp_middle {



					left: 0;



					position: static;



				}



				



			.pp_bottom .pp_right {



				height: 20px;



				left: auto;



				position: absolute;



				right: 0;



				top: 0;



				width: 20px;



			}



		



		.pp_loaderIcon {



			display: block;



			height: 24px;



			left: 50%;



			margin: -12px 0 0 -12px;



			position: absolute;



			top: 50%;



			width: 24px;



		}



		



		#pp_full_res {



			line-height: 1 !important;



		}



		



			#pp_full_res .pp_inline {



				text-align: left;



			}



			



				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }



	



		div.ppt {



			color: #fff;



			display: none !important;



			font-size: 17px;



			margin: 0 0 5px 15px;



			z-index: 9999;



		}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}