#saved-message-bar
{
    background:green;
    padding:30px 0;
    font-size:16px;
    color:#FFF;
    position:fixed;
    box-shadow:0 1px 3px rgba(0,0,0,.5);
    top:0;
    z-index:99999;
    display:none;
    width:100%;
    text-align:center;
}
#saved-message-bar p
{
    font-size:20px;
    font-weight:bold;
    margin:0;
    padding:0;
}
input.error,
textarea.error,
select.error {
  border-color:#990000 !important;
}
.align-center {
  text-align: center;
}
.clear {
  clear:both;
}
.btn.white-outline {
  background:transparent;
  border:1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
.btn.white-outline:hover {
  background: #FFFFFF !important;
  color: #2980B9 !important;
}
.algin-center {
  text-align: center;
}
div.loading-state {
    background: url(/web/v1/images/loaders/light-big.gif) 50% 50% no-repeat;
    padding-top: 100px;
    text-align: center;
    color: #999;
    height: 50px;
}
div.custom-modal-overlay {
    background: rgba(0,0,0,.5);
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.75) 100%);
    position:fixed;
    overflow: scroll;
    top:0;
    left:0;
    display:none;
    z-index:9999;
}
div.custom-modal {
    background-color:#FFF;
    min-width:400px;
    margin:0 auto;
    border:1px solid rgba(0,0,0,.5);
    border-radius:5px;
    position: absolute;
    box-shadow:0 1px 15px rgba(0,0,0,.5);
}
div.custom-modal.paper {
  background: #FFF url(/web/v1/images/textures/paper.png) 50% 50% repeat;
}

div.custom-modal div.wepay-iframe {
    padding:0;
    box-shadow:0 0 4px rgba(0,0,0,.25);
    background-color:#FFF;
    margin:0;
}
div.custom-modal div.dismiss {
  float:right;
}
div.custom-modal div.loading-state {
  height:200px;
}
div.custom-modal div.dismiss .btn {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 4px;
  border-right:none;
  border-top:none;
}
div.custom-modal hr {
  height: 0px;
  border-top:1px solid #CCC;
  margin: 0;
  padding: 0;
}
div.invitation-modal {
    padding:10px 30px;
}
div.invitation-modal label {
    display: block;
    font-weight: bold;
}
div.invitation-modal input,
div.invitation-modal textarea {
    width:516px;
    padding:10px 5px;
}
div.invitation-modal span.error {
  display: none;
  color: #990000;
}
.uploadifive-button,
.uploadifive-button * {
	cursor: pointer;
}
.uploadify-queue,
.uploadifive-queue {
  display: none !important;
}
div.doc-uploader
{
    padding:0px;
    margin:1px 0 6px 0;
    border:1px solid #CCC;
    background:#F7F7F7;
    border-radius:4px;
    width:395px;
}
div.doc-uploader div.text
{
    width:20%;
    padding:14px 0 0 15px;
    float:left;
}
div.doc-uploader div.target
{
    padding:0px;
    text-align:right;
    width:70%;
    background:#FFF;
    margin:5px;
    border:1px solid #CCC;
    float:right;
    border-radius:3px;
}
div.doc-uploader div.target .btn
{
    margin:-1px -2px -1px 0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
div.doc-uploader div.target div.swf
{
    height:32px;
    cursor:pointer;
    position:absolute;
    background:transparent;
}
div.doc-uploader div.target div.swf div.progress
{
    display:none;
    height:32px;
    margin:-1px;
    border-radius:3px;
    background:#F7F7F7;
    border:1px solid #CCC;
    box-shadow:inset 0 0px 5px rgba(0,0,0,.1);
}
div.doc-uploader div.target div.swf div.progress div.bar
{
    border-radius:2px;
    margin:0px;
    height:30px;
    border:1px solid rgba(0,0,0,.25);
    box-shaddow:none;
    background: rgb(57,71,85); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(57,71,85,1) 0%, rgba(43,53,64,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,71,85,1)), color-stop(100%,rgba(43,53,64,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394755', endColorstr='#2b3540',GradientType=0 ); /* IE6-9 */

}
div.doc-uploader div.target div.swf:hover
{
    background:rgba(0,0,0,0.05);
}
div.doc-uploader div.target div.swf object {
  position: absolute !important;
  left:0 !important;
}
div.padding40 {
  padding:40px;
}

/**
 * Header 24 stylesheet
 * */
.header-24 {
  z-index: 100;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  background: #242424;
  color: white;
}
.header-24 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
}
.header-24 .navbar.navbar-fixed-top {
  position: fixed;
  margin: 0 auto;
  top: 0 !important;
}
.header-24 .navbar .navbar-form,
.header-24 .navbar .navbar-search {
  margin: 0;
  padding: 20px 0 19px 60px;
}
.header-24 .navbar .btn,
.header-24 .navbar .btn-group {
  margin-top: 10px;
  margin-left: 10px;
}
.header-24 .navbar .btn.btn-primary {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
.header-24 .navbar .navbar-inner {
  background: none;
}
.header-24 .navbar .brand {
  padding-left: 0;
  padding: 25px 20px 0 0;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.header-24 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-24 .navbar .nav > li {
  margin-left: 15px;
  margin-right: 15px;
}
.header-24 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-24 .navbar .nav > li > a {
  padding: 22px 0 25px;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  font-weight: normal;
}
.header-24 .navbar .nav > li.button-container {
  margin: 0 0 0 10px;
}
.header-24 .navbar .nav > li > a.btn,
.header-24 .navbar .nav > li > a.btn:hover {
  padding: 9px 15px 8px;
  color:#FFF;
  background:#318fcd;
  margin: 12px 0 0 0;
}
.header-24 .navbar .nav > li > a:hover,
.header-24 .navbar .nav > li > a:focus,
.header-24 .navbar .nav > li > a.active {
  color: #FFFFFF;
}
.header-24 .navbar .nav > li.active > a,
.header-24 .navbar .nav > li > a:active {
  color: #F1C40F;
}
.header-24 .navbar .nav > li.active > a:hover,
.header-24 .navbar .nav > li.active > a:focus,
.header-24 .navbar .nav > li.active > a.active {
  color: #FFFFFF;
}
.header-24 .navbar .btn-navbar {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding:25px 10px;
  border-radius: 0;
  border: 0;
  background: none!important;
  color: white;
}
.header-24 .navbar .btn-navbar:hover,
.header-24 .navbar .btn-navbar:focus {
  color: #bdc3c7;
}
.header-24 .navbar .btn-navbar:active,
.header-24 .navbar .btn-navbar.active {
  color: #F1C40F;
}
@media (max-width: 979px) {
  .header-24 .navbar .nav-collapse {
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -230px;
    width: 230px;
    height: auto!important;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    overflow: auto!important;
    background: #242424;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .header-24 .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .header-24 .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .header-24 .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .header-24 .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .header-24 .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
  }
  .header-24 .navbar .nav-collapse .nav > li > a:hover,
  .header-24 .navbar .nav-collapse .nav > li > a:focus,
  .header-24 .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .header-24 .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .header-24 .navbar .nav-collapse .nav > li.active > a:hover,
  .header-24 .navbar .nav-collapse .nav > li.active > a:focus,
  .header-24 .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .header-24 .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .header-24 .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .header-24 .navbar .nav-collapse .subnav li > a:hover,
  .header-24 .navbar .nav-collapse .subnav li > a:focus,
  .header-24 .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .header-24 .navbar .nav-collapse .navbar-form,
  .header-24 .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
  }
  .header-24 .navbar .btn-navbar:before {
    content: '';
    display: block;
    background-image: url("../../../common-files/icons/menu-icon.png");
    width: 17px;
    height: 12px;
  }
}
.header-24-sub {
  position: relative;
  z-index: 50;
  height: 600px;
  color: white;
  text-align: center;
  background-color:#242424;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.header-24-sub.v-center,
.header-24-sub .v-center {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .header-24-sub.v-center.row:before,
  .header-24-sub .v-center.row:before,
  .header-24-sub.v-center.row:after,
  .header-24-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-24-sub.v-center,
  .header-24-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-24-sub.v-center.row,
  .header-24-sub .v-center.row {
    display: block;
    width: auto;
  }
  .header-24-sub.v-center.row:before,
  .header-24-sub .v-center.row:before,
  .header-24-sub.v-center.row:after,
  .header-24-sub .v-center.row:after {
    display: none;
  }
  .header-24-sub.v-center.row > *,
  .header-24-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.header-24-sub .hero-unit {
  padding: 175px 0 30px 0;
  margin: 0;
  background-color: transparent;
}
.header-24-sub .hero-unit h1 {
  margin: 0;
  padding:0;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-24-sub .hero-unit p {
  font-size: 26px;
  font-weight: normal;
  margin:10px 0 25px 0;
  color: #CCCCCC;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
@media (max-width: 979px) {
  .header-24-sub .hero-unit {
    padding:100px 0 20px 0;
  }
  .header-24-sub .hero-unit h1 {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .header-24-sub .hero-unit p {
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (max-width: 480px) {
  .header-24-sub .hero-unit {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-24-sub .hero-unit h1 {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .header-24-sub .hero-unit p {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    font-weight: 300;
  }
}
.header-24-sub .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
@media (max-width: 480px) {
  .header-24-sub .hero-unit.hero-unit-bordered h1 {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .header-24-sub.v-center > div {
    padding-top: 35px;
  }
}
.header-24-sub .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  background: #121518;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -26.5px;
}
.header-24-sub .control-btn:hover,
.header-24-sub .control-btn:focus,
.header-24-sub .control-btn.active {
  color: #ffffff;
}
.header-24-sub .control-btn:hover,
.header-24-sub .control-btn:focus,
.header-24-sub .control-btn:active,
.header-24-sub .control-btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .header-24-sub .control-btn {
    bottom: 30px;
  }
}

.header-24-sub .success-story {
  margin-top: 100px;
}
.header-24-sub .success-story p {
  font-size:20px;
  margin: 0;
  padding:0;
  color:#CCCCCC;
}
.header-24-sub .success-story p strong {
  color:#FFFFFF;
}
.header-24-sub .slide-control {
  margin-top:5px;
}
.header-24-sub .slide-control ul {
  list-style: none;
}
.header-24-sub .slide-control ul li {
  border-radius: 20px;
  margin:5px;
  padding:0;
  display:inline-block;
  background:#000000;
  line-height: 0;

}
.header-24-sub .slide-control ul li a {
  display: inline-block;
  height:10px;
  width:10px;
  border:3px solid #000000;
  border-radius: 20px;
}
.header-24-sub .slide-control ul li a.active {
  background:#3498DB;
}


.header-24 .navbar ul.secondary li a {
  font-size: 14px;
}

.header-24 .navbar .nav ul.dropdown-menu {
  margin:0;
  padding:0;
  background:#000000;
  border-color: #000000;
  position: absolute;
  top:62px;
}
.header-24 .navbar .nav ul.dropdown-menu li a {
  border-radius: 0;
}
.header-24 .navbar .nav li .dropdown-menu:after {
 content: '';
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #000; /* change color here, modified for a black arrow */
 position: absolute;
}

.header-24 ul.dropdown-menu > li {
  background: #000000;
}

.header-24-sub .signup-form form {
  margin: 30px auto 0;
}
.header-24-sub .signup-form form input {
  border: 2px solid #000000;
  color:#000000;
}
.header-24-sub .signup-form form input,
.header-24-sub .signup-form form button {
  float: left;
  width: 21.8%;
  margin: 0 0 0 2.3%;
}
@media (min-width: 1200px) {
  .header-24-sub .signup-form form input,
  .header-24-sub .signup-form form button {
    width: 22%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .header-24-sub .signup-form form input,
  .header-24-sub .signup-form form button {
    width: 21.4%;
  }
}
@media (max-width: 767px) {
  .header-24-sub .signup-form form input,
  .header-24-sub .signup-form form button {
    width: 100%;
    margin: 10px 0 10px;
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-24-sub .signup-form {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .header-24-sub .signup-form form input,
  .header-24-sub .signup-form form button {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header-24-sub .signup-form form input:first-child,
.header-24-sub .signup-form form button:first-child {
  margin: 0;
}
.header-24-sub .signup-form form input:focus {
  border-color: #3498db !important;
}


section.company-tile-grid-1 {
  border-top:1px solid #CCC;
  background: #ecf0f1;
  padding:20px 0 30px;
  margin-left: 0;
}
section.company-tile-grid-1.no-style {
  border-top: none;
  background: transparent;
  padding: 0;
}
section.company-tile-grid-1 .span12.no-margin {
  margin:0;
}
section.company-tile-grid-1 div.company-tile-grid > h2 {
  font-size: 35px;
  text-align: center;
  margin:60px 0 5px 0;
  color:#000;
}
section.company-tile-grid-1 div.company-tile {
  margin:20px 11px;
}
section.company-tile-grid-1 div.company-tile div.funded-banner {
  display: none;
}
section.company-tile-grid-1 div.company-tile.funded div.funded-banner {
  height:12px;
  font-size: 12px;
  padding:6px 0;
  font-weight: bold;
  color:#FFFFFF;
  background: #27AE60;
  width:100%;
  display: block;
  margin-top: 134px;
  text-align: center;
  opacity: 1;
  border-top: 1px solid rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(0,0,0,.25);
}
@media (max-width: 1200px) {
  section.company-tile-grid-1 div.company-tile.funded div.funded-banner {
    margin-top:99px;
    padding:4px 0;
  }
}
@media (max-width: 767px) {
  section.company-tile-grid-1 div.company-tile.funded div.funded-banner {
    margin-top: 134px;
    padding:6px 0;
  }
}

section.company-tile-grid-1 div.company-tile div.industry {
  text-align: center;
  margin: 10px 0 5px 0;
  font-size:14px;
  color:#999;
}
section.company-tile-grid-1 div.company-tile a {
  color:#666666;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background:#FFFFFF;
  border:1px solid #CCC;
  display: block;
  position: relative;
  border-radius: 3px;
}
section.company-tile-grid-1 div.company-tile a:hover {
  border-color: #3498DB;
}

section.company-tile-grid-1 div.company-tile a div.community {
  z-index: 99;
  background: transparent;
  position: absolute;
  width:75px;
  right:0;
  top: 0;
}
section.company-tile-grid-1 div.company-tile a div.community:hover {
  width:100%;
}
section.company-tile-grid-1 div.company-tile a div.community-rollover {
  background-color:transparent;
  border-radius: 2px;
  height: 75px;
}
section.company-tile-grid-1 div.company-tile a div.community:hover div.community-rollover {
  background:rgba(0,0,0,.85);
  transition: background-color 0.25s ease;
  color:#FFF;
  height: 319px;
}
section.company-tile-grid-1 div.company-tile.with-metric a div.community:hover div.community-rollover {
  height: 361px;
}
section.company-tile-grid-1 div.company-tile a div.community div.community-rollover div.content {
  display: none;
}
section.company-tile-grid-1 div.company-tile a div.community:hover div.community-rollover div.content {
  display: block;
  color:#FFF;
  font-size:14px;
  line-height: 1.5em;
  padding: 0 20px 0px 20px;
}
section.company-tile-grid-1 div.company-tile a div.community-ribbon {
  height: 75px;
  border-top-right-radius: 2px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  display: block;
  opacity: 1;
}
section.company-tile-grid-1 div.company-tile a:hover div.community-ribbon {
  opacity: 1;
}

section.company-tile-grid-1 div.company-tile a div.photo {
  background-image:url('/shared/images/defaults/cover-image.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 148px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  padding:1px 0 0 0;
}
section.company-tile-grid-1 div.company-tile a div.company {
  padding:15px 15px 0 15px;
  font-size: 16px;
  line-height: 1.5em;
  height: 100px;
}
section.company-tile-grid-1 div.company-tile a div.location {
  padding:15px;
  font-size: 12px;
  line-height: 1em;
  height: 12px;
  color:#999999;
}
section.company-tile-grid-1 div.company-tile a div.company div.name {
  color:#000;
  font-weight: bold;
}
section.company-tile-grid-1 div.company-tile a:hover div.metric {
  background: #3498DB;
  color:#FFFFFF;
}
section.company-tile-grid-1 div.company-tile a div.metric {
  background: #EEEEEE;
  color:#999;
  height: 42px;
  line-height: 1em;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: all 0.25s;
}
section.company-tile-grid-1 div.company-tile a div.metric div.text {
  font-size:15px;
  text-align: center;
  padding-top: 16px;
}


@media (max-width: 1200px) {
  section.company-tile-grid-1 div.company-tile {
    margin:20px 7px;
  }
  section.company-tile-grid-1 div.company-tile a div.metric div.text {
    font-size: 13px;
  }
  section.company-tile-grid-1 div.company-tile a div.company {
    font-size:13px;
  }
  section.company-tile-grid-1 div.company-tile div.photo {
    height:120px !important;
  }
}



@media (max-width: 979px) {
  section.company-tile-grid-1 div.company-tile-grid > h2 {
    font-size: 24px;
  }
  section.company-tile-grid-1 div.company-tile {
    margin:10px;
  }
  section.company-tile-grid-1 div.company-tile {
    width:220px !important;
  }

}




@media (max-width: 767px) {
  section.company-tile-grid-1 div.company-tile-grid > h2 {
    font-size: 24px;
  }
  section.company-tile-grid-1 div.company-tile {
    font-size: 18px;
    width:268px !important;
    margin:40px auto !important;
  }
  section.company-tile-grid-1 div.company-tile a div.metric div.text {
    font-size: 16px;
  }
  section.company-tile-grid-1 div.company-tile a div.company {
    font-size:16px;
  }
  section.company-tile-grid-1 div.company-tile div.photo {
    height:160px !important;
  }
}



@media (max-width: 480px) {
  section.company-tile-grid-1 div.company-tile {
    width:75%;
    margin:20px auto;
  }

}

section.callout-1 {
  text-align: center;
}
section.callout-1  div.bg-overlay {
  padding:350px 0;
  background: rgba(0,0,0,.75);
}
section.callout-1 div.headline {
  border:10px solid #FFFFFF;
  display: inline-block;
  z-index: 99;
}
section.callout-1 div.headline div.first {
  font-size: 40px;
  height: 55px;
  display: inline-block;
  padding:28px 25px 20px 25px;
  border-right: 10px solid #FFFFFF;
  color:#FFFFFF;
  font-weight: bold;
  float: left;
  text-align: center;
  width:500px;
}
section.callout-1 div.headline div.second {
  font-size: 18px;
  height: 55px;
  display: inline-block;
  padding:27px 25px 0 25px;
  color:#FFFFFF;
  line-height: 24px;
  float: right;
  text-align: left;
  width:150px;
}
section.callout-1 .bg {
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 979px) {
  section.callout-1 div.headline div {
    display: block;
  }
  section.callout-1 div.headline div.first {
    border-right: none;
    display: block;
    font-size:20px;
    float: none;
    height: 25px;
    text-align: center;
    width:250px;
  }
  section.callout-1 div.headline div.second {
    border-top:10px solid #FFF;
    display: block;
    padding-bottom: 20px;
    width: 250px;
    float:none;
    font-size: 14px;
    text-align: center;
  }
}



/**
 * Content 15 stylesheet
 * */
.callout-2 {
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
}
.callout-2 h3 {
  margin-bottom: 68px;
  font-size: 37px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  color:#000000;
}
@media (max-width: 767px) {
  .callout-2 h3 {
    margin-bottom: 76px;
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-weight: 300;
    text-align: center;
  }
}
.callout-2 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.callout-2 .features {
  margin-top: 50px;
}
.callout-2 .features h6 {
  text-transform: none;
  margin: 60px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color:#2980b9;
}
.callout-2 .features h6:first-child {
  margin-top: auto;
}

.callout-2 .features p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.callout-2 .features .span7 img {
  width: 100%;
}

@media (max-width: 1170px) {
  .callout-2 .features h6 {
    margin-bottom: 10px;
    margin-top: 35px;
    font-size: 20px;

  }
  .callout-2 .features p {
    font-size: 16px;
  }
}

@media (max-width: 979px) {
  .callout-2 .features h6 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 16px;

  }
  .callout-2 .features p {
    font-size:14px;
    margin: 0;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .callout-2 .features h6 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
  }
  .callout-2 .features .span7 {
    text-align: center;
    margin-bottom: 46px;
  }
}
.callout-2 .features .span4 {
  position: relative;
}
.callout-2 .features .span4 > img {
  position: absolute;
  left: -15%;
  top: 100%;
  margin-top: 20px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .callout-2 .features .span4 > img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .callout-2 .features {
    margin-top: 76px;
  }
}
.callout-3 {
  border-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
  background: #2980B9;
}
@media (max-width: 767px) {
  .callout-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.callout-3 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0 0 38px;
  text-align: center;
}
.callout-3 h4 {
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  font-weight: 300;
  margin: 10px 0 20px 0;
  text-align: center;

}
.callout-3 .signup-form form {
  margin: 30px auto 0;
}
.callout-3 .signup-form form input {
  border: 2px solid #dee1e3;
}
.callout-3 .signup-form form input:focus,
.callout-3 .signup-form form input:active {
  border:2px solid #2980B9;
}
.callout-3 .signup-form form input,
.callout-3 .signup-form form button {
  float: left;
  width: 21.8%;
  margin: 0 0 0 2.3%;
}
.callout-3 .signup-form form .btn {
  color:#FFFFFF;
  background:transparent;
  border: 1px solid #FFFFFF;
}
.callout-3 .signup-form form .btn:hover {
  background:#FFFFFF;
  color:#000;
  font-weight: bold;

}
@media (min-width: 1200px) {
  .callout-3 .signup-form form input,
  .callout-3 .signup-form form button {
    width: 22%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .callout-3 .signup-form form input,
  .callout-3 .signup-form form button {
    width: 21.4%;
  }
}

@media (max-width: 767px) {
  .callout-3 .signup-form form input,
  .callout-3 .signup-form form button {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    float: none;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.callout-3 .signup-form form input:first-child,
.callout-3 .signup-form form button:first-child {
  margin: 0;
}
.callout-3 .signup-form form input:focus {
  border-color: #3498db !important;
}



.callout-4 {
  padding:40px 0px 70px;
  background:#242424;
  text-align: center;
  border-top: 1px solid #000;
}
.callout-4 h1 {
  color:#FFF;
  font-weight: bold;
  font-size:45px;
  margin: 20px 0;
}
.callout-4 a {
  padding: 19px 20px 16px;
  line-height: 1em;
  border-right:1px solid rgba(0,0,0,.25);
}
.callout-4 a.active,
.callout-4 a.active:hover {
  color:#FFF;
  background:#3498db;
}
.callout-4 a:hover {
  color:#000;
}

@media (max-width: 979px) {
  .callout-4 a {
    display: block;
    border-radius:0 !important;
  }
}

.callout-5 {
  padding: 40px 0 30px;
  position: relative;
}
.callout-5.odd {
  background:#F7F7F7;
}

.callout-5 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #2c3e50;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color:#000000;
}
.callout-5 div.logo {
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size:contain;
}
@media (max-width: 767px) {
  .callout-5 h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  .callout-5 div.logo {
    height: 150px;
  }
}


.callout-5 p {
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0;
  color: #7f8c8d;
}
.callout-5 .features {
  margin: 20px 0;
}



@media (max-width: 1170px) {
  .callout-5 .features h6 {
    margin-bottom: 10px;
    margin-top: 35px;
    font-size: 20px;

  }
}

@media (max-width: 979px) {
  .callout-5 .features h6 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 16px;

  }
  .callout-5 .features p {
    font-size:14px;
    margin: 15px 0;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .callout-5 .features {
    padding:20px;
  }
  .callout-5 .features h6 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
  }
}


/**
 * Crew 4 stylesheet
 * */
.crew-5 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.crew-5 h3 {
  margin: 0 0 73px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}
.crew-5 .members {
  display: table;
  width: 100%;
}
.crew-5 .members {
  margin-top: 30px;
  vertical-align: top;
}
.crew-5 .members .member-wrapper {
  display: table-cell;
  vertical-align: top;
  height: 300px;
}
.crew-5 .members .member-wrapper:first-child + .member-wrapper {
  text-align: center;
}
.crew-5 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: right;
}
.crew-5 .members .member {
  width: 265px;
  display: inline-block;
}
.crew-5 .members .photo-wrapper {
  width: 265px;
  height: 180px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.crew-5 .members .photo {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
 }
.crew-5 .members div.photo .overlay {
  display: none;
  background: rgba(0,0,0,.7);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
.crew-5 .members div.photo:hover .overlay {
  display: block;
}
.crew-5 .members .overlay a {
  padding: 60px 0 100px;
  height: 50px;
  width: 100%;
  text-align: center;
  display: block;
  color: #ffffff;
}
.crew-5 .members .overlay a:hover,
.crew-5 .members .overlay a:focus,
.crew-5 .members .overlay a.active {
  color: #e3e7e8;
}
.crew-5 .members .overlay [class*="fui-"] {
  font-size: 36px;
}
.crew-5 .members .info {
  font-size: 14px;
  color: #95a5a6;
  margin-top: 10px;
  line-height: 1.4;
  text-align: left;
}
.crew-5 .members .info b {
  color: #7f8c8d;
}
.crew-5 .members .name {
  color: #3498DB;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.crew-5 .members .contacts {
  color: #7f8c8d;
  font-weight: 700;
  border-top: 2px solid #ebedee;
  margin-top: 13px;
  padding-top: 15px;
}
.crew-5 .members .contacts a {
  color: #7f8c8d;
}
.crew-5 .members .contacts a:hover,
.crew-5 .members .contacts a:focus,
.crew-5 .members .contacts a.active {
}
.crew-5 .members .member:hover .photo-wrapper {
}
.crew-5 .members .member:hover .photo {
  opacity: 1;
}
@media (max-width: 979px) and (min-width: 768px) {
  .crew-5 .members .member,
  .crew-5 .members .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .crew-5 .members {
    display: block;
    width: auto;
  }
  .crew-5 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .crew-5 .members .member-wrapper + .member-wrapper {
    margin-top: 80px;
  }
}



/** Signup **/
.signup-1 div.status {
  padding:30px 0;
  margin: 0 0 20px;
  background: url(../images/2px-blue.jpg) -800px 85px no-repeat;
}
.signup-1 div.status div.step {
  float: left;
  width:254px;
  text-align: center;
}
.signup-1 div.status div.step div.name {
  padding:10px 0;
}
.signup-1 div.status div.step div.before-dot,
.signup-1 div.status div.step div.after-dot {
  background: url(../images/2px-gray.jpg) 50% 50% repeat-x;
  width:110px;
  height: 35px;
  padding-top: 0px;
  float: left;
}
.signup-1 div.status div.step div.before-dot.active,
.signup-1 div.status div.step div.after-dot.active {
  background: url(../images/2px-blue.jpg) 50% 50% repeat-x;
}
.signup-1 div.status div.step div.before-dot.none,
.signup-1 div.status div.step div.after-dot.none {
  background: transparent;
}

.signup-1 div.status div.step div.dot {
  border:3px solid #666;
  background: #FFF;
  height: 28px;
  width:28px;
  border-radius: 20px;
  float: left;
}
.signup-1 div.status div.step div.dot.active {
  border-color:#318fcd;
}
.signup-1 div.status div.step div.dot.active div.inner {
  background: #318fcd;
  height: 18px;
  width:18px;
  margin: 5px;
  border-radius: 20px;
}
.signup-1 form,
.signup-1 div.form {
  background: #F7F7F7;
  padding:40px;
  margin-bottom: 50px;
  border:1px solid #CCCCCC;
}
.signup-1 form.no-style {
  background: none;
  padding:0;
  margin:0;
  border:none;
}
.signup-1 form small {
  display: block;
  padding:10px 0;
}
.signup-1 form h3 {
  color: #666;
  font-size: 26px;
  font-weight: bold;
}
.signup-1 form p {
  font-size:16px;
}
.signup-1 form div.field {
  float: left;
  padding:10px 0;
  width:100%;
}
.signup-1 form div.field.half {
  width:45.5%;
}
.signup-1 form div.field.spacer {
  height: 50px;
  width: 6%;
}
.signup-1 form label {
  padding: 0;
  margin: 0 0 2px 0;
  font-size: 16px;
}
.signup-1 form input {
  margin: 2px 0;
  width:95%;
}
.signup-1 form select {
  height: 43px;
  width:95%;
}
.signup-1 form .has-error input {
  color:#e74c3c;
  border-color:#e74c3c;
}
.signup-1 form label span {
  display: none;
}
.signup-1 form .error label span.error {
  color:#e74c3c;
  display: inline;
}
.signup-1 form .error input,
.signup-1 form .error select {
  border-color:#990000 !important;
}

.signup-1 form div.radio {
  cursor: pointer;
  display: inline-block;
  margin: 10px 50px 10px 0;
}
.signup-1 div.faq {
  border-bottom: 2px solid #CCC;
  padding-bottom: 20px;
}
.signup-1 div.faq h3 {
  font-size:20px;
  font-weight: bold;
}
.signup-1 div.faq div.question {
  cursor: pointer;
  padding:5px 0 20px;
}
.signup-1 div.faq div.q {
  font-size:14px;
  float: left;
  width: 80%;
  font-weight: bold;
}
.signup-1 div.faq div.a {
  display: none;
  font-size:14px;
  padding-top:5px;
  padding-left: 40px;
}
.signup-1 div.faq div.button {
  padding: 3px 0 2px 0;
  background: #EEEEEE;
  float: left;
  width: 25px;
  text-align: center;
  line-height: 1em;
  font-size:20px;
  margin: 5px 15px 0 0;
}
.signup-1 div.raised {
  padding:30px 0 20px;
  text-align: center;
  border-bottom: 2px solid #CCC;
}
.signup-1 div.raised p {
  margin: 10px 0 0 0;
  font-size:14px;
}
.signup-1 div.raised div.figure span {
  background:#666666;
  color:#FFF;
  line-height: 1em;
  display: inline-block;
  padding:6px 4px 3px 4px;
  font-size: 26px;
}
.signup-1 div.testimonials {
  text-align: center;
  padding:20px 0;
}
.signup-1 div.testimonials div.photo {
  height: 200px;
  width: 200px;
  background: #CCC;
  border-radius:100px;
  display: block;
  margin: 15px auto 20px auto;
}
.signup-1 div.testimonials h3 {
  font-size:16px;
  marign: 2px 0;
  line-height: 1em;
}
.signup-1 div.testimonials h4 {
  font-size:24px;
  margin:5px 0;
  font-weight: bold;
}
.signup-1 div.testimonials p {
  margin:2px 0;
  line-height: 1em;
  font-size:16px;
}
.signup-1 div.testimonials div.slide {
  width:100%;
  padding: 0;
}
.signup-1 div.testimonials div.slide-control {
  text-align: center;
  padding: 5px;
}
.signup-1 div.testimonials div.slide-control a {
  height: 12px;
  width:12px;
  border-radius: 10px;
  border:2px solid #CCC;
  display: inline-block;
  margin: 10px;
  padding:0;
}
.signup-1 div.testimonials div.slide-control a:hover {
  border-color:#318fcd;
}
.signup-1 div.testimonials div.slide-control a.active {
  background:#318fcd;
  border-color:#318fcd;
}
.signup-1 div.testimonials div.slide {
  display: none;
}
.signup-1 div.testimonials div.slide:first-child {
  display: block;
}
div.signup-1 div.right-column {
  margin-right:30px !important;
}
.signup-1 div.faq {
  padding:20px;
}

@media (max-width: 979px) {
  div.signup-1 div.right-column {
    margin-right:0 !important;
  }
  .signup-1 div.faq {
    padding:20px;
  }
}

@media (max-width: 1000px) {
  .signup-1 div.status {
  background: url(../images/2px-blue.jpg) -1250px 85px no-repeat;
  }
  .signup-1 div.status div.step {
    float: left;
    width:154px;
    text-align: center;
  }
  .signup-1 div.status div.step div.before-dot,
  .signup-1 div.status div.step div.after-dot {
    width:60px;
  }
}
@media (max-width: 767px) {
  .signup-1 div.status {
    background: none;
    padding: 0;
    margin: 0;
    height: 50px;
  }
  .signup-1 div.status * {
    display: none;
  }
}

/** PAYWALL **/
.paywall-1 div.tooltip {
  width: 300px;
}
.paywall-1 div.tooltip div.tooltip-inner {
  width:276px;
  max-width: none;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
}
.paywall-1 div.callout {
  padding:10px 0 50px 0;
}
.paywall-1 div.callout h1 {
  font-size:36px;
  margin: 0 0;
  color:#999999;
}
.paywall-1 div.callout h2 {
  font-size:24px;
  font-weight: normal;
  margin:10px 0;
  color:#666666;

}
.paywall-1 div.coupon form {
  border: none;
  padding:0;
  margin:0;
}
.paywall-1 div.coupon form input {
  width: 150px;
  text-align: center;
}
.paywall-1 div.coupon {
  padding:10px 0 20px;
  text-align:center;
}
.paywall-1 div.plans {
  padding:20px 0 50px 0;
  border-top:1px solid #CCC;
  background:#F7F7F7;

}
.paywall-1 div.plans div.plan.span4:first {
  margin-left: 0 !important;
}
.paywall-1 div.plans div.plan {
  border-radius:3px;
  background:#FFF;
  text-align: center;
  cursor: pointer;
}
.paywall-1 div.plans div.plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paywall-1 div.plans div.plan ul li {
  padding:25px 0 20px 0;
  margin: 0;
  color:#999;
  font-size:16px;
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  border-left:1px solid #CCC;
}
.paywall-1 div.plans div.plan ul li strong {
  font-weight: bold;
  color:#333333;
}

.paywall-1 div.plans div.plan ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.paywall-1 div.plans div.plan ul li span.tool-trigger {
  display:inline-block;
  color:#AAAAAA;
  padding:4px 7px 2px 7px;
  background:#ECECEC;
  line-height: 1em;
  margin-top: -5px;
  border-radius: 2px;
  margin-left: 5px;
  font-size: 14px;
  cursor: help;
}
.paywall-1 div.plans div.plan ul li span.tool-trigger:hover {
  background-color: #34495e;
  color:#FFF;
}
.paywall-1 div.plans div.plan div.name {
  font-size: 20px;
  color:#FFF;
  padding:20px 0 14px;
  text-align: center;
  background:#6BA7CC;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.paywall-1 div.plans div.plan div.pricing {
  padding:40px 0 40px;
  background:#AACCE2;
  color:#333;
}
.paywall-1 div.plans div.plan div.pricing span {
  display: inline-block;
  line-height: 1em;
  margin: 0;
  vertical-align: top;
}
.paywall-1 div.plans div.plan div.pricing span.currency {
  padding: 5px 0 20px 0;
  font-size: 30px;
  font-weight: bold;
}
.paywall-1 div.plans div.plan div.pricing span.value {
  font-size:50px;
  line-height: 50px;
  font-weight: bold;
}
.paywall-1 div.plans div.plan div.pricing span.value.strike {
  text-decoration: line-through;
}
.paywall-1 div.plans div.plan div.pricing span.term {
  padding:20px 0 0 0;
  font-size: 20px;
}
.paywall-1 div.plans div.plan div.pricing span.discount {
  display: block;
  font-size: 16px;
  height: 14px;
  line-height: 1em;
  padding: 0 0 10px 0;
  color:rgba(0,0,0,.5);
}

.paywall-1 .cs-callout .rep {
  float: left;
  padding:5px;
  background:#F7F7F7;
  border:1px solid #CCC;
  margin-right: 15px;
  font-size: 12px;
  text-align: center;
}
@media(max-width: 1170px) {
  .paywall-1 .cs-callout .rep {
    display: none;
  }
}
@media(max-width: 979px) {
  .paywall-1 .cs-callout {
    display: none;
  }
}
.paywall-1 .cs-callout .rep div.photo {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  margin-bottom: 5px;
}
.paywall-1 .cs-callout h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.paywall-1 .cs-callout p {
  font-size: 16px;
  margin:0 0 5px 0;
}
.paywall-1 .cs-callout .text {
  float:left;
  width: 200px;
}

@media (max-width: 767px) {
  .paywall-1 div.callout {
    padding-left: 50px;
    padding-right: 50px;
  }
  .paywall-1 div.callout h1 {
    font-size: 24px;
  }
  .paywall-1 div.callout h2 {
    font-size: 18px;
  }
  .paywall-1 div.plan {
    margin:0 50px 50px 50px;
  }
}

.paywall-1 .cs-callout {

}


/** PRESS */

.press-1 {
  padding:40px 0;
}
.press-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.press-1 ul li {
  width: 25%;
  float:left;
  text-align: center;
}
.press-1 ul li a {
  display: block;
}
.press-1 ul li a img {
  width: 25%;
  height:100px;
  width:250px;
  background:#CCC;
}
.press-1 div.quotes {
  border:1px solid #CCC;
  margin:20px;
  padding:50px;
}


div.modal-1-overlay {
    background: rgba(0,0,0,.5);
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.75) 100%);
    position:fixed;
    overflow: scroll;
    top:0;
    left:0;
    display:none;
    z-index:9999;
}
div.modal-1 {
    background-color:#FFF;
    min-width:400px;
    margin:0 auto;
    border:1px solid rgba(0,0,0,.5);
    border-radius:5px;
    position: absolute;
    box-shadow:0 1px 15px rgba(0,0,0,.5);
}
div.modal-1.paper {
  background: #FFF url(/web/v1/images/textures/paper.png) 50% 50% repeat;
}

div.modal-1 div.wepay-iframe {
    padding:0;
    box-shadow:0 0 4px rgba(0,0,0,.25);
    background-color:#FFF;
    margin:0;
}
div.modal-1 div.dismiss {
  float:right;
}
div.modal-1 div.loading-state {
  height:200px;
}
div.modal-1 div.dismiss .btn {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 4px;
  border-right:none;
  border-top:none;
}
div.paywall-modal-1 div.banner {
  background:#1772AF;
  line-height:1em;
  color:#FFF;
  padding:12px 0 10px;
  text-align: center;
}
div.paywall-modal-1 div.plan {
  float: left;
  width:299px;
  height: 319px;
  border-left:1px solid #CCC;
  border-bottom:1px solid #CCC;
  text-align: center;
}
div.paywall-modal-1 div.iframe {
  float: right;
  width: 600px;
}
.paywall-modal-1 div.plan div.selection {
  font-size: 16px;
  padding-top: 40px;
}
.paywall-modal-1 div.plan div.selection strong {
  font-size: 20px;
  color:#000;
}
.paywall-modal-1 div.plan div.pricing {
  padding:50px 0 50px;
  color:#333;
}
.paywall-modal-1 div.plan div.pricing span {
  display: inline-block;
  line-height: 1em;
  margin: 0;
  vertical-align: top;
}
.paywall-modal-1 div.plan div.pricing span.currency {
  padding: 5px 0 15px 0;
  font-size: 30px;
  font-weight: bold;
}
.paywall-modal-1 div.plan div.pricing span.value {
  font-size:50px;
  font-weight: bold;
}
.paywall-modal-1 div.plan div.pricing span.value.strike {
  text-decoration: line-through;
}
.paywall-modal-1 div.plan div.pricing span.term {
  padding:20px 0 0 0;
  font-size: 20px;
}
.paywall-modal-1 div.plan div.pricing span.discount {
  display: block;
  font-size: 16px;
  height: 14px;
  line-height: 1em;
  padding: 0 0 15px 0;
  color:rgba(0,0,0,.5);
}
.paywall-modal-1 div.support-content h3 {
  font-size:14px;
  font-weight: bold;
  margin-top: 10px;
}
.paywall-modal-1 div.support-content p {
  font-size:14px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}

.community-admin-wrapper {
  min-height: 1000px;
}
.community-admin-wrapper table {
  font-size:14spx;
}
.community-admin-wrapper table td,
.community-admin-wrapper table th
{
  padding:20px 20px 18px 20px;
}
.community-admin-wrapper table th {
  font-size:12px;
  line-height: 1em;
  color:#000;
  background:#EEEEEE !important;
  padding:10px 20px 8px;
}
.community-admin-nav-1 {
  background:#333333;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
  height: 60px;
}
.community-admin-nav-1 span.name {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color:#FFF;
  padding-top: 20px;
}
.community-admin-nav-1 ul.tabbed-nav {
  display: block;
  float: right;
  list-style: none;
  color:#FFF;
  border-left: 1px solid #000;
  margin: 0;
  padding: 0;
}
.community-admin-nav-1 ul.tabbed-nav li {
  float: left;
  font-size: 16px;
  line-height:16px;
}
.community-admin-nav-1 ul.tabbed-nav li a {
  padding:24px 25px 20px 25px;
  border-right: 1px solid #000;
  display: block;
  color:#999999;
}
.community-admin-nav-1 ul.tabbed-nav li a:hover {
  background:#222222;
  color:#FFF;
}
.community-admin-nav-1 ul.tabbed-nav li a.active {
  background:#000;
  color:#FFF;
}
@media(max-width: 800px) {
  .community-admin-nav-1 {
    display: none;
  }
}
.community-block-editor {
  padding:20px;
  margin: 10px 0;
  background: #F7F7F7;
  border:1px solid #EEEEEE;
}
.community-block-editor div.edit-panel {
  padding:10px 0;
  border-top: 1px dashed #CCC;
  min-height: 100px;
  margin-top: 10px;
}
.community-block-editor h4 {
  font-size: 24px;
  margin: 15px 0 5px 0;
  font-weight: bold;
}
.community-block-editor input.full,
.community-block-editor textarea.full {
  width:905px;
  padding:10px 5px;
}
.community-block-editor input.heading {
  font-size:20px;
  height: auto;
}
.community-block-editor div.background-preivew {
  height:155px;
  width:280px;
  border:1px solid #CCC;
  background:#FFF;
  border-radius:3px;
}
.community-block-editor div.background-preivew div.preview {
  height:155px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.community-settings {
  padding:0 40px;
  background:#F7F7F7;
  border:1px solid #CCC;
}
.community-settings label {
  float: left;
  width:240px;
  padding: 34px 0 0 0;
  display: block;
}
.community-settings div.field-wrapper {
  float: left;
  width: 620px;
  padding: 20px 0;
}
.community-settings div.clear-field {
  border-top: 1px solid #CCC;
  clear: both;
  float: none;
}
.community-settings input.full,
.community-settings textarea.full {
  width:600px;
  padding:10px 5px;
  margin: 0;
}
.community-settings select {
  width:600px;
  padding:10px 5px;
  height: 50px;
}
.community-settings div.cover-image {
  background-color: #FFF;
  box-shadow: 0 0 1px #CCC;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width:560px;
  height: 310px;
}
#community-sections .header-24-sub .hero-unit {
  padding:120px 0 100px 0;
}
#community-sections .header-24-sub {
  height: auto;
  min-height: 500px;
}
#community-sections .header-section h1,
#community-sections .header-section h2,
#community-sections .header-section h3,
#community-sections .header-section h4,
#community-sections .header-section h5,
#community-sections .header-section h6 {
  color:#FFF;
  font-size: 42px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.2em;
}
#community-sections .header-section p {
  color:#FFF;
  font-size: 28px;
  line-height: 1.5em;
  magin:10px 0;
}
@media(max-width:790px) {
  #community-sections .header-section h1,
  #community-sections .header-section h2,
  #community-sections .header-section h3,
  #community-sections .header-section h4,
  #community-sections .header-section h5,
  #community-sections .header-section h6 {
    color:#FFF;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.2em;
  }
  #community-sections .header-section p {
    color:#FFF;
    font-size: 22px;
    line-height: 1.5em;
    magin:10px 0;
  }
}
#community-sections .about-section h1,
#community-sections .about-section h2,
#community-sections .about-section h3,
#community-sections .about-section h4,
#community-sections .about-section h5,
#community-sections .about-section h6 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.2em;
}
#community-sections .about-section p {
  font-size: 22px;
  line-height: 1.4em;
  magin:10px 0;
}
#community-sections img {
  max-width: 100%;
}
