@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  #arkadia-credit {
    display: none !important;
  }
  #client-login {
    font-size: 22px !important;
  }
  #footer {
    background-color: #1f1f1d !important;
  }
  #itunes-link {
    display: block !important;
  }
  #menu {
    padding-top: 30px !important;
  }
  #try-us {
    display: none !important;
  }
  .fixed-nav-bar {
    position: absolute !important;
    min-width: 1260px;
  }
  .mobile-nav-bar {
    display: block !important;
  }
  .pages {
    display: none !important;
  }
  .web-nav-bar {
    display: none !important;
  }
  #Credentials {
    min-width: 1260px;
  }
}
@media only screen and (max-device-width: 640px) and (orientation: landscape) {
  #arkadia-credit {
    display: none !important;
  }
  #client-login {
    font-size: 22px !important;
  }
  #footer {
    background-color: #1f1f1d !important;
  }
  #itunes-link {
    display: block !important;
  }
  #menu {
    padding-top: 30px !important;
  }
  #try-us {
    display: none !important;
  }
  .fixed-nav-bar {
    position: absolute !important;
    min-width: 1260px;
  }
  .pages {
    display: none !important;
  }
  .mobile-nav-bar {
    display: block !important;
  }
  .web-nav-bar {
    display: none !important;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
  #arkadia-credit {
    display: none !important;
  }
  #itunes-link {
    display: block !important;
  }
  #Credentials {
    min-width: 1260px;
  }
}
body {
  background-color: #1f1f1d;
  font-family: 'Graphik-Regular', Verdana, sans-serif !important;
}
.mobile-nav-bar {
  display: none;
}
#itunes-link {
  display: none;
  margin-top: 0px !important;
}
/* Layout */

.left-panel {
  height: 100%;
  min-width: 180px;
  font-size: 0;
}
.middle-left-panel {
  height: 100%;
  padding: 0px 20px 0px 20px;
  width: 292px;
}
.middle-right-panel {
  height: 100%;
  padding: 0px 20px 0px 20px;
  width: 570px;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
}
.right-panel {
  height: 100%;
  padding: 0px 20px 0px 20px;
  width: 326px;
}
.fixed-nav-bar {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  background-color: black;
  height: 90px;
  width: 100%;
  z-index: 999;
  font-family: 'Graphik-Medium', Verdana, Sans-Serif;
}
.fixed-nav-bar a {
  color: white;
  text-decoration: none;
}
.fixed-nav-bar a:hover {
  color: #ff3333;
}
.fixed-nav-bar .login-screen {
  position: relative;
}
.fixed-nav-bar .validation-messages {
  position: absolute;
  top: 0;
  right: -275px;
  z-index: 9999;
  color: white;
}
.fixed-nav-bar .sign-in {
  margin-top: -30px;
  text-align: right;
}
.fixed-nav-bar .sign-in input[type="text"],
.fixed-nav-bar .sign-in input[type="password"] {
  width: 190px;
  margin-bottom: 3px;
  border-radius: 3px;
  font-family: 'Graphik-Regular', Verdana, sans-serif;
}
.fixed-nav-bar .sign-in #RememberMe {
  margin-top: -3px;
}
.fixed-nav-bar .sign-in #log-in {
  margin-top: 5px;
  background-color: #ff3333;
  color: White;
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
  border-radius: 3px;
  border: none;
  padding: 5px 30px 5px 30px;
}
.circle {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-color: #ff3333;
}
.pages {
  width: 200px;
  margin: 0px auto;
}
.pages a {
  width: 15px;
  height: 15px;
  padding: 7.5px;
}
.pages a.off {
  background-image: url(/Content/External/Images/grey-dot.png);
  background-repeat: no-repeat;
}
.pages a.on {
  background-image: url(/Content/External/Images/red-dot.png);
  background-repeat: no-repeat;
}
#engagement-bar {
  position: fixed;
  bottom: 265px;
  left: 20px;
  z-index: 99999;
  /*text-align: center;
    line-height: 75px;
    font-size: 15px;
    color: #fff;
    height:71px;
    width: 71px;*/

}
.engagement {
  background: url('/Content/External/Images/engagementbar.png') no-repeat top left;
  width: 144px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 5px;
}
.engagement.ContactUs-Active {
  background-position: 0px 0px;
}
.engagement.ContactUs-Inactive {
  background-position: -146px 0px;
}
.engagement.ContactUs-Inactive:hover {
  background-position: 0px 0px;
}
.engagement.LearnMore-Active {
  background-position: -292px 0px;
}
.engagement.LearnMore-Inactive {
  background-position: -438px 0px;
}
.engagement.LearnMore-Inactive:hover {
  background-position: -292px 0px;
}
.engagement.Newsletter-Active {
  background-position: -584px 0px;
}
.engagement.Newsletter-Inactive {
  background-position: -730px 0px;
}
.engagement.Newsletter-Inactive:hover {
  background-position: -584px 0px;
}
.engagement.RequestDemo-Active {
  background-position: -876px 0px;
}
.engagement.RequestDemo-Inactive {
  background-position: -1022px 0px;
}
.engagement.RequestDemo-Inactive:hover {
  background-position: -876px 0px;
}
.engagement.RequestProfile-Active {
  background-position: -1168px 0px;
}
.engagement.RequestProfile-Inactive {
  background-position: -1314px 0px;
}
.engagement.RequestProfile-Inactive:hover {
  background-position: -1168px 0px;
}
.engagement.SignUp-Active {
  background-position: -1460px 0px;
}
.engagement.SignUp-Inactive {
  background-position: -1606px 0px;
}
.engagement.SignUp-Inactive:hover {
  background-position: -1460px 0px;
}
#logo {
  margin-right: -1px;
}
#home {
  height: 35px;
  padding-top: 55px;
  font-family: 'Graphik-Semibold', Verdana, Sans-Serif;
  font-size: 22px;
}
#home a {
  color: #9a9898 !important;
}
#menu {
  padding-top: 55px;
  width: 302px;
  font-size: 18px;
}
#menu img {
  margin-right: 30px;
  margin-top: 5px;
}
.menu-link {
  cursor: pointer;
}
#menu-box {
  width: 396px !important;
}
#client-login {
  padding-top: 55px;
  width: 70px;
  font-size: 18px;
  padding-left: 20px;
  height: 35px;
  border-left: 1px solid #a2a2a2;
}
#news {
  padding-top: 55px;
  font-size: 18px;
  padding-left: 18px;
  height: 35px;
  width: 192px;
}
#news img {
  margin-top: 5px;
}
#blog {
  padding-top: 40px;
  font-size: 18px;
}
#nav {
  font-size: 18px;
  background-color: black;
  height: 130px;
  width: 100%;
  z-index: 999;
  opacity: 0.8;
  color: gray;
}
#nav .middle-left-panel {
  border-left: 1px solid black;
}
#nav .middle-right-panel {
  height: 130px;
}
#nav a.nav-link {
  color: gray;
  padding: 3px 0px 2px 0px;
  letter-spacing: 0px;
}
#nav a.nav-link:hover {
  color: #ff3333 !important;
}
#nav li {
  border-top: 1px solid #a2a2a2;
  padding: 8px 0px 4px 0px;
  width: 125px;
}
#nav ul.news {
  margin-left: 18px;
}
#news-left li {
  width: 102px !important;
}
#news-right li {
  width: 74px !important;
}
#subnav-container {
  width: 1260px;
  height: 80px;
  margin: 0 auto;
}
#subnav-container .middle-right-panel {
  width: 396px !important;
}
#navigation-links {
  height: 130px;
  width: 302px;
  border-right: 1px solid #a2a2a2;
}
a.forgot-info {
  margin-top: 5px;
  font-size: 12px;
}
h1 {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 80px;
  line-height: 68px;
  margin: 0;
  padding: 0;
  font-weight: normal !important;
  letter-spacing: -6px;
}
ul {
  list-style-type: none;
}
.white {
  color: white !important;
}
.off-white {
  color: #dcdbdb !important;
}
.red {
  color: #ff3333 !important;
}
.black {
  color: black;
}
.grey {
  color: #7d7d7d;
}
.active {
  color: #ff3333 !important;
}
/* Font Stacks */

.medium {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
}
.semi {
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
}
.blk {
  font-family: 'Graphik-Black', Verdana, sans-serif;
}
.regular {
  font-family: 'Graphik-Regular', Verdana, sans-serif;
}
.italic {
  font-family: 'Graphik-RegularItalic', Verdana, sans-serif;
}
.bold {
  Font-family: 'Graphik-Bold', Verdana, Sans-Serif;
}
.light {
  font-family: 'Graphik-Light', Verdana, sans-serif;
}
a:focus {
  outline: none !important;
  outline-offset: 0px;
}
a:link {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.light-text {
  color: #eeeeee;
}
.section {
  height: 500px;
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
.scrollable {
  width: 100%;
  min-width: 1260px;
}
#nav-container {
  height: 100%;
  width: 1260px;
  margin: 0 auto;
}
#nav-container .middle-left-panel {
  color: white !important;
  border-left: 1px solid black;
}
#nav-container .middle-right-panel {
  color: #ff3333 !important;
}
#Mission {
  height: 410px;
  z-index: 998;
  margin: 90px auto;
  text-align: right;
  /*.section
    {
        background: url('/Content/External/Images/Mission-bg.jpg');
        background-repeat: no-repeat;
        background-position: 180px 0px;
    }*/

}
#Mission h1 {
  line-height: 72px !important;
  font-size: 72px !important;
  margin-top: 111px;
  margin-right: 15px;
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
}
#Mission #learn-more {
  margin-right: 15px;
  cursor: pointer;
}
#Mission .mission-subtitle {
  color: #ff3333 !important;
  font-family: 'Graphik-Light', Verdana, sans-serif;
  margin-right: 15px;
  font-size: 32px !important;
}
#Mission .watch-video {
  margin-right: 15px;
  height: 50px;
  width: 159px;
  background-color: #ff3333;
  background-image: none;
  color: white;
  text-align: center;
  border-radius: 6px;
  border: medium none;
  font-size: 22px;
  position: relative;
}
#Mission .watch-video span {
  font-weight: bold;
  left: 25px;
  position: absolute;
  top: 17px;
}
#Mission .smaller {
  font-size: 20px !important;
  font-family: 'Graphik-Regular' !important;
}
#Segments {
  height: 90px;
}
#Segments .landing-page {
  height: 57px;
  width: 26%;
  padding-left: 12px;
  padding-right: 5px;
  padding-top: 18px;
  padding-bottom: 15px;
  color: white;
  background-color: #1f1f1d;
}
#Segments .landing-page .title {
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
  font-size: 24px;
  line-height: 14px;
  letter-spacing: -1px;
}
#Segments .landing-page .sub-title {
  font-family: 'Graphik-Light', Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
#Segments .landing-page:hover {
  background-color: #393936;
}
#Segments #middle {
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 29%;
}
#Credentials {
  background-color: white;
  height: 101px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
}
#Credentials .logo {
  margin-right: 35px;
}
#Credentials .last-logo {
  margin-right: 0px !important;
  margin-left: 4px;
}
#Credentials #nyt {
  padding-top: 0px;
}
#Credentials #forbes {
  padding-top: 34px;
}
#Credentials #ft {
  padding-top: 26px;
}
#Credentials #vb {
  padding-top: 16px;
}
#Credentials #stanford {
  padding-top: 27px;
}
#Credentials #economist {
  padding-top: 16px;
}
#OurBeliefs {
  background: #f2f2f2 url(/Content/External/Images/ourbeliefs-building-corner.png) 100% 428px no-repeat;
}
#OurBeliefs .section {
  height: 750px;
}
#OurBeliefs .overlay {
  background-color: white;
  height: 800px;
  position: absolute;
  width: 1200px;
}
#OurBeliefs .left-panel {
  background-color: white;
  border-right: 1px solid #a2a2a2;
}
#OurBeliefs .middle-panel {
  background-color: White;
  height: 730px;
  padding: 10px;
  position: relative;
  width: 924px;
}
#OurBeliefs .middle-panel .arrow {
  color: #a2a2a2;
}
#OurBeliefs .icons-panel {
  border-top: 1px solid #a2a2a2;
  margin: 15px 0 0 -10px;
}
#OurBeliefs #our-beliefs h1 {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 68px;
  margin-left: 10px;
}
#OurBeliefs #our-beliefs p {
  font-family: 'Graphik-Regular', Verdana, sans-serif;
  color: #999999;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 22px;
  margin-left: 333px;
  padding-left: 10px;
  width: 550px;
}
#OurBeliefs #our-beliefs .text {
  margin-top: 480px;
  width: 100%;
}
#OurBeliefs #our-beliefs .text .red {
  margin-left: -3px;
}
#OurBeliefs #our-beliefs .home {
  background: url(/Content/External/Images/ourbeliefs-home.jpg) top left no-repeat;
  background-color: white;
}
#OurBeliefs #our-beliefs .home h1 {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  color: black !important;
  font-size: 95px;
  line-height: 88px;
}
#OurBeliefs #our-beliefs .home p {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  color: black !important;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 28px;
  margin-left: 0;
  padding-left: 10px;
  width: 65%;
}
#OurBeliefs #our-beliefs .home .text {
  margin-top: 325px !important;
  bottom: 50px;
}
#OurBeliefs #our-beliefs .curated {
  background: url(/Content/External/Images/ourbeliefs-curated.jpg) top left no-repeat;
  background-color: white;
}
#OurBeliefs #our-beliefs .research-driven {
  background: url(/Content/External/Images/ourbeliefs-research.jpg) top left no-repeat;
  background-color: white;
}
#OurBeliefs #our-beliefs .eliminating-friction {
  background: url(/Content/External/Images/ourbeliefs-friction.jpg) top left no-repeat;
  background-color: white;
}
#OurBeliefs #our-beliefs .simplicity {
  background: url(/Content/External/Images/ourbeliefs-simplicity.jpg) top left no-repeat;
  background-color: white;
}
#OurBeliefs #our-beliefs .full-person {
  background: url(/Content/External/Images/ourbeliefs-fullperson.jpg) top left no-repeat;
  background-color: white;
}
#OurBeliefs #our-beliefs-pages.pages {
  margin: 31px 0 25px 315px;
}
#OurBeliefs #our-beliefs-pages.pages a {
  background-repeat: no-repeat;
  text-decoration: none;
  margin-right: 25px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_0.on {
  background-image: none;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_0.off {
  background-image: none;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_1.off {
  background-image: url(/Content/External/Images/belief-icons/first-icon.png);
  background-position: 0 5px;
  padding: 22px 20px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_1.on {
  background-image: url(/Content/External/Images/belief-icons/red-icons.png);
  background-position: 0 -4px;
  padding: 22px 20px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_2.off {
  background-image: url(/Content/External/Images/belief-icons/second-icon.png);
  background-position: 0 8px;
  padding: 25px 24px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_2.on {
  background-image: url(/Content/External/Images/belief-icons/red-icons.png);
  background-position: -71px 0;
  padding: 25px 24px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_3.off {
  background-image: url(/Content/External/Images/belief-icons/third-icon.png);
  background-position: 0 5px;
  padding: 19px 26px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_3.on {
  background-image: url(/Content/External/Images/belief-icons/red-icons.png);
  background-position: -145px -6px;
  padding: 19px 26px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_4.off {
  background-image: url(/Content/External/Images/belief-icons/fourth-icon.png);
  background-position: 0 5px;
  padding: 19px 22px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_4.on {
  background-image: url(/Content/External/Images/belief-icons/red-icons.png);
  background-position: -234px -7px;
  padding: 19px 22px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_5.off {
  background-image: url(/Content/External/Images/belief-icons/fifth-icon.png);
  background-position: -17px 15px;
  padding: 41px 31px;
}
#OurBeliefs #our-beliefs-pages.pages a.belief_5.on {
  background-image: url(/Content/External/Images/belief-icons/red-icons.png);
  background-position: -306px 15px;
  padding: 41px 31px;
}
#ProductPeek {
  position: relative;
  background: #1f1f1d url(/Content/External/Images/ProductPeek-bg-right-panel.png) bottom right no-repeat;
}
#ProductPeek #top-left-geometric {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Content/External/Images/ProductPeek-top-left-geometric.png) no-repeat top left;
  padding: 270px 335px;
}
#ProductPeek .section {
  height: 900px;
}
#ProductPeek .middle-panel {
  padding-top: 120px;
  padding-left: 10px;
  padding-right: 10px;
  width: 925px;
  position: relative;
}
#ProductPeek .middle-panel img {
  height: 450px;
}
#ProductPeek a:hover {
  text-decoration: none;
}
#ProductPeek a.arrow {
  color: #555555 !important;
}
#ProductPeek a.arrow:hover {
  color: #ff3333 !important;
}
#ProductPeek .product-peek-header-container {
  margin-left: 10px;
}
#ProductPeek .productpeek-header {
  width: 592px;
  height: 154px;
  margin-left: 30px;
  margin-top: 5px;
}
#ProductPeek .productpeek-header h1 {
  line-height: 60px;
  white-space: nowrap;
}
#ProductPeek .productpeek-header p {
  margin-top: 15px;
  margin-left: 3px;
  color: #cccccc;
  font-size: 35px;
  letter-spacing: -2px;
  line-height: 30px;
}
#ProductPeek .productpeek-features {
  margin-top: 20px;
}
#ProductPeek .productpeek-features ul {
  margin-left: 40px;
  margin-top: 30px;
  color: #bbbbbb;
  list-style-type: disc;
  width: 220px;
  font-size: 12px;
}
#ProductPeek .productpeek-features ul p {
  margin-top: 10px;
  margin-left: 3px;
  color: #cccccc;
  font-size: 19px;
  line-height: 23px;
}
#ProductPeek .productpeek-features ul li {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}
#ProductPeek .productpeek-features ul li span {
  position: relative;
  left: -5px;
}
#ProductPeek .productpeek-features ul li span.bold {
  left: 0px;
}
#ProductPeek .video-wrapper {
  height: 370px;
  width: 640px;
}
#ProductPeek .video-text {
  width: 238px;
  font-size: 16px;
  line-height: 18px;
  color: #bbbbbb;
  margin-left: 20px;
  margin-top: 60px;
}
#ProductPeek #appstore {
  width: 235px;
  height: 80px;
  margin-top: 90px;
  margin-left: 30px;
}
#ProductPeek #playstore {
  width: 235px;
  height: 80px;
  margin-top: 10px;
  margin-left: 30px;
}
#ProductPeek #appexchange {
  height: 69px;
  width: 170px;
  margin-top: 10px;
}
#ProductPeek .right-panel img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
  position: absolute;
  right: -250px;
  bottom: -105px;
}
#AboutYou {
  background: #898787 url(/Content/External/Images/WeWorkWith-bg.jpg) no-repeat 48% 72%;
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
  color: black;
}
#AboutYou .section {
  height: 808px;
  position: relative;
}
#AboutYou .overlay {
  background-color: white;
  height: 800px;
  position: absolute;
  width: 1200px;
}
#AboutYou .left-panel {
  background-position: 0px 200px;
  border-right: 1px solid #a2a2a2;
}
#AboutYou .middle-panel {
  background: #898787;
  padding-left: 0px;
  padding-right: 0px;
  width: 924px;
  position: relative;
  margin-top: 115px;
}
#AboutYou .middle-panel h1 {
  color: black;
  font-size: 95px;
  line-height: 95px;
  margin-bottom: 6px;
  margin-left: 10px;
}
#AboutYou .middle-panel .arrow {
  top: 300px;
}
#AboutYou .middle-panel .corporations.main .about-you-content {
  background: url(/Content/External/Images/Corporate-Image-2.jpg) no-repeat;
  background-size: cover;
}
#AboutYou .middle-panel .fin-inst.main .about-you-content {
  background: url(/Content/External/Images/Financial-Image-2.jpg) no-repeat;
  background-size: cover;
}
#AboutYou .middle-panel .non-profit.main .about-you-content {
  background: url(/Content/External/Images/Nonprofit-Image-2.jpg) no-repeat;
  background-size: cover;
}
#AboutYou .middle-panel .non-profit.main .about-you-content #non-profit-title {
  width: 520px;
}
#AboutYou .middle-panel ul {
  list-style-type: disc !important;
}
#AboutYou .middle-panel ul li {
  margin-bottom: 28px !important;
  line-height: inherit !important;
}
#AboutYou .middle-panel .about-you-content {
  border-top: 1px solid #666666;
  padding: 0px 30px 20px 30px;
  height: 486px;
}
#AboutYou .middle-panel .about-you-main {
  padding-top: 20px;
}
#AboutYou .middle-panel .about-you-columns .about-you-column {
  float: left;
  padding: 20px 20px 0px 20px;
  width: 247px;
  text-align: center;
  font-family: 'Graphik-Regular', Verdana, sans-serif;
  font-size: 16px;
  color: white;
  line-height: initial;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .title {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  color: black;
  font-size: 26px;
  margin-bottom: 40px;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .client {
  margin-bottom: 20px;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .press {
  margin-bottom: 25px;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .press a {
  color: white !important;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .press .headline {
  text-decoration: underline;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .press .source {
  font-style: italic;
}
#AboutYou .middle-panel .about-you-columns .about-you-column .story {
  margin-bottom: 30px;
  font-style: italic;
}
#AboutYou .middle-panel .about-you-columns .about-you-divider {
  float: left;
  width: 1px;
  height: 425px;
  background-color: #666666;
}
#AboutYou #about-you-pagers {
  position: absolute;
  bottom: 100px;
  left: 400px;
}
#AboutYou #about-you-pagers .badge {
  font-family: 'Graphik-Regular', Verdana, sans-serif;
  font-size: 14px;
  color: white;
  background-color: black;
  cursor: pointer;
  margin-left: 36px;
  padding: 5px;
}
#AboutYou #about-you-pagers :hover {
  background-color: white;
  color: #ff3333;
}
#AboutYou #about-you-pagers .badge-active {
  background-color: white !important;
  color: #ff3333;
}
#RequestADemo {
  background: white url(/Content/External/Images/RequestADemo-Monitor.jpg) center right no-repeat;
}
#RequestADemo .section {
  height: 850px;
}
#RequestADemo .left-panel {
  border-right: 1px solid #a2a2a2;
  position: relative;
}
#RequestADemo .middle-panel {
  margin-top: 110px;
  padding: 10px 0px 10px 0px;
}
#RequestADemo .middle-panel #request-demo-content {
  margin-left: 20px;
  width: 623px;
}
#RequestADemo .middle-panel #request-demo-content h1 {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 95px;
  letter-spacing: -3px;
  line-height: 80px;
  margin-bottom: 20px;
}
#RequestADemo .middle-panel #request-demo-content p {
  font-family: 'Graphik-Regular', Verdana, sans-serif;
  color: #999999;
  font-size: 27px;
  letter-spacing: -1px;
  line-height: 30px;
  width: 590px;
}
#RequestADemo .middle-panel #request-demo-content form {
  margin-top: 30px;
  width: 650px;
}
#RequestADemo .middle-panel #request-demo-content form .form-field {
  height: 50px;
  margin: 5px 20px 0 0;
  width: 270px;
}
#RequestADemo .middle-panel #request-demo-content form .form-field input[type="text"],
#RequestADemo .middle-panel #request-demo-content form .form-field select {
  border: 1px solid #cdcdcd;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
}
#RequestADemo .middle-panel #request-demo-content form .form-field label {
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
}
#RequestADemo .middle-panel #request-demo-content form .form-field input:focus {
  background-color: white;
  border: 1px solid #9e9e9e;
}
#RequestADemo .middle-panel #request-demo-content form .form-field p {
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 22px;
  margin-left: 3px;
}
#RequestADemo .middle-panel #request-demo-content form a {
  color: black;
}
#RequestADemo .middle-panel #request-demo-content #required-fields {
  font-size: 12px;
  letter-spacing: 0px;
  margin-top: 20px;
}
#RequestADemo .middle-panel #request-demo-content #submit-request-a-demo {
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
  font-size: 22px;
  margin-left: 396px;
}
#RequestADemo .middle-panel #request-demo-content #submit-request-a-demo:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#RequestADemo .middle-panel #request-demo-content #request-demo-success {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin-top: 25px;
}
#RequestADemo .request-demo-big-button {
  margin-top: 40px;
  margin-left: 320px;
  font-size: 14pt;
  padding: 12px;
  font-weight: bold;
}
#AboutUs {
  background-color: #1f1f1d;
  height: 895px !important;
}
#AboutUs .section {
  height: 860px;
  position: relative;
}
#AboutUs p {
  font-size: 16px;
  line-height: 21px;
}
#AboutUs .middle-panel {
  padding-left: 0px;
  padding-top: 0px;
  position: relative;
}
#AboutUs .middle-panel h1 {
  margin-bottom: 10px;
  font-size: 95px;
  line-height: 95px;
}
#AboutUs .middle-panel .home .about-header-container {
  border-left: 1px solid #5b5d5b;
}
#AboutUs .middle-panel .home .about-header-container .about-header {
  margin-left: 15px;
  margin-top: 115px;
}
#AboutUs .middle-panel .home .bring-science-container {
  border-left: 1px solid #5b5d5b;
  height: 120px;
}
#AboutUs .middle-panel .home .bring-science-container .bring-science {
  color: #888888;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 28px;
  margin-left: 20px;
}
#AboutUs .middle-panel .home .win-client-container {
  border-left: none;
  border-right: none;
  height: 120px;
}
#AboutUs .middle-panel .home .win-client-container .win-client {
  font-size: 17px;
  line-height: 21px;
  width: 550px;
}
#AboutUs .middle-panel .home .five-hundred-container {
  border-left: 1px solid #5b5d5b;
  height: 170px;
  padding-right: 0px;
}
#AboutUs .middle-panel .home .five-hundred-container .five-hundred {
  margin-left: 10px;
  margin-top: 30px;
  padding-right: 0px;
}
#AboutUs .middle-panel .home .researchers-patents-container {
  border-left: none;
  border-right: none;
  height: 170px;
  padding-left: 0px;
  padding-right: 0px;
  width: 635px;
}
#AboutUs .middle-panel .home .researchers-patents-container .researchers {
  margin-left: 10px;
  margin-top: 50px;
  width: 200px;
}
#AboutUs .middle-panel .home .researchers-patents-container .patent-border {
  border-left: 1px solid #5b5d5b;
  height: 170px;
  margin-left: 20px;
  margin-right: 20px;
}
#AboutUs .middle-panel .home .researchers-patents-container .thirty {
  height: 160px;
  margin-top: 30px;
}
#AboutUs .middle-panel .home .researchers-patents-container .patents {
  margin-left: 28px;
  margin-top: 30px;
  width: 160px;
}
#AboutUs .middle-panel .home .number {
  font-size: 150px;
  line-height: 120px;
  letter-spacing: -8px;
  color: #515150;
}
#AboutUs .middle-panel .home .oversight-container {
  border-bottom: 1px solid #5b5d5b;
  height: 170px;
  width: 935px;
}
#AboutUs .middle-panel .home .oversight-container .human-oversight {
  font-size: 58px;
  letter-spacing: -3px;
  line-height: 50px;
  margin-left: 10px;
  margin-top: 40px;
}
#AboutUs .middle-panel .home .oversight-container .data-cleanliness {
  margin-left: 20px;
  margin-top: 35px;
  width: 145px;
}
#AboutUs .middle-panel .home .oversight-container .data-cleanliness-border {
  border-left: 1px solid #5b5d5b;
  height: 170px;
  margin-left: 40px;
  margin-right: 40px;
}
#AboutUs .middle-panel .home .oversight-container .knowledgeable {
  margin-top: 35px;
  width: 170px;
}
#AboutUs .middle-left-panel {
  width: 312px;
  border-bottom: 1px solid #666666;
  border-left: none;
  padding-left: 0px;
}
#AboutUs .sub-head p {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  margin-left: 20px !important;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #888888 !important;
  letter-spacing: -1px !important;
}
#AboutUs .middle-right-panel {
  border-bottom: 1px solid #666666;
  font-size: 20px;
  line-height: 26px;
  color: #777777 !important;
}
#AboutUs .meet-the-team {
  border-top: 1px solid #1f1f1d;
  background-color: white;
}
#AboutUs .meet-the-team .teamHeader {
  padding-left: 10px;
  text-align: left;
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -3px;
}
#AboutUs .meet-the-team .brady-bunch {
  height: 705px;
}
#AboutUs .meet-the-team .brady-bunch .row {
  margin: 0px;
  height: 266px;
  margin-top: 1px;
}
#AboutUs .meet-the-team .brady-bunch .row .column {
  position: relative;
  float: left;
  width: 314px;
  margin-left: 4px;
  height: 100%;
  text-align: center;
}
#AboutUs .meet-the-team .brady-bunch .row .column img {
  opacity: 0.5;
}
#AboutUs .meet-the-team .brady-bunch .row .column .plusIcon {
  position: absolute;
  left: 220px;
  top: 10px;
  width: 24px;
  height: 22px;
  padding-top: 2px;
  color: white;
  font-size: 22px;
  background: #ff3333;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#AboutUs .meet-the-team .brady-bunch .row .column .infoBox {
  display: none;
  position: absolute;
  width: 280px;
  height: 230px;
  left: 245px;
  bottom: 0;
  z-index: 1001;
  background-color: #e0dfdd;
  color: #7d7d7d;
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  text-align: left;
  padding: 5px 10px;
}
#AboutUs .meet-the-team .brady-bunch .row .column .infoBox .nameAndTitle {
  font-size: 15px;
}
#AboutUs .meet-the-team .brady-bunch .row .column .infoBox .email {
  margin-top: 5px;
  font-size: 11px;
  font-style: italic;
}
#AboutUs .meet-the-team .brady-bunch .row .column .infoBox .infoSection {
  margin-top: 5px;
}
#AboutUs .meet-the-team .brady-bunch .row .column .infoBox .infoSection .infoItem {
  font-size: 11px;
  line-height: 12px;
}
#AboutUs .meet-the-team .brady-bunch .row .column .infoBox .infoSection .infoItem:first-child {
  margin-top: 1px;
}
#AboutUs .meet-the-team .brady-bunch .row .column:first-child {
  margin-left: 0px;
}
#AboutUs .meet-the-team .brady-bunch .row .column:last-child .infoBox {
  right: 280px;
  left: initial;
}
#AboutUs .meet-the-team .brady-bunch .row .column.hovered img {
  opacity: 1;
}
#AboutUs .meet-the-team .brady-bunch .row .column.hovered .infoBox {
  display: block;
}
#AboutUs .meet-the-team .brady-bunch .row .column.bright img {
  opacity: 1;
}
#AboutUs .meet-the-team .brady-bunch .row:first-child {
  margin-top: 0px;
}
#AboutUs .bio-icon {
  position: absolute;
  padding: 12px;
  background: transparent url(/Content/External/Images/red-circle-solo.png) left top no-repeat;
  z-index: 999999;
}
#AboutUs .bio-icon-hover {
  background: transparent url(/Content/External/Images/red-circle-solo-hover.png) left top no-repeat;
  cursor: pointer;
}
#AboutUs .bio-icon:hover {
  background: transparent url(/Content/External/Images/red-circle-solo-hover.png) left top no-repeat;
  cursor: pointer;
}
#AboutUs #team-background {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 800px;
  background: transparent url(/Content/External/Images/team-pic-trial.jpg) center top no-repeat;
}
#AboutUs #team-background .horizontal {
  margin-top: 489px;
  left: 0px;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #858585;
}
#AboutUs .pages {
  margin-top: 40px;
}
#AboutUs .investors .top .middle-panel {
  padding-left: 20px;
  width: 250px;
}
#AboutUs .investors .top .middle-right-panel p {
  margin-left: 70px;
  margin-top: 30px;
  width: 460px;
}
#AboutUs .investors .top-text {
  margin-top: 100px !important;
  height: 99px !important;
}
#AboutUs .investors .top h1 {
  margin-top: 30px !important;
}
#AboutUs .clients .top .middle-panel {
  width: 200px;
}
#AboutUs .clients .top .middle-right-panel {
  margin-left: 152px;
  padding-left: 0px;
  padding-right: 0px;
  width: 595px;
}
#AboutUs .clients .top .middle-right-panel .client-left {
  width: 300px;
}
#AboutUs .clients .top .middle-right-panel .client-right {
  margin-left: 50px;
  width: 245px;
}
#AboutUs .clients .middle-right-panel,
#AboutUs .investors .middle-right-panel {
  border: 0;
  margin-left: 25px;
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  height: 800px;
}
#AboutUs .clients .middle-right-panel p,
#AboutUs .investors .middle-right-panel p {
  font-size: 16px;
  line-height: 21px;
}
#AboutUs .clients .middle-right-panel span.semi,
#AboutUs .investors .middle-right-panel span.semi {
  margin-bottom: 5px;
}
#AboutUs .clients .top h1,
#AboutUs .investors .top h1 {
  font-size: 80px;
  line-height: 68px;
  letter-spacing: -3px;
  margin-top: 100px;
  font-family: 'Graphik-Medium', Verdana, sans-serif;
}
#AboutUs .clients .top .top-text,
#AboutUs .investors .top .top-text {
  margin-top: 110px;
  height: 120px;
}
#AboutUs .clients .middle-panel,
#AboutUs .investors .middle-panel {
  margin-top: 50px;
}
#AboutUs .clients #clients-list,
#AboutUs .investors #clients-list {
  width: 100%;
  height: 460px;
  margin-top: 10px;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
#AboutUs .clients #clients-list .client-logos,
#AboutUs .investors #clients-list .client-logos {
  margin-top: 20px;
  margin-left: 20px;
}
#AboutUs .clients #clients-list table,
#AboutUs .investors #clients-list table {
  border-spacing: 0;
  border: 0;
  margin: 0 auto;
}
#AboutUs .clients #clients-list table td,
#AboutUs .investors #clients-list table td {
  width: 200px;
  text-align: center;
}
#AboutUs .clients .bottom-text,
#AboutUs .investors .bottom-text {
  color: #7d7d7d;
  padding-left: 0;
  margin: 10px 0 0 0;
}
#AboutUs .clients .bottom-text div,
#AboutUs .investors .bottom-text div {
  float: left;
  width: 255px;
  margin-right: 25px;
}
#AboutUs .clients .bottom-text p,
#AboutUs .investors .bottom-text p {
  font-family: 'Graphik-Regular', Verdana, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
#AboutUs .clients .bottom-text p.top,
#AboutUs .investors .bottom-text p.top {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}
#AboutUs .investors-listing-container {
  width: 100%;
  height: 440px;
  margin-top: 10px;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  padding-top: 20px;
  padding-left: 20px;
  font-family: 'Graphik-Medium', Verdana, sans-serif;
}
#AboutUs .investors-listing-container ul {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  color: white;
  width: 400px;
}
#AboutUs .investors-listing-container ul li {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -3px;
}
#AboutUs .investors-listing-container .longer-ul {
  width: 500px;
}
#AboutUs .headtext {
  height: 350px;
}
#AboutUs #slideshow {
  position: relative;
}
#AboutUs #slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
#ContactUs {
  background-color: white;
}
#ContactUs .section {
  height: 785px;
}
#ContactUs .left-panel {
  border-right: 1px solid #c7c7c7;
}
#ContactUs .middle-panel {
  border-right: 1px solid #c7c7c7;
  height: 765px;
  padding: 10px 0px 10px 0px;
  width: 683px;
}
#ContactUs .middle-panel h1 {
  font-weight: normal;
  margin-bottom: 90px;
  margin-left: 20px;
  margin-top: 134px;
}
#ContactUs .middle-panel h4 {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
  margin-left: 20px;
  text-transform: none;
}
#ContactUs .middle-panel #contact-us-content-left {
  border-top: 1px solid #c7c7c7;
  padding: 20px;
  padding-top: 14px;
}
#ContactUs .middle-panel #contact-us-content-left p {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  font-size: 27px;
  letter-spacing: -2px;
  line-height: 30px;
  margin-bottom: 15px;
}
#ContactUs .middle-panel .contact-numbers-container {
  letter-spacing: -1px;
  margin-left: 20px;
}
#ContactUs .middle-panel .contact-numbers-container div {
  width: 331px;
}
#ContactUs .middle-panel .contact-numbers-container h5 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 2px;
  line-height: 21px;
}
#ContactUs .middle-panel .contact-numbers-container p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 2px;
}
#ContactUs .middle-panel .contact-numbers-container p a {
  color: #7d7d7d;
  text-decoration: none;
}
#ContactUs .right-panel {
  padding: 0px 0px 0px 0px;
  width: 260px;
}
#ContactUs .right-panel #stay-in-touch {
  padding-top: 293px;
}
#ContactUs .right-panel #stay-in-touch h4 {
  font-size: 17px;
  line-height: 21px;
  margin-left: 20px;
  text-transform: none;
  font-weight: normal;
}
#ContactUs .right-panel #contact-us-content-right {
  border-top: 1px solid #c7c7c7;
  padding: 20px;
}
#ContactUs .right-panel #contact-us-content-right form.form p label {
  text-align: left !important;
}
#ContactUs .right-panel #contact-us-content-right form.form p.required label {
  background: none !important;
}
.arrow {
  position: absolute;
  bottom: 375px;
  padding: 59px 44px;
  z-index: 999999;
}
.arrow:hover {
  cursor: pointer;
}
.left-arrow {
  background: url(/Content/External/Images/carousel-left.png) no-repeat center left;
  left: -125px;
}
.left-arrow:hover {
  background: url(/Content/External/Images/carousel-left-hover.png) no-repeat center left;
}
.right-arrow {
  background: url(/Content/External/Images/carousel-right.png) no-repeat center left;
  right: -125px;
}
.right-arrow:hover {
  background: url(/Content/External/Images/carousel-right-hover.png) no-repeat center left;
}
.bullet {
  width: 15px;
  height: 15px;
  margin-right: 25px;
  display: inline;
}
#Footer {
  background-color: black;
  font-size: 11px;
  height: 120px;
  line-height: 16px;
}
#Footer a {
  color: white;
  cursor: pointer;
}
#Footer a:hover {
  color: #ff3333;
}
#Footer #footer-link-container {
  margin-top: 20px;
  text-align: center;
  width: 965px;
}
#Footer #footer-link-container #footer-nav {
  font-size: 18px;
}
#Footer #footer-link-container #footer-nav .separator {
  color: #ff3333;
  padding: 0px 20px 0px 20px;
}
#Footer #footer-link-container .footer-subnav {
  padding-bottom: 3px;
  color: #eeeeee;
}
#Footer #footer-link-container .footer-subnav a {
  color: #eeeeee;
}
#Footer #footer-link-container .footer-subnav a:hover {
  color: #ff3333;
}
#Footer #footer-link-container .footer-subnav .push-right {
  padding: 0px 20px 0px 20px;
}
#Footer #footer-link-container .footer-subnav #myModal {
  color: #333333;
}
#Footer .section {
  height: 120px;
}
#Footer #social-icons {
  width: 330px;
  margin-top: -55px;
  margin-right: -50px;
}
#Footer #social-icons .social {
  margin-right: 5px !important;
  width: 32px;
  height: 32px;
  background-color: #ff3333;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#Footer #social-icons .social i {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  color: white;
}
#Footer #social-icons .social i.itunes {
  top: 6px !important;
  font-size: 18px;
}
#Footer #social-icons .social:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#myModal {
  text-align: left;
  font-family: 'Graphik-Regular', Verdana, sans-serif;
}
#myModal h5,
#myModal h3 {
  font-family: 'Graphik-Regular', Verdana, sans-serif;
  letter-spacing: -1px;
}
#myModal ul {
  list-style-type: disc;
}
#myModal a {
  color: black;
  margin: 0px;
}
#loading-icon {
  width: 131px;
  height: 45px;
}
#SignUp {
  font-family: 'Graphik-Medium', Verdana, sans-serif;
  background-color: white;
}
#SignUp .section {
  height: 785px;
}
#SignUp .spacefiller {
  background-color: white;
  padding: 10px 0px 10px 0px;
  padding-top: 100px;
}
#SignUp .titlebar {
  background-color: #7d7d7d;
}
#SignUp .titlebar .section {
  height: 80px;
}
#SignUp .titlebar .titlesection {
  height: 54px;
}
#SignUp .titlebar h1 {
  font-weight: normal;
  font-size: 54px;
  color: white;
}
#SignUp .titlebar .middle-panel {
  width: 1000px;
  padding: 0px 0px 0px 0px;
}
#SignUp .middle-panel {
  padding: 10px 0px 10px 0px;
  width: 400px;
}
#SignUp .right-panel {
  padding: 10px 0px 10px 0px;
  width: 600px;
}
#SignUp .right-panel form {
  margin-top: 30px;
  width: 650px;
}
#SignUp .right-panel form .form-field {
  height: 50px;
  margin: 5px 20px 0 0;
  width: 270px;
}
#SignUp .right-panel form .form-field input[type="text"],
#SignUp .right-panel form .form-field select {
  border: 1px solid #cdcdcd;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
}
#SignUp .right-panel form .form-field label {
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
}
#SignUp .right-panel form .form-field input:focus {
  background-color: white;
  border: 1px solid #9e9e9e;
}
#SignUp .right-panel form .form-field p {
  font-family: 'Graphik-Semibold', Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 22px;
  margin-left: 3px;
}
#SignUp .right-panel form a {
  color: black;
}
#free-promo {
  width: 280px;
  height: 160px;
  border: 1px solid white;
  box-shadow: 0 0 5px black;
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.free-promo-close {
  position: relative;
  right: -15px;
  top: -125px;
  color: white;
  opacity: 0.5;
  font-size: 24px;
  font-family: 'Graphik-Regular';
}
