
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* applies to GIF and PNG images; avoids blurry edges */

body{
  height: 100%;
 
}

#navBoxnew {

  width: 100%;
  
  /*overflow: hidden;*/
  background-color: #fff;
   font-family: 'Source Sans Pro', sans-serif;
  position: fixed;
  z-index:3;
   -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  
 /*border-bottom: 1px solid #ddd;*/
}
.thinkbkg{
  background-color: #f4f4f4;


}
#navBoxnew_think {

  width: 100%;
  
  /*overflow: hidden;*/
  background-color: #222;
   font-family: 'Source Sans Pro', sans-serif;
  position: fixed;
  z-index:3;
   -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  
 /*border-bottom: 1px solid #ddd;*/
}
.mo{
  display: none;
}
.centertwitter{

  /*clear:left;*/
  padding-left:40px;
  margin-left:auto;
  margin-right:auto;
  width:300px;
}
.logoStatus{
  background: url(../img/logo_blue.png) no-repeat;
  background-position: center;
  background-size: 238px 288px;
  width: 238px;
  height: 288px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.textStatus{
  text-align: center;
  font-size: 20px;
  padding-top: 40px;


}
.mo_click{
  cursor: pointer;
  font-weight: 300;
}
.an_click{
  cursor: pointer;
  font-weight: 600;
}
.homestatus{
  margin-top: 20px;
  margin-right: 10px;
  line-height: 18px;
  min-height: 28px;
  width: 200px;
  /*border: 1px solid #000;*/
  z-index: 15;
  position:relative;
  /*display:block;*/
  float:right;
  /*clear:none;*/
  /*left:0px;*/
  /*top:0px;*/
  
  padding-right: 10px;
  border-radius: 3px;

  background-position: left;
  background-color: rgba(255,255,255,0.8);
}
.statushometext{
  width: 160px;
  padding: 3px;
}
.statusimage{
  background: url(../img/speech.png) no-repeat;
  background-size: 34px 30px;
 width: 34px;
 height: 30px;

}
.statusmessage{
  /*position: fixed;*/
  text-align: center;
  padding-top: 20px;
  height: 50px;
  display: block;
  z-index:100;
  background-color: #ccc;
  width: 100%
}
#smallnav{
  width: 100%;
  height: 50px;
  /*margin-top: -70px;*/
  overflow: hidden;
  background-color: #fff;
   font-family: 'Source Sans Pro', sans-serif;
  position: fixed;
  z-index:10;
   -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: none;

}
#navBoxnew_home {

  width: 100%;
  
  overflow: hidden;
  /*background-color: #fff;*/
   font-family: 'Source Sans Pro', sans-serif;
  /*position: fixed;*/
  z-index:3;

  
 /*border-bottom: 1px solid #ddd;*/
}
#navBoxnew_landing {

  width: 100%;
  
  overflow: hidden;
  /*background-color: #fff;*/
   font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  z-index:3;

  
 /*border-bottom: 1px solid #ddd;*/
}
.shrinkhome {
  background-color: #fff;
   position: fixed;
  }
.submenu{
  background: url(../img/menu.png) no-repeat;
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
  display: block;
  float: left;
  cursor: pointer;
  z-index: 6;
  margin-left: 20px;
  margin-top: 28px;
   

}
.submenu_home{
  background: url(../img/menu_white.png) no-repeat;
background-size: 18px 15px;
  width: 18px;
  height: 15px;
   

}
.SignUpBtnTopNew
{
  
  font-weight: 600;
  font-size: 14px;
  height: 30px;
  width: 70px;
  text-align: center;
  /*margin-top: 5px;*/
  margin-top: 20px;
  margin-right: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  z-index: 15;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 0;

  
}
.refcorrect{
  margin-top: 6px;
}
.refcorrect2{
  margin-top: 14px;
}
.bloglogo{
  background: url(../img/logo_blog.png) no-repeat;
  background-size: 250px 50px;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 14px;
}
.methodslogo{
  background: url(../img/designmethods.png) no-repeat;
  background-size: 400px 50px;
  width: 400px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 14px;
}

.insightslogo{
  background: url(../img/10K_insights_Lheader.png) no-repeat;
  background-size: 250px 50px;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 14px;
}

#bottomlogo{
  background: url(../img/10kballoon_gray.png) no-repeat;
  width: 75px;
  height: 96px;
  background-size: 75px 96px;
  margin-top: 20px;
  margin-right: 0px;
  
}
.playbutton{
  background: url(../img/playarrow.png) no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;

}
.playbutton:hover{
background: url(../img/playarrow_hover.png) no-repeat;
background-size: 80px 80px;
  width: 80px;
  height: 80px;
  }
  .playbutton:active{
background: url(../img/playarrow_down.png) no-repeat;
background-size: 80px 80px;
width: 80px;
height: 80px;
  }

.submenu_homelogo{

  background: url(../img/10K_Sheader.png) no-repeat left bottom;
  background-size: 130px 30px;
  width: 100%;
  padding-top: 20px;
  height: 30px;


}
.submenu_planslogo{

  background: url(../img/10K_plans_Sheader.png) no-repeat left bottom;
  background-size: 130px 30px;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #CECECE;
  height: 30px;


}
.submenu_top{
   padding-top: 20px;
   border-top: none;

}
.submenu_insightslogo{

  background: url(../img/10K_insights_Sheader2.png) no-repeat left bottom;
  background-size: 130px 30px;
  width: 100%;
    padding-top: 10px;
  border-top: 1px solid #CECECE;
  height: 30px;

}
.submenu_text{
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  padding-bottom: 15px;

}
.submenu_text_bottom{
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  padding-bottom: 25px;

}
.homelogo{
  background: url(../img/10kballoon_white.png) no-repeat;
  background-size: 100px 130px;
  width: 100px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;



}
.homelogo_nav{
  background: url(../img/10K_Lheader.png) no-repeat;
  background-size: 160px 32px;
  width: 160px;
  height: 32px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;

}
.shrink .bloglogo,
.shrink .planslogo,
.shrink .insightslogo{
  background-size: 185px 37px;
  width: 185px;
  height: 37px;
  margin-top: 8px;


}

.planslogo{
  background: url(../img/10K_plans_Lheader.png) no-repeat;
  background-size: 250px 50px;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  
  display: block;
  margin-top: 14px;
}

.iFeaturesnav{
  height: 65px;
  background-color: #fff;
  border-top: 1px solid #ccc;

}
.shrink .iFeaturesnav{
  height: 30px;

}
.iSign{
  color: #fff;
  background: #604BBf; 
}
.iSign:hover
{
  color: #fff;
  background: #a399ff;
  text-decoration: none;
 
}

.iSign:active
{
   color: #fff;
    background: #622ABA;
 
}
.pSign{
  color: #fff;
  background: #00BF64;
}
.pSign:hover
{
  color: #fff;
  background: #00CC66;
  text-decoration: none;
 
}

.pSign:active
{
   color: #fff;
    background: #00AD56;
 
}
.nSign{
  color: #fff;
  background: #33A3FF;
}
.nSign:hover
{
  color: #fff;
  background: #7FC5FF;
  text-decoration: none;
 
}

.nSign:active
{
   color: #fff;
    background: #3E8BCC;
 
}
.LogInBtnTopNew
{
  z-index: 5;
  position:absolute;
  letter-spacing: 0.2px;
  color: #787878;
  font-weight: 600;
  font-size: 14px;
  height: 30px;
  width: 70px;
  text-align: center;
  /*margin-top: 5px;*/
   margin-top: 20px;
  margin-right: 100px;
  line-height: 30px;
  
  background: #DCDCDC;
  -webkit-border-radius: 2px;
  border-radius: 2px;
   position: absolute;
  right: 0;
  
}
.LogInBtnTopNew:hover
{
  color: #787878;
  background: #EAEAEA;
  text-decoration: none;
 
}

.LogInBtnTopNew:active
{
   color: #787878;
    background: #C1C1C1;
 
}
.LogInBtnTopHome
{
  z-index: 5;
  position:absolute;
  letter-spacing: 0.2px;
  color: #787878;
  font-weight: 600;
  font-size: 14px;
  height: 30px;
  width: 70px;
  text-align: center;
  /*margin-top: 5px;*/
   margin-top: 20px;
  margin-right: 10px;
  line-height: 30px;
  
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  
}
.LogInBtnTopHome:hover
{
  color: #787878;
  background: #EAEAEA;
  text-decoration: none;
 
}
.refcorrect{
  margin-top: 6px;
}
.LogInBtnTopHome:active
{
   color: #787878;
    background: #C1C1C1;
 
}

.change-new{
  background-color: #00BF64;
  color: #fff;

}
.change-fixed{
  background-color: #f2f2f2;
}
.change-improved{
  background-color: #1f3641;
  color: #fff;
}
.change-space {
  padding-bottom: 7px;
}
.change-date  {

  color: #787878;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 5px;

}
.change-buffer{
  height: 50px;
}

.change-divider {
  border-top: 1px solid #ccc;
}

.billingbox{
  width: 100%;
 
  background-color: #fff;
  text-align: center;
  color: #282828;

/*  -webkit-border-radius: 2px;
  border-radius: 2px;*/
  /*border: 3px solid #6BBA25 ;*/
}
.selectedbox{
 background-color: #00BF64;
  
  color: #fff;

}
.billingtopbox{
  background-color: #00BF64;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.billingtopboxi{
  background-color: #604BBf;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.billingbottombox{
  min-height: 80px;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
  padding-right: 30px;
   padding-top: 30px;
  padding-bottom: 30px;

 /*opacity: 0.9;*/
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;

  border-bottom-left-radius: 2px;
 border-bottom-right-radius: 2px;
}
.priceheader{
  font-size: 30px;
  padding-top: 30px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.price{
  font-size: 120px;
  font-weight: 400;
  padding-top: 27px;
  padding-bottom: 20px;
  margin-left: 30px;
}
.dollar2{
  font-size: 18px;
  position: relative;
  top: -18px;
  left: -3px;
   font-weight: 400;
   opacity: 0.6;
}
.month2{
  font-size: 18px;
  position: relative;
  
  /*left: -3px;*/
   font-weight: 400;
    letter-spacing: 0.2px;
    opacity: 0.6;

}
.savings{
  font-size: 18px;
  position: relative;
  
 top: -20px;
   font-weight: 400;
    /*letter-spacing: 0.2px;*/
    /*opacity: 0.6;*/

}
.dollar{
  font-size: 25px;
  position: relative;
  top: -55px;
  left: -3px;
   font-weight: 300;
   opacity: 0.6;
}
.month{
  font-size: 25px;
  position: relative;
  
  left: -3px;
   font-weight: 300;
    letter-spacing: 0.2px;
    opacity: 0.6;

}
.pricedescr{
 font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 18px;
 /*opacity: 0.9;*/
 padding-bottom: 20px;

}
.CTA_center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
   padding-top: 20px;
    
}
.CTA_center_dnd{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
   /*padding-top: 20px;*/
    
}

.CTA_center_idsa{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
   padding-top: 30px;
    
}

.CTA_home{
  z-index: 5;
  /*position:relative;*/
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  height: 30px;
 padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;

  line-height: 30px;
  
  background: #33A3FF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  
}


.CTA_home:hover
{
  color: #fff;
  background: #7FC5FF;
  text-decoration: none;
 
}

.CTA_home:active
{
  color: #fff;
    background: #3E8BCC;

}

.enterEmailIDSA{
  width: 252px;
  text-align: center;
  height: 40px;
  font-size: 18px;
  margin-right: 14px;
  /*margin-bottom: 10px;*/
}


.extramargin{
  margin-right: 20px;

}
.lessside{
 
  margin-right: 20px;

}
.lesstop{
  margin-top: 10px;
  margin-right: 10px;

}
.lesstop2{
  margin-top: 15px;

}


.shrink .submenu{
  margin-top: 23px;
}
.productstext_b{
  padding-left: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  margin-top: 1px;

}
.productstext{
  padding-left: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 1px;

}
.productstext:hover{
  color: #ccc;
}
.submenu:hover{
 background: url(../img/menu_hover.png) no-repeat;
 background-size: 18px 15px;
  width: 18px;
  height: 15px;
  
}

.highnav{
  /*min-height: 75px;*/
}
.shortnav{
  /*height: 75px;*/
}

#submenuwindow{
  display:none;
  z-index:55;
  margin-left: 10px;
    margin-top: 70px;
 position: fixed;
  

}

#submenuwindow_landing{
  display:none;
  z-index:55;
  margin-left: 10px;
    margin-top: 20px;
 position: fixed;
  

}

.submenubody{

  background-color: #fff;
  width: 250px;
  /*height: 229px;*/
  /*padding-top: 10px;*/
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#submenuwindow li{
  width: 220px;
  /*height: 70px;*/
  cursor: pointer;
 padding-left: 15px;
 padding-right: 15px;
 /*padding-top: 10px;
 padding-bottom: 10px;*/
  /*border-bottom: 1px solid #ccc;*/

}

#submenuwindow_landing li{
  width: 220px;
  /*height: 70px;*/
  cursor: pointer;
 padding-left: 15px;
 padding-right: 15px;
 /*padding-top: 10px;
 padding-bottom: 10px;*/
  /*border-bottom: 1px solid #ccc;*/

}

.submenuarrow{
height: 20px;
width: 40px;
/*background-color: #ccc;*/
margin-top: -249px;
 margin-left: 5px;
  overflow: hidden;
  position: absolute;

}
.submenuarrow:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 15px;
  background-color: #fff;
  height: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

  -webkit-transform: rotate(-135deg);
  -moz-transform:    rotate(-135deg);
  -ms-transform:     rotate(-135deg);
  -o-transform:      rotate(-135deg);
}
.submenuarrow2{
height: 20px;
width: 40px;
/*background-color: #ccc;*/
margin-top: -179px;
 margin-left: 3px;
  overflow: hidden;
  position: absolute;

}
.submenuarrow2:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 15px;
  background-color: #fff;
  height: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

  -webkit-transform: rotate(-135deg);
  -moz-transform:    rotate(-135deg);
  -ms-transform:     rotate(-135deg);
  -o-transform:      rotate(-135deg);
}
#submenuwindow li:hover{
  background-color: #f2f2f2;
}

#submenuwindow_landing li:hover{
  background-color: #f2f2f2;
}

#centerNav_default{
  width: 100%;
  height: 58px;
  position: relative;
  margin:0 auto 0 auto;

}

.defaultlogo{
  background: url(../img/10K_Lheader.png) no-repeat;
  background-size: 250px 50px;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 12px;
}
#centerNav_home{
  width: 100%;
  height: 165px;
  position: relative;
  margin:0 auto 0 auto;
  z-index: 3;
  /*background-color: #ffeeee;*/
  
}
.shrink #centerNav_home{
 
  height: 60px;

  
}
#centerNavref{
  width: 100%;
  height: 60px;
  position: relative;
  margin:0 auto 0 auto;
  /*background-color: #ffeeee;*/
  
}
#centerNavnew{
  width: 100%;
  height: 86px;
  position: relative;
  margin:0 auto 0 auto;
  /*background-color: #ffeeee;*/
  
}

.shrink #centerNavnew{
  height: 60px;

}
.navtop{
  width: 100%;
  height: 50px;
 

}
.shrink .navtop{
   height: 25px;
}
.navItemsnew {
  margin-left: auto;
  margin-right: auto;
 text-align:center;
  font-size: 18px;
 white-space: nowrap;
    margin-top: 10px;
}
.iFeaturesnav ul{
  margin-left: auto;
  margin-right: auto;
  /*width:350px;*/
 
  white-space: nowrap;
  padding-top: 20px;
   text-align:center;
}
.shrink .iFeaturesnav ul{
 padding-top: 7px;

}
.iFeaturesnav li{
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2px;
  padding-right: 35px;
  padding-left: 35px;
  color:#221f1f;
  display:inline-block;

}
.shrink .iFeaturesnav li{
  font-size: 12px;
  letter-spacing: 0.2px;
  padding-right: 15px;
  padding-left: 15px;

}
.iFeaturesnav  a,
.iFeaturesnav  a:active,
.iFeaturesnav  a:link,
.iFeaturesnav a:visited {
  color: #221f1f;
  text-decoration: none;
}
.navbottom{
  width: 100%;


}
.pcolor{
  color: #00BF64;
}
.icolor{

}
.navItemsnew li{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding-right: 5px;
  padding-left: 10px;
  color:#787878;
   display:inline-block;
}

.navItemsnew  a,
.navItemsnew  a:active,
.navItemsnew  a:link,
.navItemsnew a:visited {
  color: #221f1f;
  text-decoration: none;
}
.pColor,
.pColor a:hover {
  color: #00CC66;
  
}
.pActive a,
.pActive  a:active,
.pActive  a:link,
.pActive a:visited {
color: #00BF64;
font-weight: 600;

}
.iColor,
.iColor a:hover {
  color: #A399FF;
  
}
.nColor,
.nColor a:hover {
  color: #7FC5FF;
  
}
.nActive a,
.nActive  a:active,
.nActive  a:link,
.nActive a:visited {
color: #0E1957;
font-weight: 600;

}
.iActive a,
.iActive  a:active,
.iActive  a:link,
.iActive a:visited {
color: #604bbf;
font-weight: 600;

}
.pfActive a,
.pfActive  a:active,
.pfActive  a:link,
.pfActive a:visited {
color: #00BF64;
font-weight: 600;

}
.ifActive a,
.ifActive  a:active,
.ifActive  a:link,
.ifActive a:visited {
color: #604bbf;
font-weight: 600;

}
.helpheader{
  text-align: center;
  padding-top: 30px;
  /*padding-bottom: 20px;*/
}
.helprow{
  padding-bottom: 30px;
}
.helpicon{
  

}
.helpemail{
  background: url(../img/mail_ref.png) no-repeat;
  background-size: 70px 50px;
  width: 70px;
  height: 50px;

}
.helpref{
  background: url(../img/help_ref.png) no-repeat;
  background-size: 70px 50px;
  width: 70px;
  height: 50px;

}
.videoref{
  background: url(../img/video_ref.png) no-repeat;
  background-size: 70px 50px;
  width: 70px;
  height: 50px;

}
.webref{
  background: url(../img/web_ref.png) no-repeat;
  background-size: 70px 50px;
  width: 70px;
  height: 50px;

}
.upref{
  background: url(../img/up_ref.png) no-repeat;
  background-size: 70px 50px;
  width: 70px;
  height: 50px;

}
.twitref{
  background: url(../img/twit_ref.png) no-repeat;
  background-size: 70px 50px;
  width: 70px;
  height: 50px;

}
.helpspan{
  padding-bottom: 30px;
}
.helpspan h2{

  margin-bottom: 0px;
}
.empName{
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
}
.helptitle{
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 3px;
  
}
.contact-a-box{
  color: #282828;;

}
.contact-a-box:hover{
  color: #00BF64;;

}
.contact-a-box-i{
  color: #282828;;

}
.contact-a-box-i:hover{
  color: #604BBf;

}

.helpdescr{
  font-size: 16px;
  font-weight: 300;
  margin-left: 15px;
  margin-top: 5px;
  width: 300px;
  
}
.overviewblock{
  background-color: #F0F0F0;
  width: 100%;
  height: 800px;

}

.overview_plans{
  background-size: cover;
  background-image: url(../img/plans_hero.jpg);
  background-position: bottom; 
}
.overview_insights{
  background-size: cover;
  background-image: url(../img/i-main.jpg);
  background-position: center; 
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {

  left: 0;
  margin-left: 60px;
    margin-top: 15px;
 width: 30px;
  height: 30px;
  background: url(../img/small_prev_arrow.png) no-repeat;
 background-size: 30px 30px;
}
.slides-navigation a.next {
 
  right: 0;
  margin-right: 60px;
  margin-top: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/small_next_arrow.png) no-repeat;
 background-size: 30px 30px;


}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: rgba(0, 0, 0, 0.4);;
  
}

a:hover{
text-decoration: none;

}
.blogitem{

  margin-bottom: 100px;
}
.blogitem h1{

 font-size: 40px;
 color: #282828;
}
.tvframe{
  height: 409px;
  width: 630px;
  background: url(../img/tv_bkg.png) no-repeat center;
}
.tvgif{
  margin-top: 22px;
  margin-left: 22px;
  /*width: 300px;*/

}
#anchor8{
  display: none;

}
body form input.st-search-input {
  color: green;
  font-weight: bold;
}
.righttext h2{
  text-align: right;
  line-height: 48px;
  margin-top: -5px;

}
.SearchGroup{
  /*width: 100%;*/
  /* height: 40px !important; */
  /*margin-right: 20px !important;*/
  padding-top: 20px !important;
/*padding-left: 20px;*/

}
.searchgroup_help{
  margin-left: 210px;
  margin-top: 80px;
}
.centerSearchGroup{
  margin-left: auto;
  margin-right: auto;
}
.SearchGroup button{
    height:40px !important;
  }
.SearchGroup .btn{
  background-color: #f2f2f2;

}
#RefHeader .row{
  padding-bottom: 0px;
}
.searchbox{
  width: 550px;
  /*margin-left: 165px;*/
  height: 30px !important;
  font-size: 18px !important;
}
.searchboxwide{
  width: 850px;
  height: 30px !important;
  font-size: 18px !important;

}
.blogimage{
  margin-bottom: 15px;


}
.sectionspace{
  height: 20px;
  width: 300px;
}
.homeRow
{
  /*height: 150px;*/
 
}
.homeText{
  width:165px;
  margin-left: 15px;
  margin-top: 15px;
}
.pressimage{
  width: 135px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.pressdate {
  width: 460px;
   font-family: 'Source Sans Pro', Verdana, sans-serif;
    /*line-height:32px;*/
    font-size:14px;
    color:#666666;
    margin-top: 5px;
}
.presstitle {
  width: 460px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:22px;
    font-size:18px;
    color:#000;
}
.press{
  margin-top: 30px;

}
.homeBox
{
  height: 100px;
  width: 270px;
  padding: 15px;
  

  
  font-family: 'Source Sans Pro', Verdana, sans-serif;

    font-size:18px;
    color:#666666;
  margin-bottom: 30px;
  background-color:rgba(255,255,255,0.8);
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.bodytextquote {

  line-height: 48px;
  margin-top: -5px;
  color: #221f1f;
font-size: 24px;

font-family: 'Source Sans Pro', Verdana, sans-serif;
letter-spacing: 0px;
word-spacing: -1px;

}
.grouptextquote {

  line-height: 34px;
  margin-top: -5px;
  color: #221f1f;
font-size: 24px;

font-family: 'Source Sans Pro', Verdana, sans-serif;
letter-spacing: 0px;
word-spacing: -1px;

}
.studysidebar {
  /*background-color:#eee;
  border: solid 1px #ccc; 
  padding-left: 10px;*/
  margin-bottom: 25px;

}
.studysidebarText h3 {
  font-size: 18px;
  line-height: 30px;
font-family: 'Source Sans Pro', Verdana, sans-serif;
letter-spacing: -1px;
color: #221f1f;
margin-top: 10px;
}
.studysidebarText p {
  font-size: 15px;
line-height: 20px;
font-family: 'Source Sans Pro', Verdana, sans-serif;
color: #666666;
}
.studysidebarText ul {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.studysidebarText ul > li {
    position:relative; /* Create a positioning context */
    margin:0 0 2px 1em; /* Give each list item a left margin to make room for the numbers */
    padding:2px 4px; /* Add some spacing around the content */
    list-style:disc; 
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #666666;
}
.studylogo img {
    display: block;
    margin: 0 auto;
    max-width: 150px;

}

.studysidebarTitle {
  font-size: 15px;
line-height: 20px;
text-align: center;
font-family: 'Source Sans Pro', Verdana, sans-serif;
color: #666666;
}

.studytextquote {

  line-height: 38px;
  color: #221f1f;
  font-size: 26px;
  text-align: center;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  letter-spacing: 0px;
  word-spacing: -1px;
/*  margin-bottom: 20px;*/

}
.sidebox {
  border: 1px solid #ccc;
  padding: 15px;
}

.blogprofile{
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.author{
  width: 100%;
  

  
  font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:22px;
    font-size:16px;
    color:#282828;
}
.sidebarheader
{
 margin-bottom: 15px;

}
.press_sidebarheader
{
 margin-top: 80px;
 margin-bottom: 6px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
   
    font-size:18px;
    color:#000;
}
.press_sidebarheader2
{
 margin-top: 30px;
 margin-bottom: 6px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
   
    font-size:18px;
    color:#000;
}
.sidebarheader2
{
  margin-top: 15px;
 margin-bottom: 15px;
 width: 300px;
}
.jobpost
{
  height: 310px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.projectExample
{
  height: 380px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.thinklink{
 height: 380px;
  width: 100%;
  display: block;
}

.thinkTile
{
  height: 380px;
  width: 100%;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /*padding-top: 15px;*/
  margin-bottom: 30px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 3px 3px 3px 3px;

}
.row_think {
    margin-left: -30px;
}
.thinkPage
{
  /*min-height: 2800px;*/
  width: 770px;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /*padding-top: 15px;*/
  margin-bottom: 30px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 3px 3px 3px 3px;

}
.thinkpageImagebkg{
  margin-top: 20px;
    width: 770px;
    height: 500px;
    overflow: hidden;
     /*border-radius: 3px 3px 0px 0px;*/
    /*background-color:#f2f2f2;*/
}
.thinkpageImage{
   margin:0 auto 0 auto;
   width: 770px;
   /*height: 500px;*/

   /*border-radius: 3px 3px 0px 0px;*/
   /*max-height: 178px;*/
}
.thinkFooter{
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color:#f2f2f2;
  border-radius: 0px 0px 3px 3px;
  /*border-top: 1px solid #e7e7e7;*/
  /*box-shadow: 0 1px 0 0 #fff inset;*/

}
.thinkphase{
  margin-top: 13px;
  margin-left: 5px;
     text-transform: uppercase;
   color: #fff;
  opacity: 0.5;
 font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:14px;

  font-weight: 400;
}
.phaseImage{
  /*background: url(../img/Category_Icons-1b.png) no-repeat;*/
  /*background-size: 32px 32px;*/
margin-top: 4px;
margin-left: 5px;
  height: 32px;
  width: 32px;
  opacity: 0.5;
}
.phaseImage2{
  height: 32px;
  width: 32px;
  margin-top: 5px;
  margin-right: 5px;
  /*2margin-left: 5px;*/
  opacity: 0.5;
}
.phaseImage3{
  height: 24px;
  width: 24px;
  /*margin-top: 35px;*/
  margin-right: 5px;
  /*2margin-left: 5px;*/
  opacity: 0.5;
}
.thinkbkcolor1{
  background-color:  #DD5B7D;
}
.thinkbordercolor1{
  border-bottom: 1px solid #DD5B7D;
}
.thinkfontcolor1{
  color: #DD5B7D;
}
.thinkImagebkg{
    width: 100%;
    /*height: 202px;*/
     border-radius: 3px 3px 0px 0px;
    /*background-color:#f2f2f2;*/
}

.thinkImage{
   margin:0 auto 0 auto;
   width: 100%;
   border-radius: 3px 3px 0px 0px;
   /*max-height: 178px;*/
}
.thinkImage:hover{
   opacity: 0.65;

   /*max-height: 178px;*/
}


.thinkpeople{
 
 margin-right: 5px;
   font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:16px;
  font-weight: 300;

  /*width: 110px;*/
}
.thinktime{
  /*height: 32px;*/
 
 margin-right: 5px;
   font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:16px;
  font-weight: 300;
    
    text-align: top;
    /*width: 100px;*/

}
.thinkpeople p, .thinktime p{
  margin-top: 4px;
  color: #696969;
}
.thinkpagedescr
{
  
  color: #282828;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;

  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:20px;
  line-height: 28px;
  font-weight: 300;

}
.thinkpageText
{
  /*max-width: 400px;*/

  margin-left: 25px;
  margin-right: 50px;
  margin-top: 30px;

  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:40px;
  font-weight: 600;
    /*position:relative;*/
  /*display:block;*/
  /*float:left;*/
  /*clear:none;
  left:0px;
  top:0px;*/

}
.think_nav{
  width: 100%;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /*padding-top: 15px;*/
  margin-bottom: 30px;
  background-color:#fff;
  /*min-height: 1000px;*/
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #e8e8e8;

}
.think_nav_inner{
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.thinkmeta{
   margin-left: 25px;
  margin-right: 25px;
    margin-top: 5px;
}
.thinkpagevia
{
  
  color: #000;
  margin-left: 50px;
  margin-right: 50px;
    margin-top: 15px;
  /*margin-bottom: 15px;*/
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:16px;
  font-weight: 300;

}
.thinkPage a,
.thinksample a,
.thinkpagevia a{
  text-decoration: underline;
  color: #696969;
}
.thinkpagesub
{
  width: 100%;
  /*color: #B4B4B4;*/
  margin-left: 50px;
  margin-right: 50px;
 margin-top: 45px;
  margin-bottom: 10px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:26px;
  
  font-weight: 400;

}
.thinkpageguide
{
 
  margin-left: 50px;
  margin-right: 50px;
 margin-top: 65px;
  margin-bottom: 60px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:26px;
  width: 700px;
  font-weight: 400;
  padding-bottom: 8px;

}

.thinkfiltertop{
 
 width: 100%;
 /*padding: 10px;*/
}
.phase_description{
  background-color: #fff;
  padding: 20px;
  padding-top: 60px;
  line-height: 20px;
  margin-top: 5px;
}
.thinkfilter{
 background-color: #fff;
 width: 100%;
 /*padding: 10px;*/
}

.thinkfilteritem{
  /*width: 25%;*/
   /*border-radius: 3px 3px 3px 3px;*/
   height: 40px;
   margin-top: 2px;
   padding-top: 10px;
    opacity: 0.6;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}
.thinkfilteritem:hover{
  opacity: 0.4;
}
.sizebutton{
  margin-right: 10px;
}
.phasebutton{
  width: 16.66667%;
  height: 30px;
  text-align: center;
  margin-top: 5px;
  padding-top: 15px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  
}
.phasebutton:hover{
  opacity: 0.8;
}
.thinkfilteractive{
    font-weight: 600;
    opacity: 1;
    /*background-color: #bdbdbd*/
}    
.thinkfilterlogo{
  width: 100%;
  margin-top: 8px;
  /*margin-bottom: 5px;*/
}
.thinkfilterlabel{
  width: 100%;
  text-align: center;
  color: #000;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.thinkfooter{
  height: 92px;
  
  width: 100%;
  margin-top: 50px;
}
.thinkfooteritem{
  width: 20%;

}
.thinkfooterlabel{
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
.thinkfooterlogo{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.thinkfilterImage{
  /*background: url(../img/Category_Icons-1b.png) no-repeat;*/
  /*background-size: 32px 32px;*/
margin-top: -9px;

  height: 32px;
  width: 32px;
 
}
.thinkphaseImage{
  /*background: url(../img/Category_Icons-1b.png) no-repeat;*/
  /*background-size: 32px 32px;*/
margin-top: 4px;
margin-left: calc(50% - 16px);
  height: 32px;
  width: 32px;
   opacity: 0.5;
 
}
.thinkactive{
  opacity: 1;
}
.thinksample
{
 
  margin-left: 50px;
  margin-right: 50px;

  margin-bottom: 15px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:16px;

  font-weight: 300;


}
.thinktooltext
{
  
 
  margin-left: 15px;

 margin-top: 12px;

  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:20px;
 
  font-weight: 400;

}

.thinktools{
   margin-left: 50px;
  margin-right: 50px;
}
.thinktoolsitem{
  width: 220px;
  margin-top: 24px;
}
.thinktoolimg{

  width: 48px;
  height: 48px;
}

.thinkframingcard,
.thinkframing .thinktoolimg{
  background-color: #E0695A;
}

.thinkideatingcard,
.thinkideating .thinktoolimg{
  background-color: #DD5B7D;
}

.thinkevaluatingcard,
.thinkevaluating .thinktoolimg{
  background-color: #AB60BA;
}

.thinkcreatingcard,
.thinkcreating .thinktoolimg{
  background-color: #8960BF;
}

.thinkgatheringcard,
.thinkgathering .thinktoolimg{
  background-color: #ED9254;
}
.allbutton{
 background-color: #5e5e5e;
}
.guidelist{
   margin-left: 50px;
  margin-right: 50px;
}
.guidetime{
  width: 190px;
  height: 100%;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:24px;
  color: #b4b4b4;
  font-weight: 400;
}
.guideright{
  width: 480px;
}
.guideitem{
  margin-bottom: 30px;
}
.guidedescription{
  color: #282828;

 

  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:18px;
  line-height: 22px;
  font-weight: 300;

}
.guidetitle{
  /*width: 116px;*/
  height: 100%;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:24px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 5px;
}
.thinkText
{
  
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:18px;
  font-weight: 600;

}
.thinkText2 span{
  font-weight: 400;
}
.thinkvia
{
  
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  
  margin-bottom: 5px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:12px;
  font-weight: 400;

}

.thinkdescr
{
  
  color: dimgray;
  margin-left: 20px;
  margin-right: 20px;
 
  margin-bottom: 10px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:14px;
  line-height: 16px;
  font-weight: 400;

}
.projectExample2
{
  height: 380px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  margin-bottom: 30px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.groupbox
{
  height: 235px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.groupboxText1
{
   line-height: 30px;
   padding-left: 25px;
   padding-top: 10px;
   color: #000;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:18px;
  text-align: left;

}
.grouprow
{
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
  background-color:#fff;
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.grouprowImage{
   margin:0 auto 0 auto;
   padding:0px 10px 0 10px;
   width: 100px;
   max-height: 100px;
   float: left;
}
.teamSection
{
height: 200px;

}
.socialFloatLeft {
  position:relative;
  display:block;
  float:left;
  clear:none;
  left:0px;
  top:0px;
  padding-bottom: 10px;
}

.teamText
{
   line-height: 28px;
   color: #000;
   padding-left: 110px;
    margin-top: 0px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:22px;

}
.teamlist{
  width: 660px;

}
.teamimage{
  display: block;
  float: left;

  margin: 0px auto;
  padding-bottom: 20px;
  max-width: 100px;
}
.teamText2
{
   line-height: 20px;
   color: #000;
   padding-left: 110px;
    margin-top: 0px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:14px;

}




.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
/*  font-weight: bold;
*/  line-height: 21px;
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
 /* content: "+";*/
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

/*.toggle-box:checked + label:before {
  content: "\2212";
}*/




.projectExampleText1
{
  
   color: #000;
   margin-left: 8px;
    margin-top: 15px;
      margin-bottom: 10px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:18px;
  font-weight: 600;

}
.jobtitleText1
{
   line-height: 30px;
   color: #000;
   margin-left: 8px;
    margin-top: 0px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:18px;

}
.jobtitleText2
{
   line-height: 20px;
   color: #b0b0b0;
   margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:14px;

}
.projectExampleText2
{
     line-height: 30px;
   color: #282828;
   margin-left: 8px;
    margin-top: 0px;
     margin-bottom: 10px;
  font-family:'Source Sans Pro', Verdana, sans-serif;
 line-height:22px;
    font-size:16px;
    font-weight: 300;

}
.industries{
 /*background-color: #f1f1f2;*/
}
.industry_stripe{
  width:20px;
  height: 100px;
  
}
.industry_stripe2{
  width:15px;
  height: 50px;
  float: left;
  
}
.industry_item{
     -moz-box-shadow: 0px 0px 3px #bbbbbb;
    -webkit-box-shadow: 0px 0px 3px #bbbbbb;
    box-shadow: 0px 0px 3px #bbbbbb;
  height: 100px;
  background-color: white;
  margin-bottom: 30px;
  /*border: 1px solid #e4e4e4;*/
}
.industry_title{
  width: 170px;
 /*background-color: #f8c9c9;*/
  color: #221f1f;
    padding-left: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
}
.industry_descr{
  width: 240px;
  /*background-color: #f8c9c9;*/
  color: #221f1f;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
}
html {
	width: 100%;
	height: 100%;
	font-size: 88%;
	font-family: 'Source Sans Pro', sans-serif;
}

body {
}
h1 {
 font-weight: 400;
  font-size: 40px;
  line-height: 50px;
 
/*letter-spacing: 1px;*/

margin-bottom: 10px;
}
.messageheader3 h1{
font-size: 50px;

}
h2 {
color: #282828;
font-size: 26px;
line-height: 28px;
font-weight: 400;
/*font-family: 'Source Sans Pro', Verdana, sans-serif;*/
margin-bottom: 15px;

}
h3 {
font-size: 48px;
line-height: 43px;
font-family: 'Source Sans Pro', Verdana, sans-serif;
letter-spacing: -1px;
color: #fff;
}
h4{
font-size: 18px;
line-height: 30px;
font-family: 'Source Sans Pro', Verdana, sans-serif;

}
h5{
font-size: 24px;
line-height: 30px;
font-family: 'Source Sans Pro', Verdana, sans-serif;
font-weight: 400;
margin-bottom: 15px;
color: #111;

}
strong{
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  color: #111;
  font-weight: 600;
  /*letter-spacing: -0.06em;*/


}
em {
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  color: #111;
  font-weight: 300;
  font-style: italic;
}
blockquote {
  
  font-weight: 100;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height:35px;
  font-size:30px;
  color:#888888;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
  margin-left: 30px;
  padding-left: 20px;
  border-left: solid #f2f2f2 3px;

}

[class*="span"] {
margin-left: 30px;
}
.filterrw{
  background-color: #fff;
  margin-left: 30px;
    margin-right: 20px;
    margin-top: 10px;
}
.filterspan{
  margin-left: 0px;
}
.span6{
   width: 465px;
  /*background-color: #ffeeee;*/

}
.span1{
  /*background-color: #ffeeee;*/

}
.span4{
	/*background-color: #ffeeee;*/

}
.span2{
	/*margin-left: 30px;*/
	/*background-color: #efefef;*/
	width:135px;
}
.span3{
  /*background-color: #ffeeee;*/
  width:200px;
}
.span3b{
 width:290px;

}
.span8{
	/*background-color: #ffeeee;*/
	width:630px;
}
.span10{
  width: 770px;
}
.s_row {

	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 60px;
	padding-top: 30px;
}
.row {

	padding-bottom: 60px;

}
.lessbottom{
  padding-bottom: 0px;
}
.helprow{
  padding-bottom: 30px;
}
.stretchimage{
	margin-left:30px;

}
.hidedescription{
  display: none;
}
.showdescription{
  display: block;
}

.imagetile{
	padding: 5px;
	background-color: white;
  	text-align: center;
  	vertical-align: middle;
  	height: 290px;
  -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
}
.producttile{
  width: 390px;
  height: 319px;
  background-color: white;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.plan_home_image{
  background-color: #F0F0F0;

  background: url(../img/plans_home2.jpg);

  background-size: 390px;
    height: 200px;
  width: 100%;
  
}
.plan_home_logo{

  background: url(../img/10K_plans_Sheader.png) no-repeat left bottom;
  background-size: 130px 30px;
  width: 100%;
  padding-top: 10px;
  margin-left: 10px;
  height: 30px;
}
.insights_home_logo{

  background: url(../img/10K_insights_Sheader.png) no-repeat left bottom;
  background-size: 130px 30px;
  width: 100%;
  padding-top: 10px;
  margin-left: 10px;
  height: 30px;
}
.product_text{
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  padding-left: 10px;
  padding-right: 10px;

}
.insights_home_image{
  background-color: #F0F0F0;

  background: url(../img/insights_home.jpg);
  background-size: 390px;
  background-position: bottom;
    height: 200px;
  width: 100%;
}
.fastco_logo{
  background-color: #F0F0F0;

  background: url(../img/fastco.jpg) no-repeat center;

  background-size: 200px 50px;
  padding-top: 10px;
  margin-left: 10px;
    height: 50px;
  width: 100%;
  
}
.wired_logo{
  background-color: #F0F0F0;

  background: url(../img/Wired_logo.jpg) no-repeat center;

  background-size: 200px 50px;
  padding-top: 10px;
  margin-left: 10px;
    height: 50px;
  width: 100%;
  
}
.geekwire_logo{
  background-color: #F0F0F0;

  background: url(../img/GeekWire-BW.jpg) no-repeat center;

  background-size: 200px 45px;
  padding-top: 10px;
  margin-left: 10px;
    height: 50px;
  width: 100%;
  
}
.press_home_header {
  text-align: center;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-weight: 300;
  line-height: 22px;
  font-size: 16px;
  color: #787878;
  margin-bottom: 15px;
  margin-top: -25px;
}
.video_size {
  width: 390px; 
  height: 219px;
}

.imagetile2{
	
	background-color: white;
  	-moz-box-shadow: 0px 0px 4px #ccc;
  	-webkit-box-shadow: 0px 0px 4px #ccc;
  	box-shadow: 0px 0px 4px #ccc;
}
.wideblock{
	
	width:100%;
	background-color: #7F7F7F;
	height:300px;

}
.wideblock2{
	
	width:100%;
	background-color: #7F7F7F;
	height:630px;

}
.sectionImage{
  float: left;
  border: 1px solid #eee;
  margin-right: 30px;
  /*margin-bottom: 30px;*/

}
.featureImage{
	
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;

}
.feature1
{
	margin:0 auto 0 auto;
	
  width:380px;
  height:331px;
  background: url(../img/schedule_s.png) no-repeat ;
}

.feature2
{
  margin-left:-10px;
  width:258px;
  height:194px;
  background: url(../img/sprites.png?v2) no-repeat -283px -732px;
}

.feature5
{
  margin-left:-10px;
  width:258px;
  height:209px;
  background: url(../img/sprites.png?v2) no-repeat -542px -732px;
}

.feature3
{
  margin-left:-10px;
  width:258px;
  height:174px;
  background: url(../img/sprites.png?v2) no-repeat -806px -751px;
}

.feature4
{
  margin-left:-10px;
  width:258px;
  height:169px;
  background: url(../img/sprites.png?v2) no-repeat -14px -943px;
}

.feature7
{
  margin-left:-10px;
  width:250px;
  height:200px;
  background: url(../img/sprites.png?v2) no-repeat -279px -943px;
}
/*a .featureText2:hover
{
  text-decoration: none;

  cursor: pointer;
  background-color:#F0F0F0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius:  5px 5px 5px 5px;
  -khtml-border-radius:  5px 5px 5px 5px;
}*/
.feature8
{
  margin-left: -10px;
  width: 380px;
  height: 430px;
  background: url(../img/projectpage.png) no-repeat ;
}
.pricingText{
	
	width:100%;
	
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	  line-height:30px;
	  font-size:18px;
	  color:#282828;
	  text-align: center;
	  margin-top: 50px;

}
.pricingToggle {
    
  width:100%;
    text-align: center;
    margin-top: -20px;
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}

.ptLink{

  cursor: pointer;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:30px;
    font-size:18px;
    color:#787878;
    padding-left:10px;
    padding-right:10px;

}
.ptLink:hover{

    color:#00CC66;

}
.ptActive {
  color: #00BF64;
  font-weight: 600;
}
.ptLinki{

  cursor: pointer;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:30px;
    font-size:18px;
    color:#787878;
    padding-left:10px;
    padding-right:10px;

}
.ptLinki:hover{

    color:#a399ff;

}
.ptActivei {
  color: #604bbf;
  font-weight: 600;
}

#monthly{
  display: none;

}
.blockspacer{
  margin-top: 20px;

}
.high{
  
 
  height: 600px;


}
.thinkText2{
  

  
    font-weight: 300;
    line-height: 22px;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0.2px;
   
 

}
.storyText{
	
	width:100%;
	

	  line-height:30px;
	  font-size:18px;
	 
	 
	  margin-top: 50px;

}
.storyText h1{
margin-bottom: 15px;
line-height: 50px;
color: #282828;
margin-top: 10px;
font-size: 40px;
}
.testimonyBlock
{
  
  width:135px;
  
}
.testimonyImage{
   margin:0 auto 0 auto;
   width: 270px;
   max-height: 178px;
}
.jobImage{
   margin:0 auto 0 auto;
   width: 435px;
}
.logoImage{
    margin:0 auto 0 auto;
   width: 135px;
}

.testimonyLabel
{
  position:relative;
  display:block;
  clear:left;
  width:100%;
    color: #646464;
  font-family:'Source Sans Pro', Verdana, sans-serif;
  font-size:14px; 
  text-align:center;
  margin-top:-20px;
  line-height: 30px;
  white-space:nowrap;

}
#gaIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:100px;
  height:79px;
  background: url(../img/logos.png) no-repeat 0px -30px;
  margin-top:-9px;
}
#IndIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:60px;
  height:70px;
  background: url(../img/logos.png) no-repeat -478px -160px;
  
}
#XIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png?v2) no-repeat -475px -403px;
  
}
#DesignItIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:114px;
  height:50px;
  background: url(../img/logos.png) no-repeat -724px -263px;
   margin-top:20px;
}
#astroIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -120px -30px;
}

#DTIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -210px -30px;
}

#wsIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -300px -30px;
}
#ArtefactIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -120px -180px;
}
#PhenIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:121px;
  height:50px;
  background: url(../img/logos.png) no-repeat -150px -120px;
   margin-top:20px;
}
#PeopleIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:121px;
  height:50px;
  background: url(../img/logos.png) no-repeat -870px -180px;
   margin-top:20px;
}
#DesignItIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:114px;
  height:50px;
  background: url(../img/logos.png) no-repeat -724px -263px;
   margin-top:20px;
}
#LocalIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:90px;
  height:60px;
  background: url(../img/logos.png) no-repeat -600px -270px;
   margin-top:10px;
}
#ZeeIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:92px;
  height:60px;
  background: url(../img/logos.png) no-repeat -210px -180px;
   margin-top:10px;
}
#UpstartIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:85px;
  height:60px;
  background: url(../img/logos.png) no-repeat -300px -120px;
   margin-top:10px;
}
#RhinoIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:130px;
  height:60px;
  background: url(../img/logos.png) no-repeat -120px -420px;
   margin-top:10px;
}
#ixdsIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:93px;
  height:60px;
  background: url(../img/logos.png) no-repeat -210px -270px;
   margin-top:10px;
}
#OpenIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:121px;
  height:60px;
  background: url(../img/logos.png) no-repeat -0px -120px;
   margin-top:10px;
}
#UncIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:92px;
  height:60px;
  background: url(../img/logos.png) no-repeat -900px -120px;
   margin-top:10px;
}
#YappaIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -330px -180px;
   
}
#d2mIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:100px;
  height:70px;
  background: url(../img/logos.png) no-repeat -3px -408px;
   
}
#MatchIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:49px;
  height:70px;
  background: url(../img/logos.png) no-repeat -750px -30px;
   
}
#BrookIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -390px -405px;
   
}
#SavantIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -810px -30px;
   
}
#BertIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -990px -30px;
   
}
#UnderIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -117px -268px;
   
}
#GlobaIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:70px;
  height:70px;
  background: url(../img/logos.png) no-repeat -660px -30px;
   
}
#DenimIcon
{
  display:block;
  position:relative;
  margin:0 auto 0 auto;
  width:80px;
  height:70px;
  background: url(../img/logos.png) no-repeat -285px -408px;
   
}

.pricetoggle{
  padding-bottom: 10px;
}

.priceSection{
	width:960px;
	margin: auto;
  margin-left: 30px;
}
.priceSection2{
  width:960px;
  margin: auto;
  margin-left: 30px;
  border: 1px solid rgba(87,87,87,0.2);
}
.priceLevel { 
	border-bottom: 1px solid rgba(87,87,87,0.2);
	overflow: auto;
}
.priceColumn {
  width:33%;
  background-color: #c1c1c1;
  float: left;
}
.priceColumn2 {
  width:33%;
  /*background-color: #f2f2f2;*/
  float: left;
}
.pricecolumnleft{
  width: 34%;
  /*background-color: #f2f2f2;*/
  height: 25px;
  padding-top: 10px;

}
.calcset{
  margin-top: 25px;
}
.calcrow{
  width: 100%;
  margin-top: 10px;
}
#tm,#tp{
  font-size: 18px;
}
#mp,#ap{
  font-size: 50px;
  font-weight: 400;
  margin-top: 20px;

}
.pricecheck{
  background: url(../img/pricecheck.png) no-repeat center;
background-size: 15px 12px;
  width: 15px;
  height: 12px;

}
.pricecolumnleft p{
  padding-left: 10px;
}
.pricecolumnright{
  width: 21%;
  text-align: center;
   height: 25px;
  padding-top: 10px;
  border-left: 1px solid rgba(87,87,87,0.2);

}
.pricegrid{
  height: 70px;
  line-height: 20px;
}
#plandown,#planup,#sizedown,#sizeup{
  line-height: 20px;
  height: 26px;
  margin-right: 5px;
    margin-top:-5px;
  width: 30px;
  text-align: center;
  font-size: 30px;
  padding-top: 4px;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.pricegroup{
  border-left: none;
  background-color: #f2f2f2;
  /*font-size: 18px;*/
  font-weight: 600;
}
.priceplan{
  font-size: 18px;
  font-weight: 600;

}
.listFeature {
  background-color: #c1c1c1;
  padding:14px 0 0 10px;
}

.listFeature p {
  color: #000!important;
  padding: 14px 10px 0 0;
  font-size: 18px;
  text-align: right;

}
.listFeature2 {
  /*background-color: #f2f2f2;*/
  padding:14px 0 0 0px;
  font-size: 18px;
  text-align: center;
}

.listFeature2 span {
  font-size: 18px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
}
.priceColumn2 p {
  font-size: 24px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-align: center;
  padding: 0 0 10px 0;
}

.userCount {
	width: 50%;
	float: left;
}

.priceAmount {
	width: 50%;
	float: right;
	text-align: right;
}

.userCount p {
	color: #000!important;
	padding: 13px 0 14px 0;
	font-size: 18px;
}


.priceAmount p {
	font-size: 24px;
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	padding: 14px 0 0 0;
	margin: 0;
}

.featurecontent{
  margin-bottom: 30px;
margin-top: 30px;

}
.priceAmount p span {
	font-size: 14px;
	display: block;
	float: right;
	padding: 0 0 0 2px;
}
.lineitem{
  width:100%;
  height: 50px;
  border-bottom: 1px solid #D8D6D6;
}
.border-top { border-top: 1px solid rgba(87,87,87,0.2); }

.featureTextStatus{
  text-align: center;
  width:100%;
   font-weight: 400;
  font-size: 40px;
  line-height: 50px;
 

    color:#282828;
    letter-spacing: 0.2px;

}
.featureText{
	
	width:100%;
	font-weight: 300;
	  line-height:22px;
	  font-size:16px;
	  color:#282828;
    letter-spacing: 0.2px;

}
  .featureText4{
  
  background-color: white;
  width:100%;
  margin-top: 22px;
  height: 150px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height:32px;
  font-size:18px;
  color:#666666;

}
.featureText2{
  
  background-color: white;
  
  margin-top: 22px;
  
    width:100%;
  font-weight: 300;
    line-height:22px;
    font-size:16px;
    color:#282828;
    letter-spacing: 0.2px;

}
.featureText_center{
  
/*  background-color: white;
*/  
  margin-top: 20px;
  text-align: center;
    width:100%;
  font-weight: 300;
    line-height:20px;
    font-size:16px;
    color:#282828;
    letter-spacing: 0.2px;

}
.circle_text{
  

  margin-top: 22px;
  text-align: center;
    width:100%;
  font-weight: 300;
    line-height:26px;
    font-size:20px;
    color:#282828;
    letter-spacing: 0.2px;

}
.featureText3{
  
  background-color: white;
  width:100%;
  margin-bottom: 30px;
  height: 300px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height:32px;
  font-size:18px;
  color:#666666;

}
.featureTextGroup{
  width:100%;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:32px;
    font-size:16px;
    line-height: 22px;
    color:#282828;
    margin-top: 13%;
    font-weight: 300;
}
.featureText ul{
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom: 15px;
  }

.messagetext4 ul{
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom: 10px;
  }

.messagetext4 ol{
    list-style-type: decimal;
    margin-left: 25px;
    padding-bottom: 10px;
  }

.text_center {
  text-align: center;
}

.signout_buffer {
  margin-top: 180px;
}

.refnav{
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:32px;
    font-size:18px;
    color:#666666;
}
.reftext{
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    line-height:32px;
    font-size:18px;
    color:#666666;
}
.st-result-text h3 a{
  font-size: 18px;
  line-height: 25px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  letter-spacing: 0px;
  /*color: #fff;*/
}
div.swiftype div.st-result-listing div.st-result div.st-result-text div.st-metadata .st-snippet {
color: #666;
}
.refsearchlist li{
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
 


}
.searchsummary{
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 10px;
  
}
.refsearchlist h3{
 font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1px;
    padding-top: 15px;
  padding-bottom: 5px;
}
.refsearchlist p{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;

}
.refheadersearch{
   color: #221f1f;
    font-size: 36px;
    line-height: 31px;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    margin-bottom: 0px;
    margin-top: 2px;
}
.refheader{
 color: #221f1f;
font-size: 36px;
line-height: 31px;
font-family: 'Source Sans Pro', Verdana, sans-serif;
margin-bottom: 39px;
margin-top: 2px;
}
.reference ul{
    list-style-type: disc;
    margin-left: 30px;
    margin-top: -10px;
    padding-bottom: 15px;
  }

 .reference h2{
   padding-top:15px;
  } 
/*.reference ol{
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 12pt;
    list-style-type: decimal;
    margin-left: 30px;
    padding-bottom: 30px;
  }
.reference ol li{
   font-family: 'Source Sans Pro', Verdana, sans-serif;

    font-size: 18px;
    color: #666666;

  }*/
.reference img,
.reference iframe
{ 
  margin-top: 10px;
  background-color: #fff;
-moz-box-shadow: 0px 0px 4px #ccc;
-webkit-box-shadow: 0px 0px 4px #ccc;
box-shadow: 0px 0px 4px #ccc;
}
.reference iframe
{ 
  width: 630px;
   height: 355px;
}
.reference pre{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  word-break: normal;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;


}
.reference{
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;

}
.refapi pre{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  font-family:'Courier New', Courier, monospace;
  word-break: normal;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;


}
.refapi td {
  border: 1px solid #ccc;
  padding: 6px 13px;

}


.reference pre a{
   font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 16px;


}
.bestpractice{
  background-color: #f2f2f2;
  border: 1px solid #ccc;


}
.arrow-e {
   border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 10px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #666;
  left: 0.25em;
 top: -0.1em;
}
.reference p {
 margin-bottom: 20px; 
  }
.reference ol {
    margin-top: 20px;
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
    padding-bottom: 15px;
}
.reference ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:8px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 16px;
    color: #666666;

    
}
.reference ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    content: counter(li);
  counter-increment: li;
  position: absolute; 
  left: -2.5em;
  top: 22px;
  margin-top: -1.3em;
  background: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .2em solid #666;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    text-align:center;
    text-indent: 2px;
   vertical-align: top;
     font-size: 10pt;
}

.refcta {
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 30px;
  margin: 0px 20px 30px 0px;
  padding-bottom: 30px;
}

.socialbuttons{
  margin-top: 20px;
}
.socialbutton{
  width:300px;
}
.bodytext ul{
    list-style-type: circle;
    margin-left: 30px;
    padding-bottom: 30px;
  }
.bodytext h2{
    
    /*padding-top: 30px;*/
  }
  .videolink{

  margin-top:10px;

  }
  .award{
    /*background-color: #ffeeee;*/
    margin-top:10px;
    width: 80px;
    height: 80px;
    margin-right: 30px;
  }
  .awardright{
    margin-right: 0px;

  }
  .bodytext h6{
    
  background-color: white;
  width:100%;
  margin-top: -30px;
  padding-bottom: 30px;
  /*height: 300px;*/
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height:32px;
  font-size:16px;
  color:#999999;
  }
  .bodytext p{
    
    padding-bottom: 30px;
  }
  .painpoint h2{
    margin-top: 2px;
    padding-bottom: 25px;
  }

.signupwrap{
  /*margin-top: 60px;*/

  


  }
.signuprow{
  padding-top: 30px;
  background-color: #f2f2f2;
    /*width: 960px;*/
margin-left: 10px;
margin-right: 20px;
 padding-bottom: 30px;
 margin-bottom: 60px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }

.signuptext{
width:570px;
font-size: 16px;
line-height: 20px;
padding-top: 10px;
/*padding-bottom: 15px;*/
margin-left:55px;
margin-right:30px;
color:#666666;


}
.signupsection{
	width: 240px;
	/*height: 200px;*/
	margin: auto;
	text-align: center;
	margin-top: 2px;
	
}
.mobilebutton{
  width: 300px;

}
.signupform{
  height: 220px;
  width: 300px;
  /*background-color: #fff;*/
  /*height: 200px;*/
  
  text-align: center;
  margin-top: 30px;
  
}
.signuparrow {
  content: ' ';
  margin-top: 30px;
  margin-left: 130px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
/*  -webkit-transform-origin-x: 0px;
  -webkit-transform-origin-y: 0px;*/

  background: #00ae5b;
  z-index: 4;
  position:absolute;
}
.signuptop{
 color: #fff;
font-family: 'Source Sans Pro', Verdana, sans-serif;
font-size: 20px;
height: 50px;
width: 100%;
text-align: center;
line-height: 48px;
background: #00ae5b;
background: -moz-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d58b), color-stop(100%, #00ae5b));
background: -webkit-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
background: -o-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
background: -ms-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
background: linear-gradient(bottom, #00d58b 0%, #00ae5b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00d58b', endColorstr = '#00ae5b', GradientType = 0);
-webkit-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-top-right-radius: 4px;
border-top-right-radius: 4px;
position:relative;
 margin-top: 30px;
  z-index: 99;

}

.signupbottom{
  background: #fff;
  height: 150px;
  width: 100%;
  -webkit-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
padding-top: 40px;

}
.disclaimer{
  margin-top: 10px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-size: 12px;
  color: #8e8e8e;


}
.signupbutton {
  width: 200px;
  margin-left: 50px;  
  margin-top: 20px;
  
}
.signupbutton input{
  width: 200px;
  height: 46px;
  font-size: 20px;
  line-height: 40px;
 
  
}
.signupemail input{
  height: 35px;
  width: 240px;

}
.landingquote{
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-size: 30px;
 line-height: 36px;

  width: 100%;
  text-align: center;
  margin-bottom: 30px;

}
.signupsectionhome{
	width: 180px;
	/*height: 200px;*/
	
	text-align: center;
	margin-top: 30px;
	
}
.signUpBtnOverview 
{
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 400;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  cursor: pointer;

  
}
.signUpBtnOverview
{
  text-decoration: none;


}
.signUpBtnMid 
{
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.5px;
	font-size: 20px;
  font-weight: 400;
	padding-top: 12px;
  
  padding-left: 20px;
  padding-right: 20px;
	text-align: center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  border: none;
  height: 42px;
  min-width: 200px;
	
}
.signUpBtnMid:hover
{
 	text-decoration: none;


}

.signUpBtnMid:active
{

 
}
.signUpBtnTop 
{
  	color: #fff;
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	font-size: 12px;
	height: 30px;
	width: 70px;
	text-align: center;
	margin-top: 35px;
	margin-left: 10px;
	line-height: 32px;

	background: #00ae5b;
	background: -moz-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d58b), color-stop(100%, #00ae5b));
	background: -webkit-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
	background: -o-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
	background: -ms-linear-gradient(top, #00d58b 0%, #00ae5b 100%);
	background: linear-gradient(bottom, #00d58b 0%, #00ae5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00d58b', endColorstr = '#00ae5b', GradientType = 0);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
}

.signUpBtnTop:hover
{
 	color: #fff;
 	background: #00ae5b;
	background: -moz-linear-gradient(top, #00dda0 0%, #00ca6b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00dda0), color-stop(100%, #00ca6b));
	background: -webkit-linear-gradient(top, #00dda0 0%, #00ca6b 100%);
	background: -o-linear-gradient(top, #00dda0 0%, #00ca6b 100%);
	background: -ms-linear-gradient(top, #00dda0 0%, #00ca6b 100%);
	background: linear-gradient(bottom, #00dda0 0%, #00ca6b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00dda0', endColorstr = '#00ca6b', GradientType = 0);
}

.signUpBtnTop:active
{
  	color: #fff;
  	background: #00ae5b;
	background: -moz-linear-gradient(top, #00ab59 0%, #00d68c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ab59), color-stop(100%, #00d68c));
	background: -webkit-linear-gradient(top, #00ab59 0%, #00d68c 100%);
	background: -o-linear-gradient(top, #00ab59 0%, #00d68c 100%);
	background: -ms-linear-gradient(top, #00ab59 0%, #00d68c 100%);
	background: linear-gradient(bottom, #00ab59 0%, #00d68c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00ab59', endColorstr = '#00d68c', GradientType = 0);
}
.LogInBtnTop 
{
  	color: #666;
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	font-size: 12px;
	height: 30px;
	width: 70px;
	text-align: center;
	margin-top: 35px;
	margin-left: 10px;
	line-height: 32px;
	
	background: #c1c1c1;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #c1c1c1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #c1c1c1));
	background: -webkit-linear-gradient(top, #d8d8d8 0%, #c1c1c1 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%, #c1c1c1 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #c1c1c1 100%);
	background: linear-gradient(bottom, #d8d8d8 0%, #c1c1c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d8d8d8', endColorstr = '#c1c1c1', GradientType = 0);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
}

.LogInBtnTop:hover
{
 	color: #666;
 	background: #c1c1c1;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #c1c1c1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #c1c1c1));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #c1c1c1 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #c1c1c1 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #c1c1c1 100%);
	background: linear-gradient(bottom, #e9e9e9 0%, #c1c1c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e9e9e9', endColorstr = '#c1c1c1', GradientType = 0);
}

.LogInBtnTop:active
{
  	color: #666;
  	background: #00ae5b;
	background: -moz-linear-gradient(top, #c1c1c1 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(100%, #e9e9e9));
	background: -webkit-linear-gradient(top, #c1c1c1 0%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #c1c1c1 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #c1c1c1 0%, #e9e9e9 100%);
	background: linear-gradient(bottom, #c1c1c1 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c1c1c1', endColorstr = '#e9e9e9', GradientType = 0);
}
#copyright{
	width: 100%;
	height: 30px;
	font-size: 12px;
	 /*border-top: 1px solid #ccc;*/
	color: #A0A0A0;
	text-align: left;
	line-height: 15px;
	position: relative;
	bottom: 0;	
	z-index:1;
	overflow: hidden;
	
	padding-top: 10px;
	padding-bottom: 10px;

}
#copyright a{
  font-size: 12px;

}
#footerBox {
	width: 100%;
	min-height: 210px;
	overflow: hidden;
	text-align: left;
	position: relative;
	bottom: 0;	
	z-index:1;
  border-top: 1px solid #ccc;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
  /*margin-top: 30px;*/
}

#subnav{
	width: 960px;
	min-height: 100px;
	
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	font-size: 18px;
	color: #666;
	margin:0 auto 0 auto;
	/*background-color: #ffeeee;*/

}
#subnav ul {
	overflow: hidden;
	margin: 0 auto;
}
	
	
}
.fingercursor{

  cursor: pointer;
}
#subnav ul li {
  height: 30px;
	display: block;
	float: left;
	margin: 0 auto;
	padding-top: 41px;
	padding-right:  30px;
	color: #666;

}
.test998{

  
}
#bkg_img{
  background-size: cover;
 background-image: url(../img/bkg3.jpg);
 height: 600px;
}
#bkg_img2{

 height: 550px;
  background-color: #7FC5FF;
  margin-top: -205px;
}
.home_img{
  position: absolute;
  background-size: cover;

  width: 100%;
  height: 100%;
}
.home_img_top{
  position: absolute;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
}
.home_img_center{
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.home_img_bottom{
  position: absolute;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.home_img_center_left{
  position: absolute;
  background-size: cover;
  background-position: center left;
  width: 100%;
  height: 100%;
}
.overviewgradient{
  background-color: rgba(0,0,0,0.3);
  height: 100%;
/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */*/
/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */*/
/*background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */*/
/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* IE10+ */*/
/*background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */*/

  

}
.homegradient{
    background-color: rgba(0,0,0,0.3);
  height: 100%;
 /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */*/
/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */*/
/*background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */*/
/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* IE10+ */*/
/*background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */*/

  height: 75%;

}
.homegradient_dark{
    background-color: rgba(0,0,0,0.4);
  height: 100%;
 /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */*/
/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */*/
/*background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */*/
/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* IE10+ */*/
/*background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */*/

  height: 75%;

}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#bkg_img6{
background-size: cover;
 background-image: url(../img/p-banner3.jpg);
 background-position: center; 
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_img5{
  background-size: cover;
 background-image: url(../img/p-banner1.jpg);
 background-position: bottom; 
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_img4{
  background-size: cover;
 background-image: url(../img/p-banner2.jpg);
 background-position: center; 
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_img3{
  background-size: cover;
 background-image: url(../img/p-banner4.jpg);
 background-repeat: no-repeat;
  background-position: center;
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_img1_i{
  background-size: cover;
 background-image: url(../img/i-banner1.jpg);
 background-repeat: no-repeat;
  background-position: center center;
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_img2_i{
  background-size: cover;
 background-image: url(../img/i-banner4.jpg);
 background-repeat: no-repeat;
  background-position: bottom;
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_img3_i{
  background-size: cover;
 background-image: url(../img/i-banner3.jpg);
 background-repeat: no-repeat;
  background-position: center center;
 height: 350px;
 background-color: #F0F0F0;
 margin-bottom: 60px;
}
#bkg_help{
  min-height: 180px;
 background-color: #F0F0F0;
 margin-bottom:30px;

}
#bkg_img_rm{
  background-size: cover;
 background-image: url(../img/bkg_rm.png);
 height: 600px;
}
#bkg_img_bi{
  background-size: cover;
 background-image: url(../img/bkg_img_bi.png);
 height: 600px;
}
#bkg_img_sb{
  background-size: cover;
 background-image: url(../img/bkg_img_sb.png);
 height: 600px;
}

#bkg-idsa{
  background-size: cover;
 background-image: url(../img/graybox.png);
 height: 300px;
 background-position: center center;
}
#landing_bkg_1{
  background-size: cover;
 background-image: url(../img/balloonscape.jpg);
 background-position: top; 
 height: 500px;
 background-color: transparent;
 margin-bottom: 60px;
 margin-top: -50px
}
#signout_collect_bkg{
  background-size: cover;
 background-image: url(../img/signout-hero-3.png);
 background-position: center; 
 height: 800px;
 background-color: transparent;
 margin-top: -50px
}
#signout_design_bkg{
  background-size: cover;
 background-image: url(../img/signout-design-hero.png);
 background-position: center; 
 height: 800px;
 background-color: transparent;
 margin-top: -50px
}
#signout_feedback_bkg{
  background-size: cover;
 background-image: url(../img/signout-feedback-hero.png);
 background-position: center; 
 height: 800px;
 background-color: transparent;
 margin-top: -50px
}
#signout_present_bkg{
  background-size: cover;
 background-image: url(../img/signout-present-hero.png);
 background-position: center; 
 height: 800px;
 background-color: transparent;
 margin-top: -50px
}
#learn_more_bkg{
  background-size: cover;
 background-image: url(../img/signout-hero2.png);
 background-position: center; 
 height: 450px;
 background-color: transparent;
 margin-bottom: 30px;
 margin-top: -50px
}

.signout_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
 /* max-width: 300px;*/
}

#gradient_hero{
  background-size: cover;
 background-image: url(../img/gradient-hero.png);
 background-position: center; 
 height: 425px;
 background-color: transparent;
 margin-bottom: 30px;
 margin-top: -50px
}
#pam_hero{
  background-size: cover;
 background-image: url(../img/p-banner4.jpg);
 background-position: center; 
 height: 550px;
 background-color: transparent;
 margin-bottom: 30px;
 margin-top: -50px
}
#paula_hero{
  background-size: cover;
 background-image: url(../img/p-banner2.jpg);
 background-position: center; 
 height: 525px;
 background-color: transparent;
 margin-bottom: 30px;
 margin-top: -50px
}


#design_process_bkg{
  background-size: cover;
 background-image: url(../img/design-process.png);
 background-position: center; 
 height: 450px;
 background-color: transparent;
 margin-bottom: 30px;
 margin-top: -50px
}

#subnav ul li:hover {
	color: #00AF88;

	
}

.landingpage h3 {
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 42px;
  letter-spacing: -1px;
  color: #282828;
  margin-bottom: 40px;
}

.formbar {
  background-color: #f2f2f2;
  width: 100%;
  border: solid 2px #f2f2f2;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.formbar input {
  width: 85%;
  padding: 10px 10px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-size: 20px;
  text-align: left;
  margin-top: 5px;
}

.logout_text {
  text-align: right;
  color: #666;
  font-style: italic;
  font-size: 18px;
  position: relative;
  right: 115px;
  bottom: 45px;
  margin-bottom: -20px;
}


#footerBox ul {
	overflow: hidden;
	margin: 0 auto;
	/*font-size: 0.85em;*/
	color: #666;
	padding-right: 30px;
}
.section2{
	width: 100%;
	
}
.section_top_90{
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 50px;
  width: 100%;
  height: 500px;
  background-color: #f2f2f2;
  /*background: url(../img/homeimage.png) no-repeat center;*/
}
.section_top{
	width: 100%;
	height: 550px;
	
	/*background: url(../img/homeimage.png) no-repeat center;*/
}
.section_div1{
	width: 100%;
	height: 300px;
	
	background: url(../img/top10.png) no-repeat center;
}
.section_div2{
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	background: url(../img/top6.png) no-repeat center;
}
.section_div3{
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	background: url(../img/top9.png) no-repeat center;
}
.sectiondivider_people{
	width: 100%;
	height: 346px;
	border-bottom: 2px solid #eee;
	background: url(../img/people_wide.png) no-repeat center;
}
.sectiondivider_purple{
	width: 100%;
	height: 250px;
	
	background-color: #7a63b9;
}
.sectiondivider_green{
	width: 100%;
	height: 250px;
	
	background-color: #00b459;
}
.sectiondivider_orange{
	width: 100%;
	height: 250px;
	
	background-color: #ff9500;
}
.sectiondivider_blue{
	width: 100%;
	height: 250px;
	
	background-color: #00a9e1;
}

.sectiondivider_gray{
	width: 100%;
	height: 250px;
	
	background-color: #f0f0f0;
}
.sectiondivider_people2{
	width: 100%;
	height: 346px;
	border-bottom: 2px solid #eee;
	background: url(../img/people.png) no-repeat center;
}
#footerBox ul li {
	margin: 0 auto;
	padding: 3px 0px;
}
#footerBox a,
#footerBox a:active,
#footerBox a:link,
#footerBox a:visited {
	color: #A0A0A0;
  font-size: 14px;
	text-decoration: none;
}
#footerBox a:hover {
	color: #7FC5FF;
	
}

#copyright a,
#copyright a:active,
#copyright a:link,
#copyright a:visited {
	color: #A0A0A0;
	text-decoration: none;
  font-size: 12px;
}
#copyright a:hover {
	color: #7FC5FF;
	
}
.listtitle{
	width: 165px;
	font-weight: 600;
	color: #282828;
	padding-bottom: 10px;
	padding-top: 20px;
}
.listGroup{
	width: 330px;



}
#newsletter{
	width:320px;

}
#newsletter button{
	
	font-size: 14px;
  font-weight: 600;
  color: #787878;
	margin-top: -10px;
	margin-left: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  background-color: #DCDCDC;
  border: none;
  letter-spacing: 0.2px;
}
#newsletter button:hover{
 background-color: #EAEAEA;
  }

  #newsletter button:active{
 background-color: #C1C1C1;
  }
#newsletter input{
	
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;


}

.logo_landing{
  
    /*background-color:#ffeeee;*/

  background: url(../img/10000ft_logo3.png) no-repeat;
  background-size: 158px 55px;
  width: 158px;
  height: 55px;
  display: block;
    float: left;
    padding-right: 20px;
    /*padding: 28px 20px 0px;*/
    margin-left: 0px;
     margin-top: 20px;
  
}
.logo_sxsw{
  
    /*background-color:#ffeeee;*/

  background: url(../img/sxswlogo.png) no-repeat;
  background-size: 199px 70px;
  width: 199px;
  height: 70px;
  display: block;
    float: left;
    padding-right: 20px;
    /*padding: 28px 20px 0px;*/
    margin-left: 0px;
     margin-top: 15px;
  
}

.marginblocknew{
  width: 1000px;
  
  
  position: relative;
  margin:0 auto 0 auto;


}

.logo{
	
	  /*background-color:#ffeeee;*/

	background: url(../img/10000ft_logo3.png) no-repeat;
  background-size: 158px 55px;
  width: 158px;
  height: 55px;
  display: block;
    float: left;
    padding-right: 20px;
    /*padding: 28px 20px 0px;*/
    margin-left: 0px;
     margin-top: 20px;
	
}
.flyingballoon{
	width: 202px;
	height: 242px;
	margin-top: -180px;

	float: right;
	background: url(../img/large_logo.png) no-repeat center;


}
.topBox{
	width: 100%;
	
	
	/*background: url(../img/top.png) no-repeat center;*/
}
#top1{
	width: 100%;
	height: 500px;
	
	background: url(../img/top.png) no-repeat center;
}
#top2{
	width: 100%;
	height: 500px;
	
	background: url(../img/top2.png) no-repeat center;
}
#top3{
	width: 100%;
	height: 500px;
	
	background: url(../img/top3.png?v2) no-repeat center;
}
#topspacer{
	/*height: 100px;*/


}
.spacer75{
  height: 75px;

}
.spacer100{
  height: 100px;

}
.spacer167{
  height: 167px;

}
.spacer190{
  height: 190px;

}
.spacer134{
  height: 134px;

}
#topspacerf{
  height: 134px;


}
#refspacer{
  height: 50px;


}
.rowspacer{
	height: 20px;

}
.carousel {

	margin-bottom: 0px;

}
.spacer{

  margin-top: 60px;
}
.spacerlanding{

  margin-top: 160px;
}
.carousel-indicators {
	position: absolute;
	top: 475px;
	right: 15px;
	margin: 0 auto 0 auto;
}
.carouselOverlay{
	width: 990px;
	
	height: 500px;
	position: absolute;
	z-index: 2;
	margin-left: -470px;
	
	padding-left: 50%;
	
}
.message{
	width: 960px;

	font-family: 'Source Sans Pro', Verdana, sans-serif;
	font-size: 30px;

	margin: 0 auto 0 auto;

}
.homeheader{
	
	padding-top: 30px;
	padding-bottom: 30px;
}
.messageheader{
	
	max-width: 800px;
	color: #fff;
	margin-bottom: 10px;
  margin-top: 10px;

}
.messageheader2 {
  
  max-width: 800px;
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;

}
.messageheader4 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
  font-weight: 400;
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 200px;

}
.messageheader5 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
  font-weight: 400;
  font-size: 42px;
  color: #282828;
  margin-bottom: -10px;
  padding-top: 75px;

}
.playmessage {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 500px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 20px;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.8);

}
.messageheader3 {
  
  max-width: 800px;
  font-weight: 400;
  font-size: 50px;
  color: #282828;
  margin-bottom: 10px;
  margin-top: 10px;

}

.messageheader2 h3 {
  line-height: 48px;
}
.landingheader{
  max-width: 1200px;
  font-size: 48px;
  line-height: 43px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  letter-spacing: -1px;
  color: #fff;
    margin-bottom: 20px;
  margin-top: 10px;
  text-shadow: 0 1px 3px black;

}

.messagetext{
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	max-width: 600px;
	color: #fff;
 /*text-shadow: 0px 0px 20px #000000;*/
 font-size: 20px;
line-height: 30px;

}
.messagetext3{
  font-weight: 400;
  max-width: 600px;
  color: #282828;
 /*text-shadow: 0px 0px 20px #000000;*/
 font-size: 18px;
  line-height: 30px;

}
.messagetext4{
  font-weight: 400;
 
  color: #282828;
 /*text-shadow: 0px 0px 20px #000000;*/
 font-size: 18px;
  line-height: 30px;

}
.messagewhite{
  color: #fff;

}
.messagewhite h2 {
  color: #fff;

}
.messagetext2{
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  max-width: 600px;
  color: #fff;
 text-shadow: 0px 0px 20px #000000;
 font-size: 20px;
line-height: 30px;

}

.messagetext a:hover{
 text-decoration: none;


}
.messagetext2 a:hover{
 text-decoration: none;


}
.videotext:hover{
   color: #eee;
  }
.videotext{
  
color: #fff;
height: 30px;

}


#mainContainer {

  width:100%;
  height:auto;
  background-color:transparent;
  min-height:1100px;
}
#navBoxRef {

  width: 100%;
  min-height: 100px;
  overflow: hidden;
  background-color: #fff;
 

  z-index:3;

}
#RefHeader {
  border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
  width: 100%;
  min-height: 80px;
 
  background-color: #f2f2f2;
  font-family: 'Source Sans Pro', Verdana, sans-serif;

  z-index:3;

}
.RefTitle{
  color: #221f1f;
font-size: 36px;
line-height: 31px;
font-family: 'Source Sans Pro', Verdana, sans-serif;
padding-top: 20px;
margin-left: 40px;


}

#appendedInputButton{
  width: 247px;

}
#navBox {

	width: 100%;
	min-height: 100px;
	overflow: hidden;
	background-color: #fff;
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	position: fixed;
	z-index:3;
	 -moz-box-shadow: 0px 0px 15px #808080;
  	-webkit-box-shadow: 0px 0px 15px #808080;
  	box-shadow: 0px 0px 15px #808080;
}
.imagedropshadow{
 	-moz-box-shadow: 0px 3px 5px #d6d6d6;
  	-webkit-box-shadow: 0px 3px 5px #d6d6d6;
  	box-shadow: 0px 3px 5px #d6d6d6;


}
.navbar {

	
	height: 70px;

	background-color: #fff;
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	
	 -moz-box-shadow: 0px 0px 15px #808080;
  	-webkit-box-shadow: 0px 0px 15px #808080;
  	box-shadow: 0px 0px 15px #808080;
}
.marginblock{
	width: 1000px;
	
	
	position: relative;
	margin:0 auto 0 auto;


}
#centerNav{
	width: 960px;
	
	min-height: 100px;
	position: relative;
	margin:0 auto 0 auto;
	/*background-color: #ffeeee;*/
	
}
#centerFooter{
	width:960px;
padding-left: 20px;
  padding-right: 20px;
	margin:0 auto 0 auto;	

  height: 100%;
	
}
.section{
	width:960px;
	
	margin:0 auto 0 auto;
}
.wrap_think{
  width:1100px;
  /*background-color: #fffccc;*/
  margin:0 auto 0 auto;
  padding-left: 10px;
}
.wrap_section{
	width:990px;
	
	margin:0 auto 0 auto;
	padding-left: 10px;
}
.color_block_gray{
  width:100%;
  background-color: #f8f8f8;

}
.color_block_green{
  width:100%;
  background-color: #00BF64;

}
.color_block_purple{
  width:100%;
  background-color: #a399ff;

}
.color_block_blue{
  width:100%;
  background-color: #0e1957;

}

.policy{
  width:630px;
  color:#282828;
  font-family: 'Source Sans Pro', Verdana, sans-serif;

}
.policy h2{
  margin-top: 30px;
}
.policy p{
    width:100%;
    font-weight: 300;
    line-height:22px;
    font-size:16px;
    margin-bottom: 22px;
    letter-spacing: 0.2px;

}
.policy ul{
  margin-bottom: 22px;
  list-style-type: disc;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height:22px;
  font-size:16px;
  font-weight: 300;
  margin-left: 17px;
}
.policy strong{
  font-weight: 300;
  line-height:22px;
  /*font-size:16px;*/
  color: #00BF64;

}
.blogcenter{
padding-left: 25px;

}

#wholeBackground 
{
  position:absolute;
  width:100%;
  height:100%;
  background-color:#fff;
  z-index:-1;
}
.blockFloat {
  position:relative;
  display:block;
  float:left;
  clear:none;
  left:0px;
  top:0px;
}
.blockFloatMiddle {
  position:relative;
  display:block;
  float:middle;
  clear:none;
  left:0px;
  top:0px;
}
.blockFloatRight {
  position:relative;
  display:block;
  float:right;
  clear:none;
  left:0px;
  top:0px;
}
.navItems {
	margin: 0 0 0 0;
	width:575px;
	font-size: 18px;
	padding-bottom: 20px;
}
.loginButtons {
	margin: 0 0 0 0;
	width:160px;
	
	padding-bottom: 0px;
	padding-right: 0px;
}
.loginButtons a{
	text-decoration: none;
	}

.navItems li{
	padding-top: 42px;
	padding-right: 10px;
	padding-left: 20px;
	color:#666;
	display: block;
	float: left;
}

.navItems  a,
.navItems  a:active,
.navItems  a:link,
.navItems a:visited {
	color: #666;
	text-decoration: none;
}
.navItems .navActive a,
.navItems a:hover {
	color: #00AF88;
	
}
.test{
  background-color: #eee;


}
.span12 {
width: 960px;
}
.span3_2{
  width: 220px;
}
.LearnMoreLabel
{
  font-family:'Source Sans Pro', Verdana, sans-serif;
  text-align:left;
  font-size:18px;
  color:#362f2d;
  line-height:30px;
  
  margin-left: 10px;
 
}
#FeatureIcon1
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -0px;
}
#FeatureIcon2
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -28px;
}
#FeatureIcon3
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -56px;
}
#FeatureIcon4
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -84px;
}
#FeatureIcon5
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -112px;
}
#FeatureIcon6
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -140px;
}
#FeatureIcon7
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -168px;
}
#FeatureIcon8
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -196px;
}
#FeatureIcon9
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -224px;
}
#FeatureIcon10
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -252px;
}
#FeatureIcon11
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -280px;
}
#FeatureIcon12
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -308px;
}
#FeatureIcon13
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -336px;
}
#FeatureIcon14
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -364px;
}
#FeatureIcon15
{
  width:28px;
  height:28px;
  background: url(../img/icons.png) no-repeat -0px -392px;
}



/* specific for thinking tool gallery */
@media (max-width: 1100px) { 
  .span3b{
    display: none;

  }
  .row_think {
    /*margin-left: -30px;*/
}
  .wrap_think {
    width: 770px;
  }

 }
 @media (max-width: 770px) { 
  .span3b{
    display: none;

  }
    .row_think {
    margin-left: -25px;
}
  .row_think [class*="span"] {
    margin-left: 20px;
  }
  .thinkpagesub{
     width: 200px;
  }
  .thinkpageguide{
      width: calc(100% - 100px);
  }

  .guideright,
  .guidedescription,
  .span10b,
  .row_think {
    width: 100%;
  }
  .thinkbkg{
    background-color: #fff
  }
  .wrap_think {
    width: 100%;
  }
  .thinkPage {
    /* min-height: 2800px; */
    width: 100%;
     padding-left: 0px; 
     padding-right: 0px; 
    /* padding-top: 15px; */
    margin-bottom: 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 0px 0px 0px 0px;
}
.thinkpageImage {
    margin: 0 auto 0 auto;
    width: 100%;
    /* height: 500px; */
    /* border-radius: 3px 3px 0px 0px; */
    /* max-height: 178px; */
}
.thinkpageImagebkg{
  width: 100%;
height: auto;

}
 }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	/*.loginButtons {
		padding-right: 0px;
	}
	.logo{

		margin-left: -20px;
	}
	#navBox {
	position: static;
	 -moz-box-shadow: none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	border-bottom: 1px solid #c3c3c3;
	}
	#bottomlogo{
	width: 0px;
	height: 0px;
	background: none;
	}
	#subnav,
	#centerFooter,
	.section,
	.message,
	#centerNav{
	max-width: 760px;
	}
	
	#topspacer{
	height: 0px;
	}
	.navItems li {
	padding-top: 5px;
	}
	.navItems {
	margin-left: -20px;
	}
	#subnav ul {
	
	margin-left: -5px;
	}*/
 }
 
/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 1000px) { 
	body {
  padding-right: 0px;
  padding-left: 0px;
  }
  .iphonemargin{
    margin-left: 50px;
    width: 430px;

  }
  .hometext2{
    font-size: 14px;
  }
  #bkg_img{
   background-image: url(../img/bkg5.jpg); 
  background-size: cover;
background-position: right;
 height: 500px;

  }
    #bkg_img2{
   /*background-image: url(../img/bkg5.jpg); */
    background-color: #F0F0F0;
  background-size: cover;
background-position: right;
 height: 550px;

  }
  #bkg_img_rm{
   background-image: url(../img/bkg_rm2.png); 
  background-size: cover;
background-position: right;
 height: 600px;

  }
  #bkg_img_sb{
  background-image: url(../img/bkg_img_sb2.png); 
  background-size: cover;
  background-position: right;
  height: 600px;

  }
  #bkg_img_bi{
  background-image: url(../img/bkg_img_bi2.png); 
  background-size: cover;
  background-position: right;
  height: 600px;

  }
  .messageheader{
    text-shadow: 0px 0px 20px #000000;
  }
  .messagetext{
    font-size: 18px;
 text-shadow: 0px 0px 10px #000000;
  }
  .messagetext2{
    font-size: 18px;
 text-shadow: 0px 0px 10px #000000;
  }
  .industry_descr{
  width: 180px;
  } 
  .testimonyImage{
   
   width: 200px;
}
.logoImage{
   
   width: 105px;
}
  .teamlist{
  width: 730px;

  }
  .loginButtons {
  /*padding-right: 20px;*/
  padding-top: -10px;
  }
  [class*="span"] {
  margin-left: 20px;
  }
   .span12{
  /*background-color: #ffeeee;*/
  width:730px;
  /*padding-bottom: 30px;*/
  }
  .span6{
  /*background-color: #ffeeee;*/
  width:350px;
  /*padding-bottom: 30px;*/
  }
  .jobpost
  {
  height: 240px;
  }
  .span8{
  /*background-color: #ffeeee;*/
  width:460px;
  /*padding-bottom: 30px;*/
  }
  .span4{
  /*background-color: #ffeeee;*/
  width:230px;
  /*padding-bottom: 30px;*/
  }
  .imagetile{
    height: 230px;
  }
  .testimonyBlock{
    max-width:105px;

  }
  .span2{
  /*background-color: #ffeeee;*/
  width:105px;
  /*padding-bottom: 30px;*/
  }
  .row{
    /*padding-bottom: 0px;*/
  }
  .stretchimage{
  margin-left:15px;
  margin-bottom:15px;

}
  .LogInBtnTop,
  .signUpBtnTop {
    margin-top: 26px;
  }
  .navItems{
    width:730px;
    padding-bottom: 0px;
  }
  #subnav {
    min-height: 80px;
    display: block;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-size: 16px;
  }
  #subnav ul li {
    /*width:180px;*/
    /*display: none;*/
    float: left;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 30px;
    color: #666;
  }
.socialbutton{
  width:230px;
}
  .award {
 
  margin-top: 10px;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  }

 
  .navItems li {
   
   
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 0px;
  color: #666;
  display: block;
  float: left;
  }
  .logo{
    background: url(../img/10000ft_logo2.png) no-repeat center;
    background-size: 133px 41px;
    width: 133px;
    height: 41px;
    padding: 28px 0px 14px;
    margin-left: -40px;
    margin-top: 0px;
    /*background-color:#ffeeee;*/

  width: 133px;
  height: 41px;

  
    margin-left: 0px;
  }
  
  #navBox {
  position: static;
   -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #c3c3c3;
  }
  #bottomlogo{
  width: 0px;
  height: 0px;
  background: none;
  }
  #topspacer{
  /*height: 0px;*/
  }
  #subnav,
  #centerFooter,
  .section,
  .priceSection,
  .wrap_section,
  .message,
  #centerNav{
  max-width: 730px;
  }
  #tm,#tp{
  font-size: 16px;
}
 .billingbottombox{
  min-height: 110px;
}
  .searchgroup_help{
  margin-left: 100px;
  margin-top: 80px;
}
  .helpdescr{
  
  width: 250px;
}
  .policy{
    width:460px;
  }
  #centerNav{
  margin-left: 20px;
  }
  .wrap_section{
  /*padding-top: 30px;*/
  }
  .marginblock{
    max-width: 760px;
  }
  .signuptext{
  width: 400px;
  text-align: left;
margin-left: 0px;

 }
 .signuprow{
  margin-right: 5px;
  margin-left: -5px;
  padding-left: 30px;
  padding-bottom: 30px;
 }
 .pricerow{
   margin-right: 5px;
  margin-left: -5px;
  padding-left: 30px;
  padding-bottom: 30px;
 }
 .priceSection2{
  width:730px;
  margin: auto;
  margin-left: -30px;
}
.pricecolumnleft{
 
  height: 30px;
  padding-top: 10px;
/*padding-bottom: 10px;*/
padding-right: 5px;

}

.pricecolumnright{
  width: 21%;
  text-align: center;
   height: 30px;
  padding-top: 10px;
  border-left: 1px solid rgba(87,87,87,0.2);

}
.priceSection
{
  margin-left: 15px;

}
.pricingText{
   margin-left: 10px;

}
.pricegrid{
  height: 70px;
  line-height: 20px;
}
.reference iframe
{ 
  width: 470px;
   height: 265px;
}
.title {

width: 240px;
}
.section_top_90{
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  /*background: url(../img/homeimage.png) no-repeat center;*/
}
.tvframe{
 margin-top: 30px;
}
.iFeaturesnav li{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2px;
  padding-right: 20px;
  padding-left: 20px;
  color:#787878;
  display:inline-block;

}
.filterrw{
  background-color: #fff;
  margin-left: 20px;
    margin-right: 0px;
    margin-top: 5px;
}
.filterspan{
  margin-left: 0px;
}
.thinkfilteritem{

    font-size: 12px;
}
.thinkfilterImage {
    /* background: url(../img/Category_Icons-1b.png) no-repeat; */
    /* background-size: 32px 32px; */
    margin-top: -4px;
    height: 20px;
    width: 20px;
}
 }

 
/* Landscape phones and down */
@media (max-width: 767px) { 
#submenuwindow{
  /*margin-top: -100px;*/

}

.phasebutton{
 font-size: 10px;
     padding-top: 20px;
}
.methodslogo{

  background-size: 250px 32px;
  width: 250px;
  height: 32px;
  margin-top: 30px;

}
#navBoxnew{
  position: relative;
 -moz-box-shadow: none;
  -webkit-box-shadow:none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;

} 
.navItemsnew{
  white-space: normal;
} 
.navItemsnew li.navdivider{
  display: none;

}
.featuresmenu #submenuwindow{
  /*margin-top: 10px;*/
}
.iFeaturesnav ul{
  white-space: normal;
  }
.productstext,
.slides-navigation a.next,
.slides-navigation a.prev
{
  display: none;

}
.SignUpBtnTopNew{
  display: none;
}
.navbottom ul,
.shrink .navbottom ul
{
  margin-bottom: 10px;
}
.navbottom li,
.shrink .navbottom li
{
  width:100%;
  text-align: center;
  height: 20px;
  padding-left: 0px
}
.shrink .navtop,
.navtop{
  height: 36px;

}
.planslogo,
.insightslogo,
.shrink .planslogo,
.shrink .insightslogo{
  background-size: 185px 37px;
  width: 185px;
  height: 37px;
  margin-top: 17px;
}
#centerNavnew,
.shrink #centerNavnew{
  height: auto;


}
.submenu,
.shrink .submenu{
  margin-top: 29px;
}
.methodmenu{
  margin-top: 10px;
}
.iFeaturesnav,
.shrink .iFeaturesnav{
  /*display: none;*/
  height: auto;

}
.iFeaturesnav li,
.shrink .iFeaturesnav li{
  width: 100%;
  padding-left: 0px;
  height: 30px;
  font-size: 20px;

}
.iFeaturesnav ul,
.shrink .iFeaturesnav ul{
 padding-top: 10px;

}
.LogInBtnTopNew{
  margin-right: 20px;
  margin-top: 20px;
}
.producttile{
  width: 300px;
  height: 280px;
}
.spacer{
  margin-top: 20px;
}
 .logo_landing{
    /*width: 100px;*/

  }
  .logo_sxsw{
    width: 60px;


  }

  .logout_text {
  display:none;
}
.signout_buffer {
  margin-top: 0px;
}
#signout_collect_bkg{
 background-image: url(../img/signout-hero2.png);
  height: 575px;
}
#signout_design_bkg{
 background-image: url(../img/signout-hero2.png);
  height: 575px;
}
#signout_feedback_bkg{
 background-image: url(../img/signout-hero2.png);
  height: 575px;
}
#signout_present_bkg{
 background-image: url(../img/signout-hero2.png);
  height: 575px;
}

.section_top_90{
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  /*background: url(../img/homeimage.png) no-repeat center;*/
}
.tvframe{
 height: 200px;
width: 300px;
background: none;
}
.tvgif{
  width: 300px;
  margin-top: 22px;
  margin-left: 0px;
}
#anchor8{
  display: block;

}

.video_size {
  width: 300px; 
  height: 168px;
}

  .reference iframe
{ 
  width: 300px;
   height: 169px;
}
	body {
	padding-right: 0px;
	padding-left: 0px;
	}
  #RefHeader {
    height: 120px;
  }
 #RefHeader .span4{
  padding-bottom: 0px;

 } 
  .SearchGroup{
  width: 290px;
  height: 30px;
 
  padding-top: 20px;

}
.searchbox{
  width: 280px;
  }
.RefTitle{
  margin-left: 10px;

}
.gift1 a {
  cursor:crosshair;
}
.gift2 a {
  cursor: pointer;
}
.gift3 a {
  cursor: pointer;
}

  .messageheader{
    text-shadow: 0px 0px 20px #000000;
  }
  .messagetext{
    font-size: 18px;
 text-shadow: 0px 0px 10px #000000;
  }
  .messagetext2{
    font-size: 18px;
 text-shadow: 0px 0px 10px #000000;
  }
  #bkg_img{
    background-image: url(../img/bkg4.jpg);
  background-size: cover;
  }
    #bkg_img2{
    /*background-image: url(../img/bkg4.jpg);*/
  background-size: cover;
   height: 550px;
    background-color: #F0F0F0;
  }
  #bkg_img_rm{
    background-image: url(../img/bkg_rm3.png);
   background-size: cover;
   height: 700px;
  }
  #bkg_img_sb{
  background-image: url(../img/bkg_img_sb3.png);
  background-size: cover;
   height: 650px;
  }
  #bkg_img_bi{
    background-image: url(../img/bkg_img_bi3.png);
  background-size: cover;
   height: 650px;
  }
  #bkg-idsa{
  background-size: cover;
 background-image: url(../img/graybox.png);
 height: 430px;
 background-position: center center;
}
.enterEmailIDSA{
  margin-right: 0px;
  margin-bottom: 10px;
}
  .authorsection{

    display: none;
  }
  .author{
    text-align: left;

  }
.socialFloatRight {
   position:relative;
  display:block;
  float:left;
  clear:none;
  left:0px;
  top:0px;
}
  .teamlist{
  width: 300px;

  }
	.loginButtons {
	/*padding-right: 20px;*/
	padding-top: -10px;
	}
	 .span12{
  /*background-color: #ffeeee;*/
  width:300px;
  padding-bottom: 30px;
  }
  [class*="span"] {
  margin-left: 15px;
  }
  
	.span8{
	/*background-color: #ffeeee;*/
	width:300px;
	padding-bottom: 30px;
	}
	.span4{
	/*background-color: #ffeeee;*/
	padding-bottom: 30px;
	}
  .span6{
  /*background-color: #ffeeee;*/
  width:300px;
  padding-bottom: 30px;
  }
  .jobpost
  {
  height: 240px;
  }
	.row{
		padding-bottom: 0px;
	}
	.stretchimage{
	margin-left:15px;
	margin-bottom:15px;

}
.filterspan{
  margin-left: -20px;
}
	.LogInBtnTop,
	.signUpBtnTop {
		margin-top: 26px;
	}
	.navItems{
		width:300px;
		padding-bottom: 0px;
	}
	#subnav {
		
		/*display: none;*/
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-size: 16px;
  padding-top: 20px;
	}
	#subnav ul li {
		width:280px;
		display: block;
		float: left;
		margin: 0 auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0px;
		color: #666;
	}
	.navItems li {
		border-top: 1px solid #eee;
		width:290px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 0px;
	color: #666;
	display: block;
	float: left;
	}
	.logo{
     background: url(../img/10000ft_logo2.png) no-repeat center;
    background-size: 133px 41px;
    width: 133px;
    height: 41px;
    padding: 28px 0px 14px;
    margin-left: -40px;
    margin-top: 0px;
		margin-left: 0px;
	}
	
	#navBox {
	position: static;
	 -moz-box-shadow: none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	border-bottom: 1px solid #c3c3c3;
	}
	#bottomlogo{
	width: 0px;
	height: 0px;
	background: none;
	}
	#topspacer{
	height: 0px;
	}
	.pressdate,
  .presstitle,
  #subnav,
	#centerFooter,
	.section,
	.priceSection,
	.wrap_section,
	.message,
	#centerNav{
	max-width: 300px;
	}

  .pricingToggle {
    
  
    margin-top: 10px;

}
  .centertwitter{

  /*clear:left;*/
  padding-left:0px;

}
  .searchgroup_help{
  margin-left: 0px;
  margin-top: 80px;
}
#bkg_help {
  min-height: 280px;
 
}
    .helpdescr{
  
  width: 200px;
}
.policy{
  width:300px;
}
	.wrap_section{
	padding-top: 30px;
	}
  .homestatus{
  margin-top: 60px;
  margin-right: -70px;
  width: 100px;
  }
  .statushometext{
    width: 80px;
  }
	.marginblock{
		max-width: 320px;
	}
  .signuptext{
  width: 240px;
  text-align: center;
margin-left: 0px;
padding-bottom: 20px;

 }
 .signuprow{
  margin-right: 5px;
  margin-left: -5px;
  padding-left: 30px;
  padding-bottom: 30px;
 }
  .pricerow{
   margin-right: 5px;
  margin-left: -5px;
  
 }
 .priceSection2{
  width:300px;
  margin: auto;
 
}

.pricecolumnleft{
  width: 45%;
  /*background-color: #f2f2f2;*/
  height: 45px;
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;

}

.pricecolumnright{
  width: 17%;
  /*background-color: #f2f2f2;*/
  height: 45px;
  padding-top: 10px;
padding-bottom: 10px;
word-wrap: break-word;
}

.priceplan{
  font-size: 18px;
  font-weight: 600;
    border-left: none;
   padding-top: 20px;
  -webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
word-wrap: normal;
}
.pricegrid{
  /*font-size: 14px;*/
 width: 24%;
 min-height: 120px;
}
.pricegridh{
  /*font-size: 14px;*/
 width: 24%;
padding-top: 34px;
}
#sizedown,#sizeup{
 
 /*margin-top: 5px;*/
  /*margin-right: 3px;*/
  
}
.pricetop{
  height: 120px;

}
.priceSection
{
  margin-left: 15px;

}
.pricingText{
   margin-left: 10px;
}
 }
 

.navItemRight{
	padding-top: 30px;
	padding-left: 30px;
	font-size: 12px;
	color:#444;

}
.blockFloatNot {
  position:relative;
  display:block;
  float:left;
  clear:left;
  left:0px;
  top:0px;
}
.blockFloatRight {
  position:relative;
  display:block;
  float:right;
  clear:none;
  left:0px;
  top:0px;
}


.assign0{
    height: 36px;
    width: 100%;


}
.assign1{
  margin-top: 38px;
    height: 36px;
    width: 25%;


}
.assign2{
  margin-top: 38px;
    height: 36px;
 width: 25%;


}
.assign3{
  margin-top: 38px;
    height: 36px;
    width: 50%;


}
.phasespace{
  padding-right: 20px;

}
.phase1{
    height: 36px;
    width: 25%;
   	



}
.phase2{
    height: 36px;
      width: 25%;

}
.phase3{
    height: 36px;
      width: 50%;

}
.assignments{
  margin-top: 4px;
  width: 100%;

}
.phases{
  margin-top: 4px;
  width: 100%;

}
.projecttimeline{
  margin-top: 4px;
  

}
.phaselabel{

margin-top: -26px;
margin-left: 10px;
/*font-family: Source Sans Pro;*/
font-size: 14px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
color: white;
text-overflow: ellipsis;
width:    -moz-calc(100% - 25px);
	  width: -webkit-calc(100% - 25px);
	  width:      -o-calc(100% - 25px);
	  width:         calc(100% - 25px);
	white-space: nowrap;
	overflow: hidden;

}
.gradient_blue {
  margin-top: 1px;
   height: 100%;
     width:    -moz-calc(100% - 1px);
	  width: -webkit-calc(100% - 1px);
	  width:      -o-calc(100% - 1px);
	  width:         calc(100% - 1px);
    background: -webkit-linear-gradient(rgb(0, 194, 247), rgb(0, 149, 208));
    background: -moz-linear-gradient(rgb(0, 194, 247), rgb(0, 149, 208));
    background: -o-linear-gradient(rgb(0, 194, 247), rgb(0, 149, 208));
    background: linear-gradient(rgb(0, 194, 247), rgb(0, 149, 208));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c2f7', endColorstr='#0095d0')";
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px; 
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
}

.phasebkg {
   
    height: 100%;
  	width:    -moz-calc(100% - 25px);
	  width: -webkit-calc(100% - 25px);
	  width:      -o-calc(100% - 25px);
	  width:         calc(100% - 25px);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
    background: #7a7a7a; /* Old browsers */
    background: -webkit-linear-gradient(rgb(122, 122, 122), rgb(68, 68, 68));
    background: -moz-linear-gradient(rgb(122, 122, 122), rgb(68, 68, 68));
    background: -o-linear-gradient(rgb(122, 122, 122), rgb(68, 68, 68));
    background: linear-gradient(rgb(122, 122, 122), rgb(68, 68, 68));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#444444')";
}
.project{
	width:100%;
	border-top: 3px solid #00b8fb;
	margin-top: 4px;
}
.sectionline{
	width:100%;
	
	
}
.projectarrowleft{
	height: 20px;
	width: 20px;
	background: url(../img/projectarrowleft.png) no-repeat center;


}

.iphoneframe{
	height: 502px;
	width: 300px;
	background: url(../img/iphone_animation_bkg.png) no-repeat center;
}
.anigif{
  margin-top: 74px;
  margin-left: 52px;


}

.projectarrowright{
  height: 20px;
  width: 20px;
  background: url(../img/projectarrowright.png) no-repeat center;



}
.phasearrow {
    content: ' ';
    margin-top: -36px;
    margin-right: 0px;
    width: 26px;
    height: 26px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(45deg);
    -o-transform-origin: 0 0;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 0 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
    box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.10);
    background: #7a7a7a; /* Old browsers */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7a7a7a), color-stop(100%,#444444));
    background: -moz-linear-gradient(left top, #7a7a7a 0%, #444444 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left top, #7a7a7a 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left top, #7a7a7a 0%,#444444 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left top, #7a7a7a 0%,#444444 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(left top, #7a7a7a 0%,#444444 100%); /* W3C */

}


/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;

}
.accordion-heading a{

  font-family: Source Sans Pro;
  font-size: 18px;
  color: #221f1f;
  text-decoration: none;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 0px;
}
.accordion-toggle {
  cursor: pointer;

}
.accordion-inner {
  padding: 0px 20px;
  border-top: none;

}
.accordion-inner a{
  color: #666;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  width:270px;
}
.accordion-inner a:hover,
.accordion-inner .activeRef{
 color: #00AF88;
}

.accordion-inner-i {
  padding: 0px 20px;
  border-top: none;

}
.accordion-inner-i a{
  color: #666;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  width:270px;
}
.accordion-inner-i a:hover,
.accordion-inner-i .activeRefi{
 color: #604bbf;
}
.accordion .accordion-group .accordion-heading .collapsed .arrow {

border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #221f1f;
display: block;
left: 4px;
top: 10px;
}
.accordion .accordion-group .accordion-heading .arrow {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-top: 5px solid #221f1f;
display: block;

left: 0;
top: 13px;
width: 0;
height: 0;
}
.title{
padding-left: 10px;
  width:200px;
}
.title_think{
  margin-top: 6px;
  padding-left: 10px;
  width:200px;
}
.activeRef a{

    color: #00AF88;
}
.activeRefi a{

    color: #00AF88;
}
.ti,
.accordion-ideate a:hover,
.accordion-ideate .activeRef,
.thinkideating .thinkpageText,
.thinkideating .thinkpagesub,
.thinkideating .thinktooltext,
.thinkideating .thinksample a:hover,
.thinkideating .thinkPage a:hover,
.thinkideating .thinkpagevia a:hover{
    color: #DD5B7D;
}

.tf,
.accordion-frame a:hover,
.accordion-frame .activeRef,
.thinkframing .thinkpageText,
.thinkframing .thinkpagesub,
.thinkframing .thinktooltext,
.thinkframing .thinksample a:hover,
.thinkframing .thinkPage a:hover,
.thinkframing .thinkpagevia a:hover{
    color: #E0695A;
}
.te,
.accordion-eval a:hover,
.accordion-eval .activeRef,
.thinkevaluating .thinkpageText,
.thinkevaluating .thinkpagesub,
.thinkevaluating .thinktooltext,
.thinkevaluating .thinksample a:hover,
.thinkevaluating .thinkPage a:hover,
.thinkevaluating .thinkpagevia a:hover{
    color: #AB60BA;
}
.tc,
.accordion-create a:hover,
.accordion-create .activeRef,
.thinkcreating .thinkpageText,
.thinkcreating .thinkpagesub,
.thinkcreating .thinktooltext,
.thinkcreating .thinksample a:hover,
.thinkcreating .thinkPage a:hover,
.thinkcreating .thinkpagevia a:hover{
    color: #8960BF;
}
.tg,
.accordion-gather a:hover,
.accordion-gather .activeRef,
.thinkgathering .thinkpageText,
.thinkgathering .thinkpagesub,
.thinkgathering .thinktooltext,
.thinkgathering .thinksample a:hover,
.thinkgathering .thinkPage a:hover,
.thinkgathering .thinkpagevia a:hover{
    color: #ED9254;
}
.thinkframing .thinkpageguide{
  border-bottom: 1px solid #E0695A;
  color: #E0695A;
}
.thinkideating .thinkpageguide{
  border-bottom: 1px solid #DD5B7D;
  color: #DD5B7D;
}
.thinkevaluating .thinkpageguide{
  border-bottom: 1px solid #AB60BA;
  color: #AB60BA;
}
.thinkcreating .thinkpageguide{
  border-bottom: 1px solid #8960BF;
  color: #8960BF;
}
.thinkgathering .thinkpageguide{
  border-bottom: 1px solid #ED9254;
  color: #ED9254;
}
.thinkframing .thinkfooter{
  background-color: #E0695A; 
}
.thinkideating .thinkfooter{
  background-color: #DD5B7D; 
}
.thinkevaluating .thinkfooter{
  background-color: #AB60BA; 
}
.thinkcreating .thinkfooter{
  background-color: #8960BF; 
}
.thinkgathering .thinkfooter{
  background-color: #ED9254; 
}
.webinaritem{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}
.webdate{
  font-family: Source Sans Pro;
  font-size: 18px;
  /*color: #221f1f;*/
 margin-top: 20px;
}
.webtime{
  font-family: Source Sans Pro;
  font-size: 14px;
  color: #838383;
   margin-top: 5px;
}
.webheader{
  margin-top: 40px;
}
.webheader h2{
  font-size: 18px;
  font-weight: 600;
}
.webbutton 
{
  margin-top: 20px;
  color: #fff;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-size: 18px;
  height: 40px;
  width: 120px;
  text-align: center;
  
  
  line-height: 38px;

  
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  
}

.makespace{
  height: 400px;
}

/*CSS Call pages*/


#billResult{
color:red;
}

#row-schedule .webtime{
  display: inline;
}
.callCard
{
  height: 250px;
    margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 5px;
 /* background-color:#fff;*/
   -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}

#row-schedule{
  margin-top: -10px;
}

#row-schedule .timeslot{
    margin-bottom: 5px;
      height: 32px;
      border-bottom: 1px solid white;
      background-color: white;

}

#row-schedule h1 {
  font-family: GibsonRegular;
  font-size: 14px;
 
  margin-top: 5px;
  font-size: 18px;

}
#row-schedule h2{
    border-bottom: 1px solid rgb(187, 187, 187);
  margin-bottom: 10px;
}


#textareabox {
  height: 100px;
}
#textareabox textarea{
  width: 480px;
}

.away{
  display: none;
}
.calender{
  margin: 12px;
  height: 140px;
  border: 1px solid rgb(228, 228, 228);
  width: 95%;
  -webkit-box-shadow: 5px 6px 7px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 6px 7px -7px rgba(0,0,0,0.75);
  box-shadow: 5px 6px 7px -7px rgba(0,0,0,0.75);
}

.calenderHeader{
  width: 100%;
border-bottom: 1px solid #E7E7E7;
height: 25px;
align-content: center;
text-align: center;
line-height: 23px;

}
.calenderHeader span{
  line-height: 25px;
}
.calenderPage{
    margin-top: 28px;
  text-align: center;

}

.calenderPage h1{
 
   
  line-height: 2px;
}
#btn-box{
    width: 40%;
}

.reservebtnbooked{
  color: #fff;
  font-family: 'GibsonLight', Verdana, sans-serif;
  width: 60px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 5px;
  background: #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none; 
}
.reservebtn{
  color: #fff;
  font-family: 'GibsonLight', Verdana, sans-serif;
  width: 84px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 5px;
  background: #00ae5b;
  
  border-radius: 2px;
  border: none; 
}
.reservebtn:hover {
  color: #fff;
  background: #00CC66;

}

.form-group .signUpBtnMidNew{
  background: #00BF64 ;
  color: white;
  cursor: pointer;
  width: 230px;

}


.signUpBtnMidNew:hover{
  background: #00CC66 !important;
}
.cancelBtnMidNew{
  cursor: pointer;
  width: 215px;
}

.webtime span{
  color:red;
}
.form-bkg{
 display: none;
 width:100%;
 height: 100%;
 background-color: rgba(0,0,0,0.5);
position: fixed;
top: 0px;
z-index: 2;
}
.goal-form{
padding: 30px;
padding-right: 30px;
background-color: #fff;
width: 500px;
position: absolute;
border: 1px solid #ccc;
top: calc(50% - 205px);
left:  calc(50% - 250px);
 border-radius: 4px;
 border: none;
}


.form-left-column{
  width: 50%;
  display: inline;
  float: left;
  height: 60px;
}
.form-right-column{
  width: 50%;
  display: inline;
  height: 60px;
  float: right;
}



.InputContainerSmall{
  width: 240px;
  height: 60px;
  margin-top: 10px;

}
.InputContainerLarge{
  width: 480px;
  height: 60px;
  margin-top: 10px;
  
}

.form-group input {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  height: 30px;
  text-align: left;
  border: 1px solid #e5e5e5;

}

.form-group select{
    -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  background-color: #f5f5f5;
  height: 30px;
  text-align: left;
  border: 1px solid #e5e5e5;
  


}
.form-group textarea{

    -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #000000;
  background-color: #f5f5f5;
 
  text-align: left;
  border: 1px solid #e5e5e5;
  padding-left: 7px;
}

.form-group label {
  height: 15px;
  width: 250px;
    margin-bottom: 3px;
}
.form-group .reasonlabel{
    margin-bottom: 5px;
}
 .enterIndustry{
    width: 97%;
}
.enterEmail{
width: 490px;
}
.enterCompany{
width: 230px;

}
.enterName{
  width: 215px;
}
.enterEmailDnD{
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 20px;
  /*margin-bottom: 10px;*/
}

.dnd_label{
text-align: center;
margin-bottom: 5px;

}

.form-group .labellarge {
  height: 30px;
}
.usercount{
  width: 50%;
  background-color: white;
  height: 100%;
  }

  #webtimesmall{
    font-size:13px;
    display: none !important;
      margin-top: 1px !important;
  }
  .timeslot:hover { 
      cursor: default;
  }
   .timeslot:hover  #webtimesmall{

    display: block !important;
  }

  #row-schedule a:hover{
    text-decoration: none !important; 
  }

  .backgroundTimeslot{
    z-index: 0;
  position: absolute;

  }
  #calculateBox{
    display:none;
  }
 #calculateBox select{
    width: 100%;
  }

  .imgBox{
  height: 150px;
  margin: 5px;
  }
  .callerBox{
  height: 150px;
  width: 50%;
  }

  .callerBox img{
      height: 150px;
  }
   .callerBox .webdate{
      font-size: 22px;
  /* color: #221f1f; */
  margin-top: 10px;
  margin-left: 10px;
 
  }
   .callerBox .webtime{
  width: 130px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 18px;
 
  }

.bottom-aligner{
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.bottom-aligned{
    display: inline-block;
}

.headslot{
  height:40px !important;
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid white;
  background-color: white;
}
.headslot .daytext{
   font-family: 'GibsonRegular', Verdana, sans-serif;
  letter-spacing: -1px;
  font-size: 20px;
  color: #666;
  padding-top: 3px;
}
.headslot .datetext{
  font-family: 'GibsonRegular', Verdana, sans-serif;
  font-size: 14px;
}
.other{
  display: none;
}

.cancelBtnMid{
  cursor: pointer;
      border: none;

}
.signBtnGreen{
      border: none;
}



/* End call pages css*/
