@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url("https://use.typekit.net/cfh6uks.css");
/* @import url(http://fonts.googleapis.com/css?family=Montserrat:700,400); */
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

/* @font-face {
    font-family:'league-gothic', sans-serif;
		src:url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.otf');
		src:url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.otf') format('otf'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.woff') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/league-gothic.regular.svg') format('svg');
    font-weight: 400;

}

@font-face {
    font-family:'Arial';
		src:url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.otf');
		src:url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.otf') format('otf'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.woff') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/Arial.svg') format('svg');
    font-weight: 400;

}

@font-face {
    font-family:'Helvetica';
		src:url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.otf');
		src:url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.otf') format('otf'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.woff') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/3380099/United%20Way%20Aug%202018%20Landing%20Page/Fonts/HELR45W.svg') format('svg');
    font-weight: 400;

} */


/*********************************************** intial declartaion of css **********************************************/

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; box-sizing: border-box; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.55em }
nav ul, nav ol { list-style: none; list-style-image: none; }

/*********************************************** remember to define focus styles! **********************************************/

:focus { outline: 0; }

/********************************** tables still need 'cellspacing="0"' in the markup ****************************************/
 
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; vertical-align:middle;height:auto}
a { outline: none; cursor: pointer;transition:all 0.5s ease;}

/**************************************** End hide from IE Mac ***************************************************************/ 

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

/************************************************** End Clearfix *************************************************/

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

/************************************************** For modern browsers ******************************************/ 

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
li { list-style: none; }
::selection { background: #95c7ec; color: #fff; }
::-moz-selection {background: #95c7ec;color: #fff;}

/*************************************** display table and table cell ***************************************************/

.tbl {display:table;width:100%;height:100%;}
.tbl-cell {display:table-cell;vertical-align:middle}
.dis-flex {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}

/*********************************************************body  ********************************************************/

body { font-size: 14px; line-height: 21px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent; font-family: 'Roboto', sans-serif; font-weight:normal;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { display: none !important; }
a { text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:hover {text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:focus { outline: none; text-decoration: none; }
p { margin-bottom: 20px;color:#0c2669; font-size:16px;}
h1,h2,h3,h4,h5,h6{font-family:'league-gothic', sans-serif; font-weight:400;}
a:link{color:inherit}
a:active{color:inherit}
a:visited{color:inherit}

h2{ font-size:46px; font-weight:400; line-height:1;color:#0c2669;}


/*******************************************hubspot******************************************************************/

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

/**************************************** logo ***************************/

.h-logo img ,.f-logo img {cursor: pointer;}

/************************* container **************/
.container {max-width:1170px;margin:0 auto !important;padding:0;float:none !important; }

/*********************************************************************************************************************************
														Form CSS Starrt here
*********************************************************************************************************************************/

/****************************************************Placeholder opacity cross browsers*****************************************/

input::-webkit-input-placeholder { color: #0c2669; } /* WebKit browsers */
input:-moz-placeholder { color: #0c2669; } /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #0c2669;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #0c2669; } /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #0c2669; } /* WebKit browsers */
textarea:-moz-placeholder { color: #0c2669; } /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #0c2669; } /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #0c2669; } /* Internet Explorer 10+ */

/****************************************************** IE *********************************************************/

select::-ms-expand {display: none;}
input::-ms-clear { display:none;}

/*********************************************** remove auto fill yellow color ************************************/

 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {-webkit-box-shadow: 0 0 0 100px #fff inset;-moz-box-shadow: 0 0 0 100px #fff inset;box-shadow: 0 0 0 100px #fff inset;	color:#333 ;}

/*********************************************** Form CSS **********************************************/
.hm form ul.hs-error-msgs > li > label {font-size:12px;line-height:normal;display:block;color:#ff0000;}
.hm form .hs_error_rollup {display: none;}
.hm form ul.hs-error-msgs{margin:0 0 -14px;}

/* form error mesege when good space b/w two inputs */
/*.hm form .hs-form-field {position: relative;}
.hm form ul.hs-error-msgs.inputs-list { position: absolute; top:67px; right: 0; list-style-type: none; padding: 1px 5px;background:#ff0000;margin:0;}
.hm form ul.hs-error-msgs.inputs-list > li > label {font-weight:500;position:relative;z-index:9;color: #fff;}
.hm form ul.hs-error-msgs.inputs-list:after { content: ''; width: 8px; height: 8px; position: absolute; display: inline-block; left: 50%; background:#ff0000; margin-left: -6px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-top: -4px; top: 0;}
*/
 
input,textarea,select {border-radius: 0; }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; font-family: 'Roboto', sans-serif;}
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }

/******************************************** Fieldset CSS*******************************************************/
.hm form{max-width:750px;width:100%;margin:0 auto !important;float:none !important;background:#ececec;padding: 30px;}
.hm form fieldset{max-width:100%;}
.hm form div.hs-form-field{float:none !important;display: inline-block !important;vertical-align: top;width: 100%;margin-bottom: 20px;}
.hm form fieldset.form-columns-2 > div.hs-form-field{margin-right:2.9%; width: 48.5%;}
.hm form fieldset.form-columns-2 > div.hs-form-field:last-child{margin-right:0;}
.hm form fieldset.form-columns-3 > div.hs-form-field{margin-right:2.9%;width:31.4%;}
.hm form fieldset.form-columns-3 > div.hs-form-field:last-child{margin-right:0;}
/******************************************** input CSS*******************************************************/
.hm form .input{margin-right:0 !important;}
.hm form .hs-form-field > label {color: #2B2B2B; font-size: 15px; width: 100%; pointer-events: none; display:block; line-height: 1.3; margin: 0 0 10px;font-weight: 600;}
.hm form textarea,.hm form input[type="text"],.hm form input[type="password"],.hm form input[type="datetime"],.hm form input[type="datetime-local"],.hm form input[type="date"],.hm form input[type="month"],.hm form input[type="time"],.hm form input[type="week"],.hm form input[type="number"],.hm form input[type="email"],.hm form input[type="url"],.hm form input[type="search"],.hm form input[type="tel"],.hm form input[type="color"],.hm form select{color: #2b2b2b; border: 1px solid #2b2b2b;padding: 10px 15px; width: 100% !important; font-size: 16px; margin:0 0 3px;}
/******************************************** Select CSS*******************************************************/
.hm form select {-moz-appearance: none;-webkit-appearance: none;color: #2b2b2b;background:#fff url("https://cdn2.hubspot.net/hubfs/2166934/Default/img/drop-down-arrow.svg");background-position: 99% center !important;background-repeat: no-repeat !important;background-size: 16px auto;}
.filter-section.hm select { -moz-appearance: none; -webkit-appearance: none; height: 38px; padding: 0px 46px 0 20px;font-family: 'Playfair Display';font-weight:700; color: #936DB8; background: #fff url(https://www.bbdboom.com/hubfs/Bbdboom%20Oct2017/Landing%20Page/menu.png?t=1509175043480); background-position: 99% center !important; background-repeat: no-repeat !important; background-size: 16px auto; border-bottom: 1px solid #936DB8; border-left: 1px solid #936DB8; font-size: 16px; display: inline-block; }
.filter-section.hm option{font-family: 'Playfair Display';font-weight:700; }
/******************************************** Radio Button CSS*******************************************************/
.hm form .input ul.inputs-list li label input[type="radio"]:checked+span:before {background: #2B2B2B ;background-size: 14px; background-position: center center;border-radius:50%;box-shadow:0 0 0 4px #fff inset;   }
.hm form .input ul.inputs-list li label input[type="radio"] { opacity: 0; display:none !important;}
.hm form .input ul.inputs-list li label input[type="radio"]+span:before { margin-top: -3px; content: ''; background: #fff; display: inline-block;vertical-align: middle; width: 20px;height: 20px; padding: 2px; margin-right: 10px; text-align: center; border:1px solid #858585;border-radius:50%;}
/******************************************** Check Box CSS*******************************************************/
.hm form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before {background: #2B2B2B url('https://cdn2.hubspot.net/hubfs/2660763/Whishworks%20May-2017/Common%20Images/right.png?t=1495542712539');background-size: 14px; background-position: center center;background-repeat:no-repeat;}
.hm form .input ul.inputs-list li label input[type="checkbox"] { opacity: 0; display:none !important;}
.hm form .input ul.inputs-list li label input[type="checkbox"]+span:before {  margin-top: -3px;content: ''; background: #fff; display: inline-block;vertical-align: middle; width: 20px;height: 20px; padding: 2px; margin-right: 10px; text-align: center; border:1px solid #858585;}
/******************************************** Button CSS*******************************************************/
.hm form .actions{text-align:center;}

/***********************Simple buttom***********************/
.hm form .hs_submit input {border: 1px solid #384259;color: #fff; font-size:16px;line-height:1.3; font-weight:700; padding: 8px 10px;background:#384259;min-width:125px;}
.hm form .hs_submit input:hover{ background:transparent;color: #384259;}

/***********************With Background Image buttom***********************/
/*.hm form .hs_submit input {border: 1px solid #384259;color: #fff; font-size:16px;line-height:1.3; font-weight:700;padding: 10px 40px 10px 20px;background:#384259 url("https://cdn2.hubspot.net/hubfs/2166934/Default/img/fast-forward-double-right-arrows.svg");background-position: 90% center !important;background-repeat: no-repeat !important;background-size: 14px auto; }
.hm form .hs_submit input:hover {background-position: 93% center !important;}*/

.hm form div.hs-form-field .input > ul > li > label{cursor:pointer;}
/***************************Check Box & Radio Button One Col********************************/
.hm form div.hs-form-field .input > ul > li{margin:0 0 10px;}

/***************************Check Box & Radio Button Two Col********************************/
/*.hm form div.hs-form-field .input > ul > li {display: inline-block;width: 50%;padding: 0 20px 0 0;}*/

/***************************Check Box & Radio Button Three Col******************************/
/*.hm form div.hs-form-field .input > ul > li {display: inline-block;width:33.33%;padding: 0 20px 0 0;}*/

/***************************Check Box & Radio Button Auto Col******************************/
/*.hm form div.hs-form-field .input > ul > li {display: inline-block;padding: 0 20px 0 0;}*/

/*******************************************************************************************************************************************************************************
                               full width  Flexible column hubspot other Modules(richtext,oneline text,header etc)
***********************************************************************************************************************************************************************************/
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_html,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_jinja,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_rich_text,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_text,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_header,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_section_header,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_form,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_blog_subscribe,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_cta,
.full-width.widget-type-widget_container > span > .hs_cos_wrapper_type_linked_image{padding:70px 20px;}

/*******************************************************************************************************************************************************************************
                                  max-width  Flexible column hubspot other Modules(richtext,oneline text,header etc)
************************************************************************************************************************************************************************************/
.flex-module {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}
.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_html,
.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_jinja,
.widget-type-widget_container > span > .hs_cos_wrapper_type_rich_text,
.widget-type-widget_container > span > .hs_cos_wrapper_type_text,
.widget-type-widget_container > span > .hs_cos_wrapper_type_header,
.widget-type-widget_container > span > .hs_cos_wrapper_type_section_header,
.widget-type-widget_container > span > .hs_cos_wrapper_type_form,
.widget-type-widget_container > span > .hs_cos_wrapper_type_blog_subscribe,
.widget-type-widget_container > span > .hs_cos_wrapper_type_cta,
.widget-type-widget_container > span > .hs_cos_wrapper_type_linked_image{max-width:1170px;margin:0 auto !important;padding:0;float:none !important;}

/*==================================================================================
 															Header css start
==================================================================================*/

 
 /* #Menu Styles    ================================================== */
 
 

{% set baseColor      = "#666" %}    /* {# Dark Gray  |  Used on 'body' in 'Base'  |  Ex. "color: {{ baseColor }};" #} */
{% set accentColor1   = "#34495e" %}
{% set accentColor2   = "#ccc" %}    /* {# Light Gray  |  Ex. "color: {{ accentColor2 }};" #} */
{% set accentColor3   = "#ddd" %}    /* {# Lightest Gray  |  Ex. "color: {{ accentColor3 }};" #} */

/* Typography */
{% set baseFontFamily    = "'Open Sans', sans-serif" %}            /* {# Used on 'body' in 'Base'  |  Ex. "font-family: {{ baseFontFamily }};" #} */
{% set baseFontSize      = "16px" %}                         /* {# Used on 'body' in 'Base'  |  Ex. "font-size: {{ baseFontSize }};" #} */
{% set baseLineHeight    = "1.5" %}                          /* {# Used on 'body' in 'Base'  |  Ex. "line-height: {{ baseLineHeight }};" #} */
{% set webfont1          = "'Open Sans', sans-serif" %} /* {# Ex. "font-family: {{ webfont1 }};" #} */
{% set stdshadow    = "1px 1px 1px rgba(0,0,0,.5)" %}  /* {# Ex. "text-shadow: {{ stdshadow }};" #} */
{% set stdshadowLgt    = "0 1px 1px rgba(0, 0, 0, 0.2)" %}  /* {# Ex. "text-shadow: {{ stdshadowLgt }};" #} */

/* Well Colors */
{% set primary   = "#98694d" %}
{% set success   = "#98694d" %}
{% set info      = "#98694d" %}
{% set danger    = "#98694d" %}
{% set plain     = "#98694d" %}

/* Containers */
{% set maxWidth = "1080px" %} /* 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.  Ignore the jinja comment tags.
  *
  * {#  {{ variableName("values") }}  #}
  */

/* Paddings */
.padding10tb { padding-top: 10px !important; padding-bottom: 10px !important; }
.padding20tb { padding-top: 20px !important; padding-bottom: 20px !important; }
.padding40tb { padding-top: 40px !important; padding-bottom: 40px !important; }
.padding60tb { padding-top: 60px !important; padding-bottom: 60px !important; }
.padding80tb { padding: 80px 0px !important; }
.padding100tb { padding-top: 100px !important; padding-bottom: 100px !important; }

/* Transition */
{% macro transition(value) -%}
    -webkit-transition: {{ value }};
    -moz-transition: {{ value }};
    -o-transition: {{ value }};
    -ms-transition: {{ value }};
    transition: {{ value }};
{%- endmacro %}

/* Animation Delay */
{% macro animationDelay(value) -%}
    animation-delay: {{ value }};
    -moz-animation-delay: {{ value }};
    -webkit-animation-delay: {{ value }};
    -o-animation-delay: {{ value }};
    transition-delay: {{ value }};
    -webkit-transition-delay: {{ value }};
    -moz-transition-delay: {{ value }};
    -o-transition-delay: {{ value }};
{%- endmacro %}

/* Box Shadow */
{% macro boxshadow(value) -%}
    -webkit-box-shadow: {{ value }};
    -moz-box-shadow: {{ value }};
    -o-box-shadow: {{ value }};
    -ms-box-shadow: {{ value }};
    box-shadow: {{ value }};
{%- endmacro %}

/* Background Size */
{% macro backgroundsize(value) -%}
    -webkit-background-size: {{ value }};
    -moz-background-size: {{ value }};
    -o-background-size: {{ value }};
    background-size: {{ value }};
{%- endmacro %}

/* Border Radius */
{% macro borderradius(value) -%}
    -webkit-border-radius: {{ value }};
    -moz-border-radius: {{ value }};
    -o-border-radius: {{ value }};
    -ms-border-radius: {{ value }};
    border-radius: {{ value }};
{%- endmacro %}

/* User Select */
{% macro userselect(value) -%}
    -webkit-user-select: {{ value }};
    -moz-user-select: {{ value }};
    -ms-user-select: {{ value }};
    user-select: {{ value }};
{%- endmacro %}

/* Opacity*/
{% macro opacity(value) -%}
    -webkit-opacity: {{ value }};
    -moz-opacity: {{ value }};
    opacity: {{ value }};
{%- endmacro %}


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
   
  
    float: right;
    {{ transition("all .1s ease-in-out") }}
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  /*  padding: 10px 4px;*/
    position: relative;
    color: {{ accentColor1 }};
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#ff5700;
}
/*.hs-menu-item.hs-menu-depth-1{
    padding:20px 10px;
}*/

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
       background:#333;
    padding: 10px 0px;
    border: 1px solid {{ accentColor2 }};
    {{ borderradius("4px") }}
    min-width: 150px;

}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: {{ accentColor1 }};
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:{{ liColor }};

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:{{ aColor }};
    
      /* padding: 3px 10px;*/
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

/* 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;]
     font-size:18px;
   
    text-decoration:none;
   
}


/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: {{ accentColor1 }};
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper {display:block !important; background: transparent !important;}
      .hs-item-has-children:hover .hs-menu-children-wrapper {display: block !important;}
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 1024px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] { margin-left: 0 !important; }
  .logo img {margin-top: 0 !important;}
}
.custom-menu-primary .hs-menu-wrapper {  display:none;   background: transparent !important;  }
.mobile-trigger, .child-trigger{display: none !important; /* Hide button on Desktop */}

@media (max-width: 1024px){


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

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* 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:{{aColorMobile}};  }

.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{
    /*padding:3px !important; */
}
  /* Toggle Button
     ========================================================================== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 83px !important;
    right: 20px;
    width: 31px;
    height: 22px;
    padding: 10px 20px;
    z-index: 99999999999;
}

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  
  /*
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 40px; 
    height: 5px; 
    background-color: #2f374f;
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -9px; 
  }
  .mobile-trigger i:after{
    margin-top: 9px; 
  } */

 .mobile-trigger .line {  display: block;  background: #fff;  width: 15px;  height: 2px;  position: absolute;  left: 0;  border-radius: 2px;  transition: all 0.4s;  -webkit-transition: all 0.4s;  -moz-transition: all 0.4s;}
.mobile-trigger .line.line-1 {  top: 0;}
.mobile-trigger .line.line-2 {  top: 5px;}
.mobile-trigger .line.line-3 {  top: 10px;}
.mobile-trigger:hover .line-1, .mobile-trigger:focus .line-1 {  transform: translateY(-4px);  -webkit-transform: translateY(-4px);  -moz-transform: translateY(-4px);}
.mobile-trigger:hover .line-3, .mobile-trigger:focus .line-3 {  transform: translateY(4px);  -webkit-transform: translateY(4px);  -moz-transform: translateY(4px);} 
.mobile-trigger.active-re .line-1 {  transform: translateY(5px) translateX(0) rotate(45deg);  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);  -moz-transform: translateY(5px) translateX(0) rotate(45deg);}
.mobile-trigger.active-re .line-2 {  opacity: 0;}
.mobile-trigger.active-re .line-3 {  transform: translateY(-5px) translateX(0) rotate(-45deg);  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);  -moz-transform: translateY(-5px) translateX(0) rotate(-45deg);}
  

  /* 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 Toggle Button Icon & Animations
     ========================================================================== */

  .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:{{ aColorMobile }}; /* 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
     ========================================================================== */

  /* 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{
    position: absolute; /**************************************************************/
    top:56px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
   
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    background:#0c2669;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
   
    line-height: 45px;
     color:#fff !important;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted #fff; /* Adds transparent dark highlights to top of top level list items */
  
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#fff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ff5700 !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
background:#5b5047;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 18px; /* Font size of child lists */
    color:#fff;
    text-decoration:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;text-align:center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.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;}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 100%; top: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible;}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { margin-bottom: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch { position: relative;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {margin-bottom: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children { position: static;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper { display: block;    visibility: visible;  opacity: 1;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before { content: " "; display: table;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {content: " "; display: table;clear: both;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li { float: left;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {display: inline-block;}

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

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

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

.logo img {cursor: pointer;}

.header-section { background: #ffcc00; padding-bottom:30px;}

.main-top-menu { text-align: right;}

.top-menu { margin-top: 10px;}
.top-menu ul li { display: inline-block; margin-right: 20px;}
.top-menu ul li:last-child{ margin-right:0;}
.top-menu ul li a { font-size: 13px; color: #003366; font-family: 'Roboto', sans-serif;}
.top-menu ul li a:hover{ color:#ff5700;}
.top-menu ul li a img:hover{ opacity:0.7;}
.top-menua ul { display: none;}

.menubar ul{ margin-top: 53px !important;}
.menubar ul li { margin-right: 35px;}
.menubar ul li:last-child { margin-right: 0px;}
.menubar ul li a{ color: #003366;  font-family: 'league-gothic', sans-serif; font-size:24px;}
.menubar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) {
    margin-right: 0;
}    


.donnate-btn{ display:none !important;}
.menu-tbtn { position: absolute; right: 35px; top: 15px; }


/*==================================================================================
 															Thank you css start
==================================================================================*/

.main-thnak-you h1{  margin: 60px 0 12px; font-family: 'league-gothic', sans-serif; font-size:77px; color:#0c2669; line-height: 1;}
.main-thnak-you p{  font-family:'Roboto'; font-size:16px; color:#0c2669; margin-bottom: 30px;max-width: 900px;}
.main-thnak-you a{  font-family:'Roboto'; font-size:16px; color:#0c2669; text-decoration:underline;}
.main-thnak-you a:hover{ color:#ff5700;}

.main-thnak-you .hs-cta-wrapper a{ margin: 40px 0 75px; text-decoration: none; background: #ff5700; border:1px solid transparent; color: #fff; border: 1px solid transparent; font-size: 24px; font-family: 'league-gothic', sans-serif; padding: 14px 35px 10px; display: inline-block;}
.main-thnak-you .hs-cta-wrapper a:hover{ background:#fff; color:#ff5700; border:1px solid #ff5700;}

.donnate-btn { width: 83px !important; position: absolute; right: 115px; top: 83px; }
.donnate-btn a { height: 43px; width: 83px; text-align: center; padding-top: 12px; background: #ff6600; color: #fff; font-size: 20px; font-family: 'league-gothic', sans-serif; display: inline-block; }

.mobile-trigger.cta_border_button { background: #003366; color: #fff; width: 95px; height: 43px; }
.mobile-trigger h6{ margin-top: 2px; font-size:20px;font-family: 'league-gothic', sans-serif; }

/*==================================================================================
 															Image content css start
==================================================================================*/

.main-img-content.right-side-img .right-content { justify-content: center;}
.main-img-content.right-side-img .left-img { order: 2;}
.main-img-content-module span > div { margin-bottom: 50px;}
.main-img-content { display: flex; flex-wrap: wrap;margin-bottom: 50px;}

.left-img { min-height: 350px; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; width: 50%; }

.right-content { width: 50%;display: flex; flex-wrap: wrap; align-items: center;}

.inner-right-content { width: 56%; padding: 20px 0 20px 6%;}
.inner-right-content h2 { margin-bottom: 25px; font-size: 40px; color: #fff;}
.inner-right-content p{ font-size:16px; color:#fff; font-family: 'Roboto', sans-serif;}
.inner-right-content a{ display: inline-block; padding: 14px 53px; background: #fff; color: #0c2669; font-size: 24px; font-family: 'league-gothic', sans-serif;}
.inner-right-content a:hover{ background:#0c2669; color:#fff;}

/*========================================================================================
 																Blog css start
========================================================================================*/

.main-three-box h3 { margin: 20px 0; color: #0c2669; font-size: 26px; line-height: 1; }
.main-three-box h3 a:hover{ color:#ff5700;}
.main-three-box p { color: #0c2669; font-size: 16px; line-height: 1.2;font-family: 'Roboto', sans-serif; }

.inner-three-box { text-align: center;}
.inner-three-box h2{ margin-bottom: 25px;}

.three-box-section{ display: flex; flex-wrap: wrap;padding-bottom: 60px;}

.main-img { min-height: 205px;}
.post-item.main-three-box{ width: 31.33%; margin-right: 3%;}
.post-item.main-three-box:last-child{ margin-right:0;}

/*========================================================================================
 																Footer css start
========================================================================================*/

.footer-section{ background:#0c2669; color:#fff; padding:35px 0 0;}
.footer-section h3 { margin-bottom: 15px; color: #fff; font-size: 26px; line-height: 1.2; }

.left-footer p{ color:#fff; font-family:'Roboto'; font-size:16px;}
.left-footer ul li a{ color:#fff; font-family:'Roboto'; font-size:16px;}
.left-footer ul li a:hover{ color:#ff5700;}

.middle-footer ul li{ display:inline-block; margin-right:25px;}
.middle-footer ul li:last-child{ margin-right:0px;}
.middle-footer ul li a img:hover{ opacity:0.5;}

.sign-up a{ margin-bottom: 30px; display: inline-block; padding: 14px 53px; background: #ff5700; color: #fff; font-size: 24px; font-family: 'league-gothic', sans-serif;}
.sign-up a:hover{ background:#fff; color:#ff5700;}

.right-footer ul li{ margin-bottom:5px;list-style: inside;}
.right-footer ul li a{ color:#fff; font-family:'Roboto'; font-size:16px;}
.right-footer ul li a:hover{ color:#ff5700;}

.copyright p{ margin-top: 70px; color:#fff; font-family:'Roboto'; font-size:12px;}

.sitemap{ margin-top: 70px;  text-align:right;}
.sitemap ul li{ display:inline-block;margin-right: 15px; position:relative;}
.sitemap ul li:last-child{ margin-right: 0px;}
.sitemap ul li a{ text-decoration: underline; color:#fff; font-family:'Roboto'; font-size:12px;}
.sitemap ul li a:hover{ color:#ff5700;}
.sitemap ul li:first-child:before { position: absolute; content: ""; right: -9px; top: 6px; background: #fff; height: 10px; width: 1px; }

/*========================================================================================
 																responsive css start
========================================================================================*/

@media(max-width:1300px){
  
  .container{ padding:0 20px;}
  .menubar ul li { margin-right: 30px;}
    
}

@media(max-width:1024px){
  
   h2 { font-size: 34px;}
  .inner-form-content { padding: 55px 0 30px;}
  .inner-right-content { width: 100%;padding: 20px;}
  .inner-right-content h2{ font-size:34px;}
  .top-menu ul li { margin-right: 15px;}
  .menubar ul{  margin-top: 15px !important;}
  .right-menubar{ float:right !important;}
  .main-thnak-you h1{ margin: 50px 0 12px; font-size: 50px; }
  .main-thnak-you .hs-cta-wrapper a { margin: 40px 0 50px;}
  .main-thnak-you p{ max-width:100%;}
  .donnate-btn{ display:block !important; top:15px;}
  .header-section{ padding:10px 0;box-shadow: 0px 0px 10px #333;}
  .logo img{ max-width: 100px;}
  .mobile-trigger{ top:15px !important;}
  .mobile-trigger h6 { margin-top: -2px; }
  .menu-tbtn { position: absolute; right: 24px; top: 11px; }
  .mobile-trigger.cta_border_button { padding: 10px 8px; width: 70px; height: 35px; }
  .donnate-btn a { height: 35px; width: 70px; text-align: center; padding-top: 8px;}
  .donnate-btn { width: 83px !important; position: absolute; right: 77px;}
  .middle-footer ul li { margin-right: 15px;}
  .top-menu { display: none !important;}
  .top-menua ul { display: block;margin-top: 0 !important;border-radius: 0 !important;}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{ background:transparent;}
  .custom-menu-primary .hs-menu-wrapper > ul ul{ min-width:100%;}
  .custom-menu-primary .hs-menu-wrapper > ul ul{ background: #2a7de1;}
  .top-menua ul li:nth-of-type(1), .top-menua ul li:nth-of-type(2), .top-menua ul li:nth-of-type(3), .top-menua ul li:nth-of-type(4), .top-menua ul li:nth-of-type(5) { width: auto !important; border: 0; margin-right: 0; }
  .top-menua ul li{ display:inline-block !important;}
  .top-menua ul li a{ font-size:24px !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{ text-align:left;}
  .custom-menu-primary .hs-menu-wrapper > ul li a { padding: 0 20px;}
  .top-menua ul li a { padding: 0 10px !important;}
  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover { background: transparent;}
  .top-menua,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    clear: both !important;
	}
  
}


@media(max-width:767px){
  
   h2 { font-size: 30px;}
  .hm form{padding:20px;}
  .hero-section h1 { margin: 30px 0 10px; max-width: 500px;font-size:40px;}
  .inner-form-content { padding: 30px 0 30px;}
  .left-img{ min-height: 200px; width:100%;}
  .right-content { width: 100%;}
  .main-img-content-module span > div { margin-bottom: 50px;}
  .three-box span > div { width: 100%; margin-right: 0; margin-bottom:15px; }
  .three-box { padding-bottom: 0;}
  .left-footer { margin-bottom: 30px;}
  .footer-logo { text-align: center;}
  .copyright p { margin: 30px auto 10px; max-width: 230px;}
  .footer-section{ padding-top: 30px; text-align:center;}
  .main-img-content.right-side-img .right-content { order: 2;}
  .left-footer p:after{ left: -147px; right: 0; margin: 0 auto;}
  .bottom-cta a { margin: 10px 0 0px;}
  .inner-right-content h2 { font-size: 30px;}
  .main-three-box h3{ font-size:20px;}
  .right-menubar { width: 80% !important; float: left !important;}
  .logo { width: 20% !important; float: left !important;}
  .main-thnak-you h1{ font-size:40px;}
  .inner-right-content { padding: 40px 20px;}
  .post-item.main-three-box { width: 100%;  margin-right: 0;margin-bottom: 20px;}
  .right-footer ul li { list-style: none;}
  .sitemap { margin-top: 0; text-align: center;padding-bottom: 30px;}
  .middle-footer { margin-bottom: 40px;}
  .sitemap ul li:first-child:before { display:none;}
  .sitemap ul li { display: block;margin-right: 0;}
  .three-box-section{ padding-bottom: 0;}
  .main-img-content { margin-bottom: 30px;}
  
  
}
    
@media(max-width:640px){
  
  .hm form div.hs-form-field{width: 100% !important;margin-right:0 !important;}
  
  
}    
    


.three-box {
    padding-bottom: 33px;
    padding-top: 33px;
}
.three-flex { display: flex;flex-wrap: wrap;}

.main-three-box {
    width: 31.33%;
    margin-right: 3%;
    text-align: left;
}
@media (max-width: 767px) {
    .main-three-box {
        width: 100%;
        margin-right: 0;
    }
    .main-three-box img {
        width: 100%;
    }    
}

.main-three-box:last-child{ margin-right:0;}
.main-three-box h3 {
    text-align: left;
}





