@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.eot');
	src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSans-Regular.woff') format('woff'),
	url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('fonts/OpenSans-Italic.eot');
	src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSans-Italic.woff') format('woff'),
	url('fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	min-height: 100%;
}

body, menu, ul, ol, li, dl, dt, dd, figure, figcaption, form, fieldset, legend, label, button, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1d2630;
	color: #242F3B;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height: normal;
}

figure, figcaption {
	display: block;
}

iframe, fieldset, legend, img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

menu, ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

small {
	font-size: 0.85em;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	font-size: 0.75em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a {
	color: #2494b4;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2d6998;
	text-decoration: underline;
}

a, button, input, select, textarea {
	outline: none;
}

::-moz-selection {
	color: #fff;
	background: #2494b4;
}

::selection {
	color: #fff;
	background: #2494b4;
}


/* form styles */
fieldset {
	display: block;
}

button, input, textarea, select {
	font-family: OpenSans, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
}

button, input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 18px;
	padding: 3px 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a4aeb1;
	background-color: #fff;
	color: #000;
	line-height: 18px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus {
	-webkit-box-shadow: 0 0 5px rgba(36, 148, 180, 0.25);
	box-shadow: 0 0 5px rgba(36, 148, 180, 0.25);
	border-color: #2494b4;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

select {
	width: 170px;
	height: 28px;
	padding: 4px;
	border: 1px solid #a4aeb1;
}

.selector select,
.selectBox {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 30px 0 0;
	border: 0;
	background: transparent url(../img/select.png) no-repeat right 1px;
	color: /*#242F3B*/#888;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	outline: none;
	font-family: Avenir85Heavy, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}
.selector select:focus,
.selectBox:focus {
}
.selector select {
	width: auto;
}
.selectBox:hover,
.selector select,
.selectBox-menuShowing {
	background-position: right -24px;
}
.selectBox:hover,
.selectBox:active,
.selectBox-menuShowing {
	color: #2494b4 !important;
	text-decoration: none !important;
}
.selectBox-label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.selectBox-arrow {
	display: none;
}
.selectBox-dropdown-menu {
	position: absolute;
	top: 30px !important;
	left: 0 !important;
	list-style: none;
	font-size: 14px;
	background: #fff;
	margin: 0;
	padding: 6px 0 !important;
	border: 1px solid #a4aeb1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-height: 200px;
	overflow-x: hidden;
	z-index: 30;
	width: 200px !important;
}
.selectBox-dropdown-menu li {
	display: block;
	border-bottom: 0;
}
.selectBox-dropdown-menu li a {
	display: block;
	padding: 4px 15px 4px 5px;
	color: #888;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
}
.selectBox-dropdown-menu .selectBox-selected a {
	background: url(../img/selected.png) no-repeat 95% 9px;
}
.selectBox-dropdown-menu li a:hover {
	color: #2494b4;
}

.customSelect {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 30px 0 0;
	border: 0;
	background: transparent url(../img/select.png) no-repeat right 1px;
	color: #242F3B;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	outline: none;
	margin-right: 15px;
	width: 130px !important;
}

.customSelect.customSelectHover,
.customSelect.customSelectOpen,
.customSelect.customSelectFocus {
	background-position: right -24px;
	color: #2494b4
}

.selector select.hasCustomSelect {
	z-index: 5;
	font-size: 16px !important;
	width: 130px !important;
	filter: alpha(opacity=0);
}
.customSelectInner {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 130px !important;
}


/* placeholder */
.placeholder {
	color: #747474;
}

:-moz-placeholder {
	color: #747474;
}

::-webkit-input-placeholder {
	color: #747474;
}


/* dropdown */
.dropdown {
	position: relative;
	z-index: 10;
	line-height: 28px;
}

.dropdown a {
	color: #3c3c3c;
}

.dropdown.open {
	z-index: 100;
}

.dropdown-toggle {
	display: block;
	min-width: 140px;
	height: 28px;
	position: relative;
	padding: 0 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.dropdown.open .dropdown-toggle {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.dropdown-toggle:after,
.dropdown-toggle .after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 12px;
	right: 10px;
	border-top: 4px solid #3c3c3c;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

.dropdown.open > .dropdown-list {
	display: block;
}

.dropdown-list a {
	display: block;
	padding: 0 9px;
	white-space: nowrap;
}

.dropdown-list a:hover, .dropdown-list a.active {
	background-color: #ececec;
}



/* HubSpot CTA Button Styles */


a.red-button-cta {
 -webkit-font-smoothing:antialiased; 
  cursor:pointer; 
  -moz-user-select:none; 
  -webkit-user-select:none; 
  -o-user-select:none; 
  user-select:none; 
  display:inline-block; 
  font-weight:bold; 
  text-align:center; 
  text-decoration:none; 
  font-family:sans-serif; 
  background: #ffffff; 
  color: #b2333f; 
  border: 1px solid rgb(122,122,122); 
  text-shadow:none; 
  line-height:1.5em; 
  font-size:18px; 
  padding:12px 25px; 
  margin: 20px;
}
a.red-button-cta:hover {
background-color: #b2333f;
color: #ffffff;  
}
a.red-button-cta:active {
background: #33475e;
color: #ffffff;
} 

a.red-button-cta:active:hover {
background:#33475e; 
}



a.blue-button-cta {
 -webkit-font-smoothing:antialiased; 
  cursor:pointer; 
  -moz-user-select:none; 
  -webkit-user-select:none; 
  -o-user-select:none; 
  user-select:none; 
  display:inline-block; 
  font-weight:bold; 
  text-align:center; 
  text-decoration:none; 
  font-family:sans-serif; 
  background: #ffffff; 
  color: #2593B3; 
  border: 1px solid rgb(122,122,122); 
  text-shadow:none; 
  line-height:1.5em; 
  font-size:18px; 
  padding:12px 25px; 
  margin: 20px;
}
a.blue-button-cta:hover {
background-color: #2593B3;
color: #ffffff;  
}
a.blue-button-cta:active {
background: #33475E;
color: #ffffff;
} 

a.blue-button-cta:active:hover {
background: #33475E; 
}


.blog-photo-float {
	float: left;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	
}

a.round-blue-button-cta {
 -webkit-font-smoothing:antialiased; 
  cursor:pointer; 
  -moz-user-select:none; 
  -webkit-user-select:none; 
  -o-user-select:none; 
  user-select:none; 
  display:inline-block; 
  font-weight:bold; 
  text-align:center; 
  text-decoration:none; 
  font-family:sans-serif; 
  background: #418bbb; 
  color: #ffffff;  
line-height:30px; 
  font-size:14px; 
  padding:5px 18px; 
  margin: 0px;
  border-radius: 4px;

}

a.round-blue-button-cta:hover {
background-color: #3c83aa;
color: #ffffff;  
}
a.round-blue-button-cta:active {
background: #3c83aa;
color: #ffffff;
} 

a.round-blue-button-cta:active:hover {
background: #3c83aa; 
}




/* buttons */
.btn {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 4px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 -1px 0 #fff inset;
	box-shadow: 0 -1px 0 #fff inset;
	border: 1px solid #ccc;
	background-color: #efefef;
	background-image: url(../img/white-gradient.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #3c3c3c;
	font-family: OpenSansBold, Arial, sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	line-height: 20px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: color 100ms ease-in-out, background-color 50ms ease-in-out;
	transition: color 100ms ease-in-out, background-color 50ms ease-in-out;
}

.btn:hover, .btn:focus, .btn:active {
	color: #3c3c3c;
	text-decoration: none;
}

.btn:hover, .btn:focus {
	background-color: #f9f9f9;
}

.btn:active, .btn.active {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset;
	background-color: #eee;
	background-image: none;
	text-shadow: none;
	line-height: 22px;
}

.btn-red, input.hs-button.primary.large, .iwacontactform button.ajax-submit {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	padding: 0 18px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	background-image: none;
	background-color: #c2455a;
	color: #fff;
	text-align: center;
	text-shadow: none;
	font-family: Avenir85Heavy, Arial, sans-serif;
	line-height: 35px;
	-webkit-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
	-webkit-font-smoothing: antialiased;
}

.btn-red:hover, input.hs-button.primary.large:hover, .iwacontactform button.ajax-submit {
	background-color: #df324f;
	color: #fff;
	text-shadow: 0 1px 0 #9f2439;
}

a.btn-red:hover {
	text-decoration: none;
}

.btn-red:active, input.hs-button.primary.large:active {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
	background-color: #c2455a;
	line-height: 36px;
}


/* Buttons group */
.btn-group {
	font-size: 0;
}

p.btn-group-light {
	line-height: 30px;
}

.btn-group .btn {
	-webkit-border-radius: 0;
	border-radius: 0;
	border-left: none;
}

/*.btn-group-light .btn {
	font-family: OpenSansSemibold, Arial, sans-serif;
}*/

.btn-group .btn:first-child {
	border-left: 1px solid #ccc;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.btn-group .btn:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


/* icons */
[class^='icon-'], [class*=' icon-'] {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
}

.icon-down {
	width: 16px;
	height: 16px;
	background-image: url(../img/icons-sprite-16.png);
	background-position: 0 -36px;
}

.icon-right {
	width: 32px;
	height: 32px;
	background-image: url(../img/Arrow-Right.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.btn .icon-down {
	margin: 2px -10px 0 -10px;
}

.btn .icon-right {
	margin: -6px -10px 0 -16px;
}

.icon-presentation, .icon-cog, .icon-box, .icon-aim, .icon-arch, .icon-star, .icon-vendor, .icon-team, .icon-cup, .icon-breadth, .icon-bulb {
	width: 32px;
	height: 32px;
	background-image: url(../img/icons-sprite-32.png);
	background-repeat: no-repeat;
}

.icon-presentation {
	background-position: 0 0;
}

.icon-cog {
	background-position: 0 -52px;
}

.icon-box {
	background-position: 0 -104px;
}

.icon-aim {
	background-position: 0 -156px;
}

.icon-arch {
	background-position: 0 -208px;
}

.icon-star {
	background-position: 0 -260px;
}

.icon-vendor {
	background-position: 0 -312px;
}

.icon-team {
	background-position: 0 -364px;
}

.icon-cup {
	background-position: 0 -416px;
}

.icon-breadth {
	background-position: 0 -468px;
}

.icon-bulb {
	background-position: 0 -520px;
}

.icon-experience, .icon-clients, .icon-speedpaas, .icon-feetaway {
	width: 45px;
	height: 45px;
	background-image: url(../img/icons-sprite-45.png);
}

.icon-experience {
	background-position: 0 0;
}

.icon-clients {
	background-position: 0 -65px;
}

.icon-speedpaas {
	background-position: 0 -130px;
}

.icon-feetaway {
	background-position: 0 -195px;
}

.footer-homepage .homepage-footer-widget.main .item-half {
    float: left;
    width: 17%;
}
.aside .textwidget p {
    line-height: 0.8rem;
}
