/*--------------
* 
* Welcome
* We are happy to help you - 
* Campaign Creators' Team.
* Thanks
* Email Here - 
* 
* ----------*/ 



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


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

/* This responsive framework is required for all styles. */
/* Missing Template at Path: \'UltimateConversion_August2018\/Code Files\/UC_August2018-style_plugins.css\' */
/* Missing Template at Path: \'UltimateConversion_August2018\/Code Files\/UC_August2018-modules.css\' */

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

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 */
    /*  */
    /*  */
    /*  */

/* Headings */





















/* Header */


/* Hero Background */







/* Footer */


/* Form Styling */


/* Button */



/* Desktop Menu */
      /* Set Link Color */
 /* Set Link Hover Color */

/* Mobile Menu */
   /* Set Mobile Menu Background Color */
      /* Set Link Color */
 /* Set Link Hover Color */

/* ==========================================================================
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;
} 

/* Website background color and default font styles */

body {
  background: #fff;
  color: #39464e;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.56;
}

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

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

.page-center.width1440 {
  max-width: 1440px !important;
}

a { 
  color: #2299a9;
  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;
}

a:hover, a:focus { color: #f15924; }

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: 0 0 1em;
}
small {}

strong{
  font-weight: 600;
}
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: 'Open Sans', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color:;
  line-height: 1;
  letter-spacing: normal;
  margin: 0 0 25px;
  font-weight: bold;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  line-height: 1.03;
  color:;
  position: relative;
  padding-bottom: 30px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 25px !important;
}
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  content: "";
  min-width: 80px;
  width: 80px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 1.08;
  color:#f15924;
  font-weight: bold;
  margin: 0 0 1em;
}
h3 a{
  text-decoration:underline;
}
h4 {
  font-size: 24px;
  line-height: 1.67;
  color: #2299a9;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin: 0 0 1em;
}
h5 {
  font-size: 18px;
  color: #39464e;
  font-weight: bold;
  margin:10px 0 15px;
}

h6 {
  font-size: 16px;
  color: #2299a9;
  font-weight: bold;
  margin:10px 0 15px;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {
  font-size: 22px;
  color: #7d7d7d;
  line-height: 1.45;
  margin: 0 0 1em;
  position: relative;
  font-style: italic;
}

blockquote:before {
  height: 100%;
  width: 2px;
  content: "";
  background-color: #f15924;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
blockquote p {}

blockquote h6 {
  margin: 0 0 1em;
  color: #39464e;
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
}

blockquote h6 span {
  color: #7d7d7d;
}

blockquote small {}

blockquote small:before {}

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

p > a.cta_button{
  line-height: 24px !important;
}

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

.text-center h2:after {
  margin: 0 auto;
  right: 0;
}

.slick-slide {
  outline: none;
}

.hidden-ani{
  opacity:0;
}
.visible-ani{
  opacity:1;
}

.pT10 {padding-top: 10px;}
.pT20 {padding-top: 20px;}
.pT30 {padding-top: 30px;}
.pT40 {padding-top: 40px;}
.pT50 {padding-top: 50px;}
.pT60 {padding-top: 60px;}
.pT70 {padding-top: 70px;}
.pT80 {padding-top: 80px;}
.pT90 {padding-top: 90px;}
.pT100 {padding-top: 100px;}

.pB10 {padding-bottom: 10px;}
.pB20 {padding-bottom: 20px;}
.pB30 {padding-bottom: 30px;}
.pB40 {padding-bottom: 40px;}
.pB50 {padding-bottom: 50px;}
.pB60 {padding-bottom: 60px;}
.pB70 {padding-bottom: 70px;}
.pB80 {padding-bottom: 80px;}
.pB90 {padding-bottom: 90px;}
.pB100 {padding-bottom: 100px;}

.pTb10 {padding-top: 10px;padding-bottom: 10px;}
.pTb20 {padding-top: 20px;padding-bottom: 20px;}
.pTb30 {padding-top: 30px;padding-bottom: 30px;}
.pTb40 {padding-top: 40px;padding-bottom: 40px;}
.pTb50 {padding-top: 50px;padding-bottom: 50px;}
.pTb60 {padding-top: 60px;padding-bottom: 60px;}
.pTb70 {padding-top: 70px;padding-bottom: 70px;}
.pTb80 {padding-top: 80px;padding-bottom: 80px;}
.pTb90 {padding-top: 90px;padding-bottom: 90px;}
.pTb100 {padding-top: 100px;padding-bottom: 100px;}

.mT10 {margin-top: 10px;}
.mT20 {margin-top: 20px;}
.mT30 {margin-top: 30px;}
.mT40 {margin-top: 40px;}
.mT50 {margin-top: 50px;}
.mT60 {margin-top: 60px;}
.mT70 {margin-top: 70px;}
.mT80 {margin-top: 80px;}
.mT90 {margin-top: 90px;}
.mT100 {margin-top: 100px;}

.mB10 {margin-bottom: 10px;}
.mB20 {margin-bottom: 20px;}
.mB30 {margin-bottom: 30px;}
.mB40 {margin-bottom: 40px;}
.mB50 {margin-bottom: 50px;}
.mB60 {margin-bottom: 60px;}
.mB70 {margin-bottom: 70px;}
.mB80 {margin-bottom: 80px;}
.mB90 {margin-bottom: 90px;}
.mB100 {margin-bottom: 100px;}

.mTb10 {margin-top: 10px;margin-bottom: 10px;}
.mTb20 {margin-top: 20px;margin-bottom: 20px;}
.mTb30 {margin-top: 30px;margin-bottom: 30px;}
.mTb40 {margin-top: 40px;margin-bottom: 40px;}
.mTb50 {margin-top: 50px;margin-bottom: 50px;}
.mTb60 {margin-top: 60px;margin-bottom: 60px;}
.mTb70 {margin-top: 70px;margin-bottom: 70px;}
.mTb80 {margin-top: 80px;margin-bottom: 80px;}
.mTb90 {margin-top: 90px;margin-bottom: 90px;}
.mTb100 {margin-top: 100px;margin-bottom: 100px;}

.width400 { max-width: 400px; }
.width500 { max-width: 500px; }
.width600 { max-width: 600px; }
.width700 { max-width: 700px; }
.width800 { max-width: 800px; }
.width900 { max-width: 900px; }
.width1000 { max-width: 1000px; }

.center{
  margin-left:auto !important;
  margin-right:auto !important;
  float: none !important;
}

.radius-image img {
  border-radius: 50%;
}

.whiteText {
  color: #ffffff;
}

@media (min-width: 768px) {
  .hasFlex .row-fluid {
    display: flex;
    align-items: center;
  }

  .columnSticky{
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.07;
  }
  .text-center h2 {
    text-align: left;
  }
  .text-center h2:after {
    margin: 0 auto;
    right: auto;
  }
  .mobilePt30{
    padding-top:30px;
  }
  .mobilePt50{
    padding-top:50px;
  }
  .mobilePb30{
    padding-bottom:30px;
  }
}


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


2. COS STRUCTURE                                            


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





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


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

.header-container {
  min-height: 0;
}

.ucCustomHeader .row-fluid .page-center {
  max-width: 100%;
  position: relative;
}
.ucCustomHeader {
  height: auto;
  position: fixed;
  z-index: 100;
  left:0px;
  top:0px;
  background: #fff;
  width: 100% !important;
  padding: 0 50px;
  line-height: 1em;
}
.ucHeaderTop {
  padding-top: 17px;
  padding-bottom: 17px;
  transition: all 0.3s ease;
}
.ucHeaderLogo{
  display: block;
  vertical-align: top;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -ms-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}
.ucHeaderLogo a img{
  max-width:none;
}
.ucHeaderTop-right {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: right;
  color: #39464e;
  padding-top: 0;
  line-height: 1.5;
}

.ucHeaderTop-right p {
  margin: 0;
}

.ucHeaderTop-right a {
  color: #f15924;
  margin-left: 10px;
  letter-spacing: 0;
}

.ucHeaderTop-right a:hover {
  color: inherit;
}

.ucHeaderTop-right a i {
  color: #39464e;
  font-size: 16px;
  margin-right: 13px;
}

.ucHeaderTop-right a.subscribe-btn{
  color: #f15924;
  border-color: #f15924;
}
.ucHeaderTop-right a.subscribe-btn:hover{
  background-color: #f15924;
  color: #ffffff;
}
.ucHeaderContactPop.widget-span {
  position: absolute;
  min-width: 450px;
  height: 100vh;
  top: 0;
  padding: 70px 50px 20px;
  max-width: 50%;
  right: 0;
  z-index: -100;
  right: 0;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  transition: opacity 0.5s ease;
  font-size: 2vh;
  width: 23em;
  background-color:#ffffff;
}
.hover .ucHeaderContactPop.widget-span {
  visibility:visible;
  opacity: 1;
  pointer-events: initial;
  z-index: 1;
}
.hs-inline-edit .ucHeaderContactPop {
  display: none;
}
.ucHeaderContactPopOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ucHeaderContactPopOverlay:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000000;
  z-index: -1;
  transition: opacity 0.5s ease 0.2s;
  opacity: 0;
  pointer-events: none;
}

.hover .ucHeaderContactPopOverlay:before {
  opacity: 0.75;
}
body.hover {
  overflow-y: hidden;
}
.ucHeaderContactPop.widget-span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease 0.2s;
}
.hover .ucHeaderContactPop.widget-span:after {
  opacity: 1;
}
.ucHeaderContactPopTop {
  text-align: right;
  color: #39464e;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
}
.ucHeaderContactPopInner {
  overflow-y: auto;
  height: calc(100vh - 78px);
  padding-right: 20px;
}

.ucHeaderContactPopTop h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  color: #39464e;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 0.9s;
  opacity: 0;
  font-size: 1em;
}
.ucHeaderContactPopTop h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.5em;
  padding-top: 0.4em;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 0.3s;
  opacity: 0;
  font-size: 1.35em;
}
.ucHeaderContactPopTop h6 {
  font-size: 24px;
  font-weight: 300;
  color: #39464e;
  margin: 0;
  line-height: normal;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 0.3s;
  opacity: 0;
  font-size: 1em;
}

.ucHeaderContactPopTop hr {
  border-bottom: solid 2px #979797;
  margin: 0;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 0.6s;
  opacity: 0;
}
.ucHeaderContactPopTop h5 a {
  color: #39464e;
}


.ucHeaderContactPopTop p {
  line-height: normal;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 0.9s;
  opacity: 0;
}

.ucHeaderContactPopTop p+a {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #2199a9;
  position: relative;
  top: 15px;
  transition: all 0.3s ease 1.2s;
  opacity: 0;
  font-size: 0.9em;
}

.ucHeaderContactPop h3.form-title {
  font-size: 24px;
  font-weight: 600;
  color: #39464e;
  text-transform: none;
  font-style: normal;
  line-height: normal;
  padding-bottom: 0;
  letter-spacing: 0;
  font-size: 1.35em;
  margin: 0.8em 0;
  top: 15px;
  transition: all 0.3s ease 1.5s;
  opacity: 0;
}
.ucHeaderContactPopClose {
  font-size: 25px;
  position: absolute;
  right: 50px;
  top: 30px;
  cursor: pointer;
}
.ucHeaderContactPop form {
  position: relative;
  top: 15px;
  transition: all 0.3s ease 1.8s;
  opacity: 0;
}
.ucHeaderContactPop label {
  display: block;
}
.ucHeaderContactPop .hs-form-field{
  margin:0px;
}
.ucHeaderContactPop .hs-form-field {
  width: 100% !important;
  padding-right: 0 !important;
}
.ucHeaderContactPop .hs-form-field > label {
  display: none;
}
.ucHeaderContactPop ul.hs-error-msgs{
  margin: 0;
  color: red;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
/* One Line Inputs */
body .ucHeaderContactPop input[type="text"],
body .ucHeaderContactPop input[type="password"], 
body .ucHeaderContactPop input[type="datetime"], 
body .ucHeaderContactPop input[type="datetime-local"], 
body .ucHeaderContactPop input[type="date"], 
body .ucHeaderContactPop input[type="month"], 
body .ucHeaderContactPop input[type="time"], 
body .ucHeaderContactPop input[type="week"], 
body .ucHeaderContactPop input[type="number"], 
body .ucHeaderContactPop input[type="email"], 
body .ucHeaderContactPop input[type="url"], 
body .ucHeaderContactPop input[type="search"], 
body .ucHeaderContactPop input[type="tel"], 
body .ucHeaderContactPop input[type="color"],
body .ucHeaderContactPop input[type="file"],
body .ucHeaderContactPop textarea,
body .ucHeaderContactPop select {
  border-bottom: solid 2px #979797;
  letter-spacing: 0;
  border-radius: 0;
  color: #39464e;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  padding-left: 0;
  font-size: .8em;
  margin-bottom: .8em;
  padding: 0.5em 0.5em 0.5em 0;
  background: transparent;
  height: auto;
}
body .ucHeaderContactPop textarea {
  height: 5.5em;
}
.ucHeaderContactPop .hs-fieldtype-radio label {
  display: block;
  font-size: 16px;
  color: #39464e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: .8em;
  line-height: normal;
}
.ucHeaderContactPop .hs-fieldtype-radio ul.inputs-list.multi-container {
  margin-top: 5px;
}
.ucHeaderContactPop ul.inputs-list {
  margin: 10px 0;
  margin-bottom: 0;
}

.ucHeaderContactPop .hs-button.primary {
  background: #2299a9;
  font-size: 14px;
  font-weight: 800;
  padding: 0.8em 30px;
  margin-bottom: 1em;
  font-size: 0.75em;
  max-width: none;
  border-color: #2299a9;
}
.ucHeaderContactPop .hs-button.primary:hover {
  color: #2299a9;
}
.ucHeaderContactPop h3.form-title,
.ucHeaderContactPopTop hr,
.ucHeaderContactPopTop h6,
.ucHeaderContactPopTop h5,
.ucHeaderContactPopTop h3,
.ucHeaderContactPopTop p,
.ucHeaderContactPopTop p+a,
.ucHeaderContactPop form {
  opacity: 1;
  top: 0;
}

@media(min-width:1025px){
  .visible-1024{
    display:none;
  }
  html {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
  }
  body:not(.noHeaderShadowDefault) .ucCustomHeader {
    -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);
  }

  body.noHeaderShadowDefault .ucCustomHeader {
    background: transparent;
    box-shadow: none;
    transition: all 0.4s ease;
  }
  html.scrolled .noHeaderShadowDefault .ucCustomHeader {
    background: #ffffff;
    -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);
  }
  .ucHeaderLogo {
    position: relative;
    z-index: 1;
  }
  .headerTopRight.widget-span {
    position: absolute;
    width: 100% !important;
    margin: 0 auto;
    left: 0;
    top: 0;
    text-align: center;
    margin-left: 0 !important;
  }
  .headerTopRight > div {
    display: inline-block;
    vertical-align: middle;
  }  
  .ucHeaderTop-right a {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #39464e;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #39464e;
    letter-spacing: normal;
    font-weight: 800;
    padding: 14px 30px;
    top: -2px;
    right: 19px;
  }
  .ucHeaderTop-right a.scroll{
    color: #f15924;
    border-color: #f15924;
  }
  .ucHeaderTop-right a:hover{
    background-color: #39464e;
    color: #fff;
  }
  .ucHeaderTop-right {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: auto !important;
  }
  .hover .ucHeaderTop-right a.scroll,
  .ucHeaderTop-right a.scroll:hover{
    color: #ffffff;
    background-color: #f15924;
  }
  .ucHeaderTop-right a:hover,
  .hover .ucHeaderTop-right a {
    background: #39464e;
    color: #fff;
  }
  .ucHeaderTop-right a i {
    color: inherit;
  }  
  .ucHeaderTop .ucHeaderMenu {
    position: static;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    text-align: left;
    top: 0;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .ucHeaderContactPopTop{
    margin-top: 20px;
  }
}

@media(max-width:1300px) and (min-width:1025px){

  .ucCustomHeader {
    padding: 0 20px;
  }
  .ucHeaderTop-right {
    margin-top: -3px;
  }
  .ucHeaderTop-right a{
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .ucCustomHeader {
    height: auto;
    position: static;
    padding: 0;
  }
  .ucHeaderTop-right{
    display:none !important;
  }
  .ucHeaderContactPop{
    display:none !important;
  }
}

@media (max-width: 767px) {
  .ucCustomHeader {
    height: auto;
    position: static;
  }
}

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

.ucCustomFooter {
  background: #39464e;
  color: #fff;
}

span.hs-form-required {
  display: none !important;
}

/*------------------------Footer middle------------------*/
.ucCustomFooter p {
  margin: 0;
}
.ucFooterMiddleRow3 {
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  letter-spacing: 2px;
}

.ucFooterSitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.ucFooterSitemap a {
  color: #fff;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.ucFooterSitemap a:hover {
  color: #f15924;
}
.ucFooterAddress {
  font-size: 15px;
  letter-spacing: 2px;
}
.ucFooterAddress p {
  padding-bottom: 10px;
  line-height: 20px;
}


/*------------------------Footer Middle------------------*/

.ucFooterMiddleRow1 {
  padding: 30px 0;
}
.ucFooterSocial ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.ucFooterSocial li {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.ucFooterSocial a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 15px;
  text-align: center;
  font-size: 19px;
  line-height: 50px;
}
.ucFooterSocial a:hover {
  color: #f15924;
  background: #fff;
}

.ucFooterMiddleRow2 {
  padding: 40px 0 40px;
  border-top: 1px solid #fff;
}

.ucFooterMiddleRow2 p {
  word-spacing: 3px;
}
.ucFooterMiddleRow1 h3, 
.ucFooterMiddleRow2 h3 {
  margin: 0 0 15px;
  color:#ffffff;
}
.ucFooterMiddleRow2Left a {
  border-bottom: 1px solid;
  padding-bottom: 7px;
  color: #fff;
  display: inline-block;
}
.ucFooterMiddleRow2Left a:hover {
  color: #35c2de;
}

/*------------------------Footer Bottom------------------*/
.ucFooterBottom {
  background: #fff;
  color: #39464e;
  font-size: 16px;
  padding: 22px 0;
}
.ucFooterCopyright {
  text-align: right;
}
.ucFooterBottom a:hover {
  color: #ee3e57;
}

.ucFooterSocial a{
  overflow:hidden;
  transition: none;
}
.ucFooterSocial a i {
  position: relative;
  top: 0;
  transition: all 0.5s ease;
  display: block;
  line-height: 45px;
}
.ucFooterSocial a:hover i {
  top: -45px;
}

@media (max-width: 767px) {
  .ucFooterMiddleRow3 {
    padding-bottom: 30px;
  }    
  .ucFooterSitemap {
    margin-bottom: 10px;
  }
  .ucFooterCopyright {
    margin-top: 15px;
    text-align: left;
  }    
  .ucFooterSocial ul {
    display: flex;
    justify-content: space-between;
  }
  .ucFooterSocial a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin:0px;
  }
  .ucFooterSocial a i {
    line-height: 40px;
  }
  .ucFooterSocial a:hover i {
    top: -40px;
  }
  .ucFooterSocial li:last-child a {
    margin-right: 0;
  }
  .ucFooterLogo {
    padding-top: 30px;
  }
}


/*----------footer Beta----------*/
.footerBeta {
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  padding: 75px 0;
  display:block !important;
}
@media(min-width:1025px){
  .widget-span.footerBeta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }
  .hs-footer-top {
    position: relative;
    z-index: 1;
  }
  .body-container-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
  }
}
.servicesLayout .hs-custom-footer {
  display: none;
}
.footerBeta .footerMenu .hs-menu-wrapper >ul> li> a {
  font-size: 16px;
  font-weight: bold;
  color: #39464e;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  pointer-events: none;
}

.footerBeta .footerMenu .hs-menu-wrapper > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footerBeta .footerMenu ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

.footerBeta .footerMenu .hs-menu-wrapper > ul>li {
  margin-bottom: 50px;
}

.footerBeta .footerMenu .hs-menu-wrapper > ul>li>a {
  text-transform: uppercase;
}

.footerBeta .footerMenu .hs-menu-wrapper > ul ul>li>a {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: #39464e;
  display: inline-block !important;
}

.footerBeta .footerMenu .hs-menu-wrapper > ul ul>li>a:hover {
  color: #2299a9;
}

.footerBeta .footerMenu .hs-menu-wrapper > ul:before,
.footerBeta .footerMenu .hs-menu-wrapper > ul:after {
  display: none;
}
.footerOtherServices {
  padding-bottom: 80px;
  text-align: right;
}
.footerOtherServices h3 {
  font-size: 15px;
  font-weight: bold;
  color: #39464e;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  pointer-events: none;
  text-transform: uppercase;
  margin-top: 0;
}

.footerOtherServices p {
  font-size: 14px;
  font-weight: 600;
}

.footerOtherServices p a {
  color: #ed4055;
  text-decoration: underline;
  display: inline-block;
}
.footerOtherServices p a:hover {
  color: #2299a9;
}
.footerBottom {
  border-top: solid 2px #d2d2d2;
  padding: 30px 0 0;
}
.footerBottom .row-fluid {
  display: flex;
  align-items: center;
}
ul.footerSocial {
  margin: 0;
  padding: 0;
}

ul.footerSocial li {
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
}

ul.footerSocial a {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  transition: none;
  border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #39464e;
  font-size: 19px;
  line-height: 40px;
  color: #39464e;
}
ul.footerSocial a:hover {
  color: #f15924;
}
ul.footerSocial a i {
  position: relative;
  top: 0;
  transition: top 0.5s ease;
  display: block;
  line-height: 36px;
}

ul.footerSocial a:hover i {
  top: -36px;
}

ul.footerContactInfo {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.footerContactInfo li {
  display: inline-block;
  margin-left: 8%;
}

ul.footerContactInfo a {
  color: #39464e;
}
ul.footerContactInfo a:hover {
  color: #2299a9;
}
.footerBadge {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {

  .footerBeta .footerMenu .hs-menu-wrapper > ul {
    display: block;
  }
  .footerBeta .footerMenu .hs-menu-wrapper > ul>li {
    width: 33.33%;
  }
  .footerBeta .footerMenu .hs-menu-wrapper > ul>li:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .span3.widget-span.footerMenu {
    width: 33.33%;
  }

  .widget-span.footerOtherServices {
    width: 33.33%;
    margin-left: 0;
    text-align: left;
  }

  .widget-span.footerBadge {
    width: 33.33%;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footerBeta .footerMenu .hs-menu-wrapper > ul {
    display: block;
  }

  .footerBeta .footerMenu .hs-menu-wrapper > ul>li {
    margin-bottom: 25px;
    width: 100%;
  }

  .footerBottom .row-fluid {
    display: block;
  }

  .footerOtherServices {
    padding-bottom: 30px;
    text-align: left;
  }

  .footerOtherServices p {
    font-size: 16px;
  }
  .footerBeta {
    padding-bottom: 30px;
  }
  ul.footerContactInfo {
    text-align: left;
    margin-top: 30px;
    line-height: 2;
  }
  ul.footerContactInfo li {
    margin-left: 0;
  }
  .footerBadge {
    text-align: left;
  }
}
/* ==========================================================================


3. MAIN NAVIGATION                                            


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

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

/* Parent List */
.ucHeaderMenu .hs-menu-wrapper > ul{ 
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
  float: left;
}
.ucHeaderMenu .hs-menu-wrapper > ul > li{
}
.ucHeaderMenu .hs-menu-wrapper>ul>li:first-child {
  padding-left: 0;
}
.ucHeaderMenu .hs-menu-wrapper > ul > li > a{
  color:#39464e;
  font-size: 14px;
  padding: 14px 20px 11px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1em;
}

.ucHeaderMenu .hs-menu-wrapper > ul > li:hover > a{
  color:#f15924;
  opacity:0.7;
}
.ucHeaderMenu li.hs-item-has-children > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: inherit;
  position: relative;
  top: 0;
  padding-left: 5px;
  font-weight: bold;
  line-height: inherit;
}

/* Child List */
.ucHeaderMenu .hs-menu-wrapper > ul ul{
  background: #fff;
  min-width: 205px;
  padding: 15px 0 23px;    
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
}

.ucHeaderMenu .hs-menu-wrapper > ul ul li {
  background: transparent;
  min-height: 26px;
  margin-bottom: 6px;
}
.ucHeaderMenu .hs-menu-wrapper > ul ul li:last-child {
  margin-bottom: 0;
}

/* Override max width on menu links */
.ucHeaderMenu .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .ucHeaderTop .ucHeaderMenu {
    position: static;
  }
  .ucHeaderMenu .hs-menu-wrapper { 
    display:block !important;
  }
  .ucHeaderMenu .hs-menu-wrapper>ul {
    float: none;
    margin-top: 4px;
  }
  .ucHeaderMenu .hs-menu-wrapper>ul>li:hover>a{
    color: #f15924;
    opacity:1;
  }
  .ucHeaderMenu li.hs-item-has-children:after{
    color: inherit;
  }
  .ucHeaderMenu .hs-menu-wrapper > ul >li> ul {
    margin-top: 18px;
  }
  .ucHeaderMenu .hs-menu-wrapper > ul >li> ul:before {
    position: absolute;
    content: "";
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    display: block;
  }

  .ucHeaderMenu .hs-menu-wrapper > ul ul li > a {
    padding: 6px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #39464e;
    line-height: 1em;
  }

  .ucHeaderMenu .hs-menu-wrapper > ul ul li:hover > a{
    color: #f15924;
  }

  .ucHeaderMenu .hs-menu-wrapper > ul ul ul {
    margin-top: -12px;
  }
}

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


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

.ucMobileTrigger, .ucChildTrigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1024px){


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

  .ucHeaderLogo {
    width: 100% !important;
    padding: 0 15px 17px;
  }
  .widget-span.headerTopRight {
    width: 100%;
    margin-left: 0;
  }
  .ucHeaderTop {
    padding-top: 17px;
    padding-bottom: 0;
  }

  .ucHeaderMenu .bottom-button a.cta_button {
    display: block !important;
    text-align: center;
  }

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of ucHeaderMenu. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */
  .ucHeaderMenu li.hs-item-has-children>a:after{
    display:none;
  }
  .ucHeaderMenu,
  .ucHeaderMenu .hs-menu-wrapper > ul,
  .ucHeaderMenu .hs-menu-wrapper > ul li,
  .ucHeaderMenu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
  ========================================================================== */

  .ucMobileTrigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 12px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: 35px; /* Button width */
    height: 35px; /* Button height */      
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }

  /* Change button when menu is open */
  .ucMobileOpen .ucMobileTrigger{
  }


  /* Toggle Button Icon
  ========================================================================== */

  .ucMobileTrigger i{
    display: inline;
    position: relative;
    margin-top: 11px;
    display:block;
  }
  .ucMobileTrigger i:before, .ucMobileTrigger i:after{
    content: '';
    display: block;
    position: relative;
  }
  .ucMobileTrigger i, .ucMobileTrigger i:before, .ucMobileTrigger i:after{
    height: 3px;
    background-color: #39464e;
    width: 35px;
    border-radius: 2px;
    -ms-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }
  .ucMobileTrigger i:before {
    top: -11px;
  }
  .ucMobileTrigger i:after {
    top: 8px;
  }
  .ucMobileOpen .ucMobileTrigger i{
    height:0px;
  }
  .ucMobileOpen .ucMobileTrigger i:before {
    opacity:1;
    -ms-transform: rotate(-45deg) translate(-10px,10px);
    -webkit-transform: rotate(-45deg) translate(-10px,10px);
    transform: rotate(-45deg) translate(-10px,10px);
  }
  .ucMobileOpen .ucMobileTrigger i:after {
    opacity:1;
    -ms-transform: rotate(45deg) translate(-5px,-5px);
    -webkit-transform: rotate(45deg) translate(-5px,-5px);
    transform: rotate(45deg) translate(-5px,-5px);
  }
  /* Child Toggle Button
  ========================================================================== */

  .ucChildTrigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 60px !important; /* Button height */  
    padding: 0 !important;
  }
  .ucChildTrigger:hover{
    text-decoration: none;
  }
  .ucChildTrigger i{
    position: relative;
    margin: 0 auto !important;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 50px;

  }
  .ucChildTrigger i:after{
    position: absolute;
    content: '';
  }
  .ucChildTrigger i:after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: relative;
    top: 2px;
    padding-left: 2px;
    font-size: 25px;

  }

  .ucChildTrigger.ucChildOpen i:after{
    content: "\f106";
    color:#f15924;
  }
  .ucChildTrigger.ucChildOpen i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  .ucHeaderTop .page-center {
    padding: 0 !important;
  }
  .ucHeaderMenu.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .ucHeaderMenu.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;
  }
  .ucHeaderMenu .hs-menu-wrapper{
    background-color:#39464e; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .ucHeaderMenu .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px dotted rgba(255, 255, 255, .35);
  }
  .ucHeaderMenu .hs-menu-wrapper > ul > li a {
    font-size: 15px;
    line-height: 50px;
    overflow: visible;
    padding: 0 15px;
    font-weight: bold;
  }

  /* Level 1 and Higher Menu List Styles */


  .ucHeaderMenu .hs-menu-wrapper>ul>li:first-child,
  .ucHeaderMenu .hs-menu-wrapper > ul > li{
    padding: 0;
  }
  .ucHeaderMenu .hs-menu-wrapper >  ul li a{
    color:; /* link color set by global mobile-aColor variable */
  }
  .ucHeaderMenu li.hs-item-has-children:after{
    display:none;
  }
  .ucHeaderMenu .hs-menu-wrapper >  ul li{
  }
  .ucHeaderMenu .hs-menu-wrapper > ul li:hover > a{
    color:#f15924; /* link hover color set by global mobile-aColorHover variable */
    opacity: 1;
  }

  /* Level 2 and Higher Menu List Styles */
  .ucHeaderMenu .hs-menu-wrapper>ul ul {
    background: transparent;
    width: 100%;
    padding: 0;
    border-left: none;
    border-bottom: none;
    border-right: none;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    min-width: 0;
  }  
  .ucHeaderMenu .hs-menu-wrapper > ul ul li{
  }
  .ucHeaderMenu .hs-menu-wrapper > ul ul li a {
    text-indent: 0;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: normal;
    line-height: 20px;
  }
  .ucHeaderMenu .hs-menu-wrapper > ul ul li:hover > a {
    border-left: 2px solid #f15924;
    padding-left: 27px;
  }

  /* Level 3 and Higher Menu List Styles */
  .ucHeaderMenu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
    padding-left:35px !important;
  }
  .ucHeaderMenu .hs-menu-wrapper > ul ul ul li:hover > a {
    padding-left: 37px;
  }
  .ucHeaderMenu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


@media(max-width:1300px) and (min-width:1025px){
  .ucHeaderMenu .hs-menu-wrapper>ul {
    padding-left: 20px;
  }
  .ucHeaderMenu .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

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


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


.body-container .widget-type-form:not(.noBgStyle) {
  border-radius: 3px;
  background: #39464e;
  display: block;
  padding: 24px 24px 25px;
}


.body-container form {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 15px;
}

.body-container .formTransparent form{
  background-color: transparent;
}
.body-container h3.form-title:empty{
  display:none;
}
.body-container h3.form-title {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  margin-top: 0;
}

/* 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: 'Open Sans', sans-serif;
  color: #39464e;
  display: inline-block;
}
body .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox) > label{
  position: absolute;
  height: 50px;
  left: 0;
  top: 0;
  line-height: 21px;
  padding-left: 8px;
  padding-top: 14px;
  transition:all 0.3s ease;
  pointer-events: none;
  visibility: visible;
}
.hs-form-field.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):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-file):not(.hs-fieldtype-checkbox) > label {
  color: #d0021b;
}
.hs-form-field.error.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox) > label {
  color:#39464e;
}

form .hs-richtext {
  margin-bottom: 10px;
  color: #39464e;
}
/* 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: 14px;
  background: #f5f5f5;
  border: none;
  border-bottom: 2px solid #39464e;
  outline: none;
  color: #39464e;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 8px 0;
  line-height: 21px;
  transition:border 0.3s ease;
}

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: #24A3B2;
}

/* Separate Styles for Multiple Line Inputs */

body textarea{
  height:120px;
  padding-top: 14px;
}
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: 'Open Sans', 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);
  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: #39464e;
  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 #39464e;
  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;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  color: #39464e;
}
/* 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: 2px;
  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: #39464e;
  border-color:   #39464e;
}


/* 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;
}



/* 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 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] input[type="radio"] {
  width: auto;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }



@media (max-width: 400px) {
  body form.hs-form fieldset .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; }
}


@media (max-width: 1025px) {
  body form.hs-form fieldset .hs-form-field,
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
  .hs_recaptcha.hs-recaptcha {
    overflow-y: auto;
  }
}


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


/* 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;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  border: 2px solid;
  padding: 14px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-color: #fff;
  max-width: 100%;
  width: 100%;
  line-height: 22px;
  background-color: #f15924;
  border-color: #f15924;
  color: #fff;
  outline:none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: transparent;
  color: #f15924;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  background-color: transparent;
  color: #f15924;
}
#email-prefs-form .hs-button.primary {
  max-width: none;
}

a.cta_button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transition-duration: .3s;
  border-radius: 3px;
  border: solid 2px;
  font-size: 16px;
  letter-spacing: normal;
  padding: 14px 30px;
  background-color: #f15924;
  border-color: #f15924;
  line-height: 24px;
  color: #fff;
}
a.cta_button:hover{
  background-color: transparent;
  color: #f15924;
}

a.cta_button.hero_orange{
  background-color: #f15924;
  border-color: #fff;
  color: #fff;
}
a.cta_button.hero_orange:hover{
  background-color: transparent;
}

a.cta_button.ghost_dark{
  background-color: transparent;
  border-color: #39464e;
  color: #39464e;
}
a.cta_button.ghost_dark:hover{
  background-color: #39464e;
  color: #fff;
}

a.cta_button.ghost_orange{
  background-color: transparent;
  border-color: #f15924;
  color: #f15924;
}
a.cta_button.ghost_orange:hover{
  background-color: #f15924;
  color: #fff;
}

a.cta_button.fill_dark{
  background-color: #39464e;
  border-color: #39464e;
  color: #fff;
}
a.cta_button.fill_dark:hover{
  background-color: transparent;
  color: #39464e;
}

.modal {
  padding: 30px;
  left: 50%;
  top: 50%;	
  position: fixed;
  z-index: 500;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.modal.size-m {
  width: 600px;
  height: 400px;
}

.modal.size-l {
  width: 700px;
  height: 500px;
}

.modal.size-s {
  width: 500px;
  height: 300px;
}

.modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal-close {
  color: #b1b0ac;
  font-size: 30px;
  line-height: .5;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  color: #e72626;
}

.YouTubePopUp-Close {
  width: 35px!important;
  height: 35px!important;
  background: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/close-x-red.png?t=1512896246158) no-repeat!important;
  background-size: 100% 100%!important;
  background: none !important;
  text-align: right;
  font-size: 30px;
  opacity:0.5;
}
.YouTubePopUp-Close:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.YouTubePopUp-Close:hover{
  opacity:1;
}

/**********************************************************************************
==============================  Comments Section ==================================
**********************************************************************************/

#comment-form .hs-input:not([type="checkbox"]) {
  color: #39464e;
  background-color: #fff!important;
}

#comment-form .hs-input:not([type="checkbox"]):focus {
  outline: none;
}

#comment-form .hs-form-field>label {
  height: 30px;
  top: 1px;
  color: #39464e;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
  float: none;
  width: 98.5%;
  padding: 0;
}

#comment-form .hs-form-field.hs_comment>label {
  border: none;
}

#comment-form textarea {
  padding: 40px 10px 6px 17px !important;
  color: #39464e;
  height: 135px;
}

#comment-form .hs-form-booleancheckbox-display {
  font-style: normal;
  letter-spacing: 0;
}

#comment-form input[type="submit"] {
  cursor: pointer;
  background-color: #f15924;
  color: #fff;
  border-color: #f15924;
  margin-bottom: 50px;
}

#comment-form input[type="submit"]:hover {
  background-color: #fff;
  color: #f15924;
}


body .comments .hs-button {
  cursor: pointer;
  background-color: #f15924;
  color: #fff;
  border-color: #f15924;
  margin-bottom: 50px;
}
body .comments .hs-button:hover {
  background-color: #fff;
  color: #f15924;
}


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


5. COS COMPONENTS                                        


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

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

.stickySocial {
  transition: 0.3s;
  position: fixed;
  left: 300px;
  top: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  background-color: transparent;
}

.stickySocial ul {
  position: absolute;
  left: -22.52%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}

.stickySocial ul a {
  margin-bottom: 12px;
  display: block;
  position: relative;
  top: 0;
}

.stickySocial ul a:hover {
  top: -5px;
}
@media (max-width: 767px){
  .stickySocial {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    transform: none;
    line-height: 30px;
  }

  .stickySocial ul {
    left: 0;
    bottom: 0;
    position: static;
    display: block;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding-top: 0;
  }

  .stickySocial li {
    width: 33.33%;
    display: inline-block;
    margin: 0 -2px;
  }

  .stickySocial ul a {
    margin: 0;
    padding: 10px;
    top: 0 !important;
  }

  .stickySocial ul a:hover {
    background: #fff;
  }
}

/* Numbered Pagination */
.ucNumberBlogPagination{
  display: block;
  text-align: center;
  padding: 60px 0;
}

.ucNumberBlogPagination > div{
  display: inline-block;
}

.ucNumberBlogPaginationLeft{
  text-align: right;
}

.ucNumberBlogPaginationRight{
  text-align: left;
}

.ucNumberBlogPagination a{
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 12px;
}

.ucNumberBlogPagination a:hover,
.ucNumberBlogPagination a:focus{
  background-color: #f15924;
  text-decoration: none;
  color: #fff;
}

.ucNumberBlogPagination a.elipses{
  border: 0;
}

.ucNumberBlogPagination a.active{
  background-color: #f15924;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.ucNumberBlogPagination a.next-link,
.ucNumberBlogPagination a.prev-link{
  background-color: #2299a9;
  color: #fff;
}
.ucNumberBlogPagination a.next-link:hover,
.ucNumberBlogPagination a.prev-link:hover{
  background-color: #f15924;
  color: #fff;
} 

.ucFeaturedPosts .ucPopPostItem {
  width: 25%;
  float: left;
}

.ucFeaturedPosts .ucFeaturedPostBgCover {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ucFeaturedPosts .ucFeaturedPostInnerContent {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(57, 70, 78, 0.6);
  color: #ffffff;
  padding: 20px;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid transparent;
  min-height: 130px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucFeaturedPostInnerContent {
  background: rgba(34, 153, 169, 1);
  border-color: #f15924;
}
.ucFeaturedPosts .ucPostTitle {
  margin: 0 0 10px;
  line-height: 1.08;
  font-size: 16px;
  font-weight: bold;
}
.ucFeaturedPosts .ucPostTitle a {
  color: #ffffff;
  text-decoration: none;
}
.ucFeaturedPosts .ucPostTitle a:hover {
  color: #f15924;
}

.ucFeaturedPosts .ucPostBody {
  margin: 0;
  font-size: 90%;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostBody {
  height: auto;
  opacity: 1;
}

.ucFeaturedPosts .ucPostDate {
  font-size: 80%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 20px;
  opacity: 1;
  margin-bottom:10px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostDate {
  height: 0;
  opacity: 0;
  margin: 0;
  visibility:hidden;
}

.ucFeaturedPosts a.ucFeaturePostLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ucFeaturedPosts .slick-prev,.ucFeaturedPosts .slick-next {
  display: none !important;
}

.ucFeaturedPosts .slider {
  margin-bottom: 0;
}

.ucBlogFilter h3 {
  text-transform: none;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 10px;
  font-style: italic;
}
.ucBlogFilter {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ucBlogFilter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight:bold;
  font-size: 87.5%;
}
.ucBlogFilter li {
  padding: 0 40px 0 0;
  display: inline-block;
}
.ucBlogFilter ul li a {
  padding: 0;
}
.ucBlogFilter a {
  text-transform: uppercase;
  padding-bottom: 3px;
  display: block;
  margin-bottom: 22px;
}
.ucBlogFilter a:hover {
  color: #39464e;
}
.ucBlogFilter a:after {
  display: block;
  width: 0;
  height: 2px;
  content: "";
  background: #f15924;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.ucBlogFilter a.active,
.ucBlogFilter .active a {
  color: #39464e;
}
.ucBlogFilter a.active:after,
.ucBlogFilter a:hover:after {
  width: 100%;
}

@media(max-width:767px){
  .ucBlogFilter {
    padding: 0 10px;
  }    
  .ucBlogFilter h3 {
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 10px;
  }  
  .ucBlogFilter li {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #d7dadc;
  }
  .ucBlogFilter a {
    display: block;
    padding: 0;
    margin: 0;
  }
  .ucBlogFilter a.active,
  .ucBlogFilter .active a,
  .ucBlogFilter a:hover{
    color:#f15924;
  }
  .ucBlogFilter a:after{
    display:none;
  }
}

.relatedPost {
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
  padding-bottom: 60px;
}

.relatedPostItem {
  margin-bottom: 30px;
}
.relatedPost .title {
  padding-bottom: 20px;
}
.relatedPost h3 {
  text-align: center;
  margin: 30px 0;
  font-weight: 800;
  color: #39464e;
}
.relatedPost h3 .fa {
  display: block;
  font-size: inherit;
  font-weight: bold;
  margin-top: 20px;
}

.relatedPost .post-inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
  position: relative;
}

.relatedPost .post-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}

.relatedPost a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.relatedPost .feature-image-bg {
  height: 160px;
  background-size: cover;
  background-position: center center;
}

.relatedPostItem h2 {
  line-height: normal;
  padding: 0;
  color: #39464e;
  font-size: 20px;
  font-weight: 800;
}

.relatedPostItem h2 a {
  color: #39464e;
}

.relatedPostItem h2:after {
  display: none;
}

.relatedPost #hubspot-topic_data {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  text-transform: capitalize;
  /* color: #2299a9; */
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.relatedPost em.time-to-read {
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 15px;
  display: block;
}

.relatedPost .post-item-content {
  padding: 12px 10px 120px;
  margin-bottom: 0;
}

.widget-span.widget-type-blog_subscribe.subscribeWrapper {
  border-top-width: 0;
  background-color: #ebebeb;
  padding: 0;
  width: 560px;
  max-height: 70%;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2001;
  padding: 3em 3.5em;
  border-radius: 5px;
  font-size: 13.3333px;
  max-width: 100%;
  color: #39464e;
  overflow-y: auto;
  height: auto;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  max-width: calc(100% - 20px);
}

.subscribeWrapper .exit-form {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
}

.subscribeWrapper input.hs-button.primary.large {
  padding: 0.7em 1.7em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  font-size: 1em;
  max-width: 100%;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.subscribeWrapper h3.form-title {
  color: #39464e;
  font-size: 1.3em;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 0;
}


.hs-blog-listing .ucPostBody {
  margin: 15px 0;
}
.hs-blog-listing .ucPostBody * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.hs-blog-listing .ucPostBody *:after {
  display: none;
}
.ucCustomBlogPagination {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display:block !important;
}

.ucCustomBlogPagination a.ucNextPostsLink {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 3px;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 20px 9px 20px;
  vertical-align: middle;
  line-height: 30px;
  margin-top: 20px;
  border-color: #39464e;
  color: #39464e;
  display: inline-block;
  width: auto;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  float: right;
  cursor:pointer;
}
.ucCustomBlogPagination a.ucNextPostsLink:hover{
  background-color: #f15924;
  border-color: #f15924;
  color: #fff;
}
.ucCustomBlogPagination a.ucNextPostsLink.btn.btn-video {
  float: right;
}

@media(max-width:767px){
  .ucCustomBlogPagination {
    text-align: center;
  }  
  .ucCustomBlogPagination a {
    float: none !important;
  }
}

.widget-type-blog_subscribe.subscribe-wrapper .hs-button{
  background-color: #f15924;
}
.widget-type-blog_subscribe.subscribe-wrapper input.hs-button.primary.large:hover {
  color: #2299a9
    background: #fff;
}
.subscribe-options label {
  margin-left: 0;
}

@media(max-width:767px){
  .hs-blog-listing .ucPostBody {
    display: none;
  } 
  .ucBlogSection .ucPostItem a.ucMoreLink {
    padding: 10px;
    border-width: 2px;
  }
  .ucBlogSection .ucPostItem .ucAuthorWrap h3 {
    font-size: 16px;
    display: none;
  }
  .ucBlogSection .ucPostItem h2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ucBlogSection .ucPostItem h2:before {
    position: static !important;
  }
  .ucBlogSection .ucPostItem h2:after {
    width:60px;
  }
  .ucBlogSection .ucPostItem h2>a {
    margin-top: 20px;
    display: block !important;
    overflow: visible !important;
    max-height: none !important;
  }
}
/* ==========================================================================
Blog1 - Listing 
========================================================================== */

.ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-right: -4px;
  min-height: auto;
  margin-bottom: 50px;
}
.ucBlog1 .ucPostHeader h2 {
  font-size: 18px;
  line-height: normal;
  padding: 0;
  color: #636363;
}
.ucBlog1 .ucPostHeader a{
  color: #39464e;
  margin-top: 0 !important;
}
.ucBlog1 .ucPostHeader a:hover h2{
  color: #f15924;
}
.ucBlog1 .ucPostHeader h2:after {
  display: none;
}
.ucBlog1 .ucPostInner:hover .ucPostHeader h2 a {
  color: #f15924;
}
.ucBlog1 .ucPostInner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
}
.ucBlog1 .ucPostInner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}
.ucBlog1 .ucPostListing {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.ucFeatureImageBg.bg1 img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  top: 50%;
  min-height: 100%;
  object-fit: cover;
}

@media(max-width:767px){
  .ucFeatureImageBg.bg1 img {
    position: static;
    transform: none;
  min-height: 0;
    object-fit: inherit;
  }
  .ucBlog1 .ucFeatureImageBg {
    height: auto;
  }
}
.ucBlog1 .videoLength {
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  color: #a1a1a1;
}
.ucBlog1 #ucHubspotTopicData {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right:0px;
  z-index:2;
}
.ucBlog1 .ucFeatureImageBg {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow:hidden;
}

.ucBlog1 .ucAuthorAvatar {
  width: 40px;
  border-radius: 50%;
  border: 1px solid #39464e;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ucBlog1 .ucPostItemContent {
  padding: 12px 10px 70px;
  margin-bottom: 0;
}
.ucBlog1 .ucAuthorWrap {
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-transform: capitalize;
}
.ucBlog1 a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:1;
}  
.ucBlog1 em.ucTimeToRead {
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1024px) and (min-width: 768px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    padding: 10px !important;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    width: 100%;
    margin-right: 0;
    padding: 0 !important;
  }
  .ucBlog1 .ucPostListing {
    display:block;
    margin: 0;
    padding: 0 2px;
  }
  .ucBlog1 .ucPostHeader h2 {
    min-height: auto;
  }
  .ucBlog1 em.ucTimeToRead {
    margin-bottom: 20px;
  }

  .ucBlog1 .header-container {
    min-height: 90px;
  }
}

/* ==========================================================================
Blog1 - Post
========================================================================== */


.ucBlog1Post .postHeaderWrapper {
  padding-bottom: 15px;
}
.ucBlog1Post .postHeaderWrapper .readTime {
  color: #f15924;
  margin-bottom: 25px;
  line-height: normal;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.ucBlog1Post .postHeaderWrapper .authorAvatar {
  width: 60px;
  height: 60px;
  background-size: 100%;
  border-radius: 50%;
  border: 2px solid #39464e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ucBlog1Post .authorProfile {
  padding: 20px 0;
}
.ucBlog1Post .authorName {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #39464e;
  width: calc(100% - 100px);
}
.ucBlog1Post .postHeaderWrapper .leftWrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
.ucBlog1Post .postFeatureImageWrapper img {
  width: 100%;
}

.ucBlog1Post .ucHeaderTop-right .subscribe-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .contact-btn{
  display:none;
}
.ucBlog1Post .ucHeaderTop-right .contact-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .subscribe-btn{
  display:initial;
}
.ucBlog1Post div#overlay-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  animation: leadinModal-fadein 0.5s;
  -webkit-animation: leadinModal-fadein 0.5s;
  -moz-animation: leadinModal-fadein 0.5s;
  -ms-animation: leadinModal-fadein 0.5s;
  -o-animation: leadinModal-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.4);
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0,0,0,0.7);
  z-index: 2000;
}

.ucBlog1Post .ucPostContent .ucBlogPostBody{
  padding-bottom: 100px;
}

.ucBlog1Post .image-wrapper {
  position: relative;
}   

@media(max-width:767px){
  .ucBlog1Post {
    padding-bottom: 50px;
  }
  .ucBlog1Post .postHeaderWrapper .authorAvatar {
    width: 60px;
    height: 60px;
  }
}

/* ==========================================================================
Blog2 - Listing 
========================================================================== */

.ucBlog2 .ucPostItem {
  padding: 25px 10px 25px;
  width: 25%;
  background: #fff;
  overflow: hidden;
}
.ucBlog2 .ucPostItem .ucPostHeader {
  padding-top: 10px;
}
.ucBlog2 .ucPostItem .ucPostHeader h2 {
  padding-bottom: 0;
  margin-bottom: 15px !important;
  text-transform: none;
  font-size: 18px;
  color: #636363;
}

.ucBlog2 .ucPostBody {
  font-size:80%;
}

.ucBlog2 .ucPostItem .ucPostHeader h2:after {
  display: none;
}

.ucBlog2 .ucPostItem #ucHubspotTopicData {
  line-height: normal;
  font-size: 12px;
  text-transform: capitalize;
}
.ucBlog2 .ucPostItem a.ucTopicLink {
  color: inherit;
}
.ucBlog2 .ucPostItem a.ucTopicLink:hover {
  color: #f15924;
}
.ucBlog2 .ucPostItem #ucHubspotAuthorData {
  padding-top: 7px;
  font-size: 13px;
  font-weight: 400;
  color: #bbb;
  font-style: italic;
  padding-bottom: 20px;
}

.ucBlog2 .ucPostItem #ucHubspotAuthorData a {
  color: #bbb;
  text-decoration: underline;
}

.ucBlog2 .ucPostItem #ucHubspotAuthorData a:hover {
  color: #2299a9;
}

.ucBlog2 .ucPostListing {display: flex;flex-wrap: wrap;}

.ucBlog2 .ucPostItem .ucPostItemInner {
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 100%;
  position: relative;
}

.ucBlog2 .ucPostItem .ucPostItemContent {
  padding: 20px 15px 40px;
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}

.ucBlog2 .ucPostItem a.ucMoreLink {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 2px solid #ffffff;
  display: inline-block;
  padding: 6px 25px 8px;
  color: #ffffff;
  background: rgba(34, 153, 169, 0.7);
  font-weight: bold;
  text-align: center;
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper:hover a.ucMoreLink {
  background: #2299a9;
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper:before {
  background: #f15924;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper:hover:before {
  opacity: 0.7;
}

.ucBlog2 .ucPostItem ul.ucSocialList {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: -100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 auto;
  right: 0;
}
.ucBlog2 .ucPostItem:hover ul.ucSocialList {
  opacity: 1;
  left: 0;
}
.ucBlog2 .ucPostItem ul.ucSocialList li {
  display: inline-block;
}

.ucBlog2 .ucPostItem ul.ucSocialList a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #dddddd;
  line-height: 36px;
  background: #ffffff;
}
.ucBlog2 .ucPostBody * {
  font-size: inherit !important;
  line-height: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  text-align: left !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-style: inherit;
}

@media(max-width:1360px){
  .ucBlog2 .ucPostItem {
    width: 33.33%;
  }
}
@media(max-width:1024px){
  .ucBlog2 .ucPostItem {
    width: 50%;
  }
}
@media(max-width:767px){
  .ucBlog2 .ucPostItem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ucBlog2 .ucPostItem .ucFeaturedImageWrapper {
    max-height: none;
    overflow: auto;
  }
  .ucBlog2 .ucPostItem .ucFeaturedImageWrapper img {
    width: 100%;
  }
  .ucBlog2 .ucPostItem a.ucMoreLink {
    font-size: 80%;
  }

}
@media(max-width:479px){
  .ucBlog2 .ucPostItem {
    width: 100%;
  }
}

.ucBlog2EmailSubs {
  background: #2299a9;
  /* text-align: center; */
  padding: 0;
  color:#ffffff;
}

.ucBlog2EmailSubs form {
  max-width: 700px;
  margin: 0 auto 50px;
  position: relative;
}

.ucBlog2EmailSubs .titleWrapper{
  padding: 50px 0;
  cursor: pointer;
}

.ucBlog2EmailSubs h1 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color:#ffffff;
}

.ucBlog2EmailSubs .titleWrapper~div {
  display: none;
}

.ucBlog2EmailSubs .hs-form-field {
  margin-bottom: 0;
}

@media (min-width:768px){
  .ucBlog2EmailSubs .hs-button.primary {
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto;
    padding: 12px 30px;
    margin: 0;
  }

  .ucBlog2EmailSubs input[type="email"] {
    width: calc(100% - 162px);
    margin-bottom: 0;
  }
}

/*--------------- blog2 post ---------*/

.ucBlogRelatedPost .ucPostBody {
  font-size: 80%;
}

.ucBlogPostBanner2 {
  background-position: center center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}
.ucBlogPostBanner2 h1 {
  display: inline-block;
  background: #0071BC;
  padding: 10px;
  color: #ffffff;
}

.ucBlogPostBanner2:before {
  background: #0071BC;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
}

.ucBlogPostBanner2 .page-center {
  position: relative;
}

.ucBlogPostBanner2 .authorProfile {
  background: #0071BC;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.ucBlogPostPagination {
  overflow: hidden;
}

.ucBlogPostPaginationItem {
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ucBlogPostPaginationItem {
  width: 50%;
  float: left;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.ucBlogPostPaginationItem:before {
  background: #0071BC;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ucBlogPostPaginationItem a {
  padding: 50px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  position: relative;
}

.ucBlogPostPaginationItem h3 {
  margin: 0;
}

.ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:hover {
  padding-left: 80px;
}
.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:hover {
  padding-right: 80px;
}

.ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:after,
.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:after {
  content: "❮";
  position: absolute;
  left: -50px;
  top: 50%;
  color: #ffffff;
  text-align: center;
  width: 50px;
  opacity: 1;
  font-size: 75px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform: translateY(-50%);
}

.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:after {
  content: "❯";
  left: auto;
  right: -50px;
}

.ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:hover:after{
  left: 0;

}
.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:hover:after {
  right: 0;
}

.ucBlog2Post .ucAboutAuthorSec img {
  max-width: 100px;
}
.ucBlog2Post .stickySocial {
  margin-bottom: 0;
}

@media (max-width:767px){
  .ucBlog2Post {
    padding-bottom: 50px;
  }
  .ucBlogPostBanner2 h1{
    font-size: 38px;
    line-height: 40px;
  }
  .ucBlog2Post .stickySocial li {
    width: 16.33%;
    display: inline-block;
    margin: 0 -2px;
  }
  .ucBlogPostPaginationItem.ucBlogPostPaginationNext a:hover:after {
    right: 50px;
  }
  .ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:hover:after {
    left: 50px;
  }
  .ucBlogPostPaginationItem a span {
    display: none;
  }
  .ucBlogPostPaginationItem:hover:before{
    opacity:0;
  }
}

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


MISCELLANEOUS                                      


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

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

.body-container-wrapper {
  padding-top: 0;
}

@media (min-width: 1025px){
  .body-container-wrapper {
    padding-top: 80px;
    transition: all 0.3s ease;
  }
}

/*--Banner Area - UC_August2018--*/

.bannerArea {
  padding: 170px 0;
  font-size: 18px;
  color:#fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  height:667px;
  display:flex;
  align-items:center;
}
.bannerArea h1 {
  font-weight: 800;
  line-height: normal;
  margin-bottom:10px;
}
.bannerArea .content {
  padding-top: 7px;
}
.bannerArea p {
  margin-top: 0;
  margin-bottom: 1em;
}

.bannerArea a.cta_button {
  margin-top: 25px;
}

.bannerArea h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.bannerArea .sub-title {
  margin-bottom: 15px;
}

.bannerArea .image {
  margin-bottom: 30px;
}
.bannerArea.notFlex{
  display:block;
}

@media(max-width:767px){ 
  .bannerArea {
    text-align: left;
    padding: 40px 0;
    background-color: #2299a9;
    height:auto;
    display:block;
  }

  .bannerArea h1 {
    font-size: 40px;
    line-height: 1.15;
  }
}
/*--Services Group - CC_August2018--*/
.servicesGroup {
  background-image: linear-gradient(109deg, #39464e, #455660);
  padding: 60px 0;
}

.servicesGroup h2 {
  color: #fff;
}
.service-item {
  width: 25%;
  height: 122px;
  float: none;
  padding: 26px 0 0 0px;
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 0 -2px;
  z-index: 1;
}

.service-item .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background-color .2s,-webkit-transform .2s;
  transition: background-color .2s,transform .2s;
  z-index: 1;
  border-radius: 2px;
}

.service-item .foreground {
  position: relative;
  z-index: 2
}

.service-item:hover {
  z-index: 2
}

.service-item:hover .background {
  background-color: #fff;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.32);
}

.service-item:hover .service-icon {
  box-shadow: 0 2px 5px 0 rgba(188,204,219,.26),0 2px 10px 0 rgba(79,105,129,.16);
  border: 2px solid #39464e;
}

.service-item:hover .service-info {
  color: #8c989e;
}

.service-item:hover .service-text {opacity: 0;height: 0;}

.service-item:hover .learn-more {
  opacity: 1;
  color: #2299a9;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.service-item .service-icon {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 10px 15px 0 rgba(14,48,57,.1);
  float: left;
  height: 64px;
  margin-top: 3px;
  width: 64px;
  margin-right: 16px;
}

.service-item .service-info {
  color: #fff;
  float: left;
  line-height: 17px;
  margin-top: -3px;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  width: calc(100% - 80px);
}

.service-item .service-name {
  color: #fff;
  font-size: 16px;
  margin: 0 0 7px;
  line-height: 1;
  font-weight: bold;
  padding: 8px 0;
}

.service-item .service-text {
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.service-item .learn-more {
  color: #39464e;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate(0,8px);
  transform: translate(0,8px);
}

.service-item .learn-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 7px
}
.service-item:hover .service-name {
  color: #39464e;
}


@media(max-width:1300px){
  .service-item {
    width: 33.33%;
  }
}
@media(max-width:1025px){
  .service-item {
    width: 50%;
  }
}

@media(max-width:767px){ 
  .service-item {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .service-item .service-text {
    display: none;
  }

  .service-item .learn-more {
    display: none;
  }

  .service-item .foreground {
    display: flex;
    align-items: center;
  }

  .service-item .service-name {
    margin: 0;
  }

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

/*-------Process Section-----------*/

.processSection {
  padding-top: 60px;
  padding-bottom: 60px
}

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

.processSection ul li {
  margin-bottom: 14px;
  font-weight: 600
}

.processSection ul li a {
  display: inline-block
}


.processSection ul li a:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-weight: inherit;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  right: 0;
  opacity: 0
}

.processSection ul li a:hover:after {
  right: -10px;
  opacity: 1
}

/*-------Testimonial Module - UC_August2018-----------*/

.testimonialModule {
  padding: 150px 0;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonialModule:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: linear-gradient(to right,#2299a9,#69bfcb);
  opacity: .9
}

.testimonialModule .page-center {
  position: relative
}

.testimonialModule blockquote {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

.testimonialModule blockquote:before {
  display: none
}

.testimonialModule .quoteBy {
  font-size: 18px;
  margin-top: 35px;
  font-weight: normal;
  padding-bottom: 5px
}

@media(max-width: 767px) {
  .testimonialModule {
    padding:60px 0
  }

  .testimonialModule blockquote {
    font-size: 22px
  }
}

/*-------Our Client Group - UC_August2018-----------*/

.GroupOurClient .slick-slide img {
  max-width: 700px
}

.GroupOurClient {
  padding: 60px 0
}

.GroupOurClient .slick-slider {
  padding: 0;
  margin: 0
}

.GroupOurClient .slick-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 0 15px;
  position: relative
}

.GroupOurClient .slick-slider .slick-slide .slick-slide-inner-wrapper:before {
  background: #39464e;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: 1
}

.GroupOurClient .slick-slider .slick-slide.slick-active .slick-slide-inner-wrapper:before {
  opacity: 0
}

.GroupOurClient .slick-slider .caption.superimpose {
  position: absolute;
  left: 0;
  right: 0;
  padding: 13px 30px;
  text-align: left;
  background: transparent;
  bottom: 0;
  color: #fff
}

.GroupOurClient .slick-slider .caption.superimpose:before {
  background: #2299a9;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .8
}

.GroupOurClient .slick-slider .caption.superimpose>* {
  position: relative
}

.GroupOurClient .caption.superimpose p {
  font-size: 18px;
  margin: 0;
  font-style: italic;
  max-width: 80%;
  line-height: normal
}

.GroupOurClient .slick-dots li button {
  background-color: #39464e;
  width: 70px;
  height: 5px;
  padding: 0
}

.GroupOurClient .slick-dots li button:before {
  display: none
}

.GroupOurClient .slick-dots li {
  width: 70px;
  margin: 0 15px
}

.GroupOurClient .slick-dots {
  margin: 0;
  padding: 5px
}

.GroupOurClient .slick-dots li button:after {
  background: #2299a9;
  width: 0;
  display: block;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.GroupOurClient .slick-dots li.slick-active button:after {
  width: 100%;
  -webkit-transition: width 3s ease;
  -mox-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease
}

.GroupOurClient h3 {
  margin: 0 0 10px;
  color: inherit
}

.GroupOurClient .slick-prev,.GroupOurClient .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px
}

.GroupOurClient .slick-prev:before,.GroupOurClient .slick-next:before {
  display: none
}

.GroupOurClient .slick-arrow i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 30px
}

.GroupOurClient .slick-arrow:hover i {
  opacity: 1
}

.GroupOurClient .slick-prev {
  left: 20px
}

.GroupOurClient .slick-next {
  right: 20px
}

@media(max-width: 767px) {
  .GroupOurClient .slick-slide img {
    max-width:100%
  }

  .GroupOurClient .slick-dots li {
    width: 40px;
    margin: 0 5px
  }

  .GroupOurClient .slick-dots li button {
    width: 40px
  }

  .GroupOurClient .caption.superimpose p {
    display: none
  }

  .GroupOurClient .caption.superimpose {
    position: relative
  }

  .GroupOurClient .slick-next {
    right: 0
  }

  .GroupOurClient .slick-prev {
    left: 0
  }

  .GroupOurClient .slick-slide .slick-slide-inner-wrapper {
    margin: 0
  }

  .GroupOurClient .slick-prev,.GroupOurClient .slick-next {
    bottom: 8px;
    top: auto
  }

  .GroupOurClient .slick-arrow i {
    font-size: 40px;
    color: #393939;
  }

  .GroupOurClient .slick-dots {
    margin: 20px 0 0;
    position: relative;
    bottom: 0
  }
}

/*-------Rss Group - UC_August2018-----------*/

.rssWrapper {
  padding: 60px 0
}

.rssItem {
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(0,0,0,0.25);
  min-height: 370px;
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.rssItem:hover {
  top: -10px;
  box-shadow: 0 7px 40px 0 rgba(0,0,0,0.25)
}

.rssItem .postImage {
  min-height: 209px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.rssItem .postMeta {
  padding: 10px 16px 15px
}

.rssItem h3.postTitle {
  font-size: 20px;
  padding: 0 15px 15px
}

/*-------Home Form Wrapper---------------------------------------------------*/

.homeFormWrapper {
  background: #2299a9;
  padding: 56px 0;
}

.homeFormWrapper .width610 {
  max-width: 610px !important
}

/*-------Slider - Partners Group - UC_August2018------------------------------*/

.partnerGroup {
  background-color: #f3f3f3;
}

.partnerGroup .slick-slider {
  margin-bottom: 0
}

.partnerGroup .image {
  height: 120px;
  display: flex;
  align-items: center;
  text-align: center
}

.partnerGroup .image img {
  display: block;
  margin: 0 auto
}

.partnerGroup .slick-prev,.partnerGroup .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px
}

.partnerGroup .slick-prev {
  left: 20px
}

.partnerGroup .slick-next {
  right: 20px
}

.partnerGroup .slick-arrow i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: rgba(98,98,98,0.6);
  line-height: 20px
}

.partnerGroup .slick-slide {
  outline: 0
}

.partnerGroup .slick-prev:before,.partnerGroup .slick-next:before {
  display: none
}

@media(max-width: 1200px) {
  .partnerGroup .slick-prev {
    left:0
  }

  .partnerGroup .slick-next {
    right: 0
  }
}

/*------------Bottom - Form Module - UC_August2018-------------*/

.moduleBottomForm {
  background: #0071BC;
  padding: 60px 0;
  color: #fff;
}


.moduleBottomForm h2{
  color: #fff;
}

.moduleBottomForm .image {
  text-align: center
}

@media(max-width: 767px) {
  .moduleBottomForm {
    padding-top:60px;
    padding-bottom: 60px
  }

  .moduleBottomForm .image {
    padding-top: 30px
  }
}

/*------------Blog - Banner Area With Form - UC_August2018-------------*/

.moduleBlogBannerAreaWithForm {
  background: #0071BC;
  padding-top: 110px;
  color: #fff;
  padding-bottom: 70px;
}

.moduleBlogBannerAreaWithForm.ucHasBgImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.moduleBlogBannerAreaWithForm h1{
  color:#ffffff;
}

.moduleBlogBannerAreaWithForm .heroForm form{
  max-width: 400px;
}

@media(max-width:767px){
  .moduleBlogBannerAreaWithForm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moduleBlogBannerAreaWithForm .image {
    text-align: center;
  }
  .moduleBlogBannerAreaWithForm .heroForm form {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

/*------------Video Gallery Group - UC_August2018-------------*/

.ucGroupVideoGallery .ucItem {
  float: left;
  padding: 0 5px;
}
.ucGroupVideoGallery .ucHas2Column {
  width: 50%;
}
.ucGroupVideoGallery .ucHas3Column {
  width: 33.33%;
}
.ucGroupVideoGallery .ucHas4Column {
  width: 25%;
}

.ucGroupVideoGallery .videoItem {
  box-shadow: 0px 0px 1px #e2e2e2;
  margin-bottom:20px;
}
.ucGroupVideoGallery .ucDescription{
  padding: 5px;

}
.ucGroupVideoGallery h4 {
  margin: 0;
}

@media(max-width:767px){
  .ucGroupVideoGallery .ucItem {
    width: 100%;
  }
}

/*--Title Content And Cta Module - CC_August2018--*/
.mTitleContentCta {
  background-image: linear-gradient(78deg, #39464e, #39464e);
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
.mTitleContentCta .content {
  padding-bottom: 20px;
}

@media(max-width:767px){ 
  .mTitleContentCta .text-center {
    text-align: left;
  }
}
/*--Two Column Content And Image Module - CC_August2018--*/
.mTcci {
  background-color: #e6edf1;
  padding: 60px 0;
}
.mTcci a {
  font-weight: 600;
  padding-top: 10px;
  display: inline-block;
}
.mTcci a:hover {
  color: #39464e;
}
.mTcci a i {
  margin-left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mTcci a:hover i {
  margin-left: 10px;
}

@media(max-width:767px){ 
  .mTcci .content {
    padding-bottom: 60px;
  }
}
/*--Form Module - CC_August2018--*/
.mFormSection {  
  background-color: #39464e;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}

.mFormSection .formWrapper.formTransparent {
  max-width: 490px;
  margin: 30px auto 0;
}
.mFormSection .hs-button.primary.large {
  width: auto;
}
body .mFormSection input[type="text"],
body .mFormSection input[type="password"], 
body .mFormSection input[type="datetime"], 
body .mFormSection input[type="datetime-local"], 
body .mFormSection input[type="date"], 
body .mFormSection input[type="month"], 
body .mFormSection input[type="time"], 
body .mFormSection input[type="week"], 
body .mFormSection input[type="number"], 
body .mFormSection input[type="email"], 
body .mFormSection input[type="url"], 
body .mFormSection input[type="search"], 
body .mFormSection input[type="tel"], 
body .mFormSection input[type="color"],
body .mFormSection input[type="file"],
body .mFormSection textarea,
body .mFormSection select {
  border-radius:3px;
}
body .mFormSection span.hs-form-required {
  display: inline !important;
}

@media(max-width:767px){ 

  .mFormSection .text-center {
    text-align: left;
  }
  .mFormSection .hs-button.primary.large {
    width: 100%;
  }
}


/*--Two Column Image And Content Group - CC_August2018--*/
.groupTcic {
  padding: 60px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.groupTcic .titleWrapper {
  max-width: 700px;
  margin: 0 auto;
}
.groupTcicItem {
  padding: 60px 0;
}
.groupTcic .bottom-border {
  border-bottom: solid 2px #e6edf1;
}
@media(max-width:767px){ 
  .groupTcic .text-center {
    text-align: left;
  }
  .groupTcic .titleWrapper {
    padding-bottom: 40px;
  }
  .groupTcicItem {
    padding: 20px 0 60px;
  }
  .groupTcicItem .content {
    padding-bottom: 60px;
  }

}

/*--Testimonial With Video or Image - CC_August2018--*/
.TestimonialModule {
  padding: 0 0 60px 0;
}

.TestimonialModule .quote {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}

.TestimonialModule .author {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

.TestimonialModule .logoImage {
  margin-bottom: 60px;
}


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

.groupTeamMembers {
  padding: 65px 20px;
  background-color: #39464e;
}
.groupTeamMembers h2 {
  margin: 0;
  display: inline-block;
  color: #fff;
}
.groupTeamMembers .sub-header {
  color: #fff;
  margin-bottom: 50px;
}

.groupTeamMembers .teamMember {
  position: relative;
  padding: 15px;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #fff;
  background-position: center 280px;
  transition: all 0.2s ease;
}

.groupTeamMembers .teamMember>div {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%
}

.groupTeamMembers .teamMember h3 {
  font-style: normal;
  font-size: 16px;
  margin: 0;
  color: #fff
}

.groupTeamMembers .teamMember h4 {
  font-size: 32px;
  margin: 0;
  font-style: normal;
  color: #fff
}

.groupTeamMembers .teamMember p {
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}

.groupTeamMembers .teamMember:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  content: "";
  background: -moz-linear-gradient(top,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
  background: -webkit-linear-gradient(top,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
  background: linear-gradient(to bottom,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363636',endColorstr='#363636',GradientType=0)
}

.groupTeamMembers .teamMember:hover:before {
  background-color: rgba(54,54,54,.65);
  background: #1e8b9a;
  opacity: 0.65;
}

.groupTeamMembers .teamMember:hover {
  background-position: center top;
}

.groupTeamMembers .sub-header {
  margin-top: 30px;
}
.groupTeamMembers .teamMember>div {
  top: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.groupTeamMembers a.teamMember:hover>div{
  opacity: 0;
  top: -100%;
}
.groupTeamMembers .teamMember:before {
  display:none;
}

.groupTeamMembers a.teamMember .image-on-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
.groupTeamMembers a.teamMember .image-on-hover{
  display:block;
}

.groupTeamMembers a.teamMember:hover .image-on-hover {
  top: -100%;
}
.groupTeamMembers .teamMember {
  overflow: hidden;
}

.groupTeamMembers .memberWrapper {
  margin: 0 -15px;
}
.groupTeamMembers .memberWrapper .col3 {
  width: 25%;
  display: inline-block;
  padding: 0px 1.282%;
  margin: 0 -2px;
}
@media(min-width: 768px) {
  .groupTeamMembers .teamMember {
    height:280px;
    margin-bottom: 25px;
  }
}
@media(max-width: 1024px) {
  .groupTeamMembers .teamMember {
    height:250px;
  }
  .groupTeamMembers .memberWrapper .col3 {
    width: 33.33%;
  }
}
@media(max-width: 767px) {
  .groupTeamMembers .teamMember {
    height:250px;
    margin-bottom: 30px
  }
  .groupTeamMembers .memberWrapper .col3 {
    width: 50%;
  }
  .groupTeamMembers .teamMember{
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:479px){
  .groupTeamMembers .memberWrapper .col3 {
    width: 100%;
  }
}

/*----Contact Page --------*/

.ucHeroSection {
  color: #ffffff;
  background: #0071BC;
  padding: 60px 0;
}

/*---------------heroSectionType3----------------*/

.heroSectionType3 {
  background: #2299a9;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 110px;
}

@media(max-width: 1024px) {
  .heroSectionType3 {
    padding-top:50px
  }
}

@media(max-width: 767px) {
  .heroSectionType3 .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }
}


/*--------------Hero Section Type 3 - UC_August2018-------------------*/

.ucModuleProcessFourCol {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 67px;
  padding-bottom: 52px;
}

.ucModuleProcessFourCol>.hs-process-inner {
  position: relative;
}
.ucModuleProcessFourCol>.hs-process-inner .row-fluid {
  width: auto;
  margin: 0 -15px;
}
.ucModuleProcessFourCol .hs-col {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.ucModuleProcessFourCol .col-inner {
  position: relative;
  max-width: 140px;
  margin: 0 auto;
}
.ucModuleProcessFourCol .bubble-wrap {
  width: 174px;
  background: #fff;
  border-radius: 3px;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  margin: 0 auto 12px;
}
.ucModuleProcessFourCol h3 {
  font-size: 25px;
  margin: 22px 0;
}
.ucModuleProcessFourCol .bubble-wrap h6 {
  color: #39464e;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
.ucModuleProcessFourCol .bubble-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  margin: 0 auto;
}

@media(max-width: 1199px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    width:100%;
    bottom: 70px;
    left: 0
  }
  .ucModuleProcessFourCol>.hs-process-inner {
    padding: 0 20px
  }
  .ucModuleProcessFourCol {
    margin-left: 0;
    margin-right: 0
  }
}

@media(max-width: 1024px) {
  .heroSection3  {
    padding-top:50px
  }
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position: center 3%
  }
}

@media(max-width: 930px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position:center 25%
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    right: -30%;
    margin-top: 37px
  }
}

@media(max-width: 830px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position:center 52%
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    right: -25%;
    margin-top: 47px
  }
}

@media(max-width: 767px) {
  .ucModuleProcessFourCol>.hs-process-inner .row-fluid {
    margin: 0
  }
  .ucModuleProcessFourCol .hs-col {
    width: 100%;
    padding: 0
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    transform: rotate(90deg)
  }
  .ucModuleProcessFourCol .col-inner {
    padding-bottom: 50px
  }
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position: center top;
    left: 15%;
    bottom: auto;
    margin: 0;
    background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/vertical-rounded-arrow.png?t=1542909340357);
    width: 81px;
    height: 80%;
    top: 10%;
    background-size: contain
  }
}
@media(max-width: 479px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    left:0
  }
}
.ucModuleProcessThreeCol .col-inner {
  max-width: 100%;
}
.ucModuleProcessThreeCol .bubble-wrap {
  width: 90%;
  min-height: 111px;
  margin-bottom: 30px;
  padding: 15px 10px;
  color: #39464e;
}
.ucModuleProcessFourCol .bubble-wrap p {
  margin-bottom: 0;
}
.ucModuleProcessThreeCol img {
  max-width: 90px;
}
.ucModuleProcessThreeCol h5 {
  color: #f15924;
  margin-bottom: 0;
}
@media (min-width: 768px){
  .ucModuleProcessThreeCol {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .ucModuleProcessThreeCol .hs-col {
    width: 33.33%;
  }
}

@media (max-width: 767px){
  .ucModuleProcessThreeCol .bubble-wrap {
    min-height: 60px;
    width: 100%
  }
}

/*-----------------Case Studies Module - UC_August2018---------------*/

.ucModuleCaseStudies {
  background: #2299a9;
  color: #fff;
  padding: 30px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.ucModuleCaseStudies .item {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.ucModuleCaseStudies .itemInner {
  padding: 30px 40px 40px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 0 5px #333;
  top: 0;
}
.ucModuleCaseStudies .itemInner:hover {
  top: -5px;
  box-shadow: 0 0 10px #333;
}

.ucModuleCaseStudies .client-logo {
  min-height: 60px;
}

.ucModuleCaseStudies a.learn-more {
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 50px;
}
.ucModuleCaseStudies a.learn-more:hover {
  color: #d7d7d7;
}
@media(max-width:1024px){
  .ucModuleCaseStudies .item {
    width: 50%;
  }
}
@media(max-width:767px){
  .ucModuleCaseStudies .item {
    width: 100%;
  }
  .ucModuleCaseStudies .itemInner {
    padding: 20px 20px 20px;
  }
}


/*-----------------Banner Area With Form - UC_August2018---------------*/

.moduleBannerAreaWithForm {
  background: #0071BC;
  background-size: 400% 400%;
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  padding-top: 110px;
  color: #fff;
  padding-bottom: 70px;
}

.moduleBannerAreaWithForm form {
  max-width: 400px;
}

@media(max-width:767px){
  .moduleBannerAreaWithForm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moduleBannerAreaWithForm .image {
    text-align: center;
  }
}

/*-----------------Resources Group - UC_August2018---------------*/
.digital-library-wrapper {
  padding: 60px 10px;
  background-color: #fff
}
.digital-library-wrapper>span>div {
  transition-duration: .8s;
  -webkit-transition-duration: .8s
}
.ucModuleDigitalLibraryElement {
  text-align: center
}
.ucModuleDigitalLibraryElement .dl-image {
  position: relative;
  width: 100%;
  max-width: 280px;
  left: 0;
  right: 0;
  margin: 0px auto 30px
}
.ucModuleDigitalLibraryElement:hover .dl-image:after {
  height: 100%
}
.ucModuleDigitalLibraryElement h3 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0px 0 30px;
  max-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #39464e;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  min-height: 85px
}
.ucModuleDigitalLibraryElement:hover h3 {
  color: #f15924;
}
a.ucModuleDigitalLibraryElement {
  transition: transform .2s
}
.digital-library-wrapper.page-center>span {
  margin: 0 -20px;
  display: block
}
.ucModuleDigitalLibraryElement .dl-image img {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
  transition: all .2s
}
.ucModuleDigitalLibraryElement .dl-image {
  transition: all .2s
}
.ucModuleDigitalLibraryElement:hover .dl-image {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}
.ucModuleDigitalLibraryElement-3col {
  width: 33.33%;
  float: left
}
.ucModuleVideohub-3col {
  width: 33.33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top
}
.ucModuleVideohub {
  padding: 0 10px;
  margin-bottom: 20px
}
.ucModuleVideohub .hs-featured-image-wrapper {
  min-height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  min-height: 170px
}
.ucModuleVideohub .hs-featured-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0071BC;
  opacity: .85
}
.ucModuleVideohub h2 {
  font-size: 15px;
  line-height: normal;
  padding: 10px 10px;
  color: #636363;
  min-height: 80px
}
.ucModuleVideohub h2:after {
  display: none
}
.ucModuleVideohub .inner {
  transform: translate3d(0,0,0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
  transition: transform .2s ease,box-shadow .2s
}
.ucModuleVideohub .inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}
.ucModuleVideohub .video-length {
  padding: 10px;
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1
}
.ucModuleVideohub .inner:hover h2 {
  color: #f15924;
}
.ucModuleVideohub .hs-featured-image-wrapper i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border: 0;
  margin: auto;
  transform: translatey(-50%);
  font-size: 40px;
  opacity: .6
}
.ucModuleVideohub a:hover i {
  opacity: 1
}
@media(max-width: 1024px) {
  .ucModuleDigitalLibraryElement h3 {
    display: none
  }
  .ucModuleDigitalLibraryElement-3col {
    padding: 0 10px
  }
  .ucModuleVideohub-3col {
    width: 50%
  }
  .title-with-id {
    padding-top: 30px
  }
}
@media(max-width: 767px) {
  .ucModuleDigitalLibraryElement-3col {
    width:50%
  }
  .ucModuleVideohub-3col {
    width: 100%;
    display: block;
    margin-right: 0
  }
  .moduleBannerAreaWithForm form {
    max-width: 100%;
    margin-bottom: 40px;
  }
}



/*-----------------Accordion Group - UC_August2018---------------*/

.ucGroupAccrodion {
  padding-bottom: 60px;
  padding-top: 60px;
}
.ucGroupAccrodion .accordionItem {
  border-bottom: solid 2px #e6edf1;
}
.ucGroupAccrodion p.accordionTitle {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-weight: bold;
}
.ucGroupAccrodion p.accordionTitle .fa {
  margin-right: 15px;
  color: #f15924;
}
.ucGroupAccrodion .accordionInner.active .fa:before {
  content: "\f068";
}
.ucGroupAccrodion .accordionInner {
  padding: 15px 0;
}
.ucGroupAccrodion .accordionContent {
  padding-left: 32px;
}
.ucGroupAccrodion .title {
  text-align: center;
}
@media(max-width:767px){
  .ucGroupAccrodion .accordionContent {
    padding-left: 0;
  }
  .ucGroupAccrodion .title {
    text-align: left;
  }
}



/*-----------------events Info - UC_August2018---------------*/
.ucEventInfoModule {
  background: #1e99a9;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden; 
  z-index: 22;
  display: flex;
  justify-content: space-between;
}

.ucEventInfoModule .item {
  text-align: left;
  padding: 1rem;
  transition: 0.3s all;
  position: relative; 
  width:20%;
}
.ucEventInfoModule .item .iconColumn{
  float: left;
  width: 20%;
  height: 100%;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.ucEventInfoModule .item .textColumn{
  float: left;
  width: 80%;
  height: 100%;
}
.ucEventInfoModule .item:hover{
  background: #f15924;
  transition:0.3s all;
}
.ucEventInfoModule .item:hover h3 a{
  color:white !important;
  transition:0.3s all;
}
.ucEventInfoModule .item img{
  width:40px;
  display:inline-block;
  float:left;
  padding-right: 0.5rem;
  transition:0.3s all;
}
.ucEventInfoModule .item p{
  margin:0;
}
.ucEventInfoModule h3{
  margin:0;
  padding:0;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #39464e;
}
.ucEventInfoModule h3 a{
  color:inherit;
}
.ucEventInfoModule span{
  color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 1.3rem;
}
.ucEventInfoModule .textColumn a{
  text-decoration: none !important;
  outline:0 !important;
}
.ucEventInfoModule .textColumn a:hover{
  text-decoration: none !important;
  outline:0 !important;
}
.ucEventInfoModule br{
  display: none;
} 

@media(max-width:1199px) and (min-width:768px){
  .ucEventInfoModule .item .textColumn,
  .ucEventInfoModule .item .iconColumn {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 20px;
  }
  .ucEventInfoModule .item .textColumn * {
    font-size: 16px;
  }
}

@media(max-width:767px){
  .ucEventInfoModule {
    display: block;
  }
  .ucEventInfoModule .item {
    width: 100%;
    float: left;
  }
}

/*-----------------Event Speakers Group - UC_August2018---------------*/

.ucGroupEventSpeakers .speakerGallery>.item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.ucGroupEventSpeakers .speakerGallery.gallery-4>.item {
  width: 25%;
  float: left;
  padding-right: .3125rem;
  padding-left: .3125rem;
}
.ucGroupEventSpeakers .speakerGallery>.item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ucGroupEventSpeakers .speakerGallery>.item figure img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#speakers.ucGroupEventSpeakers  .item a img {
  display: inline-block;
  max-height: 200px;
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.ucGroupEventSpeakers .speakerGallery>.item figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.ucGroupEventSpeakers .speakerGallery>.item figure:hover .overlay {
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  opacity: 0.9;
}
.ucGroupEventSpeakers .speakerGallery>.item figure .overlay .overlay-text {
  color: #fff; 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.ucGroupEventSpeakers .speakerGallery>.item figure:hover .overlay .overlay-text {
  opacity: 1;
}

.ucGroupEventSpeakers .speakerGallery>.item figcaption {
  padding: 2.35765%;
  text-align: center;
  min-height: 6.875rem;
}
.ucGroupEventSpeakers .speakerGallery.gallery-4 .item figcaption {
  min-height: auto;
}
.ucGroupEventSpeakers .speakerGallery>.item figcaption .title {
  padding-bottom: 0;
  font-size: .875rem;
  color: #f15924;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ucGroupEventSpeakers .speakerGallery>.item figcaption .sub-title {
  display: block;
  font-size: .75rem;
  line-height: 1.4;
  overflow: hidden;
}
.ucGroupEventSpeakers .speakerGallery>.item figcaption .sub-text {
  display: block;
  font-size: .8125rem;
  font-style: italic;
  line-height: 1.4;
  overflow: hidden;
}
.attendee-popup ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.attendee-popup li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
@media(max-width:767px){
  .ucGroupEventSpeakers .speakerGallery.gallery-4>.item {
    width: 50%;
  }
}

/*-----------------Events - Companies Group - UC_August2018---------------*/

.ucGroupCompaines .compainesGallery>.item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.ucGroupCompaines .compainesGallery.gallery-4>.item {
  width: 25%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ucGroupCompaines .compainesGallery .item:hover {
  background: #0071BC;
}

.ucGroupCompaines .compainesGallery .item:hover img {
  filter: brightness(0) invert(1);
}

.ucGroupCompaines .compainesGallery figure {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

@media(max-width:767px){
  .ucGroupCompaines .compainesGallery.gallery-4>.item {
    width: 50%;
  }
  .ucGroupCompaines .compainesGallery figure {
    min-height: 70px;
  }
}

/*-----------------event page - QuestionSection---------------*/

.ucQuestionSection {
  padding: 70px 0;
  background-color: HeroBackgroundColor;
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  font-size: 27px;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

/*-----------------New Module or Content Add Below here---------------*/