/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/****************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);


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



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

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






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

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

/* 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;
} 
body {font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:15px; font-weight:400;color:#333}
body {border-top: 0px solid #FFF; background-image: url('//cdn2.hubspot.net/hubfs/430095/1E_2016_Theme/bg-top.jpg'); background-repeat: repeat-x; }
h1 {font-weight: 300; font-size: 42px; text-transform: none; font-weight: normal; color:#FF670F;}
h2 {font-weight: 300; font-size: 28px; text-transform: none; font-weight: normal; color:#FF670F;}
h3 {font-weight: 300; font-size: 18px; text-transform: none; font-weight: normal; color:#FF670F;}
h4 {font-weight: 300; font-size: 16px; text-transform: none; font-weight: normal;}
h5 {font-weight: 300; font-size: 14px; text-transform: none; font-weight: normal; color:#FF670F;}
h6 {font-weight: 300; font-size: 12px; text-transform: none; font-weight: normal;}
a {color :#FF671F;}
/********************************* header ****************************************/

.cm_header .custom-header-social ul{list-style:none; margin:0; padding:0; float:right;}
.cm_header .custom-header-social ul li:first-child {margin:0; padding-top:5px; padding-bottom:0; padding-right:10px; padding-left:0; text-align:right; display:inline-block; width:70px; height:30px; vertical-align:middle;}
.cm_header .custom-header-social ul li {margin:0; padding:0;display:inline-block; width:20px; height:20px;}
.cm_header .custom-header-social ul li a {margin:0; padding:0;}
.header-container-wrapper {margin-bottom:0px; border-bottom:0px solid #FFF; padding-top:0; padding-bottom: 0px; }
.custom-header-top span, .custom-header-top span a{font-size:12px;}
.custom-header-social ul li a {font-weight:600;}

div.callout {
    background-color: #444;
	position: relative;
	color: #ccc;
	padding:0 10px;
	border-radius: 0px;
	margin: 0px;
	min-height: 30px;
    border-top: 1px solid #333;
	border-bottom: 1px solid #444;
	
	
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}
.callout::before {
    content: "";
	width: 0px;
	height: 0px;
	border: 30px solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 46.5%;
	bottom: -54px;
	border-top: 25px solid #444;
}

/********************************* Banner ****************************************/
.body-container {max-width:100%;}
.body-container-wrapper { margin-top:0px;}
.page-center {max-width:1080px; margin-left: auto; margin-right: auto; float:none;}
.banner-bg {min-height:350px; box-sizing:border-box; background:#f7eee1;}
.banner-bg h1,
.banner-bg h2,
.banner-bg h3,
.banner-bg h4,
.banner-bg h5,
.banner-bg h6,
.banner-bg p,
.banner-bg div,
.banner-bg span {color:#FFFFFF; margin-bottom:0; padding-bottom:0;}
.transparent-header {min-height:350px; box-sizing: border-box; }
.align-right img {float:right;}
.transparent-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {background: rgba(255,255,255,0.0);}

/*********************************** MEnu ********************************************/
.custom-logo {padding-bottom:10px;}
.custom-menu-primary {text-align:right; }
.custom-menu-primary ul {text-align:left;}
.custom-menu-primary li {text-align:left;}
.custom-menu-primary li a {}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {border-top: 2px solid #FF671F; border-left: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {white-space:inherit;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span {font-size:10px;}
.logo-menu { padding-top: 10px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { border-bottom:0px solid #c1c1c1; font-size:13px; padding: 13px ; font-weight: 600; color:#333;  background-color: rgba(255,255,255, 0.95);}

.widget-type-form h1, .widget-type-form h2, .widget-type-form h3, .widget-type-form h4, .widget-type-form h5, .widget-type-form h6, .widget-type-form p {background-color:#545454; color:#FFF; margin-top:0; padding-left:15px; padding-top:15px;  padding-right:15px;  padding-bottom:15px;}
.hs_webform {min-height:200px !important; background-color: #eee;  margin-top:20px;
-webkit-box-shadow: rgba(68, 68, 68, 0.2) 5px 5px 8px 0px ;
-moz-box-shadow: rgba(68, 68, 68, 0.2) 5px 5px 8px 0px ;
box-shadow: rgba(68, 68, 68, 0.2) 5px 5px 8px 0px ;
padding-bottom:1px;
}
.ms_1elogo{text-align:right; padding-right:230px; padding-bottom: 20px;}
.cybersecurity_form h3 {display:none;}
.cybersecurity_form form.hs-form {padding:0; }
.cybersecurity_form fieldset.form-columns-1 input[name="email"] {width:100% !important;}
.cybersecurity_form  fieldset.form-columns-2, .cybersecurity_form  fieldset.form-columns-1 {max-width:585px !important;}
.mobiledisplayonly {display:none !important;}
.hs-form fieldset.form-columns-1 select.hs-input, .hs-form fieldset.form-columns-2 select.hs-input {width:99%; -webkit-appearance: none;  -moz-appearance:    none;   appearance:   none;  font-size:12px; text-indent:5px; border:1px solid #CCC;padding-top:4px;}
.btn-primary, .hs-button.primary { background-color:#ffb400; line-height:20px; margin-top:20px; font-weight:600; font-size: 14px;}
.hs-form-field>label {font-weight:400; font-size: 13px;}
.field.hs-form-field:first-child {padding-top:0px;}
.hs-form fieldset .field.hs-form-field:first-child {padding-top:10px;}
.hs-error-msgs {padding-left:3px; margin:0;}
.hs-error-msgs.inputs-list label {color:red; font-size:11px;}
.field.hs-form-field {padding-top:10px;}
.hs_webform .hs-form fieldset.form-columns-1 .hs-input {width:100%;}
.hs_webform .hs-form fieldset.form-columns-1 ul{padding-left:0;}
.hs_webform .hs-form fieldset.form-columns-1 .hs-form-checkbox .hs-input {width:20px;}
form.hs-form {padding:0 10px 0 15px;}
form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form .email-validation {min-height:30px; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {border-radius:0; font-size:12px;
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;}
.hs-button, .input {-webkit-appearance: none; -moz-appearance: none; appearance: none;}

.back-to-top{
    background: url("//cdn2.hubspot.net/hub/430095/file-2257664432-png/images/backtotop.png") repeat 0 0 #111;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
    display: none;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor:pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;;
    width: 50px!important;
    z-index: 100000;
}
.back-to-top:hover {
    background: url("//cdn2.hubspot.net/hub/430095/file-2257664432-png/images/backtotop.png") repeat 0 -50px #000;
}
.windowExpire {margin-top:20px;}
.fixheaderlp h1.orange-size {color:#FFF; margin-top:0;}
.windowExpire {margin-top:20px;}.hs_cos_wrapper_widget{font-size:13px;}
.footer-text ul {margin:0; padding:0;}
.footer-text ul li {display:inline-block; font-size:12px;}
.footer-text p { font-size:12px;}
.footer-text ul li  a, .footer-text p a {color:#ff671f; font-size:12px;}
.footer-container-wrapper {text-align:center; margin-top:0px !important;}



/****************** Counter Styles *************/
 h3.dsb-theme-style {margin-bottom:0;}
.dsb-theme * {
    margin: 0;
    padding: 0;
}
.dsb-theme-wrapper {
	display: inline-block;
	font: normal normal 40px helvetica-light, helvetica, arial, sans-serif !important; /* change font-size to resize counter */
	zoom: 1;
  	*display: inline;
}
.dsb-theme, .dsb-btn {

	display:table;
	text-align: center;
    margin-bottom:20px;
}
.dsb-theme .counter-wrapper {
	background-color: transparent;
	display: block;
	padding: 0.1em 0.11em 0.1em 0;
	
}
.dsb-theme ul li {
	background-color: transparent;
	color: #FFF;
	float: left;
	font-size: inherit !important;
	list-style-type: none;
	margin-left: 0.11em;
	min-width: 1.12em;
	padding: 0.15em 0.3em;
	position: relative;
	text-shadow: 0 0.02em 0 rgba(255,255,255,0.80);
}
.dsb-theme ul li:before, .dsb-theme ul li:after {
	content: "";
	display: block;
	height: 50%;
	width: 100%;
}
.dsb-theme ul li:before {
	position: absolute;
		top: 0;
		left: 0;
	
}
.dsb-theme ul li:after {

	position: absolute;
		bottom: 0;
		left: 0;
}
.dsb-theme ul li p {
	font-size: 12px !important;
	position: relative;
	z-index: 1;
    color:#FFF;
}
.dsb-theme ul li p span.textHours, .dsb-theme ul li p span.textMinutes, .dsb-theme ul li p span.textDays, .dsb-theme ul li p span.textSeconds {opacity:0.8;}
.dsb-theme ul li p .hours, .dsb-theme ul li p .minutes, .dsb-theme ul li p .days, .dsb-theme ul li p .seconds {font-size:22px;}
.dsb-theme .jCtext, .dsb-btn {
	color: #FFF;
	font-size: inherit !important;
	margin: 0.1em 0;
	text-decoration: none;
	text-shadow: 0 0.02em 0 rgba(255,255,255,0.1);
}
.dsb-theme .jCtext span {
	display: block;
	float: left;
	font-size: inherit !important;
	line-height: 0.01em;
	margin-left: 0.1em;
	min-width: 1.73em;
}
.dsb-theme .jCtext span em {
	font: normal bold 0.25em arial !important;
}
.dsb-theme .jC-clear {
	clear: both;
}
.dsb-btn {
	text-shadow: 0 0.05em 0 rgba(255,255,255,0.1);
}


/* white scoreboard theme */
.wsb-theme * {
	margin: 0;
	padding: 0;
}
.wsb-theme-wrapper {
	display: inline-block;
	font: normal normal 40px helvetica-light, helvetica, arial, sans-serif !important; /* change font-size to resize counter */
	zoom: 1;
  	*display: inline;
}
.wsb-theme, .wsb-btn {
	background-color: #e0e6eb;
	border: 0.02em solid #d6dbdf;
	padding: 0.3em;
	text-align: center;
	background: -moz-linear-gradient(top, #f6f7f7 0%, #dfe5ea 100%);
	background: -ms-linear-gradient(top, #f6f7f7 0%, #dfe5ea 100%);
	background: -o-linear-gradient(top, #f6f7f7 0%, #dfe5ea 100%);
	background: -webkit-linear-gradient(top, #f6f7f7 0%, #dfe5ea 100%);
	background: linear-gradient(top, #f6f7f7 0%, #dfe5ea 100%);
	-moz-border-radius: 0.12em;
	-ms-border-radius: 0.12em;
	-o-border-radius: 0.12em;
	-webkit-border-radius: 0.12em;
	border-radius: 0.12em;
	-moz-box-shadow: 0 0.04em 0.10em rgba(0,0,0,0.40), 0 0.03em 0.01em rgba(255,255,255,0.25) inset;
	-ms-box-shadow: 0 0.04em 0.10em rgba(0,0,0,0.40), 0 0.03em 0.01em rgba(255,255,255,0.25) inset;
	-o-box-shadow: 0 0.04em 0.10em rgba(0,0,0,0.40), 0 0.03em 0.01em rgba(255,255,255,0.25) inset;
	-webkit-box-shadow: 0 0.04em 0.10em rgba(0,0,0,0.40), 0 0.03em 0.01em rgba(255,255,255,0.25) inset;
	box-shadow: 0 0.04em 0.10em rgba(0,0,0,0.40), 0 0.03em 0.01em rgba(255,255,255,0.25) inset;
}
.wsb-theme .counter-wrapper {
	background-color: #8c9aa1;
	border: 0.02em solid #aab6ba;
	display: block;
	padding: 0.1em 0.11em 0.1em 0;
	background: -moz-linear-gradient(top, #c8d2d5 0%, #a5b4b9 100%);
	background: -ms-linear-gradient(top, #c8d2d5 0%, #a5b4b9 100%);
	background: -o-linear-gradient(top, #c8d2d5 0%, #a5b4b9 100%);
	background: -webkit-linear-gradient(top, #c8d2d5 0%, #a5b4b9 100%);
	background: linear-gradient(top, #c8d2d5 0%, #a5b4b9 100%);
	-moz-border-radius: 0.08em;
	-ms-border-radius: 0.08em;
	-o-border-radius: 0.08em;
	-webkit-border-radius: 0.08em;
	border-radius: 0.08em;
	-moz-box-shadow: 0 0.020em 0.005em rgba(255,255,255,0.15);
	-ms-box-shadow: 0 0.020em 0.005em rgba(255,255,255,0.15);
	-o-box-shadow: 0 0.020em 0.005em rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 0.020em 0.005em rgba(255,255,255,0.15);
	box-shadow: 0 0.020em 0.005em rgba(255,255,255,0.15);
}
.wsb-theme ul li {
	background-color: #fff;
	color: #6f7376;
	float: left;
	list-style-type: none;
	margin-left: 0.11em;
	min-width: 1.12em;
	padding: 0.15em 0.3em;
	position: relative;
	box-shadow: 0 0 0.01em 0.02em rgba(0,0,0,0.05);
	text-shadow: 0 0.02em 0 rgba(255,255,255,0.80);
}
.wsb-theme ul li:before, .wsb-theme ul li:after {
	content: "";
	display: block;
	height: 50%;
	width: 100%;
}
.wsb-theme ul li:before {
	position: absolute;
		top: 0;
		left: 0;
	background: -moz-linear-gradient(top, #fff 0%, #ced5da 95%, #b8bec4 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ced5da 95%, #b8bec4 100%);
	background: -o-linear-gradient(top, #fff 0%, #ced5da 95%, #b8bec4 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #ced5da 95%, #b8bec4 100%);
	background: linear-gradient(top, #fff 0%, #ced5da 95%, #b8bec4 100%);
}
.wsb-theme ul li:after {
	background: -moz-linear-gradient(top, #fff 0%, #ced5da 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ced5da 100%);
	background: -o-linear-gradient(top, #fff 0%, #ced5da 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #ced5da 100%);
	background: linear-gradient(top, #fff 0%, #ced5da 100%);
	position: absolute;
		bottom: 0;
		left: 0;
}
.wsb-theme ul li p {
	font-size: inherit !important;
	position: relative;
	z-index: 1;
}
.wsb-theme .jCtext, .wsb-btn {
	color: rgba(0,0,0,0.5);
	font-size: inherit !important;
	margin: 0.1em 0;
	text-decoration: none;
	text-shadow: 0 0.03em 0 rgba(255,255,255,1);
}
.wsb-theme .jCtext span {
	display: block;
	float: left;
	line-height: 0.01em;
	margin-left: 0.1em;
	min-width: 1.73em;
}
.wsb-theme .jCtext span em {
	font: normal normal 0.25em arial !important;
}
.wsb-theme .jC-clear {
	clear: both;
}

/*********************************/

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


   3. MAIN NAVIGATION                                            


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





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


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

/* Parent List */
.custom-menu-primary{
    
}
.custom-menu-primary .hs-menu-wrapper > ul{ 
  
  
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {line-height: 40px;}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before{
    content: "";
    font-size: 9px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin: 7px 6px 0 0;
    vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#000;
  
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;;
  text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#000;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
  min-width: 280px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  
  white-space: normal !important;
  line-height:22.75px;
  text-transform: none ;
  -webkit-transition: padding 0.3s ease 0s;
  -moz-transition: padding 0.3s ease 0s;
  -o-transition: padding 0.3s ease 0s;
  -ms-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;;
  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a{
    border:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a span {
    
    font-size: 10px;
    text-transform: none;
    font-weight:400;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  
  color: #ff671f;
}

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


.blueBar.callout{border-top:0; border-bottom:0;}
.blueBar.callout.top::before{border-top: 25px solid #135190!important;}
.blueFormBox h3{background:#135190!important;}
.blueFormBox .btn-primary, .blueFormBox .hs-button.primary{background:#135190!important;}

.stateNationFooter, .stateNationFooter a , .footer-container .stateNationFooter p{color:#282936!important;}
.footer-container .stateNationFooter p{margin:0;}
.speakerBottom h3{margin-top:0;}
.stateNationBanner .liveWebinar{color: #555; margin: 20px 0 0 0; padding: 0;}
.stateNationBanner  .secondHeading{font-size: 28px; color: #135190; font-weight: normal; text-transform: uppercase; margin: 0!important;}
.stateNationBanner  .mainHeading{margin: 0!important; padding: 0; font-weight: bold; text-transform: uppercase; font-size: 56px; line-height: 60px; color: #ff671f;}
.stateNationBanner  .speaker {color: #58595b; margin: 24px  0 0; font-size: 22px;}
.stateNationBanner .dateVenue{color: #58595b; font-size: 24px; margin: 10px 0;}
.mobileOnly.widget-type-linked_image{display:none;}
 .mobileOnly.widget-type-linked_image img{position: relative;right: 0;bottom: 0; text-align: center;}
.callout.top.blueBar::before{left:49.5%;}
.stateNationBanner .windowsWorld .mainHeading{font-family: 'BadaBoom BB'; font-weight: bold; text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.4); }

.stateNationBanner .windowsWorld .liveWebinar{font-family: 'BadaBoom BB'; margin-top:0px !important;}

@media screen and (max-width:1600px) {
.transparent-header { background: rgb(145, 186, 192) url("//cdn2.hubspot.net/hubfs/430095/blog_bg.jpg?t=1465489968316") no-repeat scroll bottom center / 150% auto;}}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }


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

   .transparent-header { background: rgb(145, 186, 192) ;}
 /*   .mobiledisplayoff {display:none !important;}
    .mobiledisplayonly {display:block !important;} */
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {padding-left:0; padding-right:0;}
    .page-center{padding:0 20px;}
    .custom-logo {padding-top:10px;}
    .row-fluid-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {margin-top:10px;}
   
}

@media only screen and (min-width:768px) and (max-width: 887px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding-right:0px;}    
    .hs-form-field > label {font-size:10px;}
    
}
/* ==========================================================================
   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){
.blueBar .page-center{padding:0;}
.widget-type-rich_text.desktopBlankDiv{display:none;}
.callout.top.blueBar::before{left:41.5%;}
  /* 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 
    */
.align-right img {float:none;}
  .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:#666;
  }


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

  .mobile-trigger{
    background: url("//cdn2.hubspot.net/hubfs/430095/1E_2016_Theme/MobileMenuIcon.jpg") no-repeat center #f1f1f1;
    background-size: 66px 32px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    position:absolute;
    right: 20px;
    top: 90px;
    height: 32px;
    padding: 8px 16px !important;
    width: 66px;
    z-index: 2147483647;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#FF671F;
    background-color: #F1F1F1; 
    border-color: transparent;
  }

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


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


  /* 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:100%;
    height:52px;  /* Button height */  
    padding: 0  !important;
    text-align: right;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    padding-right: 20px;
    height:52px;  /* Button height */  
  }
  .child-trigger i:after{
    position: absolute;
    content:"";
    font-style:normal;
    font-family: FontAwesome;
    font-size:12px;
  }
  

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: static;
       padding-top:0; /* Makes room for button */
       margin: 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{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul{
       background:#F1F1F1;
       margin:1px 0 0!important;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 12.21px!important; /* Font size of top level list items */
    line-height:22.95px!important;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: none;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    border-bottom:1px solid #CCC; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding:15px!important;
    color:#666; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#FF671F; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background:#F9F9F9;
 }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding:0 0 0 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 16px; /* Font size of child lists */
    opacity: 0.7;
    font-weight: normal;
    color:#666666;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a span {
    font-size: 12.2px;
 }

  /* 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 */
  }
  .cm_header .custom-header-social ul { display:none;}
}
.blueFormBox .submitted-message p{background:none; color:#333;}

 @media (max-width: 1024px){
     .customMobileHeader .fullwidthImg{padding:0 -20px!important;}
     .ms_1elogo{text-align:left!important; padding:0 0 20px!important;}
     .mobileOnly.widget-type-linked_image{display:block; }
     .mobileOnly.widget-type-linked_image img{position: relative;right: 0;bottom: 0; text-align: center;}
     .desktopOnly.widget-type-linked_image{display:none;}
 }

 @media (max-width: 1078px){
     .stateNationBanner .liveWebinar{color: #555; margin: 20px 0 0 0; padding: 0;}
    .stateNationBanner  .secondHeading{font-size: 22px;}
    .stateNationBanner  .mainHeading{ font-size: 40px; }
    .stateNationBanner  .mainHeading span{font-size: 40px;}
    .stateNationBanner  .speaker {margin: 24px  0 0; font-size: 18px;}
    .stateNationBanner .dateVenue{font-size: 18px; margin: 10px 0;}
 }

  @media (max-width: 810px){
       .stateNationBanner  .mainHeading{ font-size: 32px;}
       .stateNationBanner  .mainHeading span{font-size: 32px;}
  }
    
  
@media screen and (max-width:768px) {
    .mobiledisplayoff {display:none !important;}
    .mobiledisplayonly {display:block !important;}
    .hs-form fieldset {max-width:100% !important; width:100%;}
    .windowsWorld , .mobilelogo, .windowsWorld img{text-align:center;}
     .windowsWorld .mainHeading{margin-top:10px!important; line-height:66px;}
    .widget-type-form h1, 
    .widget-type-form h2, 
    .widget-type-form h3, 
    .widget-type-form h4, 
    .widget-type-form h5, 
    .widget-type-form h6,
    .widget-type-form p { padding-left:15px !important;  padding-right:15px !important; }
    .speakerBottom{text-align:center;}
     .speakerBox .speakerTxt{margin-bottom:30px;}
      .speakerBox .speakerImg img{width:100px!important;}
     .managePadding.page-center{padding:0!important;}
    .managePadding .manageMobilepadding{padding:0 20px!important;}
    .ms_1elogo{text-align:center!important; padding:0 0 20px!important;}
  .mobile-logo-customers{
    padding:10% !important;
    text-align:center;
        width: 49% !important;
    float: left !important;
}
.row-fluid>.mobile-logo-customers{ width: 49% !important;}

}

  @media (max-width: 480px){
    .cybersecurity_form fieldset.form-columns-1 input[name="email"] {width:95% !important;}
    .callout.top.blueBar::before{left:41.5%;}
    .dsb-theme ul li{padding:0.15em 0.1em;;}
    .stateNationBanner .speaker, .stateNationBanner .dateVenue{font-size:14px;}
      .callout.top::before {left: 40%;}
}
 @media only screen and (max-width:373px){
    .dsb-theme ul li p .hours, .dsb-theme ul li p .minutes, .dsb-theme ul li p .days, .dsb-theme ul li p .seconds{ font-size:14px!important; }
    .dsb-theme ul li p {font-size: 10px !important; }
    callout.top::before { left: 41.5%;}
 }
.register-btn{
    background-color: #FFF;
    padding: 2% 8%;
    border-radius: 10px;
    color: #2d67b2;
    text-decoration: none;
}
.mobile-logo-customers>div{text-align:center;}
