

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

/* Font-Awesome Live URL */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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



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

<!-- Missing Template at Path: 'custom/page/Company_Theme/CompanyModules.css' -->

/* These includes are optional, but helpful. */
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

 





/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





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


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

/* Theme Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Section Background Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

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

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




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


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

 

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




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


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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
	border: 0 none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
}

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

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

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: inherit;
		text-decoration: none;
		outline: none !important;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #720CF7;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #720CF7;
  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 {
    color: #808080;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: 'Poppins', arial, sans-serif;
    color: #777777;
		font-weight: 400;
		letter-spacing: 1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
  font-size: 45px;
  line-height: 55px;
}
h2 {
  font-size: 34px;
  line-height: 44px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
}

/* 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 {
    margin-bottom: 30px;
    margin-top: 30px;
}
blockquote p {
    float: right;
    font-style: italic;
    letter-spacing: 1px;
    padding-left: 35px;
    margin-bottom: 10px !important;
}
blockquote span {
    color: #777777;
    display: block;
    letter-spacing: 1px;
    text-align: center;
}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before {
    color: #999999;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 25px;
    float: left;
    margin-bottom: -26px;
}

/* Common Style */


.section-space {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.btn-2 p a,
.btn-1 p a {  
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-2 p a:hover,
.btn-1 p a {
    background-color: #720CF7;
    color: #ffffff;
    border: 1px solid #720CF7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-1 p a:hover,
.btn-2 p a {
    background-color: #FAAF39;
    color: #ffffff;
    border: 1px solid #FAAF39;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-top {
    margin-top: 30px;
}

.link-top {
    margin-top: 15px;
}
.text-link2 p,
.text-link1 p {
  	position: relative;
}
.text-link2 p a,
.text-link1 p a {
  	bottom: 1px;
  	font-size: 12px;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    line-height: 20px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.text-link2 p a:after,
.text-link2 p a:hover,
.text-link1 p a {
  	color: #720CF7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.text-link1 p a:after,
.text-link1 p a:hover,
.text-link2 p a {
  	color: #FAAF39;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.text-link2 p a:after,
.text-link1 p a:after {
  	content: "\f101";
 		font-family: fontawesome;
    font-size: 14px;
  	opacity: 0;
  	padding-left: 8px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.text-link1 p:hover a:after {
  	opacity: 1;
  	padding-left: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.section-bg-1 {
    background-color: #FFFFFF;
}

.section-bg-2 {
    background-color: #F6F6F6;
}
.section-bg-3 {
    background-color: #720CF7;
}
.section-bg-4 {
    background-color: #FAAF39;
}


.title-bottom {
	margin: 0 0 40px 0;
}


/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





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


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

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {
    margin:0 auto;
    max-width: 100%;
    width:100%;
}
.content-width {
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px;
    max-width: 1170px;
}
.hubspot-link__container {
  	display: none;
}



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


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

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




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


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


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

/* Homepage */

/*=== HEADER SECTION START ===*/

/* Custom HubL div */
.row-fluid [class*="span"] {
    min-height: 1px;
}

.header-bg{
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 145px;
} 
.header-top {
    margin-top: 0px; 
}
.header-width {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important; 
}
.header-head h1 {
    color: #f3f3f3;
    font-size: 45px;
    line-height: 55px;
  	letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sub-head-list p {
    color: #ffffff !important;
  	font-size: 16px !important;
    letter-spacing: 1px !important;
  	line-height: 26px !important;
    font-weight: 400 !important;
    padding-left: 20px;
    position:relative;
}
.sub-head-list p:before {
    content: "\f101";
    color: #ffffff;
    font-family: fontawesome; 
    font-size: inherit;
    left: 0;
    position: absolute;
}
.sub-head {
    margin-top: 15px;
}
.sub-head p {
    color: #FAAF39 !important;
  	font-family: 'Poppins', arial, sans-serif !important;
  	font-size: 24px !important;
    letter-spacing: 1px !important;
  	line-height: 34px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}
.header-head p {
    color: #f2f2f2;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}
.content-top {
    margin-top: 10px;
}
.header-content p:first-child {
  	margin-top: 20px;
}
.header-content p:last-child {
    color: #f2f2f2;
    font-weight: 600;
  	letter-spacing: 1px;
}
.header-btn {
    margin-top: 30px;
}
.header-btn p a {
    background-color: #720CF7;
    color: #ffffff;
    border: 1px solid #720CF7;
}
.header-btn p a:hover,
.header-btn p a:focus,
.header-btn p a:active {
    background-color: #FAAF39;
    color: #ffffff;
    border: 1px solid #FAAF39;
}
.header-btn p a {  
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*=== HEADER SECTION END ===*/

/*=== QUOTE START ===*/
.hide {
    display: none !important;
}
.quote-space {
    padding-top: 30px;
    padding-bottom: 30px;
}
.quote-head {
    text-align: center;  
}
.quote-head h5:before {
    color: #f0a52f;
    content: "\f10d";
    font-family: fontawesome;
    left: 5%;
    top: 0px;
    position: absolute;
    font-size: 40px;
    z-index: -1;
}
.quote-head h5 {
    position: relative;
    z-index: 10;
}
.quote-head p,
.quote-head h5 {
    color: #ffffff;
}
.quote-head p {
    letter-spacing: 1px;
}
/*=== QUOTE END ===*/

/*=== OUR CLIENTS START ===*/

.client-space {
    padding-bottom: 40px;
    padding-top: 40px;
}
.clients-slider img {
    padding-left: 0px;
    padding-right: 0px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -ms-transform: scale(0.8);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.6;
}
.clients-slider .owl-buttons {
    display: none;
}
.clients-slider img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 1;
}
/*=== OUR CLIENTS END ===*/

/*=== WHY CHOOSE US START ===*/

.sub-uline-img {
    line-height: 5px;
    margin-bottom: 25px;
  	margin-top: 5px;
}

.choose-img {
  	float: left !important;
  	width: 100px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.choose-content {
    float: left !important;
  	margin-left: 0 !important;
  	width: 76% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.choose-content h5 {
  	margin-bottom: 10px;
}
.choose-top {
  	margin-top: 20px;
}
.choose-icon-top {
  	margin-top: 30px;
}

/*=== WHY CHOOSE US END ===*/

/*=== OUR SERVICES START ===*/

.services-col {
  	background-color: #f6f6f6;
    border-radius: 5px;
    padding: 5px 5px 30px 5px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-img {
    display: block;
  	overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-img img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-col:hover .services-img img {
    transform: scale(1.2);
  	-webkit-transform: scale(1.2);
  	-moz-transform: scale(1.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-content {
  	padding: 20px 12px 0px 12px;
}
.services-col h5 {
  	margin-bottom: 10px;
  	margin-top: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*=== OUR SERVICES END ===*/

/*=== OUR SKILLSET START ===*/

.swap-right {
    float: right !important;
}
.swap-left {
    float: left !important;
    margin-left: 0 !important;
}

.skillset-outer-bg > div {
    position: relative;
}
.skill-bar {
    position: relative;
}
.skill-bar > div {
    display: block;
    position: absolute;
    overflow: visible !important;
}
.skillset .skillset-outer-bg {
    margin-bottom: 50px;
}
.skillset-outer-bg#skill-percent4 {
    margin-bottom: 35px;
}
.skillset-outer-bg > div {
    background-color: #eeeeee;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset;
    height: 6px;
    margin-top: 15px;
}
.skill-inner-bg5 > div,
.skill-inner-bg4 > div,
.skill-inner-bg3 > div,
.skill-inner-bg2 > div,
.skill-inner-bg1 > div {
    background-color: #1B222C;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 6px;
    width: 0%;
}
.skillset-outer-bg h6 {
    font-size: 16px;
    font-weight: 400;
    float: left;
    letter-spacing: 1px;
    margin-top: 15px;
    position: absolute;
    top: 0;
}
.skillset-outer-bg p {
    background-color: rgba(250,175,57,0.9);
    border-radius: 50%;
    color: #ffffff;
    float: right;
    font-weight: 600;
    left: 0px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: -24px;
    padding: 14px 8px;
    position: relative;
}
.skill-list ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.skill-list ul {
    margin: 15px 0 0px 0;
}
.skill-list ul:last-child {
    margin-bottom: 0px;
}
.skill-list ul li:first-child {
    width: 40px !important;
}
.skill-bottom {
    margin-bottom: 20px;
    margin-top: 20px;
}
/*=== OUR SKILLSET END ===*/

/*=== OUR PRODUCTS INCLUDES START ===*/

.margin-top30 {
    margin-top: 30px; 
}
.extra-pad45 {
    padding-bottom: 45px !important;
}
.extra-pad55 {
    padding-bottom: 55px !important;
}
.extra-pad54 {
    padding-bottom: 54px;
}
.products-col {
    background-color: #f9f9f9;
    border: 3px solid #f3f3f3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-col:before {
    background-color: #FAAF39;
    content: "";
    height: 2px;
    position: absolute;
    left: 2px;
    top: -2px;
    width: 0%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-col:after {
    background-color: #FAAF39;
    content: "";
    height: 2px;
    position: absolute;
    right: 2px;
    bottom: -2px;
    width: 0%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-col:hover:after,
.products-col:hover:before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-col h5 {
    vertical-align: middle;
}
.products-icon {
    float: left !important;
    width: 100px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-heading {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 46% !important;
}
.products-icon img {
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-icon img,
.products-col:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-col:hover .products-icon img {
    box-shadow: 1px 3px 3px rgba(34,34,34,0.5);
    -webkit-box-shadow: 1px 3px 3px rgba(34,34,34,0.5);
    -moz-box-shadow: 1px 3px 3px rgba(34,34,34,0.5);
    -o-box-shadow: 1px 3px 3px rgba(34,34,34,0.5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.products-content p {
  	margin-top: 25px;
}

/*=== OUR PRODUCTS INCLUDES END ===*/

/*=== FAQ START ===*/

.faq-col {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.faq-accord h5 {
    cursor: pointer;
}
.faq-accord h5:before {
    color: #FAAF39;
    content: "\f059";
    font-size: 30px;
    font-family: fontawesome;
    padding-right: 15px;
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    vertical-align: text-bottom;
}
.faq-accord p {
    padding-left: 45px;
}
.faq-top {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}
.faq-accord:hover h5:before {
    color: #720CF7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.faq-col h5 {
    display: inline-flex;
  	margin-bottom: 10px;
}
.faq-div > div {
    background-color: #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 30px auto 0;
    padding: 30px;
    text-align: center;
    width: 40%;
}
.faq-div p {
    color: #FAAF39;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.faq-div p:hover a {
    color: #720CF7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*=== FAQ START ===*/

/*=== CONTACT FORM START ===*/

.contact-bg {
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-bottom: 100px;
  	padding-top: 100px;
}
/* Contact Form */
.contact-form .hs-button.primary:hover,
.contact-form input[type="submit"]:hover,
.contact-form input[type="button"]:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  	color: ;
}

.contact-form .hs-button.primary:focus,
.contact-form input[type="submit"]:focus,
.contact-form input[type="button"]:focus {
    background-color: transparent;
    border-bottom: 1px solid #FAAF39;
    border-top: none;
    border-left: none;
    border-right: none;
  	color: #FAAF39;
}

.contact-form fieldset.form-columns-1 .input,
.contact-form fieldset.form-columns-2 .input,
.contact-form fieldset.form-columns-3 .input {
    margin-right: 0 !important;
}

/* Contact Form Css */

.contact-form {
  	margin-right: 0;
    margin-left: 0 !important;
}
.contact-form .hs-form .hs-form-field {
    margin: 15px 0 0 0;
}
.hs_cos_wrapper_type_form label.hs-error-msg {
    color: #ff0000;
}
.contact-form form {
    background-color: rgba(34, 34, 34, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 10px 20px -10px #000000;
  	margin-right: 0;
    margin-left: auto;
    padding: 15px 30px 30px 30px;
    position: relative;
}
.contact-form .hs-form .hs-form-field>label {
    color: #808080;
}
/* Inputs (selectors for all inputs)  */
.contact-form .hs-form input[type="text"],
.contact-form .hs-form input[type="password"], 
.contact-form .hs-form input[type="datetime"], 
.contact-form .hs-form input[type="datetime-local"], 
.contact-form .hs-form input[type="date"], 
.contact-form .hs-form input[type="month"], 
.contact-form .hs-form input[type="time"], 
.contact-form .hs-form input[type="week"], 
.contact-form .hs-form input[type="number"], 
.contact-form .hs-form input[type="email"], 
.contact-form .hs-form input[type="url"], 
.contact-form .hs-form input[type="search"], 
.contact-form .hs-form input[type="tel"], 
.contact-form .hs-form input[type="color"],
.contact-form .hs-form input[type="file"],
.contact-form .hs-form textarea,
.contact-form .hs-form select {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    max-width: 100% !important;
}
.contact-form .hs-form select {
    color: rgba(255,255,255,0.5);
}
.contact-form .hs-form select option {
    color: #222222;
    margin-top: 4px;
}
.contact-form .hs-form select option:hover {
    background-color: #720CF7;
    color: #ffffff;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.contact-form .hs-form input[type="text"]:focus,
.contact-form .hs-form input[type="password"]:focus, 
.contact-form .hs-form input[type="datetime"]:focus, 
.contact-form .hs-form input[type="datetime-local"]:focus, 
.contact-form .hs-form input[type="date"]:focus, 
.contact-form .hs-form input[type="month"]:focus, 
.contact-form .hs-form input[type="time"]:focus, 
.contact-form .hs-form input[type="week"]:focus, 
.contact-form .hs-form input[type="number"]:focus, 
.contact-form .hs-form input[type="email"]:focus, 
.contact-form .hs-form input[type="url"]:focus, 
.contact-form .hs-form input[type="search"]:focus, 
.contact-form .hs-form input[type="tel"]:focus, 
.contact-form .hs-form input[type="color"]:focus,
.contact-form .hs-form input[type="file"]:focus,
.contact-form .hs-form textarea:focus,
.contact-form .hs-form select:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}
.contact-form .hs-form input {
    max-height: 50px !important;
    height: 50px !important;
}
.contact-form .hs-form textarea {
    max-height: 150px !important;
    height: 150px !important;
}
.contact-form .hs-button.primary,
.contact-form input[type="submit"],
.contact-form input[type="button"] {
  	color: #ffffff;
    margin-top: 25px;
    height: auto;
}
.contact-form .hs-button.primary:hover,
.contact-form input[type="submit"]:hover,
.contact-form input[type="button"]:hover {
    background-color: #FAAF39;
    border: 1px solid #FAAF39;
  	color: #ffffff;
}

.contact-form .hs-button.primary:focus,
.contact-form input[type="submit"]:focus,
.contact-form input[type="button"]:focus {
    background-color: #ffffff;
    border: 1px solid #FAAF39;
  	color: #FAAF39;
}

.contact-form .submitted-message {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto 0 auto;
    padding: 30px;
    letter-spacing: 1px;
    font-family: 'Open sans';
    text-align: center;
}
.contact-form .hs-button.primary,
.contact-form input[type="submit"],
.contact-form input[type="button"] {
    background-color: #720CF7;
    border: 1px solid #720CF7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;;
    font-size: 14px;;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    height: unset !important;
    max-height: unset !important;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
/*=== CONTACT FORM END ===*/

/* Enterprise Page Start */
/*=== HEADER START ===*/
.page-header-div h1 {
    color: #ffffff;
    text-align: center;
}
/* === SCALABILITY START ===*/
.scale-col h4{
    margin-bottom: 10px;
}
.margin-bot20 {
    margin-bottom: 20px;
}
.features-img {
    float: left !important;
    width: 50px !important;
}
.features-content {
    float: left !important;
    margin-left: 0 !important;
    width: 80% !important;
}
.features-content h5 {
    margin-bottom: 5px;
}
img {
    max-width: 100%
}
.margin-top15 {
    margin-top: 15px;
}
/* === SCALABILITY END === */
/* === COMPLIANCE START ===*/
.complaint-col {
    background-color: #ffffff;
    border: 3px solid #f3f3f3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.complaint-col h5 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.complaint-col:before {
    background-color: #FAAF39;
    content: "";
    height: 2px;
    position: absolute;
    left: 2px;
    top: -2px;
    width: 0%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.complaint-col:after {
    background-color: #FAAF39;
    content: "";
    height: 2px;
    position: absolute;
    right: 2px;
    bottom: -2px;
    width: 0%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.complaint-col:hover:after,
.complaint-col:hover:before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.complaint-col:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* === COMPLIANCE END ==*/

/* ENTERPRISE PAGE V2 START */
.enterprise-nav ul {
    display: table;
    list-style: none;
    padding-left: 0;
    margin: 0 auto 0px;
}
.enterprise-nav li {
    display: inline-block;
}
.enterprise-nav li:first-child a {
    border-radius: 5px 0 0 0px;
    -webkit-border-radius: 5px 0 0 0px;
    -moz-border-radius: 5px 0 0 0px;
}
.enterprise-nav li:last-child a {
    border-radius: 0 5px 0px 0;
    -webkit-border-radius: 0 5px 0px 0;
    -moz-border-radius: 0 5px 0px 0;
}
.enterprise-nav li a {
    background-color: #eeeeee;
    box-shadow: 0px 0px 6px #666666 outset;
    color: #777777;
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
    padding: 15px 20px;
    width: 360px;
}
.enterprise-nav li.active a {
    background-color: #720CF7;
    box-shadow: 0px 0px 6px #666666 inset;
    color: #ffffff;
}
.enterprise-tabs .tab-content {
    background-color: #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 60px 30px;
}
.tab-content .tab-pane.active {
    display: block;
}
.tab-content .tab-pane:not(.active){
    display: none;
}

/* ENTERPRISE PAGE V2 END */

/* FEATURES PAGE START */
.features-col h3 {
    margin-bottom: 10px;
}
.features-list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
.features-list ul li {
    display: table-cell;
    margin-bottom: 15px;
}
.features-list ul li:first-child {
    vertical-align: top;
    width: 40px;
}
.features-list ul li:last-child {
    margin-bottom: 0px;
}
.features-img-slider {
    margin-bottom: 30px;
    margin-top: 20px;
}
.features-img-slider .owl-controls {
    display: none !important;
}
.features-nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto 0px;
}
.features-nav li {
    display: table-cell;
    border-right: 1px solid #cccccc;
}
.features-nav li:last-child {
    border-right: 0px solid #FAAF39;
}
.features-nav li:first-child a {
    border-radius: 5px 0 0 0px;
    -webkit-border-radius: 5px 0 0 0px;
    -moz-border-radius: 5px 0 0 0px;
}
.features-nav li:last-child a {
    border-radius: 0 5px 0px 0;
    -webkit-border-radius: 0 5px 0px 0;
    -moz-border-radius: 0 5px 0px 0;
}
.features-nav li a {
    background-color: #eeeeee;
    box-shadow: 0px 0px 6px #666666 outset;
    color: #777777;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    padding: 10px 20px;
}
.features-nav li.active a {
    background-color: #FAAF39;
    box-shadow: 0px 0px 6px #d58a14 inset;
    color: #ffffff;
}
.features-tabs .tab-content {
    background-color: #f6f6f6;
    border-radius: 0 5px 5px;
    -webkit-border-radius: 0 5px 5px;
    -moz-border-radius: 0 5px 5px;
    padding: 30px 30px;
}
.features-btns-width .btn-width-1 {
    width: auto;
}
.quote-form {
    background-color: #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px 20px;
    margin-top: 30px;
    text-align: center;
}
.quote-form .hs-form-field {
    text-align: left;
    margin-top: 15px;
}
.quote-form .hs-button.primary:hover,
.quote-form input[type="submit"]:hover,
.quote-form input[type="button"]:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  	color: #ffffff;
}

.quote-form .hs-button.primary:focus,
.quote-form input[type="submit"]:focus,
.quote-form input[type="button"]:focus {
    background-color: transparent;
    border-bottom: 1px solid #FAAF39;
    border-top: none;
    border-left: none;
    border-right: none;
  	color: #FAAF39;
}

.quote-form fieldset.form-columns-1 .input,
.quote-form fieldset.form-columns-2 .input,
.quote-form fieldset.form-columns-3 .input {
    margin-right: 0 !important;
}


/* Inputs (selectors for all inputs)  */
.quote-form .hs-form input[type="text"],
.quote-form .hs-form input[type="password"], 
.quote-form .hs-form input[type="datetime"], 
.quote-form .hs-form input[type="datetime-local"], 
.quote-form .hs-form input[type="date"], 
.quote-form .hs-form input[type="month"], 
.quote-form .hs-form input[type="time"], 
.quote-form .hs-form input[type="week"], 
.quote-form .hs-form input[type="number"], 
.quote-form .hs-form input[type="email"], 
.quote-form .hs-form input[type="url"], 
.quote-form .hs-form input[type="search"], 
.quote-form .hs-form input[type="tel"], 
.quote-form .hs-form input[type="color"],
.quote-form .hs-form input[type="file"],
.quote-form .hs-form textarea,
.quote-form .hs-form select {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    max-width: 100% !important;
}
.quote-form .hs-form select {
    color: rgba(255,255,255,0.5);
}
.quote-form .hs-form select option {
    color: #222222;
    margin-top: 4px;
}
.quote-form .hs-form select option:hover {
    background-color: ;
    color: #ffffff;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.quote-form .hs-form input[type="text"]:focus,
.quote-form .hs-form input[type="password"]:focus, 
.quote-form .hs-form input[type="datetime"]:focus, 
.quote-form .hs-form input[type="datetime-local"]:focus, 
.quote-form .hs-form input[type="date"]:focus, 
.quote-form .hs-form input[type="month"]:focus, 
.quote-form .hs-form input[type="time"]:focus, 
.quote-form .hs-form input[type="week"]:focus, 
.quote-form .hs-form input[type="number"]:focus, 
.quote-form .hs-form input[type="email"]:focus, 
.quote-form .hs-form input[type="url"]:focus, 
.quote-form .hs-form input[type="search"]:focus, 
.quote-form .hs-form input[type="tel"]:focus, 
.quote-form .hs-form input[type="color"]:focus,
.quote-form .hs-form input[type="file"]:focus,
.quote-form .hs-form textarea:focus,
.quote-form .hs-form select:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}.quote-form .hs-form input {
    max-height: 50px !important;
    height: 50px !important;
}
.quote-form .hs-form textarea {
    max-height: 150px !important;
    height: 150px !important;
}
.quote-form .hs-button.primary,
.quote-form input[type="submit"],
.quote-form input[type="button"] {
  	color: #ffffff;
    margin-top: 25px;
    height: auto;
}
.quote-form .hs-button.primary:hover,
.quote-form input[type="submit"]:hover,
.quote-form input[type="button"]:hover {
    background-color: #FAAF39;
    border: 1px solid #FAAF39;
  	color: #ffffff;
}

.quote-form .hs-button.primary:focus,
.quote-form input[type="submit"]:focus,
.quote-form input[type="button"]:focus {
    background-color: #ffffff;
    border: 1px solid #FAAF39;
  	color: #FAAF39;
}

.quote-form .submitted-message {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto 0 auto;
    padding: 30px;
    letter-spacing: 1px;
    font-family: 'Open sans';
    text-align: center;
}
.quote-form .hs-button.primary,
.quote-form input[type="submit"],
.quote-form input[type="button"] {
    background-color: #720CF7;
    border: 1px solid #720CF7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: ;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    height: unset !important;
    max-height: unset !important;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: 300ms ease-in;
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
}
/* FEATURES PAGE END */

/* TEXT MESSAGING START */
.message-col {
    margin-top: 50px;
}
.message-col h3 {
    margin-bottom: 10px;
}
.virtues-col {
    background-color: #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px 30px;
    text-align: center;
    transition: 300ms ease-in;
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
}
.virtues-col h5 {
    margin-bottom: 10px;
    margin-top: 15px;
}
.virtues-col:hover {
    background-color: #ffffff;
    box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
/* TEXT MESSAGING END */

/* ALTERNATIVE USES START */
html {
    scroll-behavior: smooth; 
}
.alternate-list {
    position: relative;
}
.alternate-list-img {
    display: block;
    line-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.alternate-content-bot p {
    font-weight: 600; 
}
.alternate-content-bot {
    margin-bottom: 20px;
}
.alternate-list-content {
    background-color: rgba(34,34,34,0.7);
    bottom: 0px;
    padding: 15px;
    position: absolute;
}
.alternate-list-content h5 {
    margin-bottom: 10px;
}
.margin-bottom30 { 
  margin-bottom: 30px;
}
.alternate-list-content p,
.alternate-list-content h5 {
    color: #ffffff;
}
.alternate-list-img img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.alternate-list:hover .alternate-list-img img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
/* ALTERNATIVE USES END */

/* CASE MANAGEMENT START */
.case-content-bottom {
    margin-bottom: 20px; 
}
.case-col-top {
    margin-top: 15px;
}
.case-manage-col {
    background-color: transparent;
    border: 1px solid #eeeeee;
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.case-manage-col h5 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.case-manage-col:hover {
    background-color: #FAAF39;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    border-radius: 15px;
    transition: all 0.5s ease-in-out 0s; 
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.case-manage-col:hover p,
.case-manage-col:hover h5 {
    color: #ffffff; 
    transition: all 0.5s ease-in-out 0s; 
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.cta-space {
    padding-bottom: 40px;
    padding-top: 40px;
}
.cta-head h3 {
    color: #f3f3f3;
    margin-top: 3px;
    text-align: right;
}
.align-left {
    text-align: left;
}
a#cta_button_3813597_ccd0a455-427a-42f8-a63f-ca06d4aaf991.cta-schedule-btn,
a#cta_button_3813597_c1712c6f-fc3e-4d3c-b235-5469b0000b6e.cta-quote-btn {
  	background-color: #ffffff !important;
    border: 0 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    color: #720CF7 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
}
a#cta_button_3813597_ccd0a455-427a-42f8-a63f-ca06d4aaf991:hover,
a#cta_button_3813597_c1712c6f-fc3e-4d3c-b235-5469b0000b6e:hover,
.cta-quote-btn:hover,
.cta-schedule-btn:hover {
    background-color: #FAAF39 !important;
  	color: #ffffff !important; 
}
a#cta_button_3813597_ccd0a455-427a-42f8-a63f-ca06d4aaf991:hover span,
a#cta_button_3813597_c1712c6f-fc3e-4d3c-b235-5469b0000b6e:hover span,
.cta-quote-btn:hover span,
.cta-schedule-btn:hover span {
    color: #ffffff !important;
}
/* CASE MANAGEMENT END */

/* PARTNER START */

.partner-cta-head h3 {
    color: #f3f3f3;
    margin-top: 3px;
    text-align: center;
}
.partner-col {
    background-color: #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px 30px;
    text-align: center;
    transition: 300ms ease-in;
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
}
.partner-col h5 {
    margin-bottom: 10px;
    margin-top: 15px;
}
.partner-col:hover {
    background-color: #ffffff;
    box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.quote-strip-head {
    text-align: center;  
}
.quote-strip-head h5:before {
    color: #eeeeee;
    content: "\f10d";
    font-family: fontawesome;
    left: 5%;
    top: 0px;
    position: absolute;
    font-size: 40px;
    z-index: -1;
}
.quote-strip-head h5 {
    position: relative;
    z-index: 10;
}
.quote-strip-head p {
    letter-spacing: 1px;
}
.video-module {
    margin-bottom: 30px;
}
/* PARTNER END */

/* RESOURCES START */

.search-trigger {
    position: relative;
}
.search-trigger:after {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    top: 17px;
    right: 15px;
}
.search-trigger input {
    height: 50px;
    max-height: 50px;
}
.category-head select {
    -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.category-head .select-arrow {
    position: relative;
}
.common-child {
    font-size: 12px;
    font-style: italic;
}
.select-arrow select option {
    color: #808080;
    border: 0 none;
    padding: 5px 10px;
}
.select-arrow select {
    color: #808080;
}
.select-arrow:before {
    bottom: 14px;
    color: #666666;
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    z-index: 1;
}


.category-head {
    padding-bottom: 40px;
    padding-top: 80px;
    border-bottom: 2px solid #eeeeee;
}
.category-head input[type="text"],
.category-head input[type="password"],
.category-head input[type="datetime"],
.category-head input[type="datetime-local"],
.category-head input[type="date"],
.category-head input[type="month"],
.category-head input[type="time"],
.category-head input[type="week"],
.category-head input[type="number"],
.category-head input[type="email"],
.category-headinput[type="url"],
.category-head input[type="search"]
.category-head input[type="tel"],
.category-head input[type="color"],
.category-head input[type="file"],
.category-head textarea,
.category-head select {
    background-color: transparent;
    margin-bottom: 0;
    max-height: 50px;
    height: 50px;
    line-height: 16px;
    padding: 10px;
    margin-top: 0;
}
select.topic-select::-ms-expand {
    display: none;
}
.resources-sec {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
.resources-col {
    border: 1px solid #eeeeee;
    width: 100% !important;
}
.resources-content {
    padding: 20px 20px 30px;
}
.prod-tag {
    display: table;
}
.prod-tag p {
    color: #FAAF39;
    font-size: 14px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.resources-content h4 {
    color: ;
    margin-bottom: 0;
}
.p-top {
    margin-top: 10px;
}
.section-bottom-space {
    padding-bottom: 80px;
}
.resources-sec > div {
    display: inline-flex;
    display: -webkit-inline-box;
    margin: 40px 10px 0;
    vertical-align: top;
    width: 31.33%;
}
.no-content h3 {
    margin-bottom: 0;
}
/* RESOURCES END */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


.footer-container-wrapper,
.footer-container {
    max-width: 100%;
    width: 100%;
}

.footer-bg {
    background-color: #000000;
}
.footer-logo-bottom {
 	  margin-bottom: 20px;
}
.footer-bg h5 {
  	margin-bottom: 10px;
}
.footer-bg h5,
.footer-bg p {
  	color: #ffffff !important;
}
.footer-addr-col ul {
  	display: table;
  	margin-bottom: 20px;
}
.footer-addr-col ul:last-child {
  	display: table;
  	margin-bottom: 0px;
}
.footer-addr-col ul li {
    color: #ffffff;
    display: table-cell;
    letter-spacing: 1px;
    vertical-align: middle;
}
.footer-addr-col ul li:first-child {
    width: 40px;
}

.footer-links-col h5 {
    margin-bottom: 0px;
}
.footer-links-col p {
    margin-top: 10px;
}
.footer-links-col p,
.email-id p {
    letter-spacing: 1px;
}
.email-id p {
    display: inline-block;
}
.footer-links-col p a {
    padding-left: 25px;
    position: relative;
}
.footer-links-col p a:before {
    color: #aaaaaa;
    content: "\f124";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    vertical-align: top;
}
.footer-links-col p:hover a:before {
    color: #720CF7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.copyright-bg {
  	background-color: #222222;
    color: #eeeeee;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-top: 15px;
  	text-align: center;
}

.footer-bg p {
    color: #808080;
}
.footer-addr-col ul li a:hover,
.footer-bg p:hover a {
    color: #720CF7;
}
.subscribe-col .hs-form .hs-form-field > label {
    color: #ffffff;
}
.subscribe-col .hs-form .hs-form-field {
    margin-top: 0;
}
/* subscribe Form Css */

/* Inputs (selectors for all inputs)  */
.subscribe-col .hs-form input[type="text"],
.subscribe-col .hs-form input[type="password"], 
.subscribe-col .hs-form input[type="datetime"], 
.subscribe-col .hs-form input[type="datetime-local"], 
.subscribe-col .hs-form input[type="date"], 
.subscribe-col .hs-form input[type="month"], 
.subscribe-col .hs-form input[type="time"], 
.subscribe-col .hs-form input[type="week"], 
.subscribe-col .hs-form input[type="number"], 
.subscribe-col .hs-form input[type="email"], 
.subscribe-col .hs-form input[type="url"], 
.subscribe-col .hs-form input[type="search"], 
.subscribe-col .hs-form input[type="tel"], 
.subscribe-col .hs-form input[type="color"],
.subscribe-col .hs-form input[type="file"],
.subscribe-col .hs-form textarea,
.subscribe-col .hs-form select {
    background-color: transparent;
    border: 1px solid #333333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    max-width: 100% !important;
}
.subscribe-col .hs-form select {
    color: rgba(255,255,255,0.5);
}
.subscribe-col .hs-form select option {
    color: #222222;
    margin-top: 4px;
}
.subscribe-col .hs-form select option:hover {
    background-color: ;
    color: #ffffff;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.subscribe-col .hs-form input[type="text"]:focus,
.subscribe-col .hs-form input[type="password"]:focus, 
.subscribe-col .hs-form input[type="datetime"]:focus, 
.subscribe-col .hs-form input[type="datetime-local"]:focus, 
.subscribe-col .hs-form input[type="date"]:focus, 
.subscribe-col .hs-form input[type="month"]:focus, 
.subscribe-col .hs-form input[type="time"]:focus, 
.subscribe-col .hs-form input[type="week"]:focus, 
.subscribe-col .hs-form input[type="number"]:focus, 
.subscribe-col .hs-form input[type="email"]:focus, 
.subscribe-col .hs-form input[type="url"]:focus, 
.subscribe-col .hs-form input[type="search"]:focus, 
.subscribe-col .hs-form input[type="tel"]:focus, 
.subscribe-col .hs-form input[type="color"]:focus,
.subscribe-col .hs-form input[type="file"]:focus,
.subscribe-col .hs-form textarea:focus,
.subscribe-col .hs-form select:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}
.subscribe-col .hs-form input {
    max-height: 50px !important;
    height: 50px !important;
}
.subscribe-col .hs-form textarea {
    max-height: 150px !important;
    height: 150px !important;
}
.subscribe-col .hs-button.primary,
.subscribe-col input[type="submit"],
.subscribe-col input[type="button"] {
  	color: #ffffff;
    margin-top: 25px;
    height: auto;
}
.subscribe-col .hs-button.primary:hover,
.subscribe-col input[type="submit"]:hover,
.subscribe-col input[type="button"]:hover {
    background-color: #FAAF39;
    border: 1px solid #FAAF39;
  	color: #ffffff;
}

.subscribe-col .hs-button.primary:focus,
.subscribe-col input[type="submit"]:focus,
.subscribe-col input[type="button"]:focus {
    background-color: #ffffff;
    border: 1px solid #FAAF39;
  	color: #FAAF39;
}

.subscribe-col .submitted-message {
    padding: 0px;
    letter-spacing: 1px;
    font-family: 'Open sans';
    text-align: left;
}
.subscribe-col .hs-button.primary,
.subscribe-col input[type="submit"],
.subscribe-col input[type="button"] {
    background-color: #720CF7;
    border: 1px solid #720CF7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

.footer-icons {
    margin-top: 30px;
}

.footer-icons ul {
	  margin-bottom: 0px;
    padding-left: 0;
    margin-top: 0;
}
.footer-icons li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0px;
	  text-align: left;
	  width: 42px;
}
.footer-icons li:last-child {
	  width: 32px;
}
img {
    height: auto;
}



/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */





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

.menu-logo {
    margin-top: 10px;
}
.menu-bg {
    background-color: rgba(34,34,34,0.8);
    position: absolute;
    top: 0;
    border-bottom: 1px solid #666666;
    width: 100% !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 99;
}
.menu-bg.sticky {
    background-color: rgba(34,34,34,1);
}
.menu-pos-rel {
    position: relative;
}

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:active,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#FAAF39;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#FAAF39 !important;
}
.hs-menu-wrapper ul {
    padding: 0;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: table;
    float: right;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 25px 20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none; 
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
   position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
/* Override max width on menu links */
.custom-menu-primary .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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0; 
  width: 250px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.top-menu .hs-menu-children-wrapper {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.top-menu .hs-menu-children-wrapper li a {
    border-bottom: 1px dashed #CCCCCC;
    color: #333333 !important;
    font-size: 13px !important;
    padding: 12px 20px !important;
}
.top-menu .hs-menu-children-wrapper li:last-child a {
    border-bottom: 0px dashed #777777;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




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


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

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .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;
  }
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
     line-height: 24px;
     padding: 10px 20px;
 }
  

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 16px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 10px 10px 10px;
    background: #ffffff; /* Background color */
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #720CF7; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FAAF39; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
     /*  padding-top: 44px; *//* Makes room for button */
     /*  margin: 10px 0 10px 0; */
   }

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

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

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

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
      border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
      padding-bottom: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .top-menu .hs-menu-children-wrapper li a {
    color: #ffffff !important;
    padding: 8px 20px !important;
  }
  .top-menu .hs-menu-children-wrapper {
    background-color: transparent;
    border: 0px;
  }
}








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


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

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

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

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


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
    width: 100%;
}
.blog-listing-wrapper .post-listing .category-type1 .blog-category-title { 
    border-bottom: 2px solid #720CF7;
}
.blog-listing-wrapper .post-listing .category-type2 .blog-category-title { 
    border-bottom: 2px solid #FAAF39;
}
.blog-listing-wrapper .post-listing .category-type3 .blog-category-title { 
    border-bottom: 2px solid #2B6896;
}
.blog-listing-wrapper .post-listing .category-type3 h3 a,
.blog-listing-wrapper .post-listing .category-type2 h3 a,
.blog-listing-wrapper .post-listing .category-type1 h3 a {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 2px;
}
.blog-listing-wrapper .post-listing .category-type1 h3 a {
    background-color:  #720CF7;
}
.blog-listing-wrapper .post-listing .category-type2 h3 a {
    background-color:  #FAAF39;
}
.blog-listing-wrapper .post-listing .category-type3 h3 a {
    background-color:  #2B6896;
}
.blog-listing-wrapper .post-listing .blog-category-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.blog-listing-wrapper .post-listing .category-type3 .post-item:last-child {
    margin-bottom: 0;
}
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
    float: left;
    width: 33%;
}
.blog-listing-wrapper .post-listing .post-item .featured-post-content {
    float: right;
    width: 63%;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}
.blog-listing-wrapper .post-listing .post-item h4 {
    margin-bottom: 10px;
}
.category-type1 .post-item .post-body h6 {
    display: none !important;
}
.blog-post-wrapper .hs-featured-image-wrapper {
    float: left;
    width: auto;
}
.blog-post-wrapper .hs-featured-image-wrapper .hs-featured-image-link {
    padding-right: 20px;
}


/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}
.blog-post-wrapper #hubspot-topic_data {
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-bottom: 10px;
}
.blog-post-wrapper #hubspot-topic_data a.topic-link {
    background-color: #FAAF39;
    border: 1px solid #FAAF39;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.7;
	  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post-wrapper #hubspot-topic_data a.topic-link:hover {
    opacity: 1; 
	  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post-wrapper h3 {
    margin-bottom: 10px;
}
.blog-post-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin: 0 0 20px 0;
    max-height: 100%;
    max-width: 100%;
}
.blog-post-wrapper .hs-featured-image,
.blog-post-wrapper .post-item .hs-featured-image-wrapper {
    float: none;
    width: 100%;
}
.blog-post-wrapper .post-item .featured-post-content {
    float: none;
    width: 100%;
}
.blog-post-wrapper .post-item .hs-featured-image-wrapper .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}
.blog-post-wrapper .post-item h4 {
    margin-bottom: 10px;
}
.blog-post-wrapper .section.post-body h6,
.blog-post-wrapper .section.post-body h5 {
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-post-wrapper .section.post-body p {
    margin-bottom: 15px;
}
.blog-post-wrapper .section.post-body td h6 {
    margin-top: 5px !important;
}
.blog-post-wrapper .section.post-body ul {
    padding-left: 0px;
    list-style: none;
}
.blog-post-wrapper .section.post-body ul li {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.blog-post-wrapper .section.post-body ul li:last-child {
    margin-bottom: 0;
}
.blog-post-wrapper .section.post-body ul li:before {
    content: "\f101";
    color: #FAAF39;
    font-size: inherit;  
    font-family: 'fontawesome';
    padding-right: 15px;
}
.blog-post-wrapper .section.post-body a {
    color: #720CF7;
}
.blog-post-wrapper .section.post-body a:hover {
    color: #FAAF39;
}
.blog-post-wrapper .blogshare-this2,
.blog-post-wrapper #hubspot-author_data {
    margin-top: 20px;
}

.blog-post-wrapper .blogshare-this2 {
    line-height: 45px;
}
.blog-post-wrapper .blogshare-this2 ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0;
}
.blog-post-wrapper .blogshare-this2 ul li {
    display: table-cell;
    padding-right: 10px;
}
.blog-post-wrapper .blogshare-this2 ul li a {
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.blogshare-this2 .blog-facebook {
    background: #0b59aa none repeat scroll 0 0;
    border-radius: 25%;
}
.blogshare-this2 .blog-twitter {
    background: #00aaef none repeat scroll 0 0;
    border-radius: 25%;
}
.blogshare-this2 .blog-linkedin {
    background: #0375b3 none repeat scroll 0 0;
    border-radius: 25%;
}
.blogshare-this2 .blog-googleplus {
    background: #d84d2f none repeat scroll 0 0;
    border-radius: 25%;
}
.blog-post-wrapper .blogshare-this2 ul li:last-child {
    padding-right: 0; 
}

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

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

/* Blog Author and Avatar */
#hubspot-author_data {
    color: #808080;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#hubspot-author_data a.author-link {
    color: #FAAF39;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

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

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

/* Read More Link */
.post-listing .post-item .read-more-link {
    margin-top: 15px;
}
a.more-link {
    color: #720CF7;
    font-weight: 600;
    letter-spacing: 1px;
}

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

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

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

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

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

/* Pagination */
.blog-pagination {
    background-color: transparent;
    padding: 0px 0px;
}
.blog-pagination ul {
    display: flex;
    display: -webkit-inline-box;
    list-style: none;
}
.blog-pagination ul li {
    margin: 0;
}
.blog-pagination a {
    color: #ffffff;
    letter-spacing: 1px;
}
.blog-pagination a.next-posts-link,
.blog-pagination a.all-posts-link,
.blog-pagination a.previous-posts-link {
    background-color: #720CF7;
    border: 1;
    border-radius: 50%;
    color: #ffffff;
    box-shadow:0 2px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    margin-right: 10px;
    opacity: 0.75;
}

.blog-pagination a.next-posts-link:hover,
.blog-pagination a.previous-posts-link:hover {
    box-shadow: 0;
    opacity: 1;
    transform: scale(1.02);
}

.blog-pagination a.all-posts-link:hover {
    background-color: transparent;
    border: 1px solid #FAAF39;
    color: #ffffff;
}
/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {
    background-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    margin-top: 0px;
    padding: 0 0 20px 0;
}
.hs-author-profile h3.hs-author-name {
    background-color: #f3f3f3;
    border-bottom: 1px solid #cccccc;
    color: #777777;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 30px;
}
.hs-author-profile .avatar-bio {
    padding: 0px 20px 0 20px;
}
.blog-sidebar .hs-author-profile .hs-author-bio { 
    padding-left: 0;
    width: 100%;
}
.blog-sidebar .hs-author-profile {
    box-shadow: none;
    padding-bottom: 0;
}
.hs-author-profile .hs-author-bio {
    color: #808080;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    float: left;
    line-height: 24px;
    padding-left: 20px;
    width: 75%;
}
.hs-author-profile .hs-author-avatar {
    float: left;
    width: 150px;
}
.hs-author-social-section {
    display: inline-block;
    margin-top: 10px; 
}
.hs-author-social-section .hs-author-social-links {
    text-align: center;
    width: 150px;
}
.hs-author-social-section .hs-author-social-link {
    padding-right: 5px;
}
.hs-author-social-section .hs-author-social-link:last-child {
    padding-right: 0px;
}
.hs-author-social-section .fa.fa-google-plus-square.avatar,
.hs-author-social-section .fa.fa-linkedin-square.avatar,
.hs-author-social-section .fa.fa-twitter-square.avatar,
.hs-author-social-section .fa.fa-facebook-square.avatar {
    font-size: 32px;
}
h2.hs-author-listing-header {
    border-bottom: 2px solid #777777;
    font-family: 'Poppins', arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 20px !important;
    padding-bottom: 4px;
}
.hs-author-profile .hs-author-avatar img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 150px;
}
.hs-author-profile.hs-author-profile-sidebar .hs-author-name, .avatar-img-sidebar {
    text-align: center;
}
.hs-author-profile .avatar-bio-sidebar {
    padding: 0px 20px 0 20px;
}
.hs-author-profile .hs-author-avatar.hs-author-avatar-sidebar {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0px;
}
.hs-author-profile .hs-author-bio.hs-author-bio-sidebar {
    color: #808080;
    font-size: 14px;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 24px;
    margin-top: 0px;
    display: inline-block;
}
.blog-sidebar .hs-author-profile .hs-author-avatar {
    float: none;
}

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

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}
.common-category-listing-page .single-tag-posts-name {
    border-left: 3px solid #720CF7;
    font-family: 'Poppins', arial, sans-serif;
    padding-left: 10px;
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-tag-posts-name span {
    padding-left: 10px;
    border-radius: 3px;
    color: #720CF7;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.common-category-listing-page .post-item .post-body {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span > div:first-child span {
    /*border-radius: 5px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    padding: 0 0 15px 0;*/
    
}
.blog-sidebar > div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}
.blog-sidebar > div:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.hs-blog-listing .blog-sidebar > div:first-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.blog-sidebar > div:nth-child(4) {
    line-height: 0;
    padding: 0;
}
.blog-sidebar h3 {
    background-color: #f3f3f3;
    border-bottom: 1px solid #cccccc;
    color: #777777;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 30px;
}
.blog-sidebar .widget-span .widget-module,
.blog-sidebar .widget-span form,
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-item {
    padding: 0 15px !important;
}

.blog-sidebar .widget-module ul {
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
}
.blog-sidebar .widget-module ul li {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.blog-sidebar .widget-module ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget-module ul li:before {
    content: "\f101";
    color: #FAAF39;
    font-size: inherit;  
    font-family: 'fontawesome';
    padding-right: 15px;
}

/* POPULAR POST LISTING */
.sidebar-post-listing-wrapper.blog-listing-wrapper .post-listing .post-item {
    background-color: transparent;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 20px;
}
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-listing .post-item .post-body {
    float: left;
    width: 48%;
}
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
    float: none;
    width: 100%;
}
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-listing .post-item .post-header {
    float: right;
    margin-bottom: 0;
    width: 48%;
}
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-listing .post-header p a {
    color: #808080;
}
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-item:last-child,
.blog-listing-wrapper.sidebar-post-listing-wrapper .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin-bottom: 0;
}


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


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

/* Form Field */
body .hs-form-field {
    margin: 15px 0 0 0;
}

/* Descriptions */
body .hs-field-desc {
    margin: 15px 0 0 0;
}

/* Labels */
body label,
body .hs-form-field > label {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

/* 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 {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    max-width: 100% !important;
}

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: 1px solid #FAAF39;
    outline: 0 none;
}

/* Separate Styles for Multiple Line Inputs */

body textarea:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}

/* Separate Styles for Drop Downs */
body select {
    color: rgba(255,255,255,0.5);
}
body select option {
    color: #808080;
    margin-top: 4px;
}
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
    border-radius: 5px;
    color: #808080;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 5px;
}
body form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 0px;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}

body input[type="radio"],
body input[type="checkbox"] {
    margin: -2px 10px 0px 0;
    vertical-align: middle;
}
/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {
    color: #ff0000;
}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {
    color: #FAAF39;
}

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


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {
    margin: 15px 0 0 0;
}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {
    margin: 15px 0 0 0;
}

/* Labels */
.hs_cos_wrapper_type_form label,
.hs_cos_wrapper_type_form .hs-form-field > label {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    max-width: 100% !important;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {
    color: rgba(255,255,255,0.5);
}
.hs_cos_wrapper_type_form select option {
    color: #222222;
    margin-top: 4px;
}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {
    border-radius: 5px;
    color: #808080;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 5px;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 0px;
}
.hs_cos_wrapper_type_form input[type="radio"],
.hs_cos_wrapper_type_form input[type="checkbox"] {
    margin: -2px 10px 0 0;
    vertical-align: middle;
}

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


/* Label */
#comment-form .hs-form-field > label,
#comment-form label {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

/* Inputs */
#comment-form input[type="text"] {
    max-height: 50px !important;
    height: 50px !important;
}

#comment-form textarea {
    max-height: 150px !important;
    height: 150px !important;
}

#comment-form input[type="text"]:focus,
#comment-form textarea:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}

#comment-form input[type="checkbox"] {
    margin: 0 10px 2px 0;
    width: 20px;
}

/* Error */
body .hs-common-error-message {
    color: #ff0000 !important;
    font-size: 14px;
    line-height: 24px;
}


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

/* Label */
.hs_cos_wrapper_type_blog_subscribe .hs-form .hs-form-field {
    margin: 0px 0 0 0;
}
.hs_cos_wrapper_type_blog_subscribe .hs-form-field > label {
    color: #808080;
}
.hs_cos_wrapper_type_blog_subscribe label {}

/* Inputs */
.hs_cos_wrapper_type_blog_subscribe input[type="email"] {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    max-width: 100% !important;
}
.hs_cos_wrapper_type_blog_subscribe input[type="email"]:focus {
    border: 1px solid #FAAF39;
    outline: 0 none;
}
.hs_cos_wrapper_type_blog_subscribe input {
    max-height: 50px !important;
    height: 50px !important;
}

.hs_cos_wrapper_type_blog_subscribe .hs-button.primary,
.hs_cos_wrapper_type_blog_subscribe input[type="submit"],
.hs_cos_wrapper_type_blog_subscribe input[type="button"] {
    background-color: #720CF7;
    border: 1px solid #720CF7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    height: unset !important;
    max-height: unset !important;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

.hs_cos_wrapper_type_blog_subscribe .hs-button.primary:hover,
.hs_cos_wrapper_type_blog_subscribe input[type="submit"]:hover,
.hs_cos_wrapper_type_blog_subscribe input[type="button"]:hover {
    background-color: #FAAF39;
    border: 1px solid #FAAF39;
  	color: #ffffff;
}

.hs_cos_wrapper_type_blog_subscribe .hs-button.primary:focus,
.hs_cos_wrapper_type_blog_subscribe input[type="submit"]:focus,
.hs_cos_wrapper_type_blog_subscribe  input[type="button"]:focus {
    background-color: #ffffff;
    border: 1px solid #FAAF39;
  	color: #FAAF39;
}
.hs_cos_wrapper_type_blog_subscribe input[type="radio"],
.hs_cos_wrapper_type_blog_subscribe input[type="checkbox"] {
width: auto;
margin-right: 10px;
}
.hs_cos_wrapper_type_form label.hs-error-msg {
    color: #ff0000;
}
.no-list.hs-error-msgs.inputs-list {
    color: #ff0000;
    list-style: none;
    padding-left: 0;
}
.no-list.hs-error-msgs.inputs-list label {
    color: #ff0000;
}

.hs_cos_wrapper_type_blog_subscribe .submitted-message {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto 0 auto;
    padding: 30px;
    letter-spacing: 1px;
    font-family: 'Open sans';
    text-align: center;
}
/* Google Search Form
   ========================================================================== */

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

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


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

body .hs-form fieldset.form-columns-1,
body .hs-form fieldset.form-columns-1 .hs-form-field {
    max-width: 100% !important;
    width: 100% !important;
}

body .hs-form fieldset.form-columns-2 {
    max-width: 100% !important;
    width: 100% !important;
}
body .hs-form fieldset.form-columns-2 .hs-form-field {
    max-width: 50% !important;
    width: 50% !important;
}

body .hs-form fieldset.form-columns-3 {
    max-width: 100% !important;
    width: 100% !important;
}
body .hs-form fieldset.form-columns-3 .hs-form-field {
    max-width: 33.33% !important;
    width: 33.33% !important;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {
    color: #808080;
    font-size: 14px;
    padding: 0px;
    list-style: none;
}
body input[type="radio"],
body input[type="checkbox"] {
    margin: -2px 10px 0 0;
    vertical-align: middle;
}
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 { 
    color: #808080;
    width: 20px;
}
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; }
}




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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background-color: #720CF7;
    border: 1px solid #720CF7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;;
    font-size: 14px;;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    height: unset !important;
    max-height: unset !important;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-appearance: none;
    transition: 300ms ease-in;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #FAAF39;
    border: 1px solid #FAAF39;
  	color: #ffffff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: #ffffff;
    border: 1px solid #FAAF39;
  	color: #FAAF39;
}

.submitted-message {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto 0 auto;
    padding: 30px;
    letter-spacing: 1px;
    font-family: 'Open sans';
    text-align: center;
}

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

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


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


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


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


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

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .message-col,
    .skill-bottom,  
    .choose-top {
        margin-top: 0;
    }
    .features-content {
        width: 77% !important;
    }
    #hs_cos_wrapper_post_body td {
        vertical-align: top;
        width: 50% !important;
    }
    .hs-author-profile .hs-author-bio {
        width: 70%;
    }
    .resources-sec > div {
        width: 31%;
    }
}
@media (min-width: 992px) and (max-width: 1025px) {
   
    .complaint-col.extra-pad55  {
        padding-bottom: 30px !important;
    }
    .features-btns-width .btn-width-1 {
        width: 360px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .res-width{
        max-width: 80%;
        width: 80%;
        margin:0 auto;
    }
    .res-center {
        text-align: center;
    }
    .onecol-res {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .blog-listing-wrapper .post-listing .category-type3 .post-item:last-child,
    .blog-content form,
    .res-bottom30 {
        margin-bottom: 30px;
    }
    .message-col,
    .header-top,
    .skill-bottom,  
    .choose-top {
        margin-top: 0;
    }
    .faq-div > div {
        width: 360px;
    }
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .res-faq-top {
        border-top: 1px solid #eeeeee;
        padding-top: 30px;
        margin-top: 30px;
    }
    .menu-logo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .custom-menu-primary.top-menu {
        display: table;
        float: none !important;
        text-align: center;
        margin-left: 0 !important;
        width: 100%;
    }
    .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        float: none;
        margin: 0 auto;
    }
    .extra-pad45,
    .extra-pad55,
    .extra-pad54 {
        padding-bottom: 30px !important;
    }
    .header-bg {
        padding-top: 225px;
    }
    .sub-head-list {
        text-align: left;
        width: 500px;
        margin: 0 auto;
    }
    .features-btns-width .btn-width-1 {
        width: 49%;
    }
    
    /* Swap Column Responsive */
  	.res-swap-col .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .res-swap-content .row-fluid {
        float: left;
        width: 100%;
    }
    .res-swap-img img {
        float: left;
        width: 100%;
    }
    .alternate-list-content {
        background-color: rgba(34,34,34,1);
        position: static;
    }
    .cta-head h3 {
        margin-top: 0;
        text-align: center;
    }
    .align-left {
        text-align: center;
    }
    .video-module body,
    .player,
    iframe {
        max-width: 100%;
        height: auto;
    }
    .blog-sidebar > div {
        display: table;
        margin: 0 auto 30px;
        width: 360px;
    }
    .hs-author-profile .hs-author-bio {
        width: 70%;
    }
    .resources-sec > div {
        width: 46.2%;
    }
    .quote-head h5:before,
    .quote-strip-head h5:before {
        left: -6%;
    }
}

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1170px) {}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
     
    .res-width {
        max-width: 100%;
        width: 100%;
        margin:0 auto;
    }
    .res-center {
        text-align: center;
    }
    .onecol-res {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .blog-content form,
    .blog-listing-wrapper .post-listing .category-type3 .post-item:last-child,
    .res-bot30,
    .res-bottom30 {
        margin-bottom: 30px;
    }
    .message-col,
    .header-top,
    .skill-bottom,  
    .choose-top {
        margin-top: 0;
    }
    .faq-div > div {
        width: 360px;
    }
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .faq-top,
    .res-faq-top {
        border-top: 1px solid #eeeeee;
        padding-top: 20px;
        margin-top: 20px;
    }
    .services-icon {
        float: left !important;
        width: 100px !important;
    }
    .services-heading {
        margin-top: 25px;
        width: 100% !important;
    }
    .products-heading {
        margin-left: 0 !important;
        margin-top: 10px;
        width: 100% !important;
    }
    
    .extra-pad45,
    .extra-pad55,
    .extra-pad54 {
        padding-bottom: 30px !important;
    }
    .menu-logo a {
        display: block;
        line-height: 0;
    }
    .menu-logo {
        margin-bottom: 10px;
        float: left !important;
    }
    .menu-logo img {
        width: 230px !important;
    }
    .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        margin-top: 10px;
    }
    .header-bg {
        padding-top: 135px;
    }
    .sub-head-list {
        text-align: left;
        width: 500px;
        margin: 0 auto;
    }
    .btn-col-6,
    .list-col-6,
    .features-col-6 {
        float: left !important;
        width: 49% !important;
    }
    .res-pad-right {
        padding-right: 8px;
    }
    .res-pad-left {
        padding-left: 8px;
    }
    /* Swap Column Responsive */
  	.res-swap-col .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .res-swap-content .row-fluid {
        float: left;
        width: 100%;
    }
    .res-swap-img img {
        float: left;
        width: 100%;
    }
    .cta-head h3 {
        margin-top: 0;
        text-align: center;
    }
    .align-left {
        text-align: center;
    }
    .quote-head h5:before,
    .quote-strip-head h5:before {
        display: none;
    }
    .blog-sidebar > div {
        display: table;
        margin: 0px auto 30px;
        width: 360px;
    }
    .hs-author-profile .hs-author-bio {
        width: 70%;
    }
    .resources-sec > div {
        width: 46.33%;
    }
}
@media (max-width: 680px) {
    
    #hs_cos_wrapper_post_body td {
        vertical-align: top;
        width: 50% !important;
    }
    #hs_cos_wrapper_post_body td,
    #hs_cos_wrapper_post_body tr,
    #hs_cos_wrapper_post_body table {
        display: grid;
        width: 100% !important;
    }
  
}
@media (max-width: 640px) {
    .blog-listing-wrapper .post-listing .post-item .featured-post-content,
    .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
        float: none;
        width: 100% !important;
    }
    .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
        margin-bottom: 20px;
        max-height: 100% !important;
    }
    .category-head {
      padding-bottom: 30px;
    }
    .resources-sec > div {
        display: table;
        margin: 30px auto 0 auto;
        width: 360px;
    }
}
@media (max-width: 575px) {
    .features-content {
        width: 70% !important;
    }
    .sub-head-list {
        width: 90%;
    }
    .features-nav li {
        border-right: 0;
        border-bottom: 1px solid #cccccc;
        display: block;
    }
    .features-nav li:first-child a {
        border-radius: 5px 5px 0 0px;
        -webkit-border-radius: 5px 5px 0 0px;
        -moz-border-radius: 5px 5px 0 0px;
    }
    .features-nav li:last-child a {
        border-radius: 0 0px 0px 0;
        -webkit-border-radius: 0 0px 0px 0;
        -moz-border-radius: 0 0px 0px 0;
    }
    .features-tabs .tab-content {
        border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        padding: 30px 20px;
        text-align: center;
    }
      /* Inputs (selectors for all inputs)  */
    .contact-form .hs-form input[type="text"],
    .contact-form .hs-form input[type="password"], 
    .contact-form .hs-form input[type="datetime"], 
    .contact-form .hs-form input[type="datetime-local"], 
    .contact-form .hs-form input[type="date"], 
    .contact-form .hs-form input[type="month"], 
    .contact-form .hs-form input[type="time"], 
    .contact-form .hs-form input[type="week"], 
    .contact-form .hs-form input[type="number"], 
    .contact-form .hs-form input[type="email"], 
    .contact-form .hs-form input[type="url"], 
    .contact-form .hs-form input[type="search"], 
    .contact-form .hs-form input[type="tel"], 
    .contact-form .hs-form input[type="color"],
    .contact-form .hs-form input[type="file"],
    .contact-form .hs-form textarea,
    .contact-form .hs-form select {
        padding: 10px 9px 10px 9px;
    }
    .hs-author-profile .hs-author-bio {
        width: 64%;
    }
    .blog-post-wrapper .hs-featured-image-wrapper {
        float: none;
    }
    .blog-post-wrapper .hs-featured-image-wrapper .hs-featured-image-link {
        padding-right: 0px;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    .faq-div > div,
    .center-align > div {
        width: 100% !important;
    }
    .header-bg {
        padding-bottom: 50px;
        padding-top: 110px;
    }
    .contact-bg,
    .section-space {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .category-head {
        padding-top: 50px;
    }
    .section-bottom-space {
        padding-bottom: 50px;
    }
    .title-bottom {
        margin: 0 0 30px 0;
    }
    body form.hs-form fieldset .hs-form-field {
        padding: 0 0 0 0;
    }
    .choose-content {
        width: 70% !important;
    }
    h1,
    .header-head h1 {
      	font-size: 30px;
      	line-height: 40px;
  	}
  	h2 {
      	font-size: 26px;
      	line-height: 36px;
  	}
    .single-tag-posts-name span,
    .common-category-listing-page .single-tag-posts-name,
  	h3 {
      	font-size: 22px;
      	line-height: 32px;
  	}
    .blog-sidebar h3,
    .faq-div p,
  	.form-title,
  	h4 {
      	font-size: 19px;
      	line-height: 29px;
  	}
    h5 {
        font-size: 17px;
        line-height: 27px;
     } 
    .faq-ques p,
    h6 {
       font-size: 14px;
       line-height: 24px; 
    }
    .contact-form form {
        padding: 15px 15px 30px;
    }
    .btn-col-6,
    .list-col-6 {
        float: none !important;
        width: 100% !important;
    }
    .btn-col-6.res-pad-right,
    .list-col-6.res-pad-right {
        padding-right: 0px;
    }
    .btn-col-6.res-pad-left,
    .list-col-6.res-pad-left {
        padding-left: 0px;
    }
    .btn-col-6.res-pad-left {
        margin-top: 15px;
    }
    .features-list ul {
        margin-top: 10px;
    }
    .video-module body,
    .player,
    iframe {
        max-width: 100%;
        height: auto;
    }
    blockquote {
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .hs-author-profile .hs-author-bio {
        width: 56%;
    }
}
@media (max-width: 414px) {
    
    .features-col-6 {
        float: none !important;
    }
    .resources-sec > div,
    .features-col-6,
    .blog-sidebar > div {
        width: 100% !important;
    }
    .features-content {
        width: 80% !important;
    }
    .res-pad-right {
        padding-right: 0px;
    }
    .res-pad-left {
        padding-left: 0px;
        margin-top: 15px;
    }
    .res-pad-left.res-top0 {
        margin-top: 0px;
    }
    .case-manage-col {
        padding: 20px 15px;
    }
    .hs-author-profile .hs-author-bio {
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
    }
    .hs-author-social-section .hs-author-social-links {
        text-align: left;  
    }
}
@media (max-width: 360px) {
    .choose-content {
        width: 65% !important;
    }
    .products-col {
        padding: 30px 20px;
    }
    .products-heading {
        float: left !important;
        width: 55% !important;
    }
    .menu-logo img {
        width: 220px !important;
    }
    .alternate-list-content {
        background-color: rgba(34,34,34,1);
        position: static;
    }
}
@media (max-width: 330px) {
    .choose-content {
        width: 62% !important;
    }
}

-------------------------------------------------------------------------------------------------