/* Add here all your CSS customizations */

img.resource {
    border-width: 0;
    max-height: 120px;
    min-height: 120px;
    max-width: 230px;
    min-width: 230px;
    height: auto;
    width: auto;
    object-fit: cover;
}

.new-feature {
    background-color: #E3DCCD;
    border-bottom-color: #C8BCA2;
    position: absolute;
    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 0px;
    top: -8px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    font-size: 0.9em;
    color: #3c464d;
    border-bottom: 2px solid transparent;
}

/*Faded Background */
.fadebg {
	background: -webkit-linear-gradient(left,rgba(60, 70, 77, 1),rgba(60, 70, 77, 0.4)); /*Safari 5.1-6*/
    background: -o-linear-gradient(left,rgba(60, 70, 77, 1),rgba(60, 70, 77, 0.4)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(left,rgba(60, 70, 77, 1),rgba(60, 70, 77, 0.4)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(60, 70, 77, 1),rgba(60, 70, 77, 0.4)); /*Standard*/
}


.icon-sf-logo:before {
    content: "\e900";
}

/* Add here all your CSS customizations */

.extra-lg {
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
}

.box-shadow {
-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.25);
}

.form-box {
    background: #F5F5F5;
	background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	z-index: 1;
    padding: 10px 20px 20px 20px;
    border-top: #e6321e 4px solid;
}

/*Sparkfun Font*/

@font-face {
font-family: Sparkfont;
src: url("../fonts/Gauge-Regular.otf") format("opentype");
}

@font-face {
font-family: Sparkfont;
font-weight:bold;
src: url("../fonts/Gauge-Heavy.otf") format("opentype");
}

@font-face {
font-family: Sparkfont;
font-style:italic;
src: url("../fonts/Gauge-Oblique.otf") format("opentype");
}

.nav {
	font-family:Sparkfont,"Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:.1em;
}

.nav-pills>li>a {
	border-radius: 0;	
	color: #3c464d;
}

.border-right {
	border-right: solid 1px #ddd;
}

.border-left {
	border-left: solid 1px #ddd;
}

.border-top {
	border-top: solid 1px #ddd;
}

.copyleft {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.copyleft li {
	display: inline-block;	
}

.copyleft li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}


.sharing-ingenuity .text .text-top {
    font-size: 18px;
    line-height: 17px;
    font-weight: bold;
	font-family: Sparkfont,"Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: .1em;
}

.sharing-ingenuity .text {
    float: left;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 16px;
	font-family: Sparkfont,"Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#e3dccd;

}

/* No Background color or image */

.no-bg {
	background-color:transparent !important;
	background-image: none !important;
	
}

/* #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a {
	padding-bottom: 0 !important;	
} */

.dropdown-menu .trans {
	opacity: 0.5 !important;
}

.trans-25 {
	opacity: 0.25 !important;
}

.nav-bg {
	background-color: #e3dccd;
	border-radius: 4px 4px 0 0 !important;

}


/* Sparkfun Footer */ 

#footer {
  background: #E9EFF2 url(../img/education/backgrounds/footer-bg.jpg) no-repeat 50% 50%;
  border-top: 0;
  padding: 60px 0 30px;
  min-height: 400px;
  overflow: hidden;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
  color: #333;
}
#footer .list-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .list-footer-nav a {
  font-size: 14px;
  color: #ee2e22;
  text-decoration: none;
}
#footer .list-footer-nav a:hover {
  color: #888;
}
#footer .newsletter form {
  max-width: 100%;
  margin: 27px 0 12px;
}
#footer .newsletter form input.form-control {
  height: 45px;
  padding: 12px;
}
#footer .newsletter form .btn {
  height: 45px;
  width: 45px;
}
#footer .fa {
  display: inline-block;
  padding-right: 2px;
  position: relative;
  top: 1px;
  color: #000;
}
#footer .footer-copyright {
  background: transparent;
  margin: -10px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #FFF;
}
#footer .footer-copyright p {
  color: #000000;
}

@media (min-width: 992px) {
  #footer .logo {
    margin-top: 25px;
  }
    
  
/*  #footer:after {
    background: #000 none repeat scroll 0 0;
    bottom: -233px;
    content: "";
    height: 400px;
    position: absolute;
    right: -177px;
    transform: rotate(50deg);
    width: 400px;
    z-index: 1;
  }
*/}

@media (max-width: 768px) {
.page-header.invspc-product {
    background-size: cover;
}
#footer {
	background-size: cover;
}

section.section-custom-map {
	background-size: contain;
}

.tp-fullwidth-forcer {
	visibility:hidden;
	height:0 !important;
}
}
@media (max-width: 479px) {
.page-header.invspc-product {
        background-position: left;
    background-size: cover;
}
#footer {
	background-size: cover;
}

section.section-custom-map {
	background-size: contain;
}
}

.page-header.custom-product-teacher {
	background-image: url(../img/education/backgrounds/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 1px solid #888;
	overflow: hidden;
}



/* Hubspot Forms */

.hs-form fieldset {
	max-width:800px !important;	
}

.hs-form .actions {
	margin-top:0 !important;
	padding-top:0 !important
}

.hs-form.stacked .field {
	margin-bottom: 12px !important;
}

/* Hubspot Button */

.hs-form .hs-button {
	color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5a6e63 !important;
    border-color: #505f55 #505f55 #45534a !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-size: 18px;
    padding: 8px 15px;
}

.hs-form .actions {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.hs-form.stacked {
	margin-bottom:10px;
}

input.hs-input, textarea.hs-input, select.hs-input {
	color:#666 !important;
    min-height: 27px !important;
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
	
	form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
		text-align: left !important;
		width: 98% !important;
	}
	
	input.hs-input, textarea.hs-input {
		box-shadow: none !important;
		transition: none !important;
	}
	
	.hs-form.stacked .field div.input {
		margin-left: 0px !important;
		margin-right: 35px !important;
	}
	
	
}


/* Custom Buttons for Arduino Landing page */
html .btn-arduino {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f26334;
	border-color: #f26334 #f26334 #647771;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 4px;
}

html .btn-arduino:hover {
	border-color: #fa794e #fa794e #70847e;
	background-color: #fa794e;
}

html .btn-arduino:active,
html .btn-arduino:focus,
html .btn-arduino:active:hover,
html .btn-arduino:active:focus {
	border-color: #70847e #70847e #70847e;
	background-color: #70847e;
}

html .btn-arduino.dropdown-toggle {
	border-left-color: #70847e;
}

html .btn-arduino2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00b1a5;
	border-color: #00b1a5 #00b1a5 #00877e;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 4px;
}

html .btn-arduino2:hover {
	border-color: #00beb1 #00beb1 #70847e;
	background-color: #00beb1;
}

html .btn-arduino2:active,
html .btn-arduino2:focus,
html .btn-arduino2:active:hover,
html .btn-arduino2:active:focus {
	border-color: #00beb1 #00beb1 #70847e;
	background-color: #00beb1;
}

html .btn-arduino2.dropdown-toggle {
	border-left-color: #00beb1;
}


/* Header */
#header .header-btn-collapse-nav {
  
}

/* Custom Icon */
.thumb-info .thumb-info-custom-icon {
  width: auto;
  margin: -30px auto 0;
  transform: none !important;
}

/* Custom Divider */
.custom-divider {
  height: 56px;
  background: transparent url(../../img/custom-divider-1.png) no-repeat center center;
}

/* Custom Thumb Info */
.thumb-info-custom {
  position: relative;
  overflow: visible;
  z-index: 2;
}
.thumb-info-custom:before {
  border: 1px solid #ddd;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  right: 2px;
  width: auto;
  z-index: 0;
}
.thumb-info-custom:after {
  border: 1px solid #ddd;
  bottom: -9px;
  content: "";
  height: 5px;
  left: 5px;
  position: absolute;
  right: 5px;
  width: auto;
  z-index: 0;
}
.thumb-info-custom .btn {
  margin: 0 0 -45px;
  position: relative;
  z-index: 10;
}

/* Thumb Info Custom Icon */
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom {
  top: 0;
  margin-top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom a {
  display: block;
  width: 100%;
  height: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:before {
  border-top: 1px solid #ddd;
  content: "";
  height: 1px;
  left: 20%;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 60%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:after {
  border-left: 1px solid #ddd;
  content: "";
  height: 60%;
  left: 50%;
  position: absolute;
  right: 2px;
  top: 20%;
  width: 1px;
}

/* Thumb Info Caption Text Custom */
.thumb-info-caption-text-custom {
  background: #F4f4f4;
  margin: 0 !important;
  padding: 14px !important;
}

/* Thumb Info Custom Blog */
@media (max-width: 991px) {
  .thumb-info-blog-custom img {
    max-width: 120px;
    margin-bottom: 10px !important;
  }
}
/* Product List */
.product-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-menu li {
  margin: 0 0 32px 0;
  padding: 0;
  clear: both;
}
.product-menu img {
  float: left;
  margin: 0 25px 0 0;
  max-width: 68px;
}
.product-menu h3 {
  font-size: 24px;
  padding: 7px 0 4px 95px;
  margin: 0;
  text-transform: none;
}
.product-menu h3 em {
  font-size: 16px;
}
.product-menu p {
  font-size: 1.3em;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0 0 0 95px;
  position: relative;
  display: block;
}
.product-menu p span {
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 0;
}
.product-menu p:before {
  border-bottom: 2px dotted #ddd;
  content: "";
  height: 1px;
  left: 0%;
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 1;
}
.product-menu .product-menu-price {
  background: #fff;
  display: inline-block;
  float: right;
  font-size: 22px;
  margin-top: -26px;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .product-menu p {
    padding-bottom: 35px;
  }
  .product-menu .product-menu-price {
    margin-top: -20px;
  }
}


/* Higher Ed */
#header .header-logo-higher-ed {
    top: -16px;
    float: left;
	position: relative;
}

#header .header-logo-higher-ed img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 15px 15px 15px 0;
	top: 0;
}


/*5 equal columns*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}





