/* line 1, ../sass/_bootstrap-overrides.sass */
body {
  font-family: "Open Sans", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #f1f1f1;
  color: #676767;
}

.program {
  color: #0a7d89;
  font-weight: bold;
}
/* line 11, ../sass/_bootstrap-overrides.sass */
.container {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 15, ../sass/_bootstrap-overrides.sass */
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 19, ../sass/_bootstrap-overrides.sass */
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 23, ../sass/_bootstrap-overrides.sass */
  .container {
    width: 100%;
    max-width: 1600px;
  }
}
/* line 29, ../sass/_bootstrap-overrides.sass */
.carousel {
  margin-bottom: 30px;
}

/* line 32, ../sass/_bootstrap-overrides.sass */
.carousel-indicators {
  margin-bottom: 0;
}

/* line 35, ../sass/_bootstrap-overrides.sass */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* line 40, ../sass/_bootstrap-overrides.sass */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: auto;
  bottom: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 40, ../sass/_bootstrap-overrides.sass */
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    bottom: 10px;
  }
}

/* line 51, ../sass/_bootstrap-overrides.sass */
.carousel-on-white .carousel-indicators li {
  border-color: #0EABBC;
}
/* line 54, ../sass/_bootstrap-overrides.sass */
.carousel-on-white .carousel-indicators .active {
  background-color: #0EABBC;
}
/* line 57, ../sass/_bootstrap-overrides.sass */
.carousel-on-white .carousel-control, .carousel-on-white .carousel-control:hover, .carousel-on-white .carousel-control:focus {
  color: #0EABBC;
}
/* line 60, ../sass/_bootstrap-overrides.sass */
.carousel-on-white .carousel-control {
  top: auto;
  height: 50px;
}

/* line 66, ../sass/_bootstrap-overrides.sass */
.form-group {
  margin-bottom: 20px;
}

/* line 69, ../sass/_bootstrap-overrides.sass */
.form-control {
  padding: 6px 20px;
  background-color: #fafafa;
  border: 1px solid #dadada;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 48px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  /* line 78, ../sass/_bootstrap-overrides.sass */
  .form-row .columns {
    width: 100%;
    float: none;
  }
}

/* line 83, ../sass/_bootstrap-overrides.sass */
.form-control-static {
  color: #cccccc;
  font-style: italic;
  font-size: 18px;
  padding: 6px 20px;
}

/* line 89, ../sass/_bootstrap-overrides.sass */
label {
  font-weight: normal;
  color: #736868;
  padding-left: 20px;
}

/* line 94, ../sass/_bootstrap-overrides.sass */
input[type=file] {
  padding: 6px 20px;
}

/* line 98, ../sass/_bootstrap-overrides.sass */
.checkbox label {
  padding-left: 0;
}
/* line 100, ../sass/_bootstrap-overrides.sass */
.checkbox strong {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 105, ../sass/_bootstrap-overrides.sass */
legend {
  font-weight: 400;
  color: #0EABBC;
  font-size: 24px;
  margin-top: 20px;
  border-bottom: 0;
}

/* line 114, ../sass/_bootstrap-overrides.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

/* line 119, ../sass/_bootstrap-overrides.sass */
h1, h2, h3, h4, h5, h6, p, li {
  margin: 0;
  padding: 0;
}

/* line 123, ../sass/_bootstrap-overrides.sass */
ul, ol {
  margin: 0;
}

/* line 126, ../sass/_bootstrap-overrides.sass */
p, ul, ol, li {
  margin-bottom: 20px;
}

/* line 129, ../sass/_bootstrap-overrides.sass */
h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

/* line 133, ../sass/_bootstrap-overrides.sass */
h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

/* line 137, ../sass/_bootstrap-overrides.sass */
h4, h5, h6 {
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 142, ../sass/_bootstrap-overrides.sass */
h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/* line 148, ../sass/_bootstrap-overrides.sass */
.fa-ul li {
  margin-bottom: 20px;
}
/* line 151, ../sass/_bootstrap-overrides.sass */
.fa-ul .fa-star {
  color: #cccccc;
}

/* line 156, ../sass/_bootstrap-overrides.sass */
a {
  color: #116170;
}
/* line 158, ../sass/_bootstrap-overrides.sass */
a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}
/* line 160, ../sass/_bootstrap-overrides.sass */
a:hover, a:active {
  color: #116170;
}
/* line 1, ../sass/_grid.sass */
.row {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_grid.sass */
  .row {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 13, ../sass/_grid.sass */
.columns {
  float: left;
  min-height: 1px;
  padding: 0 30px;
}

/* line 18, ../sass/_grid.sass */
.one {
  width: 8.33333%;
}

/* line 21, ../sass/_grid.sass */
.two {
  width: 16.66667%;
}

/* line 24, ../sass/_grid.sass */
.three {
  width: 25%;
}

/* line 27, ../sass/_grid.sass */
.four {
  width: 33.33333%;
}

/* line 30, ../sass/_grid.sass */
.five {
  width: 41.66667%;
}

/* line 33, ../sass/_grid.sass */
.six {
  width: 50%;
}

/* line 36, ../sass/_grid.sass */
.seven {
  width: 58.33333%;
}

/* line 39, ../sass/_grid.sass */
.eight {
  width: 66.66667%;
}

/* line 42, ../sass/_grid.sass */
.nine {
  width: 75%;
}

/* line 45, ../sass/_grid.sass */
.ten {
  width: 83.33333%;
}

/* line 48, ../sass/_grid.sass */
.eleven {
  width: 91.66667%;
}

/* line 51, ../sass/_grid.sass */
.twelve {
  width: 100%;
}

/* line 9, ../sass/_navigation.sass */
.main-header ul, .main-header ol, .main-header li {
  margin-bottom: 0;
}

/* line 12, ../sass/_navigation.sass */
.nav-link-dashboard {
  margin-top: 45px;
  margin-right: 50px;
  text-transform: uppercase;
}
/* line 16, ../sass/_navigation.sass */
.nav-link-dashboard a {
  color: #676767;
}
/* line 3, ../sass/_navigation.sass */
.nav-link-dashboard a:hover {
  color: #0a7d89;
}
/* line 5, ../sass/_navigation.sass */
.nav-link-dashboard a:active {
  color: #0a7d89;
}

@media only screen and (min-width: 992px) and (max-width:1199px){
  .hidden-md {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 19, ../sass/_navigation.sass */
  .hamburger {
    position: absolute;
    z-index: 15;
  }
}

/* line 24, ../sass/_navigation.sass */
.hamburger-toggle {
  font-size: 42px;
}

/* line 27, ../sass/_navigation.sass */
.hamburger-menu {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 27, ../sass/_navigation.sass */
  .hamburger-menu {
    display: block!important
  }
}
@media only screen and (max-width: 1023px) and (min-width: 480px) {
  /* line 27, ../sass/_navigation.sass */
  .hamburger-menu {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 27, ../sass/_navigation.sass */
  .hamburger-menu {
    padding-left: 15px;
  }
}
/* line 38, ../sass/_navigation.sass */
.hamburger-menu a {
  color: #676767;
}
/* line 3, ../sass/_navigation.sass */
.hamburger-menu a:hover {
  color: #0a7d89;
}
/* line 5, ../sass/_navigation.sass */
.hamburger-menu a:active {
  color: #0a7d89;
}

/* line 41, ../sass/_navigation.sass */
.main-navigation {
  border-width: 1px 0;
  border-style: solid;
  border-color: #dedede;
  margin-top: 8px;
}
/* line 47, ../sass/_navigation.sass */
.marginless .main-navigation {
  border-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 41, ../sass/_navigation.sass */
  .main-navigation {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 60, ../sass/_navigation.sass */
  .navigation-links, .nav-link-dashboard {
    display: none;
  }
}

/* line 64, ../sass/_navigation.sass */
.navigation-links {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-left: 20px;
  margin-bottom: -1px;
  overflow: visible;
}
/* line 49, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.navigation-links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 70, ../sass/_navigation.sass */
.navigation-links > li {
  float: left;
  margin-left: -1px;
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
/* line 80, ../sass/_navigation.sass */
.navigation-links > li.active-section {
  border-color: transparent #dedede whitesmoke;
  background-color: whitesmoke;
  margin-bottom: -1px;
  z-index: 11;
}
/* line 85, ../sass/_navigation.sass */
.navigation-links > li.active-section a {
  padding-bottom: 11px;
}
/* line 88, ../sass/_navigation.sass */
.navigation-links > li.active {
  border-color: transparent #dedede;
  background-color: whitesmoke;
}
/* line 91, ../sass/_navigation.sass */
.navigation-links > li.active:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #116170;
}
/* line 101, ../sass/_navigation.sass */
.navigation-links > li:hover {
  background-color: whitesmoke;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #dedede;
}
/* line 108, ../sass/_navigation.sass */
.navigation-links > li:hover > .dropdown-subnavigation, .navigation-links > li:hover > .mobile-navigation {
  display: block;
}
/* line 111, ../sass/_navigation.sass */
.navigation-links > li:first-child {
  margin-left: 0;
}
/* line 114, ../sass/_navigation.sass */
.navigation-links > li a {
  color: #676767;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
}
/* line 3, ../sass/_navigation.sass */
.navigation-links > li a:hover {
  color: #0a7d89;
}
/* line 5, ../sass/_navigation.sass */
.navigation-links > li a:active {
  color: #0a7d89;
}
/* line 119, ../sass/_navigation.sass */
.navigation-links > li a:hover {
  color: #0a7d89;
}
/* line 124, ../sass/_navigation.sass */
.navigation-links.primary {
  text-transform: uppercase;
}
/* line 129, ../sass/_navigation.sass */
.navigation-links.secondary {
  margin-left: 31px;
}
@media only screen and (max-width: 767px) {
  /* line 129, ../sass/_navigation.sass */
  .navigation-links.secondary {
    margin-left: 0;
  }
}
/* line 133, ../sass/_navigation.sass */
.navigation-links.secondary a {
  padding: 11px 20px;
}
/* line 136, ../sass/_navigation.sass */
.navigation-links.secondary li:hover {
  border-color: transparent;
}
/* line 138, ../sass/_navigation.sass */
.navigation-links.secondary li.active {
  border-color: transparent;
}

/* line 141, ../sass/_navigation.sass */
.dropdown-subnavigation, .mobile-navigation, .tertiary-navigation-menu {
  display: none;
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 0;
  padding-left: 0;
  margin-left: -1px;
  margin-top: 1px;
  border-bottom: 1px solid #dedede;
  min-width: 120%;
}
/* line 150, ../sass/_navigation.sass */
.active-section .dropdown-subnavigation, .active-section .mobile-navigation, .active-section .tertiary-navigation-menu {
  margin-top: 0;
}
/* line 154, ../sass/_navigation.sass */
.dropdown-subnavigation li, .mobile-navigation li, .tertiary-navigation-menu li {
  display: block;
  background-color: whitesmoke;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede #dedede transparent #dedede;
}
/* line 160, ../sass/_navigation.sass */
.dropdown-subnavigation li:hover, .mobile-navigation li:hover, .tertiary-navigation-menu li:hover {
  background-color: #f1f1f1;
}
/* line 162, ../sass/_navigation.sass */
.dropdown-subnavigation a, .mobile-navigation a, .tertiary-navigation-menu a {
  display: block !important;
  padding: 11px 30px;
}
/* line 165, ../sass/_navigation.sass */
.dropdown-subnavigation a:hover, .mobile-navigation a:hover, .tertiary-navigation-menu a:hover {
  color: #0a7d89;
}
/* line 167, ../sass/_navigation.sass */
.dropdown-subnavigation a:active, .mobile-navigation a:active, .tertiary-navigation-menu a:active {
  color: #0a7d89;
}

/* line 170, ../sass/_navigation.sass */
.mobile-navigation {
  max-width: 384px;
  width: 100%;
  margin-top: 20px;
  -webkit-box-shadow: #cccccc 0 0 5px;
  -moz-box-shadow: #cccccc 0 0 5px;
  box-shadow: #cccccc 0 0 5px;
}
/* line 176, ../sass/_navigation.sass */
.mobile-navigation a {
  text-transform: uppercase;
}

/* line 179, ../sass/_navigation.sass */
.main-subnavigation {
  background-color: whitesmoke;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dedede;
}
/* line 187, ../sass/_navigation.sass */
.main-subnavigation.centered .columns {
  text-align: center;
}
/* line 189, ../sass/_navigation.sass */
.main-subnavigation.centered .navigation-links {
  margin-bottom: -4px;
  display: inline-block;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 189, ../sass/_navigation.sass */
  .main-subnavigation.centered .navigation-links {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 179, ../sass/_navigation.sass */
  .main-subnavigation {
    margin-bottom: 0;
    text-align: center;
    border-width: 1px 0 0;
  }
  /* line 200, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links {
    position: absolute;
    z-index: 15;
    border-bottom: 1px solid #dedede;
    top: 38px;
    left: 50%;
    display: none;
  }
  /* line 207, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links li, .main-subnavigation .navigation-links li.active {
    float: none;
    display: block;
    background-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #dedede transparent #dedede;
    margin-left: 0;
  }
  /* line 215, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links li:hover, .main-subnavigation .navigation-links li.active:hover {
    border-color: #dedede;
    background-color: #f1f1f1;
  }
  /* line 218, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links li.active:before, .main-subnavigation .navigation-links li.active.active:before {
    display: none;
  }
  /* line 220, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links a {
    display: block;
    padding: 12px 30px;
  }
  /* line 223, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links a:hover {
    color: #0a7d89;
  }
  /* line 225, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links a:active {
    color: #0a7d89;
  }
}
@media only screen and (max-width: 480px) {
  /* line 229, ../sass/_navigation.sass */
  .main-subnavigation .navigation-links {
    width: 100%;
    left: 0;
  }
}

/* line 233, ../sass/_navigation.sass */
.cta-links {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-right: 50px;
}
/* line 49, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.cta-links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 236, ../sass/_navigation.sass */
.cta-links a {
  padding-top: 11px;
  padding-bottom: 11px;
}
/* line 239, ../sass/_navigation.sass */
.cta-links li {
  margin-left: 10px;
}
/* line 241, ../sass/_navigation.sass */
.cta-links li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 233, ../sass/_navigation.sass */
  .cta-links {
    margin-right: 0;
  }
  /* line 246, ../sass/_navigation.sass */
  .cta-links li {
    display: block;
    margin-top: 5px;
  }
  /* line 251, ../sass/_navigation.sass */
  .cta-links .button {
    width: 135px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 233, ../sass/_navigation.sass */
  .cta-links {
    display: none;
  }
}



.cta-links{
  display:none;
}

@media only screen and (min-width: 767px) and (max-width: 1023px)  {

  .cta-links{
    display:block;
    position:absolute;
    top:0;
    right:0px;
    text-align: right;
  }

}

/* line 260, ../sass/_navigation.sass */
.subnavigation-indicator {
  display: none;
  color: #676767;
  text-transform: uppercase;
  padding: 10px 20px;
}
/* line 3, ../sass/_navigation.sass */
.subnavigation-indicator:hover {
  color: #0a7d89;
}
/* line 5, ../sass/_navigation.sass */
.subnavigation-indicator:active {
  color: #0a7d89;
}
@media only screen and (max-width: 1023px) {
  /* line 260, ../sass/_navigation.sass */
  .subnavigation-indicator {
    display: inline-block;
  }
}

/* line 269, ../sass/_navigation.sass */
.down-icon {
  border: 1px solid #cccccc;
  font-size: 9px;
  color: #116170;
  padding: 2px 4px;
  vertical-align: middle;
}

/* line 276, ../sass/_navigation.sass */
.tertiary-navigation-indiciator {
  position: relative;
  cursor: pointer;
}

/* line 280, ../sass/_navigation.sass */
.tertiary-navigation-menu {
  min-width: 0;
  left: 60%;
  margin-top: 10px;
}
/* line 284, ../sass/_navigation.sass */
.tertiary-navigation-menu ul, .tertiary-navigation-menu ol, .tertiary-navigation-menu li {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  /* line 280, ../sass/_navigation.sass */
  .tertiary-navigation-menu {
    width: 100%;
    left: 0;
  }
}

/* line 290, ../sass/_navigation.sass */
.tertiary-faux-link {
  border-bottom: 1px dotted #c5e4ea;
}

/* line 1, ../sass/_main-header.sass */
.main-header {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  position: relative;
  z-index: 25;
  padding-top:10px;
  padding-bottom:10px;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/_main-header.sass */
  .main-header {
    margin-bottom: 0;
  }
}
/* line 10, ../sass/_main-header.sass */
.main-header.marginless {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 13, ../sass/_main-header.sass */
  .main-header .columns {
    width: 100%;
    float: none;
  }
}
/* line 18, ../sass/_main-header.sass */
.main-header h1 {
  margin: 20px 0 18px;
}
@media only screen and (max-width: 400px) {
  /* line 18, ../sass/_main-header.sass */
  .main-header h1 {
    padding-left: 44px;
  }
}

/* line 23, ../sass/_main-header.sass */
.organization-logo {
  display: inline-block;
  width: 234px;
  height: 78px;
  padding:0;
  margin:0;
  background: url("../img/logo-vertical.png") no-repeat center;
  background-size: auto 78px;
  text-indent: -9999px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 16;
  position: relative;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 23, ../sass/_main-header.sass */
  .organization-logo {
    background: url("../img/logo-vertical-retina.png") no-repeat center;
    background-size: auto 78px ;
    height:78px;
  }
}

/* line 1, ../sass/_hero-image.sass */
.hero-image {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  /* line 6, ../sass/_hero-image.sass */
  .hero-image img {
    width: 1200px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 11, ../sass/_hero-image.sass */
  .hero-image img {
    width: 1024px;
    height: auto;
  }
}

/* line 15, ../sass/_hero-image.sass */
.hero-caption {
  position: absolute;
  top: 70px;
  left: 275px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 320px;
  padding: 48px 37px;
  z-index: 1;
}
/* line 23, ../sass/_hero-image.sass */
.hero-caption h2 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: normal;
}
/* line 27, ../sass/_hero-image.sass */
.hero-caption p {
  margin-bottom: 25px;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  /* line 15, ../sass/_hero-image.sass */
  .hero-caption {
    left: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 15, ../sass/_hero-image.sass */
  .hero-caption {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../sass/_hero-image.sass */
  .hero-caption {
    padding: 25px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 15, ../sass/_hero-image.sass */
  .hero-caption {
    top: 1px;
  }
}

/* line 2, ../sass/_about.sass */
.about-row h2 {
  color: #116170;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 40px;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
}
/* line 12, ../sass/_about.sass */
.about-row p {
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/_about.sass */
  .about-row p {
    font-size: 16px;
  }
}
/* line 19, ../sass/_about.sass */
.about-row .fa {
  display: block;
  width: 30px;
  margin: 0 auto;
  color: #cccccc;
  background: white;
  margin-top: -10px;
  position: relative;
  font-size: 21px;
}
@media only screen and (max-width: 639px) {
  /* line 30, ../sass/_about.sass */
  .about-row .columns {
    float: none;
    width: 100%;
  }
  /* line 33, ../sass/_about.sass */
  .about-row .columns h2 {
    margin-top: 40px;
  }
  /* line 35, ../sass/_about.sass */
  .about-row .columns p {
    margin-bottom: 40px;
  }
}
/* line 37, ../sass/_about.sass */
.about-row .more-link {
  margin-top: 20px;
}

/* line 1, ../sass/_headline-image.sass */
.headline-image {
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
  /* line 1, ../sass/_headline-image.sass */
  .headline-image {
    height: auto !important;
    background-size: cover;
  }
}
/* line 9, ../sass/_headline-image.sass */
.headline-image.green-headline h2 {
  color: #00718F;
}

/* line 12, ../sass/_headline-image.sass */
.headline-content {
  background-color: white;
  max-width: 590px;
  padding: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 639px) {
  /* line 12, ../sass/_headline-image.sass */
  .headline-content {
    margin: 10px;
    padding: 20px;
  }
  /* line 22, ../sass/_headline-image.sass */
  .headline-content h2 {
    font-size: 30px;
  }
}
/* line 25, ../sass/_headline-image.sass */
.headline-content .about-row {
  margin-top: 40px;
}
/* line 27, ../sass/_headline-image.sass */
.headline-content .about-row:first-child {
  margin-top: 0;
}
/* line 29, ../sass/_headline-image.sass */
.headline-content .about-row h2 {
  margin-top: 0;
}
/* line 31, ../sass/_headline-image.sass */
.headline-content .about-row p {
  margin-bottom: 0;
}

/* line 1, ../sass/_newsletter.sass */
.newsletter-title-row {
  margin: 45px 0;
}

/* line 4, ../sass/_newsletter.sass */
.newsletter-links {
  font-size: 16px;
}
/* line 6, ../sass/_newsletter.sass */
.newsletter-links ul {
  list-style: none;
  margin: 20px 0 40px;
}
/* line 11, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.newsletter-links ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 9, ../sass/_newsletter.sass */
.newsletter-links li {
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 15, ../sass/_newsletter.sass */
.newsletter-row .submit-button-row {
  margin: 40px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/_newsletter.sass */
  .newsletter-row .columns {
    float: none;
    width: 100%;
  }
}

/* line 1, ../sass/_video.sass */
.video-row {
  background-color: #0a7d89;
}

/* line 6, ../sass/_video.sass */
.video-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
/* line 10, ../sass/_video.sass */
.video-wrapper .inner-video-wrapper {
  position: relative;
  padding-bottom: 52.5%;
  padding-top: 25px;
  height: 0;
}
/* line 16, ../sass/_video.sass */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/_boxed-section.sass */
.boxed-section-title-row {
  margin: 45px 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_boxed-section.sass */
  .boxed-section-title-row {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* line 7, ../sass/_boxed-section.sass */
  .boxed-section-row {
    border: none !important;
  }
}
/* line 11, ../sass/_boxed-section.sass */
.boxed-section-row .fa {
  font-size: 48px;
  position: absolute;
  top: 150px;
  left: 60px;
  color: white;
}
/* line 17, ../sass/_boxed-section.sass */
.boxed-section-row .fa.fa-group, .boxed-section-row .fa.fa-money {
  font-size: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  /* line 11, ../sass/_boxed-section.sass */
  .boxed-section-row .fa {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/_boxed-section.sass */
  .boxed-section-row .fa {
    display: none;
  }
}
/* line 23, ../sass/_boxed-section.sass */
.boxed-section-row .icon {
  height: 120px;
  width: 120px;
  content: " ";
  background-color: rgba(86, 175, 192, 0.25);
  display: inline-block;
  position: absolute;
  top: 115px;
  left: 45px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  /* line 23, ../sass/_boxed-section.sass */
  .boxed-section-row .icon {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/_boxed-section.sass */
  .boxed-section-row .icon {
    display: none;
  }
}
/* line 38, ../sass/_boxed-section.sass */
.boxed-section-row a {
  display: block;
}
/* line 40, ../sass/_boxed-section.sass */
.boxed-section-row h2, .boxed-section-row p {
  padding-left: 90px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  /* line 40, ../sass/_boxed-section.sass */
  .boxed-section-row h2, .boxed-section-row p {
    padding-left: 70px;
  }
}
/* line 46, ../sass/_boxed-section.sass */
.boxed-section-row h2 {
  margin-bottom: 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../sass/_boxed-section.sass */
  .boxed-section-row h2 {
    font-size: 20px;
    padding: 0;
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
/* line 56, ../sass/_boxed-section.sass */
.boxed-section-row p {
  margin-bottom: 45px;
  margin-right: 40px;
  font-size: 16px;
  min-height: 130px;
  color: #676767;
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  /* line 56, ../sass/_boxed-section.sass */
  .boxed-section-row p {
    margin-right: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 56, ../sass/_boxed-section.sass */
  .boxed-section-row p {
    display: none;
  }
}
/* line 67, ../sass/_boxed-section.sass */
.boxed-section-row .columns {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 67, ../sass/_boxed-section.sass */
  .boxed-section-row .columns {
    width: 100%;
    float: none;
  }
}

/* line 1, ../sass/_people-slider.sass */
.people-title-row {
  margin: 45px 0;
}

/* line 4, ../sass/_people-slider.sass */
.people-photo-row {
  padding: 0 20px;
  margin-bottom: 20px;
}
/* line 7, ../sass/_people-slider.sass */
.people-photo-row .columns {
  padding: 0 10px;
}
/* line 9, ../sass/_people-slider.sass */
.people-photo-row img {
  width: 100%;
  height: auto;
}
/* line 12, ../sass/_people-slider.sass */
.people-photo-row h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
/* line 17, ../sass/_people-slider.sass */
.people-photo-row p {
  margin: 10px 0 40px;
}
@media only screen and (max-width: 639px) {
  /* line 21, ../sass/_people-slider.sass */
  .people-photo-row .columns {
    width: 50%;
  }
}

/* line 24, ../sass/_people-slider.sass */
.centered-people-container {
  padding: 0;
}
/* line 27, ../sass/_people-slider.sass */
.centered-people-container .people-photo-row {
  padding: 0 10px;
}
@media only screen and (max-width: 639px) {
  /* line 24, ../sass/_people-slider.sass */
  .centered-people-container {
    width: 100%;
  }
  /* line 32, ../sass/_people-slider.sass */
  .centered-people-container .columns {
    width: 50%;
  }
}

/* line 2, ../sass/_footer.sass */
.sponsors-row .columns {
  padding: 30px;
}
@media only screen and (max-width: 639px) {
  /* line 2, ../sass/_footer.sass */
  .sponsors-row .columns {
    float: none;
    width: 100%;
  }
}
/* line 7, ../sass/_footer.sass */
.sponsors-row .sponsor-2 img {
  margin-top: 40px;
}
@media only screen and (max-width: 639px) {
  /* line 7, ../sass/_footer.sass */
  .sponsors-row .sponsor-2 img {
    margin-top: 0;
  }
}

/* line 12, ../sass/_footer.sass */
.footer-links-row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  /* line 12, ../sass/_footer.sass */
  .footer-links-row {
    margin-bottom: 0;
  }
}
/* line 18, ../sass/_footer.sass */
.footer-links-row .columns {
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}
/* line 23, ../sass/_footer.sass */
.footer-links-row .columns:first-child {
  padding-right: 10px;
  padding-left: 0;
}
/* line 26, ../sass/_footer.sass */
.footer-links-row .columns .fa {
  color: #f1f1f1;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  font-size: 72px;
}
/* line 33, ../sass/_footer.sass */
.footer-links-row .columns.logo a {
  background-size: 163px 87px;
  background-position: -12px -10px;
}
/* line 38, ../sass/_footer.sass */
.footer-links-row .columns.videos .fa {
  top: 0;
  font-size: 76px;
}
/* line 42, ../sass/_footer.sass */
.footer-links-row .columns.startup .fa {
  top: 0;
  left: -15px;
  font-size: 76px;
}
@media only screen and (max-width: 639px) {
  /* line 18, ../sass/_footer.sass */
  .footer-links-row .columns {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  /* line 53, ../sass/_footer.sass */
  .footer-links-row .columns:first-child {
    padding: 0;
  }
}
/* line 56, ../sass/_footer.sass */
.footer-links-row a {
  height: 73px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 18px;
  background-color: #116170;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 66, ../sass/_footer.sass */
.footer-links-row a:hover {
  background-color: #0a7d89;
}
/* line 68, ../sass/_footer.sass */
.footer-links-row a.green {
  background-color: #00718F;
}
/* line 70, ../sass/_footer.sass */
.footer-links-row a.green:hover {
  background-color: #00495c;
}
/* line 72, ../sass/_footer.sass */
.footer-links-row a span {
  position: absolute;
  bottom: 4px;
  right: 8px;
  color: #f1f1f1;
}
@media only screen and (max-width: 480px) {
  /* line 72, ../sass/_footer.sass */
  .footer-links-row a span {
    width: 160px;
    text-align: right;
  }
}
/* line 80, ../sass/_footer.sass */
.footer-links-row a:hover span {
  color: white;
}

/* line 83, ../sass/_footer.sass */
.contact-row {
  margin-top: 50px;
  margin-bottom: 150px;
}
/* line 86, ../sass/_footer.sass */
.contact-row h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 90, ../sass/_footer.sass */
.contact-row .columns {
  padding-left: 100px;
}
@media only screen and (max-width: 639px) {
  /* line 90, ../sass/_footer.sass */
  .contact-row .columns {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
/* line 98, ../sass/_footer.sass */
.contact-row img {
  margin: 10px 0;
}

/* line 101, ../sass/_footer.sass */
.contact-address {
  line-height: 1.8;
}

/* line 1, ../sass/_zigzag.sass */
.zigzag-row {
  display: table;
  width: 100%;
}

/* line 5, ../sass/_zigzag.sass */
.zigzag-text, .zigzag-image, .zigzag-logo {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_zigzag.sass */
  .zigzag-text, .zigzag-image, .zigzag-logo {
    display: block;
    width: 100%;
  }
}

/* line 12, ../sass/_zigzag.sass */
.zigzag-text {
  background-color: #f3f3f3;
  padding: 40px 30px;
}
/* line 15, ../sass/_zigzag.sass */
.zigzag-text h2 {
  margin-bottom: 20px;
}

/* line 18, ../sass/_zigzag.sass */
.zigzag-image {
  background-color: #f3f3f3;
  text-align: center;
}
/* line 21, ../sass/_zigzag.sass */
.zigzag-image img {
  max-width: 522px;
}
/* line 25, ../sass/_zigzag.sass */
.zigzag-image.six img {
  max-width: 523px;
}

/* line 28, ../sass/_zigzag.sass */
.zigzag-logo {
  text-align: center;
}
/* line 30, ../sass/_zigzag.sass */
.zigzag-logo img {
  padding: 40px 30px;
  max-height: 300px;
}
/* line 34, ../sass/_zigzag.sass */
.zigzag-logo img.with-caption {
  padding-bottom: 80px;
}
/* line 38, ../sass/_zigzag.sass */
.zigzag-logo.six img {
  max-width: 500px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 38, ../sass/_zigzag.sass */
  .zigzag-logo.six img {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 47, ../sass/_zigzag.sass */
.zigzag-logo, .zigzag-image {
  position: relative;
}
/* line 51, ../sass/_zigzag.sass */
.zigzag-logo.three img, .zigzag-image.three img {
  max-width: 261px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 51, ../sass/_zigzag.sass */
  .zigzag-logo.three img, .zigzag-image.three img {
    max-width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/_zigzag.sass */
  .zigzag-logo.three img, .zigzag-image.three img {
    max-width: 320px;
  }
}
/* line 60, ../sass/_zigzag.sass */
.zigzag-logo.four img, .zigzag-image.four img {
  max-width: 349px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 60, ../sass/_zigzag.sass */
  .zigzag-logo.four img, .zigzag-image.four img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 60, ../sass/_zigzag.sass */
  .zigzag-logo.four img, .zigzag-image.four img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 69, ../sass/_zigzag.sass */
  .zigzag-logo.six img, .zigzag-image.six img {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 69, ../sass/_zigzag.sass */
  .zigzag-logo.six img, .zigzag-image.six img {
    max-width: 320px;
  }
}

/* line 75, ../sass/_zigzag.sass */
.zigzag-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e6e6e6;
  text-align: center;
  padding: 10px 20px;
}
/* line 84, ../sass/_zigzag.sass */
.zigzag-caption.overlay {
  background: none;
  padding: 0;
  font-size: 28px;
  text-transform: uppercase;
  bottom: 40px;
  color: white;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 97, ../sass/_zigzag.sass */
  .zigzag-image img {
    max-width: 100% !important;
  }
}
@-moz-document url-prefix() {
  /* line 101, ../sass/_zigzag.sass */
  .zigzag-caption {
    position: relative;
    display: block;
  }
}

/* line 1, ../sass/_eqheight.sass */
.eqheight-row {
  display: table;
  width: 100%;
}

/* line 5, ../sass/_eqheight.sass */
.eqheight-text, .eqheight-image, .eqheight-logo {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_eqheight.sass */
  .eqheight-text, .eqheight-image, .eqheight-logo {
    display: block;
    width: 100%;
  }
}

/* line 12, ../sass/_eqheight.sass */
.eqheight-text {
  background-color: #f3f3f3;
  padding: 40px 30px;
}
/* line 15, ../sass/_eqheight.sass */
.eqheight-text h2 {
  margin-bottom: 20px;
}

/* line 18, ../sass/_eqheight.sass */
.eqheight-image {
  background-color: #f3f3f3;
  text-align: center;
}
/* line 21, ../sass/_eqheight.sass */
.eqheight-image img {
  max-width: 522px;
}
/* line 25, ../sass/_eqheight.sass */
.eqheight-image.six img {
  max-width: 523px;
}

/* line 28, ../sass/_eqheight.sass */
.eqheight-logo {
  border-left: 1px solid white;
  text-align: center;
}
/* line 31, ../sass/_eqheight.sass */
.eqheight-logo:first-child {
  border-left: none;
}
/* line 33, ../sass/_eqheight.sass */
.eqheight-logo img {
  padding: 40px 30px;
  max-height: 300px;
}
/* line 37, ../sass/_eqheight.sass */
.eqheight-logo img.with-caption {
  padding-bottom: 80px;
}
/* line 41, ../sass/_eqheight.sass */
.eqheight-logo.six img {
  max-width: 500px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 41, ../sass/_eqheight.sass */
  .eqheight-logo.six img {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 50, ../sass/_eqheight.sass */
.eqheight-logo, .eqheight-image {
  position: relative;
}
/* line 54, ../sass/_eqheight.sass */
.eqheight-logo.three img, .eqheight-image.three img {
  max-width: 261px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 54, ../sass/_eqheight.sass */
  .eqheight-logo.three img, .eqheight-image.three img {
    max-width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 54, ../sass/_eqheight.sass */
  .eqheight-logo.three img, .eqheight-image.three img {
    max-width: 320px;
  }
}
/* line 63, ../sass/_eqheight.sass */
.eqheight-logo.four img, .eqheight-image.four img {
  max-width: 349px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 63, ../sass/_eqheight.sass */
  .eqheight-logo.four img, .eqheight-image.four img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 63, ../sass/_eqheight.sass */
  .eqheight-logo.four img, .eqheight-image.four img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 72, ../sass/_eqheight.sass */
  .eqheight-logo.six img, .eqheight-image.six img {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/_eqheight.sass */
  .eqheight-logo.six img, .eqheight-image.six img {
    max-width: 320px;
  }
}

/* line 78, ../sass/_eqheight.sass */
.eqheight-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e6e6e6;
  text-align: center;
  padding: 10px 20px;
}
/* line 87, ../sass/_eqheight.sass */
.eqheight-caption.overlay {
  background: none;
  padding: 0;
  font-size: 28px;
  text-transform: uppercase;
  bottom: 40px;
  color: white;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 100, ../sass/_eqheight.sass */
  .eqheight-image img {
    max-width: 100% !important;
  }
}
@-moz-document url-prefix() {
  /* line 104, ../sass/_eqheight.sass */
  .eqheight-row {
    height: 100%;
  }

  /* line 107, ../sass/_eqheight.sass */
  .eqheight-logo {
    height: 100%;
  }
  /* line 109, ../sass/_eqheight.sass */
  .eqheight-logo a {
    height: 100%;
    position: relative;
    display: block;
  }
}

/* line 1, ../sass/_startup-lists.sass */
.startup-list-title-row {
  margin-top: 45px;
}
/* line 3, ../sass/_startup-lists.sass */
.startup-list-title-row h2 {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 8, ../sass/_startup-lists.sass */
.startup-list-row {
  margin-bottom: 40px;
}
/* line 10, ../sass/_startup-lists.sass */
.startup-list-row p {
  margin-bottom: 20px;
}

/* line 13, ../sass/_startup-lists.sass */
.startup-filters {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  margin: 50px 0 30px;
}
/* line 49, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.startup-filters li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 17, ../sass/_startup-lists.sass */
.startup-filters li {
  margin: 0;
}
/* line 19, ../sass/_startup-lists.sass */
.startup-filters li.active a {
  background-color: #116170;
}
/* line 21, ../sass/_startup-lists.sass */
.startup-filters a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 20px;
  margin-bottom: 5px;
  font-size: 13px;
  display: inline-block;
  color: white;
}
/* line 28, ../sass/_startup-lists.sass */
.startup-filters a {
  background-color: #b4b4b4;
}
/* line 30, ../sass/_startup-lists.sass */
.startup-filters a:hover {
  background-color: #898989;
}
/* line 32, ../sass/_startup-lists.sass */
.startup-filters a:active {
  background-color: #646464;
}

/* line 36, ../sass/_startup-lists.sass */
.startup-text-list {
  list-style: none;
  padding: 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  -o-columns: 3;
  columns: 3;
}
/* line 11, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.startup-text-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 40, ../sass/_startup-lists.sass */
.startup-text-list li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  /* line 36, ../sass/_startup-lists.sass */
  .startup-text-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2;
  }
}
@media only screen and (max-width: 480px) {
  /* line 36, ../sass/_startup-lists.sass */
  .startup-text-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1;
  }
}

/* line 52, ../sass/_startup-lists.sass */
.sidecar-prizes p {
  margin-bottom: 50px;
}
/* line 54, ../sass/_startup-lists.sass */
.sidecar-prizes ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
/* line 11, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.sidecar-prizes ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 58, ../sass/_startup-lists.sass */
.sidecar-prizes li {
  margin-bottom: 5px;
}

/* line 62, ../sass/_startup-lists.sass */
.startup-profile-row .columns {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/_startup-lists.sass */
  .startup-profile-row .columns {
    float: none;
    width: 100%;
  }
}
/* line 69, ../sass/_startup-lists.sass */
.startup-profile-row h2 {
  margin-bottom: 10px;
}

/* line 72, ../sass/_startup-lists.sass */
ul.social-links {
  margin-left: 40px;
}
/* line 74, ../sass/_startup-lists.sass */
ul.social-links li {
  margin-bottom: 15px;
}
/* line 76, ../sass/_startup-lists.sass */
ul.social-links .fa {
  font-size: 24px;
  margin-top: -6px;
}

/* line 80, ../sass/_startup-lists.sass */
.startup-team {
  padding-top: 10px;
  padding-bottom: 30px;
}
/* line 84, ../sass/_startup-lists.sass */
.startup-team .people-photo-row {
  margin-bottom: 0;
}

/* line 87, ../sass/_startup-lists.sass */
.custom-background {
  color: white;
  background-color: #0a7d89;
}

/* line 91, ../sass/_startup-lists.sass */
.startup-badges {
  position: absolute;
}
/* line 93, ../sass/_startup-lists.sass */
.startup-badges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../../../../../../usr/local/Cellar/ruby193/1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.startup-badges ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 97, ../sass/_startup-lists.sass */
.startup-badges.large {
  right: -10px;
  top: -10px;
}
/* line 100, ../sass/_startup-lists.sass */
.startup-badges.large img {
  height: 100px;
  width: 100px;
}
@media only screen and (max-width: 600px) {
  /* line 97, ../sass/_startup-lists.sass */
  .startup-badges.large {
    right: 5px;
    top: -15px;
  }
  /* line 106, ../sass/_startup-lists.sass */
  .startup-badges.large img {
    height: 50px;
    width: 50px;
  }
}
/* line 110, ../sass/_startup-lists.sass */
.startup-badges.small {
  right: 6px;
  top: 6px;
}
/* line 113, ../sass/_startup-lists.sass */
.startup-badges.small img {
  padding: 0;
  height: 26px;
  width: 26px;
}

/* line 2, ../sass/_registration.sass */
.login-tabs-row .columns {
  padding: 15px 0;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  /* line 2, ../sass/_registration.sass */
  .login-tabs-row .columns {
    font-size: 14px;
  }
}
/* line 13, ../sass/_registration.sass */
.login-tabs-row .columns.active a {
  color: #676767;
}

/* line 17, ../sass/_registration.sass */
#register-content h2 {
  color: #00718F;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  /* line 21, ../sass/_registration.sass */
  .registration-options {
    text-align: center;
  }
  /* line 26, ../sass/_registration.sass */
  .registration-options .align-right {
    text-align: center;
  }
}
/* line 29, ../sass/_registration.sass */
.registration-options .button {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/_registration.sass */
  .registration-options .button {
    margin-top: 20px;
    display: inline-block;
  }
}
/* line 36, ../sass/_registration.sass */
.registration-options h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 39, ../sass/_registration.sass */
.registration-options p {
  margin-bottom: 0;
  font-size: 16px;
}
/* line 43, ../sass/_registration.sass */
.registration-options .row {
  padding: 30px 0;
  border-top: 1px solid #dedede;
}
/* line 46, ../sass/_registration.sass */
.registration-options .row:first-child {
  border-top: none;
}
/* line 48, ../sass/_registration.sass */
.registration-options .align-center {
  margin-top: 30px;
}

/* line 56, ../sass/_registration.sass */
.login-form {
  margin-bottom: 60px;
}
/* line 61, ../sass/_registration.sass */
.login-form .submit-button-row .columns.eight {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 65, ../sass/_registration.sass */
  .login-form .align-right {
    text-align: left;
  }
}

/* line 1, ../sass/_expert.sass */
.expert-header-row {
  padding: 30px;
}
/* line 3, ../sass/_expert.sass */
.expert-header-row h2 {
  color: #00718F;
}
/* line 5, ../sass/_expert.sass */
.expert-header-row p {
  font-size: 16px;
  line-height: 1.8;
}

/* line 10, ../sass/_expert.sass */
.expert-form .submit-button-row {
  margin-bottom: 60px;
}

/* line 2, ../sass/_sidebar.sass */
.row-with-sidebar .columns {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_sidebar.sass */
  .row-with-sidebar .columns {
    width: 100%;
    float: none;
  }
}

/* line 11, ../sass/_sidebar.sass */
.sidebar-links {
  list-style: none;
  padding-left: 0;
}
/* line 14, ../sass/_sidebar.sass */
.sidebar-links li {
  margin-bottom: 10px;
}
/* line 16, ../sass/_sidebar.sass */
.sidebar-links li.active a {
  font-weight: 600;
  color: #676767;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/_sidebar.sass */
  .sidebar-links {
    display: none;
    margin-top: 40px;
  }
}

/* line 23, ../sass/_sidebar.sass */
.sidebar-nav-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/_sidebar.sass */
  .sidebar-nav-link {
    display: block;
  }
}

/* line 28, ../sass/_sidebar.sass */
.sidebar-header {
  text-transform: uppercase;
  font-weight: 600;
  color: #b4b4b4;
  margin-top: 30px;
}
/* line 33, ../sass/_sidebar.sass */
.sidebar-header:first-child {
  margin-top: 0;
}

/* line 1, ../sass/_typography-row.sass */
.typography-row {
  padding: 45px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_typography-row.sass */
  .typography-row .columns {
    float: none;
    width: 100%;
  }
}

/* line 1, ../sass/_pseudo-classes.sass */
.main-navigation .columns, .main-header .columns, .video-row .columns, .footer-links-row .columns, .sidecar-prizes .columns, .login-form .submit-button-row .columns {
  padding: 0;
}

/* line 4, ../sass/_pseudo-classes.sass */
.boxed-section-row {
  border-top: 1px solid #e8e8e8;
}

/* line 7, ../sass/_pseudo-classes.sass */
.boxed-section-row .columns {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-left: -1px;
}
/* line 11, ../sass/_pseudo-classes.sass */
.boxed-section-row .columns:first-child {
  border-left: none;
  margin-left: 0;
}
/* line 14, ../sass/_pseudo-classes.sass */
.boxed-section-row .columns:last-child {
  border-right: none;
}

/* line 17, ../sass/_pseudo-classes.sass */
.headline-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 639px) {
  /* line 17, ../sass/_pseudo-classes.sass */
  .headline-content {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 30, ../sass/_pseudo-classes.sass */
.block-link {
  display: block;
}
/* line 32, ../sass/_pseudo-classes.sass */
.block-link p {
  color: #676767;
}

/* line 35, ../sass/_pseudo-classes.sass */
.section-header {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 45px;
}

/* line 40, ../sass/_pseudo-classes.sass */
.button {
  display: inline-block;
  background-color: #116170;
  color: white !important;
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
}
/* line 47, ../sass/_pseudo-classes.sass */
.button:hover {
  background-color: #0a7d89;
  color: white;
}
/* line 50, ../sass/_pseudo-classes.sass */
.button:active {
  background-color: #0a7d89;
  color: white;
}

.button.apply-link {
  position: absolute;
  margin-top: 30px;
  margin-left: 55px;
  padding: 10px 30px;
}

@media only screen and (max-width: 1023px) {
  /* line 19, ../sass/_navigation.sass */
  .button.apply-link {
    display: none;
  }
}

/* line 54, ../sass/_pseudo-classes.sass */
.button.green {
  background-color: #00718F;
}
/* line 56, ../sass/_pseudo-classes.sass */
.button.green:hover {
  background-color: #00495c;
}
/* line 58, ../sass/_pseudo-classes.sass */
.button.green:active {
  background-color: #00495c;
}
/* line 61, ../sass/_pseudo-classes.sass */
.button.gray {
  background-color: #b4b4b4;
}
/* line 63, ../sass/_pseudo-classes.sass */
.button.gray:hover {
  background-color: #898989;
}
/* line 65, ../sass/_pseudo-classes.sass */
.button.gray:active {
  background-color: #646464;
}

/* line 68, ../sass/_pseudo-classes.sass */
.bordered-box {
  border: 1px solid #e8e8e8;
  background-color: white;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  /* line 68, ../sass/_pseudo-classes.sass */
  .bordered-box {
    border-left: none;
    border-right: none;
  }
}

/* line 77, ../sass/_pseudo-classes.sass */
.align-left {
  text-align: left;
}

/* line 80, ../sass/_pseudo-classes.sass */
.align-center {
  text-align: center;
}

/* line 83, ../sass/_pseudo-classes.sass */
.align-right {
  text-align: right;
}

/* line 86, ../sass/_pseudo-classes.sass */
.vertical-align-top {
  vertical-align: top;
}

/* line 89, ../sass/_pseudo-classes.sass */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 92, ../sass/_pseudo-classes.sass */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 95, ../sass/_pseudo-classes.sass */
.centered-content, .centered-people-container {
  margin-right: auto;
  margin-left: auto;
  float: none !important;
}

/* line 101, ../sass/_pseudo-classes.sass */
.white-background, .login-tabs-row .columns.active {
  background-color: white !important;
}

/* line 104, ../sass/_pseudo-classes.sass */
.blue-background {
  background-color: rgba(86, 175, 192, 0.25) !important;
}

/* line 107, ../sass/_pseudo-classes.sass */
.light-gray-background, .login-tabs-row li {
  background-color: #f3f3f3 !important;
}

/* line 110, ../sass/_pseudo-classes.sass */
.more-link {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

@media print {
  /* line 2, ../sass/_print.sass */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* line 6, ../sass/_print.sass */
  ul, img {
    page-break-inside: avoid;
  }

  /* line 9, ../sass/_print.sass */
  .carousel, .video-row, .footer-links-row {
    display: none;
  }

  /* line 12, ../sass/_print.sass */
  code, .button {
    border: 1px solid #cccccc;
  }

  /* line 15, ../sass/_print.sass */
  .button {
    color: black !important;
  }

  /* line 19, ../sass/_print.sass */
  .boxed-section-row .fa {
    display: none;
  }
  /* line 21, ../sass/_print.sass */
  .boxed-section-row h2 {
    margin-top: 20px;
  }
  /* line 23, ../sass/_print.sass */
  .boxed-section-row h2, .boxed-section-row p {
    padding-left: 0;
  }
}

.legal-check-label span{
  padding-left: 10px;
}

div.alwaysbreak {
    page-break-before: always;
}
div.nobreak:before {
    clear: both;
}
div.nobreak {
    page-break-inside: avoid;
    /* http://code.google.com/p/wkhtmltopdf/issues/detail?id=9#c21 */
}

@media only screen and (max-width: 1023px) {
  .row.login-tabs-row.nav.nav-tabs {
      float: none;
  }
}

