.vs1 #content_container {
  border-top: none;
  border-bottom: none;
}
.vs1 .btn-group.open .dropdown-link,
.vs1 .dropdown-link {
  line-height: inherit;
}
.vs1 #responsive_nav,
.vs1 .search-bar {
  background-color: #ecf9fe;
}
.vs1 .search-bar {
  position: absolute;
  width: 100%;
  padding: 20px;
  z-index: 99;
}
.vs1 .search-bar .search-results-wrapper {
  background-color: #ecf9fe;
}
.vs1 .search-bar .search-results-wrapper .no-results {
  font-weight: bold;
  padding: 3px 20px;
  color: #333;
}
.vs1 .search-bar .search-results-wrapper .dropdown-menu {
  display: block;
}
.vs1 .nav:not(#main_nav) {
  margin-left: 0;
  margin-top: 2.2rem;
}
.vs1 .nav:not(#main_nav) > li {
  float: left;
}
.vs1 .nav:not(#main_nav) > li > .dropdown > a {
  position: relative;
  display: block;
  padding: 0;
}
.vs1 .logo {
  padding: 10px;
  width: 140px;
}
.vs1 .logo img {
  height: 4rem;
  padding-left: 2rem;
}
.vs1 .visible-xs .nav-row,
.vs1 .visible-sm .nav-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.vs1 .visible-xs .logo,
.vs1 .visible-sm .logo {
  text-align: center;
  padding: 5px;
  width: 140px;
  height: 58px;
}
.vs1 .visible-xs .logo img,
.vs1 .visible-sm .logo img {
  height: 47px;
}
.vs1 .hidden-xs .nav-row,
.vs1 .hidden-sm .nav-row {
  display: table;
  width: 100%;
}
.vs1 .hidden-xs .nav-row .nav,
.vs1 .hidden-sm .nav-row .nav {
  font-family: "Gordita", "Helvetica Neue", Helvetica, Arial, serif !important;
  font-size: 1.5rem;
}
.vs1 .hidden-xs .nav-row .nav li a:hover,
.vs1 .hidden-sm .nav-row .nav li a:hover,
.vs1 .hidden-xs .nav-row .nav li a:focus,
.vs1 .hidden-sm .nav-row .nav li a:focus {
  text-decoration: none;
}
.vs1 .hidden-xs .nav-row .nav li.secondary,
.vs1 .hidden-sm .nav-row .nav li.secondary {
  border-left: 1px solid #525252;
  padding: 0 1rem;
  margin-left: 1rem;
}
.vs1 .hidden-xs .nav-row .nav li.secondary a.secondary,
.vs1 .hidden-sm .nav-row .nav li.secondary a.secondary {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1280px) {
  .vs1 .hidden-xs .nav-row .nav li.secondary,
  .vs1 .hidden-sm .nav-row .nav li.secondary {
    padding: 0;
    margin-left: 0.3rem;
  }
}
.vs1 .hidden-xs .nav-row .nav li.tertiary span,
.vs1 .hidden-sm .nav-row .nav li.tertiary span {
  display: block;
  padding: 1rem 0;
}
.vs1 .hidden-xs .nav-row .nav li.tertiary a.tertiary,
.vs1 .hidden-sm .nav-row .nav li.tertiary a.tertiary,
.vs1 .hidden-xs .nav-row .nav li.tertiary span,
.vs1 .hidden-sm .nav-row .nav li.tertiary span {
  float: left;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}
.vs1 .hidden-xs .nav-row .nav-cell,
.vs1 .hidden-sm .nav-row .nav-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 57px;
}
.vs1 .hidden-xs .nav-row .nav-cell.menu-container,
.vs1 .hidden-sm .nav-row .nav-cell.menu-container {
  vertical-align: bottom;
}
.vs1 .hidden-xs .nav-row .nav-cell a,
.vs1 .hidden-sm .nav-row .nav-cell a {
  color: #525252 !important;
}
.vs1 .hidden-xs .nav-row .nav-cell .menu-icon > .fa-stack,
.vs1 .hidden-sm .nav-row .nav-cell .menu-icon > .fa-stack {
  padding-top: 1.8rem;
}
.vs1 .hidden-xs .nav-row .nav-cell .menu-icon > .fa-stack .fa-search,
.vs1 .hidden-sm .nav-row .nav-cell .menu-icon > .fa-stack .fa-search {
  font-size: 1.3em;
}
.vs1 .hidden-xs .nav-row .nav-cell .menu-icon > .fa-stack .fa-times,
.vs1 .hidden-sm .nav-row .nav-cell .menu-icon > .fa-stack .fa-times {
  font-size: 1.3em;
}
.vs1 .hidden-xs .nav-row .btn-group,
.vs1 .hidden-sm .nav-row .btn-group {
  margin: 1rem 1rem 0;
}
.vs1 .hidden-xs #user_data,
.vs1 .hidden-sm #user_data {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}
.vs1 .hidden-xs .dropdown-menu > li > a,
.vs1 .hidden-sm .dropdown-menu > li > a {
  font-size: 1.4rem;
}
.vs1 .hidden-xs .nav > li > a,
.vs1 .hidden-sm .nav > li > a {
  padding: 1rem 2rem;
  color: #525252;
}
@media only screen and (max-width: 1280px) {
  .vs1 .hidden-xs .nav > li > a,
  .vs1 .hidden-sm .nav > li > a {
    padding: 1rem 0.5rem;
  }
}
.vs1 .menu-icon {
  width: 58px;
  height: 58px;
  cursor: pointer;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vs1 .mobile-menu-icon-wrapper {
  min-width: 58px;
}
.vs1 .menu {
  color: #ffffff;
  background-color: #3993bf;
}
.vs1 .menu-close {
  background-color: #ffffff;
  color: #3993bf;
}
.vs1 .mobile-space {
  padding: 0px;
  display: table;
  width: 100%;
  color: #ffffff;
  background-color: #3993bf;
  border-bottom: 1px solid #3993bf;
}
.vs1 .menu-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.9rem;
}
.vs1 .mobile-line {
  border-bottom: 0.1rem solid #cccccc;
  cursor: pointer;
  font-weight: 100;
  padding: 0;
  position: relative;
  display: block;
}
.vs1 .mobile-line a {
  padding: 0.9rem 1.5rem;
  position: relative;
  display: block;
}
.vs1 .nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  width: 17em;
}
.vs1 .nav-menu a,
.vs1 .nav-menu a:link,
.vs1 .nav-menu a:visited,
.vs1 .nav-menu a:hover {
  color: #555;
}
.vs1 .nav-menu .secondary {
  color: #3993bf;
  margin-left: 7px;
}
.vs1 .nav-menu .nav-items {
  width: 17em;
  float: left;
  margin: 0;
}
.vs1 .nav-menu .nav-items ul {
  margin: 0;
  list-style: none;
  padding: 0;
  color: #555;
  font-size: 1.6rem;
}
.vs1 .nav-menu .nav-items ul ul {
  margin-left: 20px;
}
.vs1 .premium {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vs1 .lock-to-header {
  height: 45px;
  width: 100%;
  background-color: #ffffff;
}
.vs1 .lock-to-header-place-holder {
  height: 0;
  width: 100%;
}
.vs1 .lock-to-header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 10px 0px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0 5px 10px 0px rgba(136, 136, 136, 0.75);
  box-shadow: 0 5px 10px 0px rgba(136, 136, 136, 0.75);
}
.vs1 .lock-to-header-place-holder.helping {
  height: 45px;
}
.vs1 .article-parent-headline h1 {
  color: #ffffff;
  font-family: "Arvo", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding: 44px 0px 0;
}
.vs1 .article-parent-headline h2 {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 31px 0px 0;
  padding: 0 2px 0 0;
}
.vs1 .article-headline h1 {
  color: #333333;
  font-family: "Arvo", serif;
}
.vs1 .article-headline h2 {
  font-family: 'Lato', sans-serif;
}
.vs1 .content-container,
.vs1 .main-rail,
.vs1 .right-rail {
  display: block;
  width: 100%;
}
.vs1 .main-rail {
  padding: 0 30px;
}
.vs1 #footer {
  width: inherit;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.vs1 #footer_container {
  border-top: none;
}
.vs1 #footer_container .left-column,
.vs1 #footer_container .right-column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
@media (min-width: 992px) {
  .vs1 .content-container {
    display: table;
    width: 100%;
  }
  .vs1 .main-rail {
    width: auto;
    display: table-cell;
    vertical-align: top;
  }
  .vs1 .right-rail {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding-top: 23px;
    padding-right: 20px;
  }
  .vs1 #responsive_nav,
  .vs1 .search-bar {
    background-color: #ffffff;
  }
  .vs1 .article-parent-headline h1 {
    font-size: 5rem;
  }
  .vs1 .article-parent-headline h2 {
    font-size: 2.4rem;
  }
  .vs1 #footer_container .left-column {
    width: inherit;
    max-width: 670px;
    margin: 0;
    float: left;
    text-align: left;
  }
  .vs1 #footer_container .right-column {
    width: inherit;
    max-width: 340px;
    margin: 0;
    float: right;
  }
  .vs1 .lock-to-header,
  .vs1 .lock-to-header-place-holder {
    float: left;
    width: inherit;
  }
}
.vs1 .video-row {
  max-width: 500px;
  margin: 0 auto 20px;
}
.vs1 .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vs1 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vs1 .image-resize {
  max-width: 100%;
}
.vs1 .circles {
  padding-top: 2em;
}
.vs1 .circles h3 {
  color: #393838;
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 0 0px;
}
.vs1 .circles p {
  color: #424242;
  font-family: lato;
  font-size: 1.4rem;
  line-height: 2rem;
}
.vs1 .circles img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .vs1 .circles img {
    height: auto;
    max-width: 50%;
  }
}
.vs1 .section-title,
.vs1 .domino-divider {
  background: rgba(0, 0, 0, 0) url("//vspot.s3.amazonaws.com/sign-up/grey-line-1e0e9dea.gif") repeat-x scroll center center;
  color: #ffffff;
  font-family: 'Arvo', serif;
  font-size: 10pt;
  text-transform: uppercase;
  word-spacing: 0.1em;
}
.vs1 .section-title > span,
.vs1 .domino-divider > span {
  border-style: solid;
  border-width: 0 34px;
  border-image: url(//vspot.s3.amazonaws.com/sign-up/black-button-51e2d417.gif) 0 34 repeat;
  background-color: #191a1a;
  display: inline-block;
  height: 32px;
  line-height: 35px;
  padding: 0 10px;
}
.vs1 .domino-divider {
  margin-bottom: 0;
  margin-top: 0;
}
.vs1 .subhead-text {
  font-family: lato;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 10px;
}
.banner {
  background-size: cover;
}
