/* @import url("hello.myfonts.net/count/382d06"); */
@font-face {
    font-family: 'FFDINWebBold';
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2CF2F2_1_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2CF2F2_1_0.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2CF2F2_1_0.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2CF2F2_1_0.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2CF2F2_1_0.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FFDINWebMedium';
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_0_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_0_0.eot?#iefix') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_0_0.woff2') format('woff2'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_0_0.woff') format('woff'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_0_0.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FFDINWeb';
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_1_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_1_0.eot?#iefix') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_1_0.woff2') format('woff2'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_1_0.woff') format('woff'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2C4BB1_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FFDINWebItalic';
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2D5A77_0_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2D5A77_0_0.eot?#iefix') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2D5A77_0_0.woff2') format('woff2'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2D5A77_0_0.woff') format('woff'),url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2D5A77_0_0.ttf') format('truetype');
    src: url('//cdn2.hubspot.net/hubfs/2197463/Ignyte-February2018/Fonts/2D5A77_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/* @font-face {
    font-family: 'centima_monoregular';
    src: url('fonts/centimamono.eot');
    src: url('fonts/centimamono.eot?#iefix') format('embedded-opentype'),
         url('fonts/centimamono.woff2') format('woff2'),
         url('fonts/centimamono.woff') format('woff'),
         url('fonts/centimamono.ttf') format('truetype'),
         url('fonts/centimamono.svg#centima_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'centima_monolight';
    src: url('fonts/centimamonolight.eot');
    src: url('fonts/centimamonolight.eot?#iefix') format('embedded-opentype'),
         url('fonts/centimamonolight.woff2') format('woff2'),
         url('fonts/centimamonolight.woff') format('woff'),
         url('fonts/centimamonolight.ttf') format('truetype'),
         url('fonts/centimamonolight.svg#centima_monolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
 */

  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"], 
  input[type="file"], 
  textarea,
  select {
/*     border-radius: 0 !important; */
    min-height: 55px !important;

  }
  .hs-error-msgs li label {
    color: #a1497a !important;
  }
  .hs-error-msgs li {
    color: #a1497a !important;
    background: none !important;
    padding-left: 0 !important;
    padding-top:5px !important;
  }

select {
	display: block !important;
	font-size: 15px !important;
	color: #555555 !important;
	line-height: 1.3 !important;
	padding: .6em 1.4em .5em .8em !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	border: 1px solid #c3c3c3 !important;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04) !important;
/* 	border-radius: 0 !important; */
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: #fff !important;
	background-image: url('https://cdn2.hubspot.net/hubfs/2197463/icon/arrow1.png') !important;
  opacity: 0.8!important;
  background-repeat: no-repeat, repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-size: .65em auto, 100% !important;
}
select::-ms-expand {
	display: none !important;
}
select:hover {
	border-color: #c3c3c3 !important;
}
select:focus {
	border-color: #aaa !important;
	box-shadow: none!important;
	box-shadow: none!important;
	color: #222 !important;
	outline: none !important;
}

/* ======== Previous form select field styles ============ 

select {
	display: block !important;
	font-size: 16px !important;
	color: #555 !important;
	line-height: 1.3 !important;
	padding: .6em 1.4em .5em .8em !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	border: 1px solid #aaa !important;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04) !important;
/* 	border-radius: 0 !important;
  -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: #fff !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%) !important;
	background-repeat: no-repeat, repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-size: .65em auto, 100% !important;
}
select::-ms-expand {
	display: none !important;
}
select:hover {
	border-color: #888 !important;
}
select:focus {
	border-color: #aaa !important;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7) !important;
	box-shadow: 0 0 0 3px -moz-mac-focusring !important;
	color: #222 !important;
	outline: none !important;
}
select option {
	font-weight:normal !important;
}

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

  @media screen and (min-width:768px) {
    .left-col-form-wrap form {
      max-width: 480px !important;
    }
  }