@import url("https://use.typekit.net/cjb6bmx.css");

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


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


/* Typography */


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




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


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

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: ;
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 62.5%;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1216px;
  margin: 0 auto;
  padding:0 20px;
}

a { 
  font-weight: 700;
  color: #216AE5;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:focus {
  text-decoration: none;
  outline: none;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  background: #eaeff7;
  text-shadow: none;
}

::selection {
  background: #eaeff7;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}


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


/* Basic text */
p {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #3E4550;
  margin: 0 0 20px 0;
} 

p:last-child {
	margin: 0 0 0 0;
}

.para-sm p,
.delimiter.para-sm li {
  font-size: 16px;
  line-height: 28px;
}

.para-sm p {
  margin: 0 0 10px 0;
}

.para-sm p:last-child {
  margin: 0 0 0 0;
}

small {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
}

p small {
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
}

strong {
  font-weight: 700;
}

em {}

cite {}

code {}

pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    
}

h1 {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 23px 0;
}

.h1-sm h1 {
  font-size: 54px;
  letter-spacing: -0.84px;
  line-height: 1.07;
  margin: 0 0 24px 0;
}

h1 span,
h1 strong {
  color: #FFEB11;
}

h2 {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #3E4550;
  line-height: 42px;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

h2 span,
.cta-form h2 span,
.cta-form h2 strong {
  color: #FFEB11;
}

h3 {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #3E4550;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin: 35px 0 20px 0;
}

h4 {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3E4550;
  line-height: 28px;
  letter-spacing: 2px;
  margin: 35px 0 3px 0;
  text-transform: uppercase;
}

/* Lists */

ul {
  list-style: none;
}

.delimiter ul {
  font-family: 'niveau-grotesk', sans-serif;
  padding: 0 0 0 10px;
  margin: 0 0 0 0;
}

.delimiter.para-sm ul {
  padding: 0 0 0 7px;
  margin: 20px 0 19px 0;
}

.delimiter li {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #3E4550;
}

.delimiter li:last-child {
  margin: 0 0 0 0;
}

.delimiter ul {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 0 34px 0;
  color: #646569;
}

.delimiter ul li {
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
}

.delimiter ul li:last-child {
  margin: 0 0 0 0;
}

.delimiter ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #216AE5;
  border: 2px solid #216AE5;
  top: 11px;
  left: 0;
}

.delimiter.para-sm ul li {
  padding: 0 0 0 23px;
  margin: 0 0 6px 0;
}

.delimiter.para-sm ul li:before {
  width: 7px;
  height: 7px;
}

.delimiter ul ul {
  margin: 16px 0 0 0;
  padding: 0 0;
}

.delimiter ul ul li {
  
}

.delimiter ul ul li:before {
  background: transparent;
}

.delimiter.bullets-check ul li {
  color: #216ae5;
  font-weight: 500;
  padding: 0 0 0 31px;
  margin: 0 0 0 0;
}

.delimiter.bullets-check ul li:before {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/bullet-check.svg);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  top: 8px;
  left: 0;
  width: 15px;
  height: 14px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.delimiter.bullets-check ul li strong {
  color: #7E8EA9;
  font-size: 12px;
  display: block;
  line-height: 14px;
}

ol {
  font-family: 'niveau-grotesk', sans-serif;
  padding: 0 0 0 40px;
  margin: 20px 0 34px 0;
  counter-reset: li;
  list-style: decimal;
  *list-style: decimal;
}

ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin: 0 0 16px 0;
}

ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  left: -40px;
  position: absolute;
  font-weight: bold;
  color: #216AE5;
}

ol ol {
  list-style: lower-alpha;
  margin: 16px 0 0 -12px;
}

ol ol li {
  counter-increment: listStyle;
}

ol ol li:before {
  content: counter(listStyle, lower-alpha) ".";
}

/* Quotes */

blockquote {
  border-left: solid 7px #ffeb11;
  margin: 25px 0 25px 20px;
  padding: 0 0 3px 33px;
}

blockquote p {
  
}

blockquote p:last-child {
  margin: 0 0 0 0;
}

blockquote small {}
blockquote small:before {}

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


/* Cookies Consent */

body div#hs-eu-cookie-confirmation.can-use-gradients {
  background-color: rgba(62, 69, 80, 0.85);
  background-image: none;
  border-bottom: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  box-shadow: none;
  text-shadow: none !important;
  text-align: center !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 20px 20px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-family: 'niveau-grotesk', sans-serif!important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1.47 !important;
  margin: 0 0 15px 0 !important;
  text-align: center !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  font-family: 'niveau-grotesk', sans-serif!important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1.47 !important;
  color: #ffffff!important;
  text-decoration: underline!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  text-decoration: none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  text-align: center !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  position: relative;
  font-family: 'niveau-grotesk', sans-serif!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 2px;
  text-align: center;
  line-height: 14px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 8px 0 8px 0!important;
  display: inline-block;
  color: #ffffff!important;
  background-color: transparent!important;
  border: none !important;
  text-shadow: none !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color: transparent!important;
  text-decoration: none;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover:before {
  right: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  position: relative;
  font-family: 'niveau-grotesk', sans-serif!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 2px;
  text-align: center;
  line-height: 14px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 8px 0 8px 0!important;
  display: inline-block;
  color: #ffffff!important;
  background-color: transparent!important;
  border: none !important;
  text-shadow: none !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {
  background-color: transparent!important;
  text-decoration: none;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover:before {
  right: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


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

.btn {
  font-family: 'niveau-grotesk', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  text-transform: uppercase;
  display: inline-block;
}

.btn:hover {
  text-decoration: none;
}

.btn:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn:hover:before {
  right: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-small {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0;
}

.btn-small:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
}

.btn-large {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 0;
  margin: 0 58px 0 0;
}

.btn-large:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
}

.btn-large:last-child {
  margin: 0 0 0 0;
}

.btn-blue {
  color: #216AE5;
}

.btn-blue:before {
  background-color: #216AE5;
}

.btn-yellow {
  color: #FFEB11;
}

.btn-yellow:before {
  background-color: #FFEB11;
}

.btn-white {
  color: #ffffff;
}

.btn-white:before {
  background-color: #ffffff;
}


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

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




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

.nav-main {
  background-color: #ffffff;
  padding: 15px 0 22px 0;
  position: fixed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 999;
}

.nav-main.sticky {
  padding: 10px 0 10px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-main .logo img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-main.sticky .logo img {
  width: 86px!important;
  height: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo img:focus {
  outline: none;
}

.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




/* ==========================================================================
   Content                                                 
   ========================================================================== */



.body-container-wrapper {}
.body-container {}

/* Footer Separator */

.hs-content-name-privacy-statement .footer-wrap,
.subs-pg .footer-wrap,
.lp-pg .footer-wrap,
.pricing-pg .footer-wrap {
  border-top: 1px solid #EAEFF7;
}


/* Sections */

.bg-white {
  background-color: #ffffff;
}

.bg-blue {
  background-color: #216AE5;
}

.bg-lightblue {
  background-color: #EAEFF7;
}

.hero {
  background-color: #216ae5;
  padding: 273px 0 83px 0;
}

.hero p {
  font-size: 20px;
  color: #ffffff;
}

.delimiter {
  padding: 100px 0;
}

.delimiter:focus {
  outline: none;
}

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

.delimiter.breadcrumbs {
  padding: 8px 0;
}

.breadcrumbs p {
  color: #3E4550;
  font-size: 16px;
  line-height: 28px;
}

.breadcrumbs p a {
  position: relative;
  padding: 0 24px 0 0;
  margin-right: 15px;
  display: inline-block;
  color: #3E4550;
  font-weight: normal;
}

.breadcrumbs p a:hover {
  text-decoration: none;
}

.breadcrumbs p a:last-child {
  font-weight: bold;
  position: static;
  margin-right: 0;
  padding: 0;
}

.breadcrumbs p a:hover {
  color: #3C81F5;
}

.breadcrumbs p a:after {
  position: absolute;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  right: 0;
  top: 2px;
  color: #3C81F5;
}

.breadcrumbs p a:last-child:after {
  display:none;
}

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

/* Concur LP */

#concurHero.hero {
  padding: 260px 0 114px 0;
}

#concurHero h1 {
  margin: 0 0 24px 0;
}

#concurHero .btn {
  margin-top: 21px;
}


/* Homepage */

.delimiter.platform-apps {
  padding: 114px 0 100px 0;
}

.platform-apps .page-center .row-fluid {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.homepage .hero {
  padding: 271px 0 145px 0;
}

.or-icn {
  text-align: center;
  display: flex!important;
  display: -webkit-flex!important;
  display: -moz-flex!important;
  display: -ms-flex!important;
  align-items: center;
  justify-content: center;
}

.or-icn p {
  margin: 0 0 0 0;
  color: #ffffff;
  display: inline-block;
  background-color: #216AE5;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.65px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.or-icn p:before {
  display: block;
  position: absolute;
  content: '';
  left: -32px;
  bottom: -18px;
  height: 3px;
  width: 34px;
  background-color: #EAEFF7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.or-icn p:after {
  display: block;
  position: absolute;
  content: '';
  right: -32px;
  top: -18px;
  height: 3px;
  width: 34px;
  background-color: #EAEFF7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.provide-itinerary .delimiter.columns-2-list .section-content {
  padding: 280px 0 94px 0;
}

.provide-itinerary .page-center {
  background-position: right 92px top 0!important;
}

.revenue-opps .delimiter.columns-2-list .section-content {
  padding: 94px 0 232px 0;
}

.intr-col-img {
  text-align: center;
  height: 200px;
  margin-bottom: 39px;
}

.intr-col-img img {
  width: auto!important;
  max-height: 200px;
}

.intro-column h3 {
  margin: 0 0 12px 0;
}

.provide-personalize .section-col {
  padding-top: 85px;
}

.provide-personalize .section-col h3 {
  margin: 0 0 12px 0;
}

.manage-travel-risk {
  padding: 35px 0 170px 0;
}


/* Why Us */

.why-us-pg .hero {
  padding: 337px 0 83px 0;
}

.why-us-pg .hero.bgimg-hero p {
  max-width: none;
}

.why-us-pg .why-choose .delimiter {
  padding: 103px 0 100px 0;
}

.why-us-pg .why-choose .txt-img-flip .img-col {
  padding-top: 3px;
}

.why-us-pg .improve-experience .delimiter {
  padding: 94px 0 92px 0;
}

.why-us-pg .improve-experience .txt-img-flip .text-col {
  padding-top: 37px;
}


/* Products */

.products-pg .hero {
  padding: 273px 0 83px 0;
}

.hero.bgimg-hero h1 {
  margin: 0 0 12px 0;
}

.hero.bgimg-hero p {
  max-width: 600px;
}

.hero.bgimg-hero.p-nomax p {
  max-width: none;
}

.delimiter.products-intro {
  padding: 90px 0 92px 0;
}

.products-intro .intro-img {
  text-align: center;
  padding-top: 15px;
}

.products-intro .intro-body {
  padding-left: 3.4%;
}

.products-intro .intro-body h2 {
  max-width: 372px;
}

/* Product Pages */

.product-pg .hero {
  padding: 292px 0 83px 0;
}

.product-pg .hero p {
  max-width: 700px;
}

/* Contact Sales */

.contact-pg .hero {
  padding: 360px 0 83px 0;
}

.contact-pg .hero.bgimg-hero p {
  max-width: 700px;
}

.contact-pg .delimiter.contact-body {
  padding: 104px 0 146px 0;
}

.contact-pg .contact-body h2 {
  margin: 0 0 23px 0;
}

.contact-pg .contact-form h3 {
  margin: 9px 0 25px 0;
  color: #7E8EA9;
}

.contact-form .submitted-message p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

.contact-pg .contact-form form {
  max-width: none;
}

.contact-pg .contact-form input[type="text"],
.contact-pg .contact-form input[type="password"],
.contact-pg .contact-form input[type="datetime"],
.contact-pg .contact-form input[type="datetime-local"],
.contact-pg .contact-form input[type="date"],
.contact-pg .contact-form input[type="month"],
.contact-pg .contact-form input[type="time"],
.contact-pg .contact-form input[type="week"],
.contact-pg .contact-form input[type="number"],
.contact-pg .contact-form input[type="email"],
.contact-pg .contact-form input[type="url"],
.contact-pg .contact-form input[type="search"],
.contact-pg .contact-form input[type="tel"],
.contact-pg .contact-form input[type="color"],
.contact-pg .contact-form input[type="file"],
.contact-pg .contact-form textarea,
.contact-pg .contact-form select {
  font-size: 16px;
  line-height: 28px;
  padding: 7px 16px 7px 16px !important;
}

.contact-pg .contact-form textarea {
  height: 122px;
}

.contact-pg .contact-form form fieldset .hs-form-field {
  margin-bottom: 14px!important;
}

.contact-pg .contact-form form .hs-button.primary,
.contact-pg .contact-form form input[type="submit"],
.contact-pg .contact-form form input[type="button"] {
  font-size: 14px;
  line-height: 16px;
  padding: 11px 0;
}

.contact-pg .contact-body .contact-info {
  margin-top: 49px;
}

.contact-pg .contact-body .contact-info p {
  line-height: 42px;
  color: #216ae5;
}

.contact-pg .contact-body .social-info {
  margin-top: 25px;
}

.contact-pg .contact-body .social-info a {
  margin-right: 19px;
  font-size: 24px;
}

.contact-pg .contact-body .social-info a:last-child {
  margin-right: 0;
}

.contact-pg .contact-body .social-info a:hover {
  color: #7e8ea9;
}


/* Resources */

.resources-pg .hero {
  padding: 337px 0 83px 0;
}



/* Pricing Page */

.pricing-pg .pricing-intro {
  text-align: center;
}

.pricing-pg .pricing-intro p {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}

.delimiter.pricing-intro {
  padding: 94px 0 56px 0;
}

.pricing-pg .hero {
  padding: 337px 0 83px 0;
}

.delimiter.pricing-request {
  padding: 0 0 177px 0;
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Pricing/pricing-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 223px;
}

.pricing-form .submitted-message p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}

.pricing-form form {
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 35px 32px 53px 32px;
  background-color: #ffffff;
}

.pricing-form form .hs-features_of_interest ul.multi-container li {
  display: inline-block;
  float: left;
  width: 50%;
}

.pricing-form form .hs_current_gds_data_provider input[type=checkbox]+span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #EAEFF7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  position: static;
  line-height: 76px;
  overflow: hidden;
  color: #7E8EA9;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
}

.pricing-form form .hs_current_gds_data_provider input[type=checkbox]+span:before {
  display: none;
}

.pricing-form form .hs_current_gds_data_provider input[type=checkbox]:checked+span {
  border: 2px solid #216ae5;
}

.pricing-form form .hs_current_gds_data_provider input[type=checkbox]+span:hover {
  border: 2px solid #216ae5;
}

.pricing-form form .hs_current_gds_data_provider ul.multi-container li label {
  height: 80px;
}

.pricing-form form .hs_current_gds_data_provider ul.multi-container li label img {
  width: auto;
  max-height: 76px;
}

.pricing-form form input[type=checkbox]+span::-moz-selection {
  background: none;
  text-shadow: none;
}

.pricing-form form input[type=checkbox]+span::selection {
  background: none;
  text-shadow: none;
}

.pricing-form form input[value="Travelport"]+span {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Pricing/travelport.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  color: transparent!important;
}

.pricing-form form input[value="Amadeus"]+span {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Pricing/amadeus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  color: transparent!important;
}

.pricing-form form input[value="Sabre"]+span {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Pricing/sabre.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  color: transparent!important;
}

.delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container {
  display: block;
  float: left;
  width: 100%;
}

.delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li {
  display: inline-block;
  float: left;
  width: 31%;
  margin: 0 3.5% 20px 0;
  padding: 0 0 0 0;
  text-align: center;
  height: 80px;
}

.delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:nth-child (3n) {
  margin: 0 0 20px 0;
}

.pricing-form form .legal-consent-container {
  text-align: center;
}

.pricing-form form .hs_submit.hs-submit .actions {
  float: none;
}

.pricing-form .hs-submit {
  text-align: center;
  margin-top: 14px;
}

.pricing-form input[type="text"],
.pricing-form input[type="password"], 
.pricing-form input[type="datetime"], 
.pricing-form input[type="datetime-local"], 
.pricing-form input[type="date"], 
.pricing-form input[type="month"], 
.pricing-form input[type="time"], 
.pricing-form input[type="week"], 
.pricing-form input[type="number"], 
.pricing-form input[type="email"], 
.pricing-form input[type="url"], 
.pricing-form input[type="search"], 
.pricing-form input[type="tel"], 
.pricing-form input[type="color"],
.pricing-form input[type="file"],
.pricing-form textarea,
.pricing-form select {
  font-size: 16px;
  padding: 11px 18px 11px 18px !important;
}

.pricing-form form fieldset .hs-form-field {
  margin: 0 0 14px 0 !important;
}

.pricing-form form .hs-fieldtype-number label {
  margin-bottom: 10px;
}

.pricing-form form .hs-fieldtype-checkbox label {
  margin-bottom: 16px;
} 

.pricing-form form li.hs-form-checkbox label {
  margin-bottom: 0;
}

.delimiter .pricing-form form .hs_features_of_interest ul.multi-container {
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 0 10px;
}

.pricing-form form fieldset .hs_features_of_interest.hs-fieldtype-checkbox.hs-form-field {
  margin: 16px 0 24px 0!important;
  display: block;
  float: left;
}

.pricing-form .hs-button.primary,
.pricing-form input[type="submit"],
.pricing-form input[type="button"] {
  font-size: 14px;
  line-height: 16px;
  padding: 11px 0;
}

/* Blog Listing + Post */

.mtp-blog.hs-content-path-blog-all .listing-wrap {
  display: block;
}

.mtp-blog.hs-content-path-blog-all .post-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
  float: none;
}

.mtp-blog .post-item h2.post-listing-simple {
  margin: 0 0 0 0;
}

.mtp-blog.hs-content-path-blog-all .post-item:last-child {
  margin-bottom: 0;
}

.mtp-blog .hero {
  padding: 247px 0 53px 0;
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/Blog/blog-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 100px;
}

.container-fluid .row-fluid .blog-sub .page-center {
  max-width: 1014px;
}

.mtp-blog .delimiter.listing-body {
  padding: 86px 0 166px 0;
}

.delimiter.blog-sub {
  padding: 33px 0 33px 0;
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/Blog/blog-subs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-sub .submitted-message {
  width: 36%;
  margin: 0 0 0 auto;
}

.blog-sub .submitted-message p {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}

.blog-sub h3.form-title {
  color: #ffffff;
  margin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 64%;
}

.blog-sub h3.form-title span {
  color: #FFEB11;
}

.mtp-blog .blog-hidden {
  display: none;
}

.delimiter.blog-sub form ul.hs-error-msgs.inputs-list li label,
.delimiter.blog-sub .legal-consent-container .hs-error-msgs label {
  color: #ffffff;
}

.delimiter.blog-sub form .legal-consent-container .hs-richtext,
.delimiter.blog-sub form .legal-consent-container .hs-richtext p {
  color: #ffffff;
  text-align: center;
}

.blog-sub .legal-consent-container {
  margin-top: 20px;
}

.blog-sub form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 36%;
  margin: 0 0 0 auto;
}

.blog-sub .hs_cos_wrapper_type_blog_subscribe {
  position: relative;
  display: block;
  width: 100%;
}

.blog-sub input[type="email"] {
  padding: 9px 13px 9px 13px !important;
}

.mtp-blog .listing-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.mtp-blog .post-item {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 62px;
  float: left;
}

.mtp-blog .post-item:nth-child(2n) {
  margin-right: 0;
}

.mtp-blog .post-item .post-header-wrap {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  overflow: hidden;
}

.mtp-blog .post-item .post-header {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.mtp-blog .post-item:hover .post-header {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: scale(1.05);
}

.mtp-blog .post-item .post-header {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mtp-blog .post-item h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin: 0 0 4px 0;
}

.mtp-blog .post-item h2 a {
  color: #3E4550;
}

.mtp-blog .post-item h2 a:hover {
  color: #216ae5;
  text-decoration: none;
}

.mtp-blog p.topic-links {
  line-height: 1;
  display: block;
  float: none;
}

.mtp-blog .topic-links a {
  display: inline-block;
  background-color: #216AE5;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  padding: 7px 14px;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.mtp-blog .topic-links a:hover {
  text-decoration: none;
  background-color: #7e8ea9;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.mtp-blog .topic-links a:last-child {
  margin-right: 0;
}

.mtp-blog .post-item p.post-info, .mtp-blog .post-item span.post-info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 21px 0;
}

.mtp-blog .social-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 99;
}

.mtp-blog .social-sidebar .blog-social {
  display: block;
  max-width: 66px;
  background-color: #EAEFF7;
  margin: 0 auto 0 0;
  padding: 20px 20px 29px 20px;
  text-align: center;
}

.mtp-blog .social-sidebar a {
  display: block;
  margin: 0 auto 21px auto;
  color: #7e8ea9;
}

.mtp-blog .social-sidebar a:last-child {
  margin: 0 auto;
}

.mtp-blog .social-sidebar a:hover {
  color: #216ae5;
}

.mtp-blog .social-sidebar a i {
  cursor: pointer;
  font-size: 24px;
}

.mtp-blog .social-sidebar a img {
  cursor: pointer;
}

.mtp-blog .listing-info-left {
  text-align: left;
}

.mtp-blog .listing-info-right {
  text-align: right;
}

.mtp-blog .listing-by h3.listing-topic {
  margin: 0 0 0 0;
  color: #7E8EA9;
}

.mtp-blog .listing-by h3.listing-topic a {
  text-decoration: underline;
  color: #7E8EA9;
}

.mtp-blog .listing-by h3.listing-topic a:hover {
  text-decoration: none;
}

.mtp-blog .listing-by {
  margin-bottom: 36px;
}

.btn.load-more {
  display: block;
  text-align: center;
  margin-top: 18px;
  background-color: #EAEFF7;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  color: #7E8EA9;
  padding: 12px 20px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.load-more:hover {
  background-color: #216ae5;
  color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.load-more:hover a {
  color: #ffffff;
}

.btn.load-more a:hover {
  text-decoration: none;
}

.mtp-blog .hs-author-profile {
  margin-bottom: 85px;
}

.mtp-blog .hs-author-profile img {
  width: 100%;
}

.mtp-blog .hs-author-profile h2 {
  margin: 0 0 35px 0;
}

.mtp-blog .author-social a {
  margin-right: 15px;
  display: inline-block;
}

.mtp-blog .author-social a i {
  font-size: 24px;
}

.mtp-blog .author-social a:hover {
  color: #7e8ea9;
}

.mtp-blog .author-social a:last-child {
  margin-right: 0;
}

.mtp-blog .hs-author-profile .para-sm p {
  margin: 0 0 30px 0;
}

.mtp-blog .hs-author-profile .para-sm p:last-child {
  margin: 0 0 0 0;
}

.mtp-blog .prev-next {
  margin-top: 28px;
}

.mtp-blog .prev-next .post-prev {
  text-align: left;
}

.mtp-blog .prev-next .post-next {
  text-align: right;
}

.mtp-blog .prev-next .back-blog {
  text-align: center;
}

.mtp-blog.mtp-post .delimiter.post-body {
  padding: 79px 0 123px 0;
}

.mtp-blog .post-body h1 {
  font-size: 26px;
  font-weight: bold;
  color: #3e4550;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin: 35px 0 20px 0;
}

.mtp-blog .post-body h2 {
  margin: 0 0 12px 0;
}

.mtp-blog .post-body h2 span {
  color: #3e4550;
}

.mtp-blog .post-header {
  margin-bottom: 36px;
}

.mtp-blog .post-header .post-info {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 12px 0;
}

.mtp-blog p a.cta_button {
  text-align: center;
  display: block;
  max-width: 550px;
  margin: 0 auto;
  font-weight: 700;
  color: #216ae5;
}

.mtp-blog p a.cta_button p {
  color: #216ae5;
}

.mtp-blog p a.cta_button:hover {
  text-decoration: underline!important;
}

.mtp-blog.mtp-post .hero.bgimg-hero h1 {
  margin: 0 0 0 0;
}

.mtp-blog .breadcrumbs p a:last-child:hover {
  color: #3e4550;
}

/* Case Studies */

.mtp-blog.cs-post .post-body h2 {
  margin: 0 0 24px 0;
}

.mtp-blog .hero.cs-hero {
  padding: 337px 0 72px 0;
}

.mtp-blog.mtp-post.cs-post .delimiter.post-body {
  padding: 90px 0 124px 0;
}

.cs-post .post-body h3 {
  margin: 48px 0 20px 0;
}

.cs-post .post-body h4 {
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin: 20px 0 8px 0;
}

.cs-post blockquote p:last-child strong {
  color: #7E8EA9;
}

.cs-prev {
  background-color: #D9E1EE;
  width: 50%;
}

.cs-prev .cs-pag-inner {
  text-align: center;
  max-width: 370px;
  padding: 145px 0;
  margin: 0 195px 0 auto;
}

.cs-prev .bg-solid {
  background-color: #D9E1EE;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-next {
  background-color: #EAEFF7;
  width: 50%;
}

.cs-next .cs-pag-inner {
  text-align: center;
  max-width: 370px;
  padding: 145px 0;
  margin: 0 auto 0 195px;
}

.cs-next .bg-solid {
  background-color: #EAEFF7;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-pagination .pagination-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.cs-pagination .cs-pag-inner h4 {
  margin: 0 0;
  color: #216AE5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-pagination .cs-pag-inner h3 {
  margin: 0 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-pagination .cs-pag-inner h3 a {
  color: #3E4550;
}

.cs-pagination .cs-pag-inner h3 a:hover {
  text-decoration: none;
}

.cs-pagination .cs-pag-inner {
  height: 100%;
}

.cs-pagination .bg-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #185ccd;
}

.cs-pagination .bg-wrap .bg-solid {
  padding: 0 20px;
}

.cs-pagination .bg-wrap:hover .bg-solid {
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-pagination .bg-wrap:hover h4 {
  color: #ffeb11;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-pagination .bg-wrap:hover h3 {
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cs-pagination a.bg-wrap,
.cs-pagination a.bg-wrap:hover {
  text-decoration: none;
}

.cs-pagination .cs-back .cs-pag-inner h3 {
  margin: 28px 0 0 0;
}

.mtp-blog .cs-listing .post-item {
  background-color: #EAEFF7;
  width: 48%;
  margin-right: 4%;
  position: relative;
}

.mtp-blog .cs-listing .post-item:nth-child(2n) {
  margin-right: 0;
}

.cs-listing p.cs-more {
  position: absolute;
  bottom: 42px;
  left: 36px;
  right: auto;
  top: auto;
}

.cs-listing .summary-wrap {
  padding: 30px 36px 0 36px;
  margin-bottom: 86px;
}

.cs-listing .summary-wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.mtp-blog .cs-listing .post-item .post-header-wrap {
  margin-bottom: 0;
  height: 300px;
}

.mtp-blog .cs-listing .post-item h2 {
  margin: 0 0 12px 0;
}

.mtp-blog .hero.cs-hero {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Case%20Studies/Template%20Files/cs-listing-hero.jpg);
  padding: 337px 0 115px 0;
}

.mtp-blog .cs-listing .summary-wrap p strong {
  font-weight: 300;
}

.mtp-blog .delimiter.listing-body.cs-listing {
  padding: 86px 0 178px 0;
}

.mtp-blog .cs-listing .btn.load-more {
  margin-top: 0;
}


/* LP + TY */

.delimiter.ty-body {
  padding: 78px 0 325px 0;
}

.delimiter.ty-body p {
  margin: 0 0 40px 0;
}

.delimiter.ty-body p:last-child {
  margin: 0 0 0 0;
}

.delimiter.ty-body p strong {
  font-weight: 500;
}

.delimiter.lp-body {
  padding: 0 0;
}

.lp-body .lp-wrap .row-fluid {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.lp-body .lp-wrap .lp-text {
  width: 60%;
  padding: 78px 101px 173px 20px;
}

.lp-body .lp-wrap .lp-text .row-fluid {
  max-width: 640px;
  float: right;
}

.lp-body .lp-wrap .lp-form {
  width: 40%;
  padding: 106px 20px 173px 57px;
  margin-left: 0;
}

.lp-body .lp-wrap .lp-form .inner-wrap {
  max-width: 376px;
  float: left;
}

.lp-body .lp-wrap .lp-form h3 {
  margin:0 0 22px 0;
}

.lp-body input[type="text"],
.lp-body input[type="password"],
.lp-body input[type="datetime"],
.lp-body input[type="datetime-local"],
.lp-body input[type="date"],
.lp-body input[type="month"],
.lp-body input[type="time"],
.lp-body input[type="week"],
.lp-body input[type="number"],
.lp-body input[type="email"],
.lp-body input[type="url"],
.lp-body input[type="search"],
.lp-body input[type="tel"],
.lp-body input[type="color"],
.lp-body input[type="file"],
.lp-body textarea,
.lp-body select {
  background-color: #ffffff;
  padding: 12px 13px 12px 13px!important;
}

.lp-body form fieldset .hs-form-field {
  margin: 0 0 16px 0 !important;
}

.lp-body .hs-submit {
  text-align: center;
  margin-top: 13px;
}

.lp-body form .hs_submit.hs-submit .actions {
  float: none;
}

.lp-body form .hs-button.primary,
.lp-body form input[type="submit"],
.lp-body form input[type="button"] {
  font-size: 14px;
  line-height: 16px;
  padding: 11px 0;
}

.lp-body form input[type=checkbox]+span:before,
.lp-body form input[type=radio]+span:before {
  border: solid 2px #ffffff;
  background-color: #ffffff;
}


/* Subscription Pages */

.delimiter.subs-prefs {
  padding: 250px 0 100px 0;
}

.subs-prefs h1 {
  color: #000000;
}

.subs-prefs form {
  max-width: none;
}

.subs-pg .hero {
  margin-top: 0;
}

.subs-pg .hero-simple {
  padding: 311px 0 65px 0;
}

.subs-pg .delimiter.email-prefs {
  padding: 82px 0 100px 0;
}

.subs-pg form {
  max-width: none;
}

.subs-pg .hero-simple h1 {
  color: #ffffff;
  margin: 0 0 0 0;
}

.email-prefs h1 {
  color: #3E4550;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 0 0 0 0;
}

.email-prefs h2 {
  color: #216AE5;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 0 0 0 0;
}

.email-prefs p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.email-prefs p.header {
  margin: 0 0 43px 0;
}

.email-prefs .item {
  padding: 0;
  margin: 0 0 20px 0;
  cursor: pointer;
  background-color: #EAEFF7;
  width: 100%;
  max-width: 475px;
}

.email-prefs .item .item-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  border: 0;
  overflow: hidden;
  margin-top: 0;
  padding: 31px 30px 31px 37px;
  background: transparent;
  border: 0;
}

.email-prefs .item .item-inner.hovered {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #216ae5;
}

.email-prefs .item .item-inner.hovered .checkbox-row span.fakelabel span,
.email-prefs .item .item-inner.hovered p {
  color: #ffffff;
}

.email-prefs .item .item-inner.selected {
  background: #216AE5;
  border: 0;
}

.email-prefs .item .item-inner.selected .checkbox-row span.fakelabel span,
.email-prefs .item .item-inner.selected p {
  color: #ffffff;
}

.email-prefs .subscribe-options {
  margin: 50px 0 51px 0;
  overflow: visible;
}

.email-prefs .subscribe-options p.header {
  margin: 0 0 12px 0;
}

.email-prefs .subscribe-options label {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0;
}

#email-prefs-form .subscribe-options input[type=checkbox]+span {
  padding: 0 0 0 33px;
  margin: 0 0 0 19px;
}

#email-prefs-form .subscribe-options input[type=checkbox]+span:before {
  left: 0;
}

.email-prefs .item p {
  margin: -32px 0 0 0;
  padding: 0 0 0 63px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.email-prefs .checkbox-row span.fakelabel span {
  display: block;
  float: none;
  color: #3E4550;
  margin-left: 0;
  margin-bottom: 3px;
}

#email-prefs-form input[type=checkbox]+span {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 35px 63px;
}

#email-prefs-form .item input[type=checkbox]+span:before {
  content: '';
  background-image:url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/System%20Pages/unsub.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  left: 0;
  top: 8px;
}

#email-prefs-form input[type=checkbox]:checked+span:before {
  background-image:url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/System%20Pages/sub.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.email-prefs #submitbutton {
  font-size: 14px;
  line-height: 16px;
  padding: 11px 0;
  border-bottom: solid 2px #216ae5;
}

.subs-conf h2 {
  margin: 0 0 9px 0;
}

.subs-conf .page-header {
  padding-bottom: 0;
  margin: 0 0 16px 0;
}

.subs-unsub .page-header {
  margin: 0 0 0 0;
}

.subs-unsub h3 {
  font-size: 20px;
  font-weight: 300!important;
  line-height: 32px;
  margin: 10px 0 10px 0;
}

.subs-pg .subs-unsub form {
  max-width: 476px;
}


/* Error Pages */

.delimiter.error-pg {
  padding: 415px 0 314px 0;
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/System%20Pages/error-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #216ae5;
}

.error-pg h1 {
  margin: 0 0 36px 0;
}

.error-pg p {
  color: #ffffff;
  margin: 0 0 18px 0;
}

.error-pg p span {
  font-weight: bold;
  color: #FFEB11;
}

.error-pg .btn {
  margin-top: 28px;
}

.error-pg .section-body {
  padding-right: 40px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrap {
  background-color: #ffffff;
  padding: 65px 0 125px 0;
}

.footer-wrap p {
  color: #7E8EA9;
  font-size: 16px;
  line-height: 28px;
}

.footer-wrap h3 {
  font-size: 16px;
  color: #7e8ea9;
  line-height: 28px;
  margin: 12px 0 13px 0;
  letter-spacing: normal;
}

.footer-wrap h3 a {
  color: #7e8ea9;
}

.footer-wrap h3 a:hover {
  color: #216ae5;
}

.footer-wrap .logo {
  margin-bottom: 43px;
}

.footer-wrap .copyright {
  margin-bottom: 16px;
}

.footer-wrap .copyright p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 23px;
  color: #7E8EA9;
  text-transform: uppercase;
}

.footer-wrap .copyright p a {
  color: #7E8EA9;
}

.footer-wrap .copyright p a:hover {
  color: #216ae5;
}

.footer-wrap .social {
  margin-bottom: 60px;
}

.footer-wrap .social p {
  font-size: 18px;
  line-height: 1;
}

.footer-wrap .social a {
  color: #7E8EA9;
  margin-right: 15px;
}

.footer-wrap .social a:last-child {
  margin-right: 0;
}

.footer-wrap .social a:hover {
  color: #216ae5;
}

.footer-wrap .quick-links {
  padding-left: 7%;
}

.footer-wrap .quick-links p {
  color: #7E8EA9;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.footer-wrap .quick-links p a {
  color: #7E8EA9;
  font-weight: 300;
}

.footer-wrap .quick-links p a:hover {
  color: #216ae5;
}

.footer-wrap .find-us {
  margin-bottom: 35px;
}

.footer-wrap .find-us p {
  margin: 0 0 4px 0;
}

.footer-wrap .find-us p:last-child {
  margin: 0 0 0 0;
}

.footer-wrap .find-us p strong {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
}

.footer-wrap .contact-info p {
  line-height: 33px;
}

.footer-wrap .website-by p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  color: #7E8EA9;
  text-transform: uppercase;
}

.footer-wrap.footer-simple {
  padding: 33px 0 33px 0;
}

.footer-wrap.footer-simple .logo {
  margin-bottom: 0;
}

.footer-wrap.footer-simple .social {
  margin-bottom: 0;
  margin-top: 33px;
}

.footer-wrap.footer-simple .ft-element {
  margin-right: 95px;
}

.footer-wrap.footer-simple .ft-element:last-child {
  margin-right: 0;
}

.link-ov a {
  color: #7e8ea9;
}

.link-ov a:hover {
  color: #216ae5;
}

.footer-wrap.footer-simple .website-by {
  text-align: right;
  margin-top: 37px;
}

.footer-container-wrapper {}
.footer-container {}




/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */


/* Menus */
.main-menu .hs-menu-wrapper ul {
  padding: 0;
  list-style: none;
}

/* Horizontal Menu
   ========================================================================== */

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  float: right;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
  margin-right: 15px;
  text-align: center;
}

.nav-main .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
  margin-right: 0;
  margin-left: 20px;
  padding: 32px 0 20px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
  padding: 8px 0!important;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #216ae5;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background-color: #216ae5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover:before {
  right: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-main.sticky .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
  padding: 15px 0 14px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-menu ul li {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #3E4550;
}

.main-menu ul li.hs-menu-depth-2 {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #3E4550;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2:last-child a {
  display: block!important;
  white-space: initial!important;
  text-align: left!important;
  padding: 11px 40px 11px 40px!important;
  position: static!important;
  line-height: 1;
  font-weight: normal;
  color: #3e4550;
  letter-spacing: normal;
  text-transform: none;
  font-size: inherit;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2:last-child a:before {
  display: none!important;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  color: #7E8EA9;
  line-height: 1;
  padding: 38px 20px 29px 20px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  text-decoration: none;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children a {
  position: relative;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children a:after {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  color: inherit;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nav-main.sticky  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 22px 20px 22px 20px;
}


.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children a:after {
  bottom: 0px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover:after {
  color: #216AE5;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 10;
  left: -20px;
  width:100%;
  min-width:270px;
  max-width:270px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  padding: 26px 0;
}

.main-menu ul.hs-menu-children-wrapper li {
  
}

.main-menu ul.hs-menu-children-wrapper li:last-child a {
  
}

.main-menu ul.hs-menu-children-wrapper li a {
  position: static;
  font-weight: normal;
  color: #3e4550!important;
  display: block;
  white-space: initial;
}

.main-menu ul.hs-menu-children-wrapper li a:hover {
  color: #216ae5!important;
}

.main-menu ul.hs-menu-children-wrapper li a:after {
  display: none;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: initial;
  text-align: left;
  padding: 11px 40px 11px 40px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.main-menu .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.main-menu .hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}



/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 1em 0;
  border-top: 1px solid #ccc;
  padding: 1.5em 0;
}
.comment-date { font-size: 1.3em; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 1em 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




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

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

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

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

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

form {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 14px;
  max-width: 376px;
}

form fieldset .hs-form-field {
  margin: 0 0 8px 0!important;
}

form fieldset .hs-fieldtype-checkbox.hs-form-field,
form fieldset .hs-fieldtype-radio.hs-form-field {
  margin: 5px 0 15px 0!important
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #eaeff7 !important;
  color: #7e8ea9 !important;
  -webkit-text-fill-color: #7e8ea9;
  -webkit-box-shadow: 0 0 0 100px #eaeff7 inset !important;
  border-bottom: none !important;
}

::-webkit-input-placeholder { /* Webkit Browsers */
   color: #7E8EA9;
}
:-moz-placeholder { /* Firefox 18- */
   color: #7E8EA9;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #7E8EA9;
}
:-ms-input-placeholder { /* IE10 */
   color: #7E8EA9;
}

form label .hs-form-required {
  display: none;
}

form .hs-fieldtype-checkbox label {
  cursor: pointer;
}

form .hs-fieldtype-checkbox label,
form .hs-fieldtype-radio label,
form label {
  display: block;
  color: #3E4550;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

form ul.multi-container {
  padding: 0 0;
  margin: 5px 0 0 0;
}

.delimiter ul.multi-container li {
  position: static;
  padding: 0 0 0 32px;
  margin: 0 0 6px 0;
}

.delimiter ul.multi-container li:before {
  display: none;
}

form fieldset.form-columns-2 .hs-form-field {
  width: 48.5%!important;
  margin-right: 3%!important;
}

form fieldset.form-columns-2 .hs-form-field:last-child {
  width: 48.5%!important;
  margin-right: 0!important;
}

form fieldset.form-columns-3 .hs-form-field {
  width: 35%!important;
  margin-right: 5%!important;
}

form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
  width: 20%!important;
  margin-right: 5%!important;
}

form fieldset.form-columns-3 .hs-form-field:last-child {
  width: 35%!important;
  margin-right: 0!important;
}

form input[type=radio],
form input[type=checkbox] {
  display: none;
}

form input[type=radio]+span {
  position: relative;
  text-transform: none;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #3e4550;
  font-weight: 300;
}

form input[type=radio]+span:before {
  content: '';
  position: absolute;
  display: inline-block;
  border: 2px solid #216AE5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  left: -32px;
  top: 0;
  color: #216AE5;
  background-color: transparent;
}

form input[type=radio]+span:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  width: 10px;
  height: 10px;
  left: -28px;
  top: 4px;
  display: block;
}

form input[type=radio]+span:hover:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #216AE5;
  width: 10px;
  height: 10px;
  left: -28px;
  top: 4px;
  display: block;
}

form input[type=radio]:checked+span:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #216AE5;
  width: 10px;
  height: 10px;
  left: -28px;
  top: 4px;
  display: block;
}

form input[type=checkbox]+span {
  position: relative;
  text-transform: none;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}

form .legal-consent-container input[type=checkbox]+span {
  position: relative;
  text-transform: none;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
}

form .legal-consent-container .hs-form-required {
  line-height: 1;
}

.delimiter .legal-consent-container ul.hs-error-msgs.inputs-list li,
form .legal-consent-container ul.hs-error-msgs.inputs-list li {
  font-size: 12px;
}

form input[type=checkbox]+span:before {
  content: '';
  position: absolute;
  display: inline-block;
  border: 2px solid #216AE5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  text-align: center;
  left: -32px;
  top: 0;
  background-color: transparent;
  color: #216ae5;
}

form .legal-consent-container input[type=checkbox]+span:before {
  content: '';
  position: absolute;
  display: inline-block;
  border: 1px solid #216AE5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  text-align: center;
  left: -27px;
  top: 0;
  background-color: transparent;
  color: #216ae5;
}

form input[type=checkbox]+span:hover:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 15px;
  font-size: 13px;
}

form input[type=checkbox]:checked+span:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 15px;
  font-size: 13px;
}

form .legal-consent-container input[type=checkbox]:checked+span:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 13px;
  font-size: 11px;
}

form .legal-consent-container input[type=checkbox]+span:hover:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 13px;
  font-size: 11px;
}

form .legal-consent-container label {
  display: block;
  line-height: 1;
}

form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 12px;
  color: #3e4550;
  font-weight: 300;
  line-height: 1.3;
}

form .legal-consent-container .hs-richtext p {
  margin: 10px 0;
}

.ghost-form.form-white form .legal-consent-container label {
  color: #ffffff;
}

.ghost-form.form-white form .legal-consent-container input[type=checkbox]+span:before {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.ghost-form.form-white .legal-consent-container ul {
  margin: 8px 0;
}

.ghost-form.form-white .legal-consent-container ul li {
  text-align: center;
  padding: 0 0;
  margin: 0 0;
}

.delimiter form .legal-consent-container ul {
  padding: 0 0;
  margin: 8px 0;
}

.delimiter form .legal-consent-container ul li {
  position: static;
  padding: 0 0 0 27px;
  margin: 0 0 6px 0;
}

.delimiter form .legal-consent-container ul li:before {
  display: none;
}

.delimiter ul.hs-error-msgs.inputs-list,
form ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.delimiter ul.hs-error-msgs.inputs-list li,
form ul.hs-error-msgs.inputs-list li {
  position: static;
  padding: 0 0 0 16px;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #F03737;
  font-weight: normal;
  line-height: 32px;
}

input.invalid.error {
  border: 1px solid #F03737;
}

form ul.hs-error-msgs.inputs-list li label,
.delimiter form ul.hs-error-msgs.inputs-list li label,
.legal-consent-container .hs-error-msgs label {
  display: block;
  color: #F03737;
}

.delimiter ul.hs-error-msgs.inputs-list li:before {
  display: none;
}


/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #EAEFF7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #7E8EA9;
  padding: 9px 13px 9px 13px!important;
  line-height: normal;
  width: 100% !important;
  border: solid 1px transparent;
}

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

select {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/arrow-select.svg);
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: top 14px right 15px;
}

select.desktopDropDown::-ms-expand {
  display: none;
}

textarea {
  height: 66px;
}

form .hs-button.primary,
form input[type="submit"],
form input[type="button"] {
  -webkit-appearance: none;
  font-family: 'niveau-grotesk', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  color: #216AE5;
  border: none;
  padding: 8px 0;
}

form .hs-button.primary:focus,
form input[type="submit"]:focus,
form input[type="button"]:focus {
  outline: none;
}

form .hs_submit.hs-submit .actions {
  width: auto;
  display: inline-block;
  float: right;
  padding: 0 0;
  margin: 0 0 0 0;
  position: relative;
}

form .hs_submit.hs-submit .actions:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background-color: #216AE5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

form .hs_submit.hs-submit .actions:hover:before {
  right: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cta-form form {
  max-width: none;
}

/* Generic Ghost Form Styles */

.ghost-form input[type="text"],
.ghost-form input[type="password"], 
.ghost-form input[type="datetime"], 
.ghost-form input[type="datetime-local"], 
.ghost-form input[type="date"], 
.ghost-form input[type="month"], 
.ghost-form input[type="time"], 
.ghost-form input[type="week"], 
.ghost-form input[type="number"], 
.ghost-form input[type="email"], 
.ghost-form input[type="url"], 
.ghost-form input[type="search"], 
.ghost-form input[type="tel"], 
.ghost-form input[type="color"],
.ghost-form input[type="file"],
.ghost-form textarea,
.ghost-form select {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 9px 0 9px 0!important;
}

.ghost-form form .hs-button.primary,
.ghost-form form input[type="submit"],
.ghost-form form input[type="button"] {
  width: 36px;
  height: 35px;
  padding: 0;
}

.ghost-form form .hs_submit.hs-submit .actions {
  float: none;
  position: static;
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/submit-arrow-yellow.svg);
  background-size: 25px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 35px;
}

.ghost-form form .hs_submit.hs-submit .actions:before {
  display: none;
}

.cta-form.ghost-form form {
  position: relative;
  padding-right: 45px;
}

.cta-form.ghost-form form .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 35px;
}


/* White Form */

.ghost-form.form-white input,
.ghost-form.form-white select,
.ghost-form.form-white textarea {
  color: #ffffff;
}

.ghost-form.form-white select {
  background-image: url(https://www.manticpoint.com/hubfs/MTP%20Theme/Template%20Files/arrow-select-white.svg);
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: top 14px right 9px;
}

.form-white ::-webkit-input-placeholder { /* Webkit Browsers */
   color: #ffffff;
}

.form-white input:-webkit-autofill,
.form-white textarea:-webkit-autofill,
.form-white select:-webkit-autofill {
  background-color: transparent !important;
  color: #7e8ea9 !important;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 100px #216ae5 inset !important;
  border-bottom: none !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
   color: #ffffff;
}

:-ms-input-placeholder { /* IE10 */
   color: #ffffff;
}

/* Blue Form */

.form-blue {
  
}

/* Yellow Form */

.form-yellow {
  
}


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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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


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

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

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


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

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

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

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

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

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 .5em 1.5em;
}

img.alignLeft{
    margin: 0 1.5em .5em 0;
}


/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 20.2em !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: .1em .2em !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 1em !important;
    line-height: 1.8em !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: .4em;
}
/* Space Module */
.widget-type-space {
    visibility: hidden;
}
/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}





/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    width: 2.4em;
    height: 2.4em;
    border-width: 0px;
    border: 0px;
    line-height: 2.4em;
    background-size: 2.4em 2.4em;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

      .cs-prev .cs-pag-inner {
        margin: 0 auto 0 auto;
      }
      
      .cs-next .cs-pag-inner {
        margin: 0 auto 0 auto;
      }
      
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      
       .blog-sidebar-main-wrap{       
        padding: 20px 15px ;
      }
      
      .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        margin-right: 0;
      }
      
      .nav-main .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child {
        margin-left: 15px;
      }
      
      .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 38px 15px 29px 15px;
      }
      
      .footer-wrap.footer-simple .ft-element {
        margin-right: 55px;
      }
      
      .mtp-blog .cs-listing .post-item .post-header-wrap {
        height: 220px;
      }
      
      
      
         .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
         .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
    }

  @media only screen and (max-width : 800px) {

    .delimiter.platform-apps {
      padding: 50px 0 50px 0;
      border-bottom: solid 1px #eaeff7;
    }
    
    .platform-apps .page-center .row-fluid {
      display: block;
    }
    
    .platform-apps .intro-column {
      width: 100%!important;
      text-align: center;
    }
    
    .or-icn {
      display: block!important;
      width: 100%!important;
      height: 112px;
      margin: 30px 0;
    }
    
    .or-icn p {
      margin: 31px 0;
    }
      
    .footer-wrap.footer-simple .ft-element {
      margin-right: 35px;
    }
    
  }


	@media screen and (min-width:768px) {
      
      .logo-col-mob {
        display: none!important;
      }
    
      .mobtrigger {
        display: none;
      }
    
      .child-trigger {
        display: none;
      }
    
      .main-menu .hs-menu-wrapper { 
          display:block !important;
      }
    
      .ft-mob {
        display: none!important;
      }
    
  	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
             
      .blog-content-wrap{
        padding: 0px 15px;
       }
        .container-fluid .row-fluid .page-center {
          padding: 0 40px;
        }
      
        h1 {
          font-size: 40px;
          margin: 0 0 15px 0;
        }
      
        .h1-sm h1 {
          font-size: 40px;
        }

        h2 {
          font-size: 30px;
          line-height: 36px;
          margin: 0 0 15px 0;
        }
      
        h3 {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 15px 0;
        }
      
        .mtp-blog .post-body h1 {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 15px 0;
        }
      
        .delimiter ul {
          margin: 15px 0 20px 0;
        }
      
        .delimiter li {
          font-size: 17px;
          line-height: 25px;
        }
      
        .delimiter ul li {
          margin: 0 0 8px 0;
        }
      
        .delimiter ul li:before {
          top: 8px;
        }
  
        .delimiter.para-sm ul li:before {
          top: 11px;
        }
      
        .delimiter ul ul {
          margin: 8px 0 0 0;
        }
      
        ol {
          margin: 15px 0 20px 0;
        }
      
        ol li {
          margin: 0 0 8px 0;
        }
      
        ol ol {
          margin: 15px 0 0 -12px;
        }
      
        blockquote {
          padding: 0 0 3px 20px;
        }
      
        p {
          font-size: 17px;
          line-height: 25px;
          margin: 0 0 15px 0;
        }
      
        .hero {
          padding: 70px 0 70px 0!important;
          margin-top: 0;
        }
      
        .hero.bg-pos-mob {
          background-position: center center!important;
        }
      
        .homepage .hero {
          padding: 70px 0 70px 0;
          background-position: center center!important;
        }
      
        .delimiter.platform-apps {
          padding: 50px 0 50px 0;
          border-bottom: solid 1px #eaeff7;
        }
      
        .cta-form.ghost-form form {
          position: static;
          padding-right: 0;
          max-width: 550px;
          margin: 0 auto;
        }
      
        .cta-form.ghost-form form .hs_submit.hs-submit {
          position: static;
          margin: 0 0 0 auto;
        }
      
        .provide-personalize .section-col {
          text-align: center;
          padding-top: 50px;
        }
      
        .provide-personalize .intro-3-cols .section-intro {
          margin-bottom: 50px;
        }
      
        .provide-itinerary .delimiter.columns-2-list .section-content {
          padding: 160px 0 25px 0;
        }
      
        .provide-itinerary .page-center {
          background-position: right 0 top 0 !important;
          background-size: 436px 200px!important;
        }
      
        .revenue-opps .delimiter.columns-2-list .section-content {
          padding: 25px 0 170px 0;
        }
      
        .revenue-opps .page-center {
          background-size: 481px 300px!important;
        }
      
        .provide-itinerary .delimiter.columns-2-list .section-content .row-fluid {
          display: flex;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          flex-direction: column-reverse;
        }
      
        .manage-travel-risk {
          padding: 50px 0 50px 0;
        }
      
        .delimiter.intro-icons-list .section-intro {
          padding: 0 0 50px 0;
          text-align: center;
        }
      
        .manage-travel-risk .section-bg {
          background-image: none!important;
        }
      
        .col-txt {
          margin-bottom: 30px;
        }
      
        .homepage .intro-3-cols {
          background-image: none!important;
        }
      
        .products-pg .hero {
          padding: 70px 0 70px 0;
        }
      
        .delimiter.products-intro {
          padding: 50px 0;
        }
      
        .products-intro .intro-body h2 {
          max-width: none;
        }
      
        .products-intro .intro-body {
          padding-left: 0;
          text-align: center;
        }

        .products-intro .intro-img {
          padding-top: 30px;
        }

        .products-intro .intro-img img {
          width: auto !important;
          max-height: 200px;
        }
  
        .resources-pg .hero {
          padding: 70px 0 70px 0;
        }
      
        .why-us-pg .why-choose .delimiter,
        .why-us-pg .improve-experience .delimiter {
          padding: 50px 0;
        }
      
        .why-us-pg .why-choose .txt-img-flip .img-col,
        .why-us-pg .improve-experience .txt-img-flip .text-col {
          padding-top: 0;
        }
      
        .contact-pg .delimiter.contact-body {
          padding: 50px 0;
        }
      
        .contact-pg .contact-body .contact-info {
          margin-top: 30px;
        }
      
        .contact-pg .contact-body .contact-info p {
          line-height: 35px;
        }
      
        .contact-pg .contact-form h3 {
          margin: 0 0 15px 0;
        }
      
        .contact-pg .contact-form {
          margin-top: 30px;
        }
      
        .contact-pg .contact-form form {
          max-width: 376px;
        }
      
        .delimiter.pricing-intro {
          padding: 50px 0 50px 0;
        }
      
        .delimiter.pricing-request {
          padding: 0 0 50px 0;
        }
      
        .pricing-form form {
          max-width: none;
        }
      
        .mtp-blog .hero {
          background-position: center center;
        }
      
        .mtp-blog .delimiter.listing-body {
          padding: 50px 0;
        }

        .mtp-blog .social-sidebar {
          position: static;
        }

        .mtp-blog .social-sidebar .blog-social {
          width: 100%;
          max-width: 450px;
          text-align: center;
          padding: 15px 20px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px;
        }

        .mtp-blog .social-sidebar a,
        .mtp-blog .social-sidebar a:last-child {
          display: inline-block;
          margin: 0 10px;
        }

        .mtp-blog .listing-wrap {
          display: block;
          float: none;
        }

        .mtp-blog .post-item,
        .mtp-blog .post-item:nth-child(2n) {
          width: 100%;
/*           max-width: 450px; */
          float: none;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 50px;
        }

        .mtp-blog .post-item:last-child {
          margin-bottom: 0;
        }
      
        .mtp-blog .post-item h2 {
          font-size: 24px;
          line-height: 30px;
        }
      
        .mtp-blog .topic-links a {
          float: none;
        }
      
        .mtp-blog .post-item p.post-info {
          margin: 0 0 15px 0;
        }
      
        .mtp-blog .listing-info-left,
        .mtp-blog .listing-info-right {
          text-align: center;
        }
      
        .mtp-blog .listing-by h3.listing-topic {
          margin: 0 0 15px 0;
        }
      
        .mtp-blog .hs-author-profile {
          margin-bottom: 60px;
          max-width: 450px;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
        }
      
        .mtp-blog .hs-author-profile h2 {
          margin: 0 0 20px 0;
        }
      
        .mtp-blog .hs-author-profile img {
          max-width: 150px;
          margin-bottom: 20px;
        }
      
        .mtp-blog .post-header {
          margin-bottom: 30px;
          text-align: center;
        }
      
        .mtp-blog .prev-next .post-prev {
          width: 33%;
          margin: 0 0 0 0;
          display: inline-block;
          float: left;
        }
      
        .mtp-blog .prev-next .post-next {
          width: 34%;
          margin: 0 0 0 0;
          display: inline-block;
          float: left;
        }
      
        .mtp-blog .prev-next .back-blog {
          width: 33%;
          margin: 0 0 0 0;
          display: inline-block;
          float: left;
        }
      
        .mtp-blog.mtp-post .delimiter.post-body {
          padding: 50px 0;
        }
      
        .mtp-blog p a.cta_button {
          max-width: none;
        }
      
        .mtp-blog.hs-content-path-blog-all .post-item {
          margin-right: auto;
        }
      
        .blog-sub .hs_cos_wrapper_type_blog_subscribe {
          position: static;
        }

        .blog-sub h3.form-title {
          position: static;
          width: 100%;
          text-align: center;
          margin: 0 0 25px 0;
        }
      
        .blog-sub .submitted-message p {
          text-align: center;
        }

        .blog-sub form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
          width: 100%;
          margin: 0 auto;
        }
      
        .cs-pagination .pagination-wrap {
          display: block;
        }
      
        .cs-prev,
        .cs-next {
          width: 100%;
        }
      
        .cs-pagination .cs-pag-inner {
          height: auto;
        }

        .cs-prev .cs-pag-inner,
        .cs-next .cs-pag-inner {
          padding: 50px 0;
        }
      
        .mtp-blog .delimiter.listing-body.cs-listing {
          padding: 50px 0 50px 0;
        }
      
        .mtp-blog .cs-listing .post-item,
        .mtp-blog .cs-listing .post-item:nth-child(2n) {
          width: 100%;
          max-width: 450px;
          float: none;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 50px;
          position: static;
        }
      
        .mtp-blog .cs-listing .post-item:last-child {
          margin-bottom: 0;
        }
      
        .cs-listing .summary-wrap {
          margin-bottom: 0;
        }
      
        .cs-listing p.cs-more {
          position: static;
          padding: 20px 36px 42px 36px;
        }
      
        .btn.load-more {
          max-width: 450px;
          margin: 0 auto;
        }
      
        .delimiter.ty-body {
          padding: 50px 0 50px 0;
        }
      
        .delimiter.error-pg {
          padding: 100px 0 100px 0;
        }
      
        .error-pg .btn {
          margin-top: 0;
        }
      
        .error-pg .section-body {
          padding-right: 0;
        }
      
        .subs-pg .delimiter.email-prefs {
          padding: 50px 0;
        }
      
        .email-prefs h1,
        .email-prefs h2 {
          font-size: 30px;
          line-height: 36px;
        }
      
        .email-prefs p {
          font-size: 17px;
          line-height: 25px;
        }
      
        .email-prefs p.header {
          margin: 0 0 30px 0;
        }
      
        .email-prefs .item .item-inner {
          padding: 20px 20px 21px 27px;
        }
      
        .email-prefs .subscribe-options {
          margin: 30px 0 30px 0;
        }
      
        .lp-body .lp-wrap .row-fluid {
          display: block;
        }

        .lp-body .lp-wrap .lp-text {
          width: 100%;
          padding: 50px 40px;
        }

        .lp-body .lp-wrap .lp-text .row-fluid {
          max-width: none;
          float: none;
        }

        .lp-body .lp-wrap .lp-form {
          width: 100%;
          padding: 50px 40px;
        }

        .lp-body .lp-wrap .lp-form .inner-wrap {
          max-width: none;
          float: none;
        }

        .lp-body .lp-wrap .lp-form h3 {
          text-align: center;
        }

        .lp-body .lp-wrap .lp-form form {
          margin: 0 auto;
        }
      
        .ft-desktop {
          display: none!important;
        }
      
        .footer-wrap.footer-simple .logo {
          margin-bottom: 30px;
        }
      
        .footer-wrap.footer-simple .social {
          margin-top: 0;
          margin-bottom: 30px;
        }
      
        .footer-wrap.footer-simple .website-by {
          text-align: left;
          margin-top: 0;
        }
      
        .ft-cols-mob .row-fluid {
          display: flex;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
        }
      
        .footer-wrap .logo-col {
          display: none!important;
        }
      
        .footer-wrap .ft-cols-mob .quick-links {
          width: 48.717948718%;
          float: left;
        }
      
        .footer-wrap .ft-cols-mob .contact-col {
          width: 48.717948718%;
          margin-left: 2.564102564%;
          float: left;
        }
      
        .footer-wrap {
          padding: 30px 0 50px 0;
        }
      
        .footer-wrap .logo {
          margin-bottom: 30px;
        }
      
        .footer-wrap .quick-links {
          padding-left: 0;
          margin-bottom: 30px;
        }
      
        .footer-wrap .social {
          margin-bottom: 30px;
        }
      
        .footer-wrap form {
          max-width: none;
        }
      
        .footer-wrap h3 {
          margin: 0 0 8px 0;
        }
      
        .footer-wrap .quick-links p {
          margin: 0 0;
        }
      
        .footer-wrap .find-us {
          margin-bottom: 0;
        }
      
        .footer-wrap .footer-form {
          margin-top: 30px;
        }
      
        form fieldset.form-columns-2 .hs-form-field,
        form fieldset.form-columns-2 .hs-form-field:last-child {
          width: 100% !important;
          margin-right: 0 !important;
        }
      
        form fieldset.form-columns-3 .hs-form-field,
        form fieldset.form-columns-3 .hs-form-field:nth-child(2),
        form fieldset.form-columns-3 .hs-form-field:last-child {
          width: 100%!important;
          margin-right: 0!important;
          margin-bottom: 12px!important;
        }
      
        .hero p {
          font-size: 18px;
        }
      
        .delimiter {
          padding: 50px 0;
        }
      
        .nav-main .menu-wrap ul li a,
        .nav-main.sticky .menu-wrap ul li a {
          -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;;
        }
      
        .nav-main {
          position: static;
          padding: 20px 0 20px 0;
        }
      
        .nav-main.sticky {
          padding: 20px 0 20px 0;
        }
      
        .nav-main .logo img {
          width: 100px!important;
        }
      
        .nav-main.sticky .logo img {
          width: 100px!important;
        }
      
        .menu-wrap {
          position: absolute;
          width: 100% !important;
          left: -100%;
          top: 110px;
          -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
          z-index: 9999;
          background-color: #ffffff;
          border-top: solid 1px #eaeff7;
          border-bottom: solid 1px #eaeff7;
        }
      
        .menu-wrap.menu-open {
          left: 0;
        }
      
        .mobtrigger {
          right: 20px;
          top: 45px;
          position: absolute;
          text-align: right;
          width: 32px !important;
          height: 32px;
          cursor: pointer;
          float: right !important;
          z-index: 99999;
        }
      
        .mobtrigger .trig {
          background-color: #216ae5;
          -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
        }
      
        .mobtrigger:hover .trig {
          background-color: #7e8ea9;
        }
      
        .mobtrigger.mob-open .trig {
          background-color: #7e8ea9;
        }
      
        .mobtrigger.mob-open:hover .trig {
          background-color: #216ae5;
        }
      
        .mobtrigger.mob-open .trig:nth-child(1) {
          -webkit-transform: translateY(10px) rotate(45deg);
          -ms-transform: translateY(10px) rotate(45deg);
          -o-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
        }
      
        .mobtrigger.mob-open .trig:nth-child(2) {
          opacity: 0;
        }
      
        .mobtrigger.mob-open .trig:nth-child(3) {
          -webkit-transform: translateY(-8px) rotate(-45deg);
          -ms-transform: translateY(-8px) rotate(-45deg);
          -o-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
        }
      
        .mobtrigger .trig:nth-child(1) {
          display: block;
          margin: 0 auto;
          width: 32px;
          height: 3px;
        }
      
        .mobtrigger .trig:nth-child(2) {
          display: block;
          margin: 6px auto;
          width: 32px;
          height: 3px;
        }
      
        .mobtrigger .trig:nth-child(3) {
          display: block;
          margin: 0 auto;
          width: 32px;
          height: 3px;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children a:after {
          display: none;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
          min-width: 100%;
          max-width: 100%;
          left: 0;
          -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
          border-top: solid 1px #eaeff7;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding:0 0;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1,
        .sticky .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
          text-align: left;
          border-bottom: solid 1px #eaeff7;
          font-size: 16px!important;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a {
          margin-right: 56px;
          width: auto;
          display: block;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
          margin-left: 0!important;
          border-bottom: none;
          padding: 18px 20px 20px 20px!important;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
          width: auto;
        }
      
        .nav-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a,
        .nav-main.sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
          padding: 20px 20px 20px 20px;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children {
          
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
          border-bottom: solid 1px #eaeff7;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
          padding: 20px 40px;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child a {
          padding: 20px 40px 20px 40px;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child {
          border-bottom: none;
          font-size: 16px;
        }
   
      
        /* Last Menu Item - Styled like button */
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
          padding: 20px 40px 20px 40px!important;
          margin-right: 0;
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a:before {
          
        }
      
        .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a:hover:before {
          
        }
      
        .main-menu .child-trigger {
          display: block !important;
          cursor: pointer;
          position: absolute;
          top: 0px;
          right: 0px;
          width: 56px !important;
          min-width: 56px !important;
          height: 56px;
          line-height: 50px;
          padding: 0 0 0 0 !important;
          text-align: center;
        }
      
        .main-menu .child-trigger .trigger-wrap {
          display: block;
          position: absolute;
          top: 20px;
          right: 20px;
          width: 10px;
          height: 16px;
          -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
        }
      
        .main-menu .child-trigger.child-open .trigger-wrap {
          -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
        }
        
      
      
      
        .hs-menu-wrapper, .hs-menu-wrapper * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            width: 100%;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal ul {
            list-style: none;
            margin: 0;
            display: block;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
            display: block;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
            float: none;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
        .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
            display: block;
        }

        /* Stacking Horizontal Nav for Mobile */
        .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
            visibility: visible !important;
            opacity: 1 !important;
            position: static !important;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
            padding: 0;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
            white-space: normal;
        }

        /* Stacking Vertical Nav for Mobile */
        .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
            position: static;
            opacity: 1;
            visibility: visible;
        }
        


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

           .main-menu.js-enabled{
               position: relative;
               padding-top: 44px; /* Makes room for button */
               margin: 10px 0 10px 0;
           }

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

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

          /* Mobile Menu Styles */ 
          .main-menu.js-enabled .hs-menu-wrapper{
            width: 100%;
            position: relative; /**************************************************************/
            top: 0;             /* Positions the menu to drop from the very top of the screen */
            left: 0;          /**************************************************************/
            padding: 0;
          }

           /* Level 1 Menu List Styles */
          .main-menu .hs-menu-wrapper > ul > li{
            position: relative;
          }

    }

    @media only screen and (max-width : 600px) {
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container {
        float: none;
      }
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li,
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:nth-child(3n) {
        width: 48%;
        margin: 0 4% 20px 0;
      }
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:nth-child(2n) {
        margin: 0 0 20px 0!important;
      }
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:last-child {
        margin: 0 0 0 0;
      }
      
      .pricing-form form .hs-features_of_interest ul.multi-container li {
        width: 100%;
        float: none;
      }
      
    }

    @media (max-width: 568px) {
      
      .pricing-form form .hs_current_gds_data_provider input[type=checkbox]+span {
        display: block;
      }
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container {
        float: none;
      }
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li,
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:nth-child(3n),
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:nth-child(2n) {
        width: 100% !important;
        max-width: 176px!important;
        margin: 0 auto 20px auto!important;
        display: block;
        float: none;
      }
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:last-child {
        margin: 0 0 0 0;
      }
      
      form fieldset.form-columns-2 .hs-form-field,
      form fieldset.form-columns-2 .hs-form-field:last-child {
        width: 100%!important;
        margin-right:0!important;
      }
      
      form fieldset .hs-form-field {
        margin: 0 0 12px 0 !important;
      }
      
      iframe {
        max-width: 100%;
      }
      
      .mtp-blog .prev-next .post-prev,
      .mtp-blog .prev-next .back-blog {
        width: 100%;
        margin: 0 0 20px 0;
        display: block;
        float: left;
        text-align: center;
      }
      
      .mtp-blog .prev-next .post-next {
        width: 100%;
        margin: 0 0 0 0;
        display: block;
        float: left;
        text-align: center;
      }
      
    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li,
      .delimiter .pricing-form form .hs_current_gds_data_provider ul.multi-container li:nth-child(3n) {
        width: 47.5%;
        margin: 0 5% 20px 0;
      }
      
       {
        margin: 0 0 20px 0;
      }
      
      form fieldset.form-columns-2 .hs-form-field {
        width: 100%!important;
      }
      
        /* beat recaptcha into being responsive, !importants and specificity are necessary */
        #captcha_wrapper,
        #recaptcha_area,
        #recaptcha_area table#recaptcha_table,
        #recaptcha_area table#recaptcha_table .recaptcha_r1_c1
        { width: auto !important; overflow: hidden; }
        #recaptcha_area table#recaptcha_table .recaptcha_r4_c4
        { width: 67px !important; }
        #recaptcha_area table#recaptcha_table #recaptcha_image
        { width:280px !important; }
      .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
            float: none !important; /* Stack social icons into two rows on phones */
      }
        
      body form.hs-form fieldset .hs-form-field { padding: 0; }
      body form.hs-form fieldset.form-columns-3 .hs-form-field,
      body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
      body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
      body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
    }


    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

/* Updates on 24/5/2021 */

div.blog-social-sidebar {
  display: flex;
  justify-content: space-evenly;
  background-color: #eaeff7;
  padding: 20px 20px 29px 20px;
}

div.blog-social-sidebar a{
  margin: 0px 5px;
  font-size: 20px;
  color: #7e8ea9;
}
.sidebar-post-listing .widget-module ul, .sidebar-tag-listing ul.tag-list-wrap {
  padding-left: 0px;
}
.sidebar-post-listing .widget-module ul li, .sidebar-tag-listing ul.tag-list-wrap li{
  padding: 0px;
}
.sidebar-post-listing .widget-module ul li a{
  font-size: 16px;
  line-height: 0;
  font-weight: 400;
}
.sidebar-post-listing .widget-module ul li:before,
.sidebar-tag-listing ul.tag-list-wrap li:before{
  display: none;
}
.sidebar-tag-listing ul.tag-list-wrap li a {
  font-size: 16px;
  line-height: 0;
  font-weight: 400;
}

/* Intro and 2 column icon list styles */

.delimiter.intro-icons-list {
  padding: 0 0;
}

.delimiter.intro-icons-list .section-intro {
  padding: 94px 0 114px 0;
}

.intro-icons-list .icon-list h4 {
  margin: 0 0 4px 0;
}

.intro-icons-list .icon-list .span6 {
  padding: 0 4.5%;
}

.delimiter.intro-icons-list .icon-list ul {
  padding: 0 0;
  margin: 0 0 0 0;
}

.delimiter.intro-icons-list .icon-list ul li {
  padding: 0 0 0 50px;
  margin: 0 0 31px 0;
}

.delimiter.intro-icons-list .icon-list ul li:last-child {
  margin: 0 0 0 0;
}

.delimiter.intro-icons-list .icon-list ul li h3 {
  margin: 0 0 12px 0;
}

.delimiter.intro-icons-list .icon-list ul li img.list-icn {
  position: absolute;
  left: 0;
  top: 4px;
}

.delimiter.intro-icons-list .icon-list ul li:before {
  position: static;
  display: none;
}

@media only screen and (max-width: 767px) {
  
  .intro-icons-list .icon-list .span6 {
    padding: 0 0;
  }
  
  .delimiter.intro-icons-list .icon-list ul li:last-child {
    margin: 0 0 31px 0;
  }
  
  .delimiter.intro-icons-list .icon-list {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  
}


/* Intro with 3 columns module css */
.delimiter.intro-3-cols {
  padding: 120px 0 127px 0;
  background-color: #EAEFF7;
}

.intro-3-cols .section-intro {
  text-align: center;
  margin-bottom: 32px;
}

.intro-3-cols .section-col {
  padding-left: 4%;
  padding-right: 4%;
}

.intro-3-cols .section-intro h2 {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width : 767px) {

  .delimiter.intro-3-cols {
    padding: 50px 0;
  }
  
  .intro-3-cols .section-col {
    padding-left: 0;
    padding-right: 0;
  }
  
}