/* ==|== primary styles =====================================================
   Author: Kevin Ripka
   ========================================================================== */
.inner-shadow {
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.secondary-btn {
  background-color: #1f6abd !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3283dd), to(#1f6abd));
  background-image: -moz-linear-gradient(top, #3283dd, #1f6abd);
  background-image: -ms-linear-gradient(top, #3283dd, #1f6abd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3283dd), color-stop(100%, #1f6abd));
  background-image: -webkit-linear-gradient(top, #3283dd, #1f6abd);
  background-image: -o-linear-gradient(top, #3283dd, #1f6abd);
  background-image: linear-gradient(#3283dd, #1f6abd);
  border-color: #3283dd #3283dd #1f6abd;
  border-width: 1px;
  border-style: solid;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: .4em 1em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  font-weight: bold;
  line-height: 14px;
}
.secondary-btn:hover {
  background-color: #1f6abd !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1f6abd), to(#1b5ea7));
  background-image: -moz-linear-gradient(top, #1f6abd, #1b5ea7);
  background-image: -ms-linear-gradient(top, #1f6abd, #1b5ea7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6abd), color-stop(100%, #1b5ea7));
  background-image: -webkit-linear-gradient(top, #1f6abd, #1b5ea7);
  background-image: -o-linear-gradient(top, #1f6abd, #1b5ea7);
  background-image: linear-gradient(#1f6abd, #1b5ea7);
  color: #ffffff;
}
.primary-btn {
  background-color: #d61919 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e83a3a), to(#d61919));
  background-image: -moz-linear-gradient(top, #e83a3a, #d61919);
  background-image: -ms-linear-gradient(top, #e83a3a, #d61919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e83a3a), color-stop(100%, #d61919));
  background-image: -webkit-linear-gradient(top, #e83a3a, #d61919);
  background-image: -o-linear-gradient(top, #e83a3a, #d61919);
  background-image: linear-gradient(#e83a3a, #d61919);
  border-color: #e83a3a #e83a3a #d61919;
  border-width: 1px;
  border-style: solid;
  text-shadow: 0 1px 1px #7b0e0e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  font-weight: bold;
}
.primary-btn:hover {
  background-color: #d61919 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d61919), to(#bf1616));
  background-image: -moz-linear-gradient(top, #d61919, #bf1616);
  background-image: -ms-linear-gradient(top, #d61919, #bf1616);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61919), color-stop(100%, #bf1616));
  background-image: -webkit-linear-gradient(top, #d61919, #bf1616);
  background-image: -o-linear-gradient(top, #d61919, #bf1616);
  background-image: linear-gradient(#d61919, #bf1616);
  color: #ffffff;
}
.tertiary-btn {
  background-color: #cccccc !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e6e6e6), to(#cccccc));
  background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -ms-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -o-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: linear-gradient(#e6e6e6, #cccccc);
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  border-width: 1px;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
  padding: .2em .5em;
  display: inline-block;
  color: #4e4e4e;
  text-decoration: none;
  font-size: 13px;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  line-height: 15px;
}
.tertiary-btn:hover {
  background-color: #cccccc !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#cccccc), to(#bfbfbf));
  background-image: -moz-linear-gradient(top, #cccccc, #bfbfbf);
  background-image: -ms-linear-gradient(top, #cccccc, #bfbfbf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #bfbfbf));
  background-image: -webkit-linear-gradient(top, #cccccc, #bfbfbf);
  background-image: -o-linear-gradient(top, #cccccc, #bfbfbf);
  background-image: linear-gradient(#cccccc, #bfbfbf);
  color: #1d1d1d;
}
.medium-btn {
  padding: .8em;
}
.large-btn {
  font-size: 1.4em;
  padding: .5em 2em;
}
.primary-btn.disabled-btn {
  background-color: #cccccc !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e6e6e6), to(#cccccc));
  background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -ms-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -o-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: linear-gradient(#e6e6e6, #cccccc);
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  border-width: 1px;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  cursor: default;
  color: #a4a4a4;
}
/*********************************************************/
#home-intro {
  height: 650px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #c5d3e4;
}
#hi-purple {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #546dbf;
  position: absolute;
  left: 0;
  bottom: 0;
}
#hi-snow {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../img//home/snow-repeat.png') repeat-x 0 0;
  z-index: 99999;
}
.hi-small-circle {
  display: block;
  width: 380px;
  height: 260px;
  /* background: url('@{folder}/home/home-intro-sprite2.png') no-repeat 0 -261px; */

}
#hi-wrapper {
  position: relative;
  height: 650px;
  padding-top: 15px;
}
#hi-circle-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
#hi-first-circle {
  position: absolute;
  left: 0;
  bottom: 0;
}
#hi-third-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}
#hi-second-circle {
  display: block;
  height: 355px;
  width: 420px;
  background: url('../img//home/home-intro-sprite2.png') no-repeat 0 -548px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -210px;
  z-index: 999;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #hi-second-circle {
    background-image: url('../img//home/home-intro-sprite@2x.png');
    background-size: 487px 1000px;
  }
}
#hi-intro-area {
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#hi-intro-area h1 {
  display: block;
  text-indent: -99999px;
  width: 463px;
  height: 264px;
  background: url('../img//home/headlineb.png') no-repeat 0 0;
  margin: 0 auto;
  position: relative;
  left: -6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #hi-intro-area h1 {
    background-image: url('../img//home/headlineb@2x.png');
    background-size: 463px 264px;
  }
}
#intro-join {
  text-align: center;
  margin-top: 23px;
}
#intro-join .primary-btn {
  z-index: 999999;
  position: relative;
}
#hi-text {
  margin-left: 520px;
  margin-top: 55px;
  display: none;
}
#hi-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
#hi-text .wrapped-btn {
  float: right;
}
#hi-images {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
}
#hi-feeder {
  display: block;
  width: 170px;
  height: 240px;
  position: absolute;
  /*
bottom: 180px;
	left: 107px;
*/

  bottom: -15px;
  left: 20%;
  background: url('../img//home/home-intro-sprite2.png') no-repeat -11px 0;
}
#hi-computer {
  display: block;
  width: 262px;
  height: 240px;
  position: absolute;
  /*
bottom: 180px;
	right: 38px;
*/

  bottom: -20px;
  right: 16%;
  background: url('../img//home/home-intro-sprite2.png') no-repeat -215px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #hi-computer,
  #hi-feeder {
    background-image: url('../img//home/home-intro-sprite@2x.png');
    background-size: 487px 1000px;
  }
}
#hi-birds {
  display: block;
  width: 630px;
  height: 330px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -315px;
}
.hi-bird {
  display: block;
  width: 630px;
  height: 330px;
  background: url('../img//home/home-birds.png') no-repeat 0 0;
  background-color: transparent!important;
}
.lt-ie8 #hi-birds,
.ie8 #hi-birds {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.lt-ie8 .hi-bird,
.ie8 .hi-bird {
  filter: none!important;
  background: none!important;
  width: 100%;
  text-align: center;
}
#hi-bird1 {
  background-position: 25px 0;
}
#hi-bird2 {
  background-position: 0 -330px;
}
#hi-bird3 {
  background-position: 0 -660px;
}
#hi-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  z-index: 0;
}
#hi-backgrounds div {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
}
#hi-bg1 {
  background-image: url('../img//home/bg1b.jpg');
}
#hi-bg2 {
  background-image: url('../img//home/bg2b.jpg');
}
#hi-bg3 {
  background-image: url('../img//home/bg3b.jpg');
}
.icicles {
  background-image: url('../img/common/icicles2.png');
  position: relative;
}
#hi-list {
  background-color: #1f6abd;
}
#hi-list ul {
  list-style-type: none;
}
#hi-list ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  color: #edf6f9;
  letter-spacing: .05em;
  height: 48px;
  padding-top: 4px;
}
#hi-list ul li:first-child {
  border-left: 0;
  text-align: right;
}
#hi-list ul li:last-child {
  border-right: 0;
  text-align: left;
}
#home-data {
  border-top: 1px solid #c5d3e4;
  background: url('../img/common/cartographer.png') repeat 0 0;
  padding-top: .3em;
  overflow: auto;
  border-bottom: 1px solid #000;
  min-height: 240px;
}
#home-data h1 {
  color: #fff;
  display: inline-block;
  font-size: 2.4em;
  position: relative;
  text-transform: uppercase;
  /*
&:before, &:after {
				content: '';
				display: block;
				width: 62px;
				height: 62px;
				background: url('@{folder}/home/home-data-sprite.png') 0 0;
				position: absolute;
				top:-4px;
				left:-72px;
			}
			
			&:after {
				right:-72px;
				left:auto;
			}
*/

}
#home-featured-data {
  display: block;
  width: 95%;
  height: 300px;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  border: 4px solid #fff;
  margin-left: 5%;
  margin-bottom: 170px;
  text-align: left;
  position: relative;
}
#hfd-title {
  display: block;
  width: 24px;
  height: 153px;
  text-indent: -99999px;
  background: url('../img//home/home-data-sprite.png') 0 -64px;
  position: absolute;
  top: -5px;
  left: -28px;
}
#home-carousel-wrap {
  position: relative;
  z-index: 9999;
}
#home-data-carousel {
  display: block;
  /*
width: 95%;
	margin-left: 5%;
*/

  width: 100%;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  background: url('../img/common/wood-texture.jpg') repeat 0 0;
  margin-top: -140px;
  margin-bottom: -100px;
  position: relative;
}
#hdc-container {
  display: block;
  height: 240px;
  width: 100%;
  background: url('../img//home/home-carousel-seeds.png') repeat-x 0 center;
  padding: 25px 80px 0;
  position: relative;
}
#hdc-title {
  display: block;
  width: 24px;
  height: 153px;
  text-indent: -99999px;
  background: url('../img//home/home-data-sprite.png') -661px 0;
  position: absolute;
  top: 0;
  left: -24px;
}
#home-promo {
  background-color: #7cacdb;
  padding-top: 120px;
  border-bottom: 1px solid #777;
}
#home-promo h1 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase;
}
#home-promo .hr {
  display: none;
  width: 566px;
  height: 75px;
  background: no-repeat url('../img//home/home-data-sprite.png') -84px -2px;
  margin: 0 auto;
}
.hp-div {
  position: relative;
  z-index: 1;
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 2em;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  /*
border-top:1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
*/

  text-align: left;
}
.hp-div a {
  display: block;
}
.hp-div img {
  max-width: 100%;
  float: left;
  display: block;
}
.hp-div:last-child {
  margin-right: 0;
}
/*
.hp-div:before,
.hp-div:after {
   content:"";
   position:absolute;
   z-index:-1;
}

.hp-div:before {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius: 10px / 100px;
	border-radius: 10px / 100px;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
*/
.hp-title {
  background-color: #7689c7;
  color: #fff;
  clear: left;
  position: relative;
}
.hp-title .ice {
  background: url('../img//home/ice-repeat.png') repeat-x 0 0;
  display: block;
  width: 100%;
  height: 34px;
  position: absolute;
  top: -5px;
  left: 0;
}
.hp-title h2 {
  margin: 0;
  text-decoration: none;
  display: block;
}
.hp-title h2 a {
  display: block;
  width: 100%;
  padding: 1em .4em;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  letter-spacing: .1em;
}
.even .hp-title h2 a {
  background-color: #546dbf;
}
.even .hp-title h2 a:hover {
  background-color: #445eb6;
}
.hp-div:hover .hp-title {
  background-color: #546dbf;
}
.carousel-img {
  border: 6px solid #fff;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  display: block;
}
.flexslider {
  height: 140px;
}
.previous {
  display: block;
  width: 46px;
  height: 79px;
  background: url('../img//home/home-data-sprite.png') no-repeat -29px -75px;
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 999;
}
.next {
  display: block;
  width: 46px;
  height: 79px;
  background: url('../img//home/home-data-sprite.png') no-repeat -85px -75px;
  position: absolute;
  top: 76px;
  right: 0;
  z-index: 999;
}
.slides > li {
  text-align: center;
  width: 255px;
  margin-left: 30px;
  margin-right: 30px;
  float: left;
  display: block;
}
.slides > li .carousel-inner {
  max-width: 255px;
  min-height: 200px;
}
.slides > li .carousel-img img {
  max-width: 100%;
  display: block;
}
.slides > li a {
  text-decoration: none;
}
@media screen and (max-width: 1179px) {
  .slides > li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slides > li {
    margin-left: 2px;
  }
}
@media screen and (max-width: 640px) {
  .slides > li {
    margin: 0;
    width: 100%;
  }
  .slides > li .carousel-inner {
    margin: 0 auto;
  }
}
.flex-control-nav {
  bottom: -68px;
}
#home-bottom h2 {
  font-size: 18px;
  position: relative;
  color: #546dbf;
  margin: 2em 0 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  /*
&:before {
			content:'';
			display: block;
			width: 32px;
			height: 32px;
			position: absolute;
			left:0;
			top:-6px;
			background: url('@{folder}/home/home-data-sprite.png') no-repeat -136px -78px;
		}
*/

}
#home-bottom #home-flock h2 {
  color: #1f6abd;
}
#home-bottom #home-flock h2:before {
  background-position: -136px -116px;
}
#home-bottom #clo-mailchimp h2 {
  color: #1d1d1d;
  font-style: italic;
  font-size: 14px;
  padding-left: 0;
}
#home-bottom #clo-mailchimp h2:before {
  display: none;
}
#home-bottom #clo-mailchimp label {
  font-size: 12px;
}
#home-bottom #clo-mailchimp input[type=text] {
  padding: .4em;
}
#home-bottom #clo-mailchimp label input {
  position: relative;
  top: -5px;
  margin-right: 10px;
}
#home-bottom #clo-mailchimp button {
  margin-top: 12px;
  background-color: #d61919 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e83a3a), to(#d61919));
  background-image: -moz-linear-gradient(top, #e83a3a, #d61919);
  background-image: -ms-linear-gradient(top, #e83a3a, #d61919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e83a3a), color-stop(100%, #d61919));
  background-image: -webkit-linear-gradient(top, #e83a3a, #d61919);
  background-image: -o-linear-gradient(top, #e83a3a, #d61919);
  background-image: linear-gradient(#e83a3a, #d61919);
  border-color: #e83a3a #e83a3a #d61919;
  border-width: 1px;
  border-style: solid;
  text-shadow: 0 1px 1px #7b0e0e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  background-color: #fff;
  /* Needed for IEs */

  -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
  border-collapse: separate;
  filter: none;
  font-weight: bold;
}
#home-bottom #clo-mailchimp button:hover {
  background-color: #d61919 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d61919), to(#bf1616));
  background-image: -moz-linear-gradient(top, #d61919, #bf1616);
  background-image: -ms-linear-gradient(top, #d61919, #bf1616);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61919), color-stop(100%, #bf1616));
  background-image: -webkit-linear-gradient(top, #d61919, #bf1616);
  background-image: -o-linear-gradient(top, #d61919, #bf1616);
  background-image: linear-gradient(#d61919, #bf1616);
  color: #ffffff;
}
#home-bottom #clo-mailchimp button:hover {
  background-color: #d61919 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d61919), to(#bf1616));
  background-image: -moz-linear-gradient(top, #d61919, #bf1616);
  background-image: -ms-linear-gradient(top, #d61919, #bf1616);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61919), color-stop(100%, #bf1616));
  background-image: -webkit-linear-gradient(top, #d61919, #bf1616);
  background-image: -o-linear-gradient(top, #d61919, #bf1616);
  background-image: linear-gradient(#d61919, #bf1616);
  color: #ffffff;
}
#home-blog {
  border-right: 1px solid #c5d3e4;
  border-left: 1px solid #c5d3e4;
}
#home-blog-ul {
  list-style-type: none;
  padding: 0;
}
#home-blog-ul li {
  margin-bottom: 2px;
}
#home-blog-ul h3 {
  margin-bottom: .1em;
}
#home-blog-ul .date {
  font-size: 10px;
  color: #3e3e3e;
}
.clomedia-thumb-small-wrapper {
  list-style-type: none;
}
.clomedia-thumb-small-wrapper li {
  float: left;
  margin: 2px;
}
.clomedia-thumb-small-wrapper li img {
  display: block;
}
@media screen and (max-width: 1024px) {
  #hi-feeder {
    left: 13%;
  }
  #hi-computer {
    right: 8%;
  }
  /*
    #hi-wrapper, #home-intro {
    		height: 569px;
    	}
    */
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  
}
@media screen and (max-width: 999px) {
  #home-blog {
    border: 0;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #home-flock {
    padding-left: 0!important;
  }
  #home-bottom .citsci-4-1 {
    float: left;
    width: 33%;
  }
  #home-bottom #home-blog {
    float: left;
    width: 66%;
  }
}
@media screen and (max-width: 800px) {
  #hi-feeder {
    left: 8%;
  }
  #hi-computer {
    right: 2%;
  }
  #hi-wrapper,
  #home-intro {
    height: 650px;
  }
  #home-data {
    display: none;
  }
  #home-carousel-wrap {
    padding: 0!important;
  }
  #home-data-carousel {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #hdc-title {
    display: none;
  }
  #home-promo .citsci-wrap {
    padding: 0!important;
  }
  #home-promo .citsci-wrap h1 {
    display: none;
  }
  #home-promo .hr {
    display: none;
  }
  #home-promo {
    padding: 0;
  }
  .hp-div {
    margin-bottom: 0;
  }
  .hp-title h2 a {
    height: 80px;
  }
  .hp-div {
    width: 25%;
    margin: 0;
    display: block;
    float: left;
  }
  .hp-div:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hi-list ul li {
    height: 36px;
    font-size: 16px;
  }
  #hi-feeder {
    left: 0;
  }
  #hi-computer {
    right: 0;
  }
  #home-bottom .citsci-4-1 {
    float: none;
    width: 100%;
  }
  #home-bottom #home-blog {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  
}
@media only screen and (max-width: 640px) {
  /*
    .page-wrapper {
    	padding-top:0!important;
    }
    */
  #hi-circle-wrapper {
    display: none;
  }
  html,
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  body {
    -webkit-text-size-adjust: none;
    font-size: 12px;
  }
  .citsci-3-2,
  .citsci-3-1 {
    width: 100%;
    float: none;
  }
  /*
    	#home-data, #home-promo, #home-carousel-wrap {
    		display: none;
    	}
    */
  #hi-wrapper {
    padding-top: 0;
  }
  #hi-intro-area h1 {
    margin: 0;
    -webkit-transform: scale(0.6) translate(-12%, -18%);
    -moz-transform: scale(0.6) translate(-12%, -18%);
    transform: scale(0.6) translate(-12%, -18%);
  }
  #hi-birds {
    display: block;
    height: 330px;
    position: absolute;
    bottom: auto;
    left: auto;
    margin-left: 0;
    -webkit-transform: scale(0.5) translate(387px, -6px);
    -moz-transform: scale(0.5) translate(387px, -6px);
    transform: scale(0.5) translate(387px, -6px);
    top: 0;
    right: 0;
  }
  #hi-images {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
  }
  #hi-feeder,
  #hi-computer {
    display: none;
  }
  #home-intro,
  #hi-backgrounds,
  #hi-backgrounds div {
    height: 245px;
    width: 100%;
    overflow: hidden;
  }
  #brand-bar {
    height: 44px;
  }
  #brand-logos,
  #brand-extras {
    margin-top: -5px;
  }
  #home-bottom .citsci-3-2,
  #home-bottom .citsci-3-1 {
    width: 100%;
    padding: 0 20px;
  }
  #intro-join {
    display: none;
  }
  .hp-title h2 a {
    font-size: 15px;
    height: 65px;
  }
  #mobile-more {
    top: 53px;
  }
}
@media only screen and (max-width: 568px) and (max-height: 320px) {
  #hi-wrapper,
  #home-intro {
    height: 170px;
  }
  #hi-intro-area h1 {
    -webkit-transform: scale(0.5) translate(-32%, -40%);
    -moz-transform: scale(0.5) translate(-32%, -40%);
    transform: scale(0.5) translate(-32%, -40%);
  }
  #hi-purple {
    display: none;
  }
  #hi-birds {
    -webkit-transform: scale(0.5) translate(345px, -156px);
    -moz-transform: scale(0.5) translate(345px, -156px);
    transform: scale(0.5) translate(345px, -156px);
  }
}
@media only screen and (max-width: 480px) {
  #hi-intro-area h1 {
    margin: 0;
    -webkit-transform: scale(0.5) translate(-47%, -41%);
    -moz-transform: scale(0.5) translate(-47%, -41%);
    transform: scale(0.5) translate(-47%, -41%);
  }
  #hi-birds {
    -webkit-transform: scale(0.4) translate(526px, -129px);
    -moz-transform: scale(0.4) translate(526px, -129px);
    transform: scale(0.4) translate(526px, -129px);
  }
  #hi-purple {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #hi-birds {
    -webkit-transform: scale(0.4) translate(526px, 161px);
    -moz-transform: scale(0.4) translate(526px, 161px);
    transform: scale(0.4) translate(526px, 161px);
  }
  #hi-intro-area h1 {
    margin: 0;
    -webkit-transform: scale(0.5) translate(-38%, -13%);
    -moz-transform: scale(0.5) translate(-38%, -13%);
    transform: scale(0.5) translate(-38%, -13%);
  }
  #home-intro,
  #hi-backgrounds,
  #hi-backgrounds div {
    height: 293px;
    width: 100%;
    overflow: hidden;
  }
  #hi-list ul li {
    text-align: center!important;
    font-size: 9px;
    height: 22px;
  }
  .hp-div {
    width: 50%;
  }
  #hdc-container {
    height: 180px;
  }
  #hdc-container .next,
  #hdc-container .previous {
    top: 46px;
  }
}
/********* FRENCH *************/
.fr #hi-intro-area h1 {
  background: url('../img/home/fr-headline.png') no-repeat 0 0;
}
