/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


/* ==========================================================================
HS COS Boilerplate v1.5.3                                
========================================================================== */

/* This responsive framework is required for all styles. */

/* Missing Template at Path: \'UltimateConversion_August2018\/Code_Files\/UC_August2018-modules.css\' */

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

Index:         

1. BASE STYLES   
- Variables
- Macros
- Base
- Typography

2. COS STRUCTURE
- Structure
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. MISCELLANEOUS

7. MOBILE MEDIA QUERIES

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


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


1. BASE STYLES                                             


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


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


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

/* Typography */
            /*  */
                         /*  */
                          /*  */

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

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

/* Header */


/* Hero Background Color */


/* Form Styling */


/* Button */



/* Footer */



/* Headings */













/* ==========================================================================
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;
}
img{
 max-width:100%; 
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #001C34;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.56;
}

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

.container-fluid .row-fluid .page-center{
  display: block;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
}

a { 
  color: #0079f1;
  text-decoration: none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  text-decoration: none;
}

.clear-link a {
  background-image: none;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 0px;
}

a:hover, a:focus { 
  color: #1496dd; 
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

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



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


/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 23px;
  letter-spacing: 0.4px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

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

  font-family: 'Outfit', sans-serif;

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

h1, h2, h3, h4{
  font-weight: 500;

}

h1 {
  font-size: 2.9rem;;
  color: #001C34;
  line-height: 1.20;
  margin: 0 0 23px;
  letter-spacing: -.5px;
  word-spacing: -3px;
}

h2 {
  font-size: 40px;
  color: ;
  line-height: 1;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
  letter-spacing: 1px;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  content: "";
  min-width: 60px;
  width: 60px;
}
h3 {
  font-size: 24px;
  color: ;
  line-height: normal;
  letter-spacing: 1px;
}

h4{
  font-size: 18px;
  color:#001C34;
  letter-spacing: 1px;
}


/* Lists */
ul, ol {}
ul {
  margin-top: 0;
  margin-left: 15px;
}
ul ul, ul ol, ol ol, ol ul {}

li {}

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

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

/*-----------Misc------*/

.lp-main-content ul{ margin-left: 0px; list-style:none; } 

.lp-main-content li{ 
  padding: .3em 0 1em 40px;
  background: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/icon-tick-teal.svg) no-repeat 3px 8px;
  background-size: 22px;
} 

.footer-container-wrapper {
    text-align: center;
    background: #eef0f2;
    padding: 59px 0px;
}

.lp-logo {padding-bottom:25px}

.intro-header h3{margin-bottom:6px; color:#0079F2; text-transform:uppercase; font-size:1.1em; font-weight:600}

.certificates-section img{
    max-width: 85%;
    width: auto;
    height: auto;
}

.footer-heading {
    text-align: center;
  height:0px;
}

.footer-heading h3{
    top: -61px;
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
}

.scroll-arrow a {
    background: #0079F2;
    border-radius: 30px;
    display: inline-flex; 
  background-image: linear-gradient(to right, #0079F2 0%, #090267 100%)
}

.scroll-arrow a:hover {background-image:none}

.scroll-arrow a img
{padding: 14px;}

.footer-heading.analyst h3 {    background: #015aa7;     border-radius: 40px;     color: #fff;}
.analyst-headline h1{width:100% !important}
.analyst-button a.hs-button  {border-width:0px}

.resources.analyst-reports img {border-radius:10px}
/*-----------Header------*/

.header {
  background: #ffffff
    border: 0;
  padding: 18px 0;
}

.ucLpHeader {
  -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
  position: relative;
  padding: 17px 50px 18px;
}

.ucLpHeader .row-fluid .page-center {
  max-width: 100%;
  position: relative;
}

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

.footer {
  background: #fff;
  padding: 0 0;
}
.footer-top {
  background-color: #39464e;
  padding: 44px 0 35px;
}
.footer-image {
  margin-top: 6px;
}

.footer-top-center p {
  line-height: 1.2;
}
.address {
  color: #fff;
}

.footer-bottom {
  padding: 30px 0 37px;
}
.footer-bottom span {
  letter-spacing: 0;
  font-weight: normal;
}
.footer-bottom a {
  color: #001C34;
}
.footer .widget-type-raw_html {
  min-height: 0 !important;
}

.footer-bottom .right {
  text-align: right;
}

.dark-blue-button a{
  background-color:#fff !important;
  background-image: linear-gradient(to right, #0078f1 0%, #09076d 100%);
  display: inline-block;
  padding: 11px 30px;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing:2px;
  border:2px solid #fff;
}

.dark-blue-button a:hover{
    color: #001C34;
    border-color: #017bf2;
    background: #fff !important;
    border: 2px solid #0078f1;
}



/*-------Custom Modules ------*/

/*-----------certificate------*/

.certificates-section {
  padding: 0px 0 31px;
  text-align: center;
}
.certificates-section {
  background: #fff;
  color: inherit;
}
.certificates-section .page-center {
  position: relative;
}

@media (min-width: 1280px) {
.certificates-section  .row-fluid {
    display: flex;
    justify-content: center;
}
}

.certificates-section .page-center >div:before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.certificates-section .page-center >div {
  margin: 0 0px;
}
.certificates-section .certificate-name span {
  text-transform: none;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
  line-height: 1.25;
}

.certificates-section .certificate-wrapper>div {
  max-width: 180px;
  margin: 0 auto;
}

.certificate-wrapper .widget-type-linked_image .cell-wrapper {
  float: none;
  min-height: 90px;
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.certificate-wrapper .hs_cos_wrapper_type_linked_image {
  display: table-cell;
  vertical-align: bottom;
}

.certificate-wrapper {
  padding-bottom: 0px;
  padding-top: 0px;
}

.certificates-section img {
  margin-bottom: 0;
}

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


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

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

.body-container .widget-type-form:not(.noBgStyle) {
  border-radius: 6px;
  background: #f8f8f8;
  display: block;
  padding: 24px 38px 25px;
  background-image:url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/bg-light-blue-bar.svg);
  background-repeat: no-repeat;
}

.widget-type-form.ungated h3{font-size:2rem; padding-top:30px }
.widget-type-form.ungated a {margin-top:30px; margin-bottom:60px}

.form-with-images {
 border-radius: 6px;
  background: #f8f8f8;
  display: block;
  padding: 6px 0px;
  background-image:url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/bg-light-blue-bar.svg);
  background-repeat: no-repeat; 
}

.form-with-images .widget-type-form:not(.noBgStyle) {
  background:none !important
}

.body-container form {
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 15px;
}
.body-container h3.form-title:empty{
  display:none;
}
.body-container h3.form-title {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  margin: 15px 18px 0px;
}
/* Form Field */
body .hs-form-field {
  position: relative;
  margin-bottom: 10px;
}

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

/* Labels */
body label {
  font-size: 14px;
  line-height: 26px;
  font-family: 'Heebo', sans-serif;
  display: inline-block;
}
body .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) > label{
  position: absolute;
  height: 50px;
  left: 0;
  top: 0;
  line-height: 9px;
  padding-left: 8px;
  padding-top: 14px;
  transition:all 0.3s ease;
  pointer-events: none;
  visibility: visible;
  font-size:11px;
  text-transform:uppercase;
}
.hs-form-field.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  padding-top: 0px;
  font-size: 8px;
  font-weight: 600;
  visibility: visible;
}
.hs-form-field.error:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  color: #d0021b;
}
.hs-form-field.error.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  color: #2f2f2f;
}


form .hs-richtext {
  margin-bottom: 10px;
  color: #2f2f2f;
}
/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  background: #f8f8f8;
  border: none;
  border-bottom: 2px solid #d2dce7;
  outline: none;
  color: #2f2f2f;
  height: 57px;
  font-family: 'Heebo', sans-serif;
  padding: 26px 8px 0px;
  line-height: 21px;
  transition:border 0.3s ease;
  font-weight:500;
}

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

body .input select {
   padding-left:4px;
}

body .input textarea { 
  margin-top:16px
}
/* Separate Styles for Multiple Line Inputs */

body textarea {
  height: 90px;
  padding-top: 14px;
  width: 100% !important;
}
body textarea:focus {}

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {
  vertical-align: -11%;
}
body input[type="checkbox"] {
  vertical-align: -11%;
}

h3.form-title{
  color:#fff
}
/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

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

/* Placeholder Text */
.body-container ::-webkit-input-placeholder { /* Webkit Browsers */
  color: transparent;
  opacity: 1;
}
.body-container :-moz-placeholder { /* Firefox 18- */
  color: transparent;
  opacity: 1;
}
.body-container ::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  opacity: 1; 
}
.body-container :-ms-input-placeholder { /* IE10 */
  color: transparent;
  opacity: 1; 
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 10px;
  font-family: 'Heebo', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}
ul.hs-error-msgs.inputs-list label {
  font: inherit;
  color: inherit;
}

body input.error {
  background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/error-icon.png?t=1530209499772);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  border-color: #d0021b;
  color: #d0021b;
  margin-bottom: 10px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  background: #ddd;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #2f2f2f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked + span:before {
  border: 2px solid #2f2f2f;
  background: #fff;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  outline: none;
  display: block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  color: #2f2f2f;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  color: #fff;
  transition: all .2s;
  font: normal normal normal 14px/1 FontAwesome;
  letter-spacing: 0;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  display: block;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
  /*border: 2px dotted blue;*/
}
[type="checkbox"]:checked + span:before {
  background: #2f2f2f;
  border-color:   #2f2f2f;
}



/*--------------Hero Section----------------*/
.ucHeroSection {

  background-position: center top !important;
  background-repeat: no-repeat !important;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ucHeroLeft {
    padding-left: 5%;
}

body.light-blue {
  background-image: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/paleblue-hero-curves.svg);
  background-size: cover;
  background-position: center -3vw !important;
  background-repeat: no-repeat;
}

body.blue-teal {
  background-image: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/brand-blue-cta.svg);
  background-size: cover;
  background-position: center -104vw !important;
  background-repeat: no-repeat;
}

.purple-bg {
  background-image: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/purple-cta.svg);
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
  padding:60px 20px;
  
}

.purple-bg h4 {color:#fff}

.blue-bg {
  background-image: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/brand-blue-cta.svg);
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
  padding:60px 20px;

}

.blue-bg h1 {color:#fff}

body.light-blue.move-down {
  background-position: center 20vw !important;
}

body.light-blue.bottom-aliged {
  background-image: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/paleblue-hero-curves-bottom.svg);
  background-position-y: bottom !important;
}

body.bg-billing {
  background-image: url(https://20300238.fs1.hubspotusercontent-na1.net/hubfs/20300238/LandingPages/green-hero-curves.svg);
}
  
.ucHeroMain {
  padding-bottom: 110px;
  border-bottom: 1px solid #869a9f;
}

.white-font h1, .white-font h4 {color:#fff; }
.white-font h1 {width:93%}

.formWrapper {
  padding-right: 5%;
}

.formWrapper > div {
  box-shadow:  0 10px 25px 0 rgb(63 72 79 / 15%);
  border-radius:20px;
  background: #f8f8f8;
} 

.formWrapper.ty > div {
  box-shadow:  none;
  border-radius:20px;
  background: none;
} 

.ty .intro-header h1 {margin-bottom:0px} 

.ty .ucHeroMain img.hs-image-widget {margin-top:-40px}
.ty .ucHeroMain {padding-bottom:30px}

.ty .res-type {    font-weight: 600;color:#0278f4; text-transform:uppercase; padding-top:10px}

.reports4 .footer-heading.analyst h3 {font-weight:600; padding:10px 50px;     background: #1597dd;} 
.reports4 h2:after { border:none }

.resources {padding-bottom:100px; }

.resources-section {margin-top:55px}

.resources h3{margin-top:-15px}
.resources a {    display: inline-block;
    margin-top: 20px;
    padding: 7px 12px;
    min-width: 190px;
    text-align: center;
    background: none;
    border: 2px solid #1597DD;
    border-radius: 22.5px;
    color: #1597DD;
    font-weight: 600;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-size:16px; 
}

.resources a:hover {
  background-color:#8BD23D;
  color:#fff;
  border-color:#8BD23D
}

.footer-heading.resource-section h3 {}

.resources .widget-type-linked_image  a:hover {background-color:transparent}

.ucHeroSection .ucHeroForm {
  position: relative;
}
.ucHeroSection .ucHeroForm:before {
  position: absolute;
  top: -70px;
  left: -100px;

}
.ucHeroSection .ucHeroForm:after {
  position: absolute;
  bottom: -85px;
  left: -100px;

}

.notes p{
  font-size: 10px;     padding: 0px 47px;     top: -28px ;    position: relative; color:#eee
}
.widget-type-custom_widget.notes {    background: #f8f8f8;}


.button,
.cta_button, .cta_link a, 
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 16px;
  border: 1px solid;
  padding: 13px 70px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 2px;
  margin-top: 10px;
  background-color: transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-color: #fff;
  color: #fff;
  max-width: 100%;
  width: 100%;
  line-height: 22px;
  background-color: #0079f1;
  border-color: transparent;
  color: #fff;
  outline: none;
  border-radius:25px;
}
.button:hover,
.cta_button:hover, 
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
  background-color: transparent;
  color: #0079f1;
}
.button:focus,
.cta_button:focus, 
body .hs-button.primary:focus, body input[type="submit"]:focus, body input[type="button"]:focus {
  background-color: transparent;

}
.hs-cta-wrapper a { 
  -moz-box-sizing: border-box !important; 
  -webkit-box-sizing: border-box !important; 
  box-sizing: border-box !important;

}
.cta_button, 
.button {
  padding: 14px 15px 13px;
  width: auto;
  min-width: 250px;
}
.cta_button:hover,
.button:hover{
  border-color: #0079f1;
}
.invert .cta_button,
a.button.invert{
  background-color: transparent;
  border-color: #0079f1;
  color: #0079f1;

}

.invert .cta_button:hover,
a.button.invert:hover{
  color: #fff !important;
  border-color: #fff !important;
  background-color: #0079f1 !important;
}

ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f4f4f4 inset;
  color: #fff
}

.pale-blue-button a , .analyst-button .hs_cos_wrapper_type_module a, .pale-blue-button input[type="submit"]{
  background-color:#fff !important;
  background-image: linear-gradient(to right, #017bf2 0%, #30d7cb 100%);
    display: inline-block;
    padding: 11px 30px;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
  letter-spacing:2px;
  border:2px solid #fff;
}

.pale-blue-button a:hover, .analyst-button .hs_cos_wrapper_type_module a:hover, .pale-blue-button input[type="submit"]:hover{
    color: #001C34;
    border-color: #017bf2;
    background: #fff !important;
    border: 2px solid #017bf2;
}

.notes p {
    font-size: 10px;
    padding: 0px 47px;
    top: -28px;
    position: relative;
    color: #888;
}

legend {
  font-size: 11px;
}
.ucHeroRight {
  color: #fff;
}
.ucHeroRight p {
  margin-top: 0;
  line-height: normal;
}
.ucHeroRight img {
  display: block;
  margin: 45px auto 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.ucHeroSection .widget-type-header {
  max-width: 780px;
}

.ucHeroSection .ucHeroMain.max-w .widget-type-header
 {max-width: inherit;}

.ucHeroSection .ucHeroMain.max-w {border: none; padding-bottom:60px}

.orange-button a {
  display: inline-block;
  background-color: rgba(255, 166, 0, 1.0);
  color: #FFFFFF !important;
      padding: 7px 12px;
    min-width: 190px;
  text-align:center;
      border-radius: 22.5px;
  font-weight:600;
  letter-spacing: 2px;
}

.analyst-header .ucHeroSection .widget-type-header {  max-width: inherit; text-align:center}

.cta_link a {color:#fff; display:inline;}

.cta_link a:hover {color:#222; background:#fff}

/*------------------Get Your Offer-----------------*/

.get-your-offer {
  padding: 40px 0;
}

.get-your-offer h3 {
  margin-top: 0;
  margin-bottom: 10px;
}


/*------------------Quote Module-----------------*/
.quote-module {
  padding: 50px 0 40px;
  color: #fff;
  font-size: 20px;
}

.quote-module .icon {
  display: table-cell;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

.quote-module .content {
  width: calc(100% - 120px);
  display: table-cell;
  vertical-align: middle;
}

.quote-module .content p {
  margin: 0;
}

.quote-module .row-fluid {
  display: table;
}

.quote-module .row-fluid:before,.quote-module .row-fluid:after {
  display: none;
}


.ucSupportSection {
  padding: 65px 0 15px;
}

.ucSupportSection p a {
  color: inherit;
}
/* .ucSupportSection h3 {
color: #2299a9;
margin-top: 0;
} */
.lp-testimonial-module {
  margin-bottom: 40px;
  margin-top: 15px;

}

.lp-testimonial-module img {
  border-radius: 50%;
  margin-top: 10px;
  width:250px;
}

.lp-testimonial-module blockquote {
  margin: 0;
  font-style: italic;
  font-size: 18px;
  padding-bottom: 23px;
}

.lp-testimonial-module blockquote:before {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #0079f1;
  margin-bottom: 15px;
  content: "";
}


.page-center.pt-35.pb-30 {
  padding-top: 35px;
  padding-bottom: 30px;
}

/*---------------Social Share Module--------------*/
.title {
  font-size: 20px;
  letter-spacing: 2px;
}
.social-share ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.social-share ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-share ul li a {
  width: 40px;
  height: 40px;
  border: 2px solid;
  color: #001C34;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  vertical-align: middle;
}
.social-share ul li a:hover{
  color:#0079f1;
} 

.certificates-section {
  overflow: hidden;
}

/*------------Speaker Bio---------------*/
.speakers-section2 {
  padding: 80px 0;
}
.speakers-section2 h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}


.hero-bottom {
  color: #fff;
  text-align: center;
  max-width: 100%;
  background: #9a312b;
  background: -moz-linear-gradient(top,#9a312b 1%,#c68884 100%);
  background: -webkit-linear-gradient(top,#9a312b 1%,#c68884 100%);
  background: linear-gradient(to bottom,#9a312b 1%,#c68884 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a312b',endColorstr='#c68884',GradientType=0);
  color: #fff;
  background: #c68884;
  background: -moz-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: -webkit-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: linear-gradient(to bottom,#c68884 0%,#9a312b 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c68884',endColorstr='#9a312b',GradientType=0);
  padding: 80px 0;
  background: #fff;
  position: relative;
  color: #fff;
  background: #fff
}

.hero-bottom:before {
  background: #c68884;
  background: -moz-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: -webkit-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: linear-gradient(to bottom,#c68884 0%,#9a312b 99%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .7;
  z-index: 0;
  background: #f15924;
  background: #000;
  background: #2299a9
}

.hero-bottom>div {
  position: relative;
  z-index: 1
}

.hero-bottom h2:after {
  margin: 0 auto;
  right: 0
}

.cm-events-archive {
  margin-bottom: 10px
}

.cm-events-archive .title {
  color: #2299a9;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .8px
}

.cm-events-archive .subtitle {
  color: #f15924;
  font-style: italic
}

.cm-events-archive .date {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: .6px;
  color: #959595
}
.width230px {
  width: 230px;
}
.speakerBioPage .ucHeroSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.speakerBioPage h1 {
  margin-bottom: 50px;
}

.speakerBioPage .ucHeroSection .ucHeroForm:before {
  position: absolute;
  top: -70px;
  right: -70px;
  content: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/arrow-right-top.png?t=1534750714870);
  left: auto;
}

.speakerBioPage .ucHeroSection .ucHeroForm:after {
  position: absolute;
  bottom: -75px;
  right: -70px;
  content: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/arrow-right-bottom.png?t=1534750714870);
  left: auto;
}
.speakerBioPage .ucHeroMain {
  padding-bottom: 50px;
  border:none;
}
.speakerBioPage .formWrapper {
  padding-right: 0;
}
.speakerBioPage fieldset {
  max-width: 100% !important;
}
.speaker-bio-module {
  color: #fff
}
.speaker-bio-module .image {
  padding-top: calc(100% - 20px);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid rgba(0,0,0,0.2)
}

.speaker-bio-module .image img {
  width: auto;
  /* max-width:none; */
  /* max-height:100%; */
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  position: absolute;
}
.speaker-bio-module .title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-style: normal;
  font-family: 'Outfit', sans-serif;
  margin: 15px 0
}

.speaker-bio-module a {
  color: #bcd7dc;
  border-bottom: 1px solid #bcd7dc
}

.speaker-bio-module .details {
  margin-top: 30px;
  font-size: 20px;
  line-height: 35px
}

.analyst-button .hs_cos_wrapper_type_module a{
      transition: all .3s ease;
    text-decoration: none;
    background-image:  linear-gradient(to right, #017bf2 0%, #30d7cb 100%) !important;
    display: inline-block;
    padding: 11px 30px !important;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
}

@media(max-width:1480px) {
   body.light-blue {
    background-position: center 2vw !important;
  }
  body.light-blue.move-down {
      background-position: center 25vw !important;
  }  
  h1 {font-size:2.5rem; margin-bottom:18px}
  .lp-image img {max-width:450px}
}

@media(max-width:1024px){
  .widget-span.top-right {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .widget-span.top-left {
    width: 100%;
  }    
  .certificates-section .page-center >div {
    margin: 0;
  }    
  .social-share ul li {
    display: inline-block;
    margin: 0 5px;
  }    
  .resource-padding {padding-bottom:80px}
}
@media(max-width:1350px) {
  .speakerBioPage .ucHeroSection .ucHeroForm:before,
  .speakerBioPage .ucHeroSection .ucHeroForm:after{
    display:none;
  }
  .ty .hs_cos_wrapper_widget img.hs-image-widget {margin-top:0px}
  body.light-blue {
    background-position: center 5vw !important;
  }
  body.light-blue.move-down {
      background-position: center 30vw !important;
  }  
  
}
@media(max-width:1024px) and (min-width:768px){
  .footer-top-center {
    font-size: 18px;
  }
  .address {
    font-size: 18px;
  }
  body.light-blue {
    background-position: center 15vw !important;
  }
  body.light-blue.move-down {
      background-position: center 60vw !important;
  }
  
}
@media (min-width:768px){
  .featured-report-area {padding-top:50px}
}

@media(max-width:767px){
  .formWrapper {padding-right:0px}
  .connect h1 {width:100%}
  .form-with-images .row-fluid .span12 {width:100%}
  .form-with-images .row-fluid .span3 {width:23% !important; display: inline-block;}
  
  body .input select {
    margin-top: 8px;
  }
  
  .ucHeroSection {
    background-position: 45% top !important;
  }
  
  a.button {
    margin-bottom: 20px;
  }
  .ucHeroSection .formWrapper {
    padding-right: 0;
  }
  h1 {
    font-size: 38px; width:75%;
  }   
  .ucHeroSection .ucHeroForm {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ucHeroMain {
    padding-bottom: 60px;
  }
  .quote-module .icon {
    width: 70px;
  }    
  .lp-testimonial-module blockquote {
    margin-top: 30px;
  }    
  .lp-testimonial-module {
    text-align: center;
  }
  .certificate-wrapper.widget-span {
    width: 50%;
    float: left;
  }
  .footer-image {
    margin-bottom: 30px;
  }
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .footer-bottom .page-center {
    padding-left: 0;
    padding-right: 0;
  } 
  .footer-bottom .right {
    text-align: left;
    margin-top: 10px;
  }
  .social-share {
    margin-top: 30px;
  }
 
  body.light-blue {
    background-position: center 65vw !important;
  }
  body.light-blue.move-down {
      background-position: center 105vw !important;
  }
}

@media(max-width:479px){
  .certificate-wrapper.widget-span {
    width: 100%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
  }
  .button, .hs-button {
    margin-top: 20px;
  }
  h1 {
    font-size: 32px; width:85%;
  } 
  body.light-blue {
    background-position: center 75vw !important;
  }
}