@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800);
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

/* Convert String To Number*/
#pvcontact,
#pvsurvey,
#pvservice,
#PeopleVineContent {
  /* **************
		Margin Top can be used to push all of the content down so the navigatino bar is not covering anything
		Set a margin height here - then repeat it below in the media queries for different sizes
	*************** */
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  #pvcontact:before, #pvcontact:after,
  #pvsurvey:before,
  #pvsurvey:after,
  #pvservice:before,
  #pvservice:after,
  #PeopleVineContent:before,
  #PeopleVineContent:after {
    content: " ";
    display: table; }
  #pvcontact:after,
  #pvsurvey:after,
  #pvservice:after,
  #PeopleVineContent:after {
    clear: both; }
  @media (min-width: 768px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 750px; } }
  @media (min-width: 991px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 970px; } }
  @media (min-width: 1200px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 1170px; } }

#PeopleVineContent #pvcontact,
#PeopleVineContent #pvsurvey,
#PeopleVineContent #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvcontact #PeopleVineContent,
#pvcontact #pvsurvey,
#pvcontact #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvsurvey #PeopleVineContent,
#pvsurvey #pvcontact,
#pvsurvey #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvservice #PeopleVineContent,
#pvservice #pvcontact,
#pvservice #pvsurvey {
  margin-top: auto;
  margin-bottom: auto; }

/* Standard Website Footer */
.templatesitefooter {
  display: none; }

/* PV Default Buttons */
.btn-default,
.btn-info,
iframe .btn-info,
.btn-success {
  border-radius: 0;
  background-color: #263238;
  color: #fff;
  text-transform: uppercase;
  border: none; }
  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus,
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus,
  .btn-info:active:hover,
  .btn-info:active:focus,
  iframe .btn-info:hover,
  iframe .btn-info:active,
  iframe .btn-info:focus,
  iframe .btn-info:active:hover,
  iframe .btn-info:active:focus,
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus,
  .btn-success:active:hover,
  .btn-success:active:focus {
    background-color: #11171a;
    color: #fff; }

/* Auto Generated Checkbox */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 4px 0 0; }

section .controls {
  margin-bottom: 2em; }
  @media only screen and (min-width: 768px) {
    section .controls {
      margin-bottom: 1em; } }
  section .controls .btn {
    width: 100%; }

/* Add Top/Bottom Margin To All Form Items For Mobile */
.form-control {
  margin: 0 auto 10px;
  border-radius: 0; }

/* Text On Right Of Captcha Input Box */
#ctl00_content_RadCaptcha1_CaptchaTextBoxLabel {
  margin-left: 15px; }

#ctl00_content_RadCaptcha1_CaptchaTextBox {
  width: 180px; }

/* Event View Page - Remove Repeated Event Title */
.eventTitle {
  display: none; }

/* Form Error Message - Make Full Width Block */
#lblmessage {
  display: block; }

#register {
  display: none; }

/* Calendar Dropdown */
.ui-datepicker {
  font-family: 'Open Sans', sans-serif;
  background: #263238 !important; }
  .ui-datepicker .ui-datepicker-current-day .ui-state-active {
    background: #9fb4be !important;
    color: #263238 !important; }
  .ui-datepicker .ui-datepicker-title,
  .ui-datepicker .ui-datepicker-calendar {
    font-family: 'Open Sans', sans-serif; }
  .ui-datepicker td .ui-state-default:hover {
    background: #07090a !important;
    color: #ffffff !important; }

td.ui-datepicker-today {
  background-color: #07090a !important; }

td.ui-datepicker-today .ui-state-highlight {
  color: #ffffff !important; }

/* UI-Update Elements */
.ui-update {
  /* Default Button Class */
  /* Events Page */
  /* Schedule An Appiontment */
  /* Choose a time slot section */ }
  .ui-update ::selection {
    background: #9fb4be;
    background-color: #9fb4be; }
  .ui-update ::-moz-selection {
    background: #9fb4be;
    background-color: #9fb4be; }
  .ui-update a .icon:hover {
    color: #263238; }
  .ui-update .alert_error {
    background: #f3f3f3;
    color: #263238; }
  .ui-update .btn,
  .ui-update a.btn {
    background-color: #263238;
    color: #ffffff;
    border-color: #263238;
    font-family: 'Open Sans', sans-serif; }
    .ui-update .btn:hover,
    .ui-update a.btn:hover {
      background-color: #11171a;
      border-color: #11171a;
      color: #fff; }
  .ui-update .fieldset-input > * {
    color: #263238; }
    .ui-update .fieldset-input > *:focus {
      border-color: #263238; }
  .ui-update .fieldset-input > input {
    color: #263238; }
    .ui-update .fieldset-input > input:focus {
      border-color: #263238; }
  .ui-update .fieldset-input > select {
    color: #263238;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><path fill="%23#263238" d="M16 24.133l-15.244-14.044 1.467-1.6 13.778 12.622 13.778-12.622 1.467 1.6-15.244 14.044z"></path></svg>'); }
    .ui-update .fieldset-input > select:hover {
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><path fill="%23#263238" d="M16 24.133l-15.244-14.044 1.467-1.6 13.778 12.622 13.778-12.622 1.467 1.6-15.244 14.044z"></path></svg>'); }
    .ui-update .fieldset-input > select:focus {
      border-color: #263238; }
  .ui-update .fieldset-label {
    color: #666; }
  .ui-update .box {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8); }
  .ui-update .mix-hdg_error,
  .ui-update .mix-txt_error,
  .ui-update .mix-txt_link {
    color: #263238; }
  .ui-update .mix-txt_link:hover,
  .ui-update a.hdg:hover {
    color: #11171a; }
  .ui-update .slick-track .selected .cardBtn, .ui-update .scheduleTimes .selected .cardBtn {
    background-color: #263238;
    border-color: #11171a;
    color: #fff; }
    .ui-update .slick-track .selected .cardBtn .cardBtn-ft, .ui-update .scheduleTimes .selected .cardBtn .cardBtn-ft {
      background-color: #263238; }
  .ui-update .component-content .mix-box_brandTertiaryFaint {
    background-color: #f3f3f3; }
  .ui-update .component-content .mix-hdg_brandCallout,
  .ui-update .component-content .mix-hdg_dark {
    color: #27ba54; }

/* Contest Styles */
#contestGraphic img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  #contestNote {
    text-align: center;
    display: block; } }

@media only screen and (max-width: 767px) {
  #contestLogin #contestAuthenticate {
    text-align: center;
    margin: 15px auto; } }

#contestLogin #contestDescription {
  display: none; }

#contestLogin .button_authenticate {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

#contestLogin #content_btnEmail {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #contestLogin #content_btnEmail {
      display: block;
      width: 100%;
      margin-top: 25px; } }

/* Blog Styles */
.blog-header {
  font-size: 24px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blog-header {
      text-align: left; } }
  .blog-header a {
    color: #263238; }
    .blog-header a:hover, .blog-header a:focus, .blog-header a:active {
      text-decoration: none;
      color: #263238; }
  .blog-header small {
    display: none; }

.blog-content {
  margin-bottom: 30px; }
  .blog-content .thumbnail {
    border: none;
    text-align: left; }
  .blog-content .btn-info {
    background-color: transparent;
    border: 1px solid #263238;
    color: #263238;
    padding: 10px 26px;
    font-size: 18px;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 768px) {
      .blog-content .btn-info {
        margin: 0;
        display: inline-block; } }
    .blog-content .btn-info:hover {
      border-color: #263238;
      color: #263238; }
  .blog-content p {
    font-size: 18px !important;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blog-content p {
        text-align: left; } }

#pnlSurvey .surveyDescription {
  display: none; }

.alert {
  font-weight: 600 !important; }

.m-tb-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.m-t-0 {
  margin-top: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-t-5 {
  margin-top: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-t-25 {
  margin-top: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-tb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-t-35 {
  margin-top: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-t-45 {
  margin-top: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-auto {
  margin: 0 auto !important; }

.p-tb-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.p-t-0 {
  padding-top: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-lr-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-l-0 {
  padding-left: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-t-5 {
  padding-top: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-lr-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-l-5 {
  padding-left: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-t-10 {
  padding-top: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-t-25 {
  padding-top: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-lr-25 {
  padding-left: 25px;
  padding-right: 25px; }

.p-l-25 {
  padding-left: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-tb-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-t-35 {
  padding-top: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-lr-35 {
  padding-left: 35px;
  padding-right: 35px; }

.p-l-35 {
  padding-left: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-t-40 {
  padding-top: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-lr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-l-40 {
  padding-left: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-tb-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.p-t-45 {
  padding-top: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-lr-45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-l-45 {
  padding-left: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-t-50 {
  padding-top: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-lr-50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-l-50 {
  padding-left: 50px; }

.p-r-50 {
  padding-right: 50px; }

.image-container {
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .image-container .image-row {
    padding: 0;
    width: 100%;
    display: block;
    float: left; }
  .image-container .image-col {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px; }
    .image-container .image-col img {
      position: absolute;
      top: 0; }
    .image-container .image-col:first-child img {
      right: 0; }
    .image-container .image-col:last-child img {
      left: 0; }
    @media only screen and (min-width: 991px) {
      .image-container .image-col {
        height: 400px;
        width: 50%; } }

.btn {
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif; }
  .btn.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .btn.btn-md {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

.btn-group {
  text-align: center;
  margin: 0 auto; }
  .btn-group .btn {
    border-radius: 5px !important;
    margin-bottom: 15px; }
  .btn-group.btn-2 {
    padding-left: 20px;
    padding-right: 20px; }
    .btn-group.btn-2 > .btn {
      width: 100%; }
      @media only screen and (min-width: 991px) {
        .btn-group.btn-2 > .btn {
          width: 50%; }
          .btn-group.btn-2 > .btn:first-child {
            float: left;
            margin-right: 10px; }
          .btn-group.btn-2 > .btn:last-child {
            float: right;
            margin-left: 10px; } }

.btn-inline {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  .btn-inline > .btn {
    display: block;
    width: 100%;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 991px) {
      .btn-inline > .btn {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 300px;
        width: auto; } }

.btn.btn-white {
  background-color: #ffffff;
  color: #263238;
  border: 1px solid #ffffff; }
  .btn.btn-white.btn-outlined {
    border: 1px solid #263238; }
  .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
    background-color: #263238;
    border: 1px solid #263238;
    color: #fff; }
    .btn.btn-white:hover.to-primary, .btn.btn-white:focus.to-primary, .btn.btn-white:active.to-primary {
      background-color: #27ba54;
      border-color: #27ba54; }

.btn-dark {
  background-color: #263238;
  color: #fff;
  border: 1px solid #263238; }
  .btn-dark.btn-outlined {
    background-color: transparent;
    border: 1px solid #263238; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background-color: transparent;
    color: #263238;
    border: 1px solid #263238; }

.btn-primary {
  background-color: #27ba54;
  color: #fff;
  border: 1px solid #27ba54; }
  .btn-primary.btn-outlined {
    background-color: transparent;
    border: 1px solid #27ba54; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: transparent;
    color: #27ba54;
    border: 1px solid #27ba54; }

.btn-red {
  background-color: #f37455;
  color: #fff;
  border: 1px solid #f37455; }
  .btn-red.btn-outlined {
    background-color: transparent;
    border: 1px solid #f37455; }
  .btn-red:hover, .btn-red:focus, .btn-red:active {
    background-color: transparent;
    color: #f37455;
    border: 1px solid #f37455; }

.txt-white {
  color: #ffffff; }

.txt-primary {
  color: #27ba54; }

.color-primary {
  color: #27ba54; }

.color-blue {
  color: #60b0e2; }

.color-red {
  color: #f37455; }

.color-orange {
  color: #FBB74E; }

.color-green {
  color: #91bc3c; }

.color-teal {
  color: #37BBA3; }

.link-primary {
  color: #27ba54;
  text-decoration: none; }
  .link-primary:hover, .link-primary:focus {
    text-decoration: none;
    color: #ffffff; }

.link-black {
  color: #000000;
  text-decoration: none; }
  .link-black:hover, .link-black:focus {
    color: #000000; }

.lead {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .lead {
      font-size: 21px; } }

.bg-primary {
  background-color: #27ba54; }

.dark-bg {
  background-color: #000;
  color: #ffffff; }

.medium-bg {
  background-color: #f2f2f2;
  color: #000000; }

.white-bg {
  background-color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.bg-primary {
  background-color: #27ba54; }

.bg-blue {
  background-color: #60b0e2;
  color: #ffffff; }

.bg-red {
  background-color: #f37455; }

.bg-orange {
  background-color: #FBB74E; }

.bg-green {
  background-color: #91bc3c; }

.bg-teal {
  background-color: #37BBA3; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .mobile-break {
    display: block; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mobile-full {
    width: 100%; } }

.display-1 {
  font-size: 5em;
  line-height: 0.8em;
  margin-top: 0.2em; }
  @media only screen and (min-width: 768px) {
    .display-1 {
      font-size: 6em; } }

.display-2 {
  font-size: 2.75em; }
  @media only screen and (min-width: 500px) {
    .display-2 {
      font-size: 4em; } }

.display-2_5 {
  font-size: 3em; }
  @media only screen and (min-width: 500px) {
    .display-2_5 {
      font-size: 3.5em; } }

.display-3 {
  font-size: 2.75em; }

.display-3_5 {
  font-size: 2.25em; }

.display-4 {
  font-size: 2em; }

.display-bold {
  font-weight: 600; }

.display-thin {
  font-weight: 300; }

.section-padding-xs {
  padding-top: 10px;
  padding-bottom: 10px; }

.section-padding-sm {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-md {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-lg {
  padding-top: 75px;
  padding-bottom: 75px; }

.social-list {
  padding-left: 0;
  margin: 0 auto;
  list-style: none; }
  .social-list li {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em; }
    .social-list li a {
      color: #fff;
      font-size: 3em;
      text-decoration: none; }
      .social-list li a:hover, .social-list li a:focus {
        color: #263238; }
    .social-list li .fa {
      vertical-align: middle; }

.inline-bullet-list {
  display: inline-block;
  text-align: center !important;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 800px;
  font-size: 15px;
}
  @media only screen and (max-width: 767px) {
      .inline-bullet-list {
        padding-left: 0;
        text-align: center !important;
      }
  }
  .inline-bullet-list li {
    display: block;
    position: relative;
    text-align: center !important;
    width: auto;

    font-weight: 400;
    line-height: 2.5em; }
  @media only screen and (max-width: 767px){
      .inline-bullet-list.check-list li {
          padding-left: 0 !important;
      }
  }
  @media only screen and (min-width: 768px) {
    .inline-bullet-list li {
      text-align: left !important;
      display: inline-block !important;
      padding-right: 0 !important;
      white-space: nowrap !important;
     width: auto !important;
     float: none !important;
     font-size: inherit !important;
    }
      .inline-bullet-list li:before {
        content: '•';
        color: #27ba54;
        font-size: 1.5em;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%); }
    .inline-bullet-list.check-list {
      max-width: 1000px; }
      .inline-bullet-list.check-list li {
        padding-left: 4em;
        line-height: 3em; }
        .inline-bullet-list.check-list li:before {
            height: auto;
          content: "\f00c" !important;
          font-family: FontAwesome !important;
          color: #989898 !important;
          font-size: 1.5em !important;
          position: absolute !important;
          top: 50% !important;
          left: 1.5em !important;
          transform: translateY(-50%) !important;
            background-image: none;
        } }

.background-full {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .background-full.vp-height {
    height: 100vh; }
  .background-full.content-bg-xl {
    height: 700px; }
  .background-full.content-bg-lg {
    height: 400px; }
  .background-full.content-bg-md {
    height: 300px; }
  .background-full .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative; }

.absolute-center {
  text-align: center;
  position: absolute;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.absolute-bottom {
  position: absolute;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  bottom: 0;
  left: 0;
  z-index: 2; }

.circle-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s; }
  .circle-btn.position-bottom {
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%); }
  .circle-btn .circle-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 1.5em;
    color: #fff; }
  .circle-btn:hover {
    background-color: #fff; }
    .circle-btn:hover .circle-btn-icon {
      color: #27ba54; }

.circle-nav {
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative; }
  .circle-nav .arrow-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block; }
    .circle-nav .arrow-icon.arrow-left, .circle-nav .arrow-icon.arrow-right {
      width: 1em;
      height: 1em; }
      .circle-nav .arrow-icon.arrow-left:after, .circle-nav .arrow-icon.arrow-right:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%; }
    .circle-nav .arrow-icon.arrow-right {
      right: 40%; }
      .circle-nav .arrow-icon.arrow-right:after {
        border-top: 2px solid #b9b9b9;
        border-right: 2px solid #b9b9b9;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .circle-nav .arrow-icon.arrow-left {
      left: 40%; }
      .circle-nav .arrow-icon.arrow-left:after {
        border-top: 2px solid #b9b9b9;
        border-right: 2px solid #b9b9b9;
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }

.content-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: inherit; }
  .content-cover .content-flex {
    display: flex;
    height: 100%;
    width: 100%; }
  .content-cover .content-column {
    position: relative; }
    .content-cover .content-column.column-detail {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 500px; }
      @media only screen and (min-width: 768px) {
        .content-cover .content-column.column-detail {
          display: block; } }
    .content-cover .content-column.column-form {
      display: block;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .content-cover .content-column.column-form {
          float: right;
          max-width: 500px; } }
    @media only screen and (min-width: 991px) {
      .content-cover .content-column.column-form {
        overflow-y: scroll;
        min-height: 100vh; } }
    .content-cover .content-column .content {
      padding: 2em; }
    .content-cover .content-column .content-left {
      padding: 0;
      height: 100vh; }
      .content-cover .content-column .content-left .content-middle {
        width: 100%;
        height: 100%;
        background-image: url(../img/dashboard-view2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .content-cover .content-column .content-left .content-top,
      .content-cover .content-column .content-left .content-bottom {
        position: absolute;
        width: 100%;
        left: 0; }
      .content-cover .content-column .content-left .content-top {
        top: 0;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 2em; }
      .content-cover .content-column .content-left .content-bottom {
        bottom: 0;
        padding: 0 1em 2em;
        font-size: 1em; }
        .content-cover .content-column .content-left .content-bottom h2 {
          font-size: 1.5em; }
        @media only screen and (max-width: 1199px) {
          .content-cover .content-column .content-left .content-bottom br {
            display: none; } }
        @media only screen and (min-width: 991px) {
          .content-cover .content-column .content-left .content-bottom {
            font-size: 1.25em;
            padding-bottom: 1em; } }
  .content-cover [class*=" col-flex-"],
  .content-cover [class^="col-flex-"] {
    max-width: 100%;
    min-width: 100%; }
  @media only screen and (min-width: 768px) {
    .content-cover .col-flex-1 {
      max-width: 8.333333%;
      min-width: 8.333333%; }
    .content-cover .col-flex-2 {
      max-width: 16.666666%;
      min-width: 16.666666%; }
    .content-cover .col-flex-3 {
      max-width: 25%;
      min-width: 25%; }
    .content-cover .col-flex-4 {
      max-width: 33.333333%;
      min-width: 33.333333%; }
    .content-cover .col-flex-5 {
      max-width: 41.666666%;
      min-width: 41.666666%; }
    .content-cover .col-flex-6 {
      max-width: 50%;
      min-width: 50%; }
    .content-cover .col-flex-7 {
      max-width: 58.333333%;
      min-width: 58.333333%; }
    .content-cover .col-flex-8 {
      max-width: 66.666666%;
      min-width: 66.666666%; }
    .content-cover .col-flex-9 {
      max-width: 75%;
      min-width: 75%; }
    .content-cover .col-flex-10 {
      max-width: 83.333333%;
      min-width: 83.333333%; }
    .content-cover .col-flex-11 {
      max-width: 91.666666%;
      min-width: 91.666666%; }
    .content-cover .col-flex-12 {
      max-width: 100%;
      min-width: 100%; } }

.full-width-header {
  height: 300px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative; }
  .full-width-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0; }
  .full-width-header .header-text {
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px auto 0; }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .full-width-header .header-text {
        margin-top: 40px; } }
    .full-width-header .header-text h1, .full-width-header .header-text h2, .full-width-header .header-text h3, .full-width-header .header-text h4, .full-width-header .header-text h5, .full-width-header .header-text h6 {
      margin: 0 auto;
      color: #fff;
      font-weight: 600;
      font-size: 2.5em; }

.toggle-wrapper {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }

.toggle-box {
  display: inline-block;
  width: 275px;
  background-color: #e8ebee;
  border: 3px solid #e8ebee;
  border-radius: 8px;
  padding: 0.5em 0;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .toggle-box:before {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #ffffff;
    border-radius: 0 8px 8px 0;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .toggle-box .toggle-option {
    display: block;
    float: left;
    color: #263238;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    z-index: 1;
    width: 50%;
    text-align: center;
    opacity: 0.25;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .toggle-box .toggle-option:nth-of-type(1) {
      opacity: 1; }
  .toggle-box.option-2:before {
    left: 50%;
    border-radius: 8px 0 0 8px; }
  .toggle-box.option-2 .toggle-option:nth-of-type(1) {
    opacity: 0.25; }
  .toggle-box.option-2 .toggle-option:nth-of-type(2) {
    opacity: 1; }

@keyframes changeToYearly {
  0% {
    content: "$" attr(data-pv-monthly); }
  50% {
    color: transparent; }
  100% {
    content: "$" attr(data-pv-yearly); } }

@keyframes changeToMonthly {
  0% {
    content: "$" attr(data-pv-yearly); }
  50% {
    color: transparent; }
  100% {
    content: "$" attr(data-pv-monthly); } }

.pricing-section {
  display: block;
  margin: 0 auto;
  position: relative; }

.pricing-grid-wrapper {
  overflow-x: scroll; }

.pricing-grid {
  width: 1100px;
  list-style: none;
  margin: 4em auto 0;
  padding-left: 0;
  display: flex; }
  .pricing-grid.pricing-yearly > li .price-amount .price-dollar:after {
    content: "$" attr(data-pv-yearly);
    animation: changeToYearly 0.5s linear; }
  .pricing-grid.pricing-monthly > li .price-amount .price-dollar:after {
    animation: changeToMonthly 0.5s linear;
    content: "$" attr(data-pv-monthly); }
  .pricing-grid > li {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 0.5em;
    position: relative;
    text-align: center; }
    .pricing-grid > li .pricing-grid-item {
      width: 100%;
      border-radius: 8px;
      border: 1px solid #263238;
      padding: 1.5em 1em;
      background-color: #ffffff; }
      .pricing-grid > li .pricing-grid-item.pricing-selected {
        background-color: #60b0e2;
        color: #ffffff;
        border-color: #60b0e2; }
    .pricing-grid > li .price-title,
    .pricing-grid > li .price-amount,
    .pricing-grid > li .price-options,
    .pricing-grid > li .price-button,
    .pricing-grid > li .price-callout {
      display: block; }
    .pricing-grid > li .price-callout {
      position: absolute;
      top: -25px;
      width: 100%;
      font-weight: 600;
      letter-spacing: 5px;
      text-transform: uppercase; }
    .pricing-grid > li .price-title {
      font-weight: 600;
      font-size: 1.75em; }
    .pricing-grid > li .price-amount {
      font-weight: 700;
      font-size: 3em;
      line-height: 1;
      margin: 0.75em auto; }
      .pricing-grid > li .price-amount p {
        font-size: 0.35em;
        font-weight: 400;
        margin: 0.35em auto 0; }
      .pricing-grid > li .price-amount .price-dollar:after {
        margin-left: -0.25em;
        content: "$" attr(data-pv-monthly); }
    .pricing-grid > li .price-options {
      list-style: none;
      padding-left: 0;
      margin: 0 auto 2em;
      padding: 0 0 4em; }
      .pricing-grid > li .price-options li {
        display: block;
        width: 100%;
        margin: 0.5em auto;
        font-weight: 500; }
    .pricing-grid > li .price-button {
      border-width: 1px;
      border-style: solid;
      border-color: inherit;
      background-color: #ffffff;
      color: #263238;
      max-width: 150px;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      bottom: 3em;
      transform: translate(-50%, 0);
      text-transform: none;
      font-size: 1em;
      font-weight: 400; }
      .pricing-grid > li .price-button:hover, .pricing-grid > li .price-button:focus, .pricing-grid > li .price-button:active {
        border: 1px solid #263238;
        background-color: #263238;
        color: #ffffff; }

.check-list {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .check-list {
      padding-left: 0; } }
  @media only screen and (min-width: 1200px) {
    .check-list {
      width: 100%; } }
  .check-list li {
    position: relative;
    vertical-align: middle;
    text-align: left;
    display: block;
    font-size: 18px;
    margin: 1.5em auto 0;
    padding-left: 30px;
    width: 100%; }
    .check-list li span {
      display: none; }
    .check-list li .callout {
      display: inline-block;
      font-weight: bold; }
    @media only screen and (min-width: 991px) {
      .check-list li {
        width: 50%;
        float: left;
        margin: 0.5em auto;
        padding-right: 30px;
        padding-left: 50px; }
        .check-list li span {
          display: block; } }
    .check-list li:before {
      content: ' ';
      /*background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAQAAABtw3D4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfhCgwQCBjWOXSwAAAFwUlEQVRo3sXae4wdVR3A8e+d290t2ZZ2aQsorbhVllrZlFIkWiltY0hphUIgiJqgiMIfGGMxMeUPE00gvqJ/qI0iJXWjNoSHj6AtQqGESotNUKl1KQttgZRHH7Rb7LLr7t2Zr3/MLHvXvY+Zvfcuc/7amd/57WfOOXPumUdOMm8tzGcBF/N+ZjOT6TQxTB8nOc5hnmUfB+jPmnJKpuizWM5qltJOU9mYiFfYxWNs5/X0iXOpW+MybuJK5hTt+Q8n6GOQkIAWWmmjrehoL3+hi8eJ6sdYyzpWvnu2z/MMuzlAD28zSAhAnmamcx4dLOFSPkIzAPI3fsqDSUylzWplqdsc2f7pHS52SpUaORd6u7uTOpE7XVXtv1Q+PMMfO5wk+4OrzFdFF2Muc7ODSe17PXOijKXuTc5oi5/MACimLPGBJMcBr5gI41b7VT3oDRMijFLW2K1qwTuyMr6XNOZvPasmRFxm+osk38bSI6u0/+eqDrmuDoSRnF+0T4180JZ0jFje65V1Q8SQZb6hRv5ufIuMD/+uqscmOCgrl05fViM3VWPcourJhiAQL/ANNfRblRgX268O17k7xnbNUvvUYdeUY0zz36p+o2GIGPI5VQ8VX4PFAT9S9f6GIhADf6JG3leKscSCeqjypFun0upeNRztmNGmin/APjsJCMy5wkjdY/NYxipVn5gURNwxv1FDby5m5Nyuhg27TEuVDvvVbptGGR9XdeskIjBwoxp6zShjo2qlH+IJl/f5HZeVGR8XGhq5ZYTR5lG1u+qqKnuZ57/UQyMDcVx7bFf7bJcAWMEc4H6G06+kU23z2EIn0l1mLSqbgdNYE69F71ULXtSQlojc4ayyMR9wwMhHBFt8Xu2pc5eMItoqDtMn1TediR0W1K73AIGBP1BDPxVwHlOAXQ0YE09zNb1V7k6eAuD8gI8BcPA9QIC8TEiOhQFzgXd4sU6IuRkQAMd4G/howCzgBMfrhPhzJgT08io52gJmAH0M1QmxKBMC5C2gNaAVGKzD1BUjyIQAGACaA5qBiAk8bSmJ2JkRASGQDygAAbmyYTluZCvXpUSszYiAPBDik6O/+mWmmB51qMK6bK7Pqfq0Z2Se6AIfVffjH9VXbS0bmHOdqoNlILUgMO+z6h7cpJ7ynAqhOdeXhdSGwDM8pu7AO1VdWTG4HKRWBJ5vwci7ca2qX6kSXgpSOyLn5Wro13CBw+o9KaqMhdSOwMC71NBVONWX1G6DDJBrPbsOCAx8TD3iLMQudcjOVI0YQ95xfx0QeI59Rj4RL4lvUHV9yt5c/+7jyVoROW9UQ9fFjDmeUJ9L0S3FkFoRGPiI2m/HyH3Kr9XIFanP4tv+tWYELrQQd8kIY7mqv8+QoqlmRODP1DC+7uJdeXepQ3W/SahUPugp9UWnjjLwGlUfnjRE4C/V0K/Gf4/szrtT1bWTgsh5icPqC542loHLjNT9zpgERrO71dDrR/YUH7xbdfwzywZ0yJ1qVDwEig+3JXPjlxvcIZ9W9YjnlmbgCgtqf+oZZCKl07fUcOx7if8Pul3Voy5uEGK++9XIH47dPz4wfnvwWkMg7XarkQ+Zq8bIe5+qh11e5zGxyJfUyMfHr3xLVWhJIKf8Qh0RV3tUjdxWakooXSmfXLyRG5xWB8RU70ryPVD6HqB81W8aqrrH1TW2w6U+kyC+Xy6qUoLVHkyqb/aCCSI+7D3JK9TDlR6EV05ytl3JSqvfTV6SeUhu8GRyIg85v1J09XRXFL1f3u5tfigF4Vy/5FYLSb29fqZajTTv6Jv4PF9ncfLXf9nN33mKgxzleNETzxyzmE07y7mITzAt2buPDXRV/5Ai7RcLea7iJlZyetEDgVO8xhEGGCbPVOYwj9OLPqgYYAe/4mEG0qRP/+EEQDuXcxWLmFcx6k328ie20ZM+cTZGvE3nQhbQQSezaaWZPBFD9NNLN/vo4R+czJryf6gYUKkwxKwMAAAAAElFTkSuQmCC");*/
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      height: 30px;
      width: 30px;
      position: absolute;
      top: 50%;
      left: -15px;
      transform: translateY(-50%);
      background-size: contain; }

@media only screen and (min-height: 725px) and (min-width: 1100px) {
  .check-list li:before {
    left: 0;
    height: 40px;
    width: 40px; } }

html {
  position: relative;
  min-height: 100%;
  height: auto; }

body {
  color: #263238;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.4;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  padding-top: 92px; }

a,
button,
.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.container-lg {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

.pv-nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  height: 92px;
  background-color: #ffffff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* Mobile Navigation Button */
  /* Navbar Open Styles */ }
  @media only screen and (min-width: 768px) {
    .pv-nav-main {
      height: auto;
      border-bottom: 1px solid #e8ebee; } }
  .pv-nav-main.nav-scrolling {
    -webkit-box-shadow: 0px 3px 3px rgba(159, 180, 190, 0.15);
    -moz-box-shadow: 0px 3px 3px rgba(159, 180, 190, 0.15);
    box-shadow: 0px 3px 3px rgba(159, 180, 190, 0.15); }
  .pv-nav-main .pv-nav-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .pv-nav-main .pv-nav-wrapper {
        height: auto;
        padding: 1em; } }
    .pv-nav-main .pv-nav-wrapper:after {
      content: " ";
      display: table;
      clear: both; }
  .pv-nav-main .logo-icon {
    width: 260px;
    height: 40px;
    display: inline-block;
    fill: #ffffff;
    vertical-align: middle;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%); }
    .pv-nav-main .logo-icon img {
      height: auto;
      width: 250px; }
  .pv-nav-main .pv-nav-header {
    display: block; }
    @media only screen and (max-width: 768px) {
      .pv-nav-main .pv-nav-header {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #e8ebee; } }
  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .pv-nav-main .pv-nav-header,
    .pv-nav-main .nav-links {
      display: block;
      width: 100%;
      float: none;
      text-align: center;
      margin-top: 0.5em; }
    .pv-nav-main .logo-icon {
      position: relative;
      top: auto;
      left: auto;
      transform: none; } }
  .pv-nav-main .nav-mobile-btn {
    border: 0;
    outline: none;
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%); }
    @media only screen and (min-width: 768px) {
      .pv-nav-main .nav-mobile-btn {
        display: none; } }
    .pv-nav-main .nav-mobile-btn:hover, .pv-nav-main .nav-mobile-btn:focus, .pv-nav-main .nav-mobile-btn:active {
      background-color: transparent; }
    .pv-nav-main .nav-mobile-btn .nav-mobile-icon {
      background-color: #000;
      display: block;
      width: 25px;
      height: 3px;
      border-radius: 1px;
      position: absolute;
      left: 0;
      -moz-transition: transform 0.5s;
      -o-transition: transform 0.5s;
      -webkit-transition: transform 0.5s;
      transition: transform 0.5s;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      .pv-nav-main .nav-mobile-btn .nav-mobile-icon:nth-of-type(1) {
        top: 0; }
      .pv-nav-main .nav-mobile-btn .nav-mobile-icon:nth-of-type(2) {
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 1;
        top: 8px; }
      .pv-nav-main .nav-mobile-btn .nav-mobile-icon:nth-of-type(3) {
        top: 16px; }
  .pv-nav-main.pv-nav-open .nav-mobile-btn .nav-mobile-icon:nth-of-type(1) {
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 8px; }
  .pv-nav-main.pv-nav-open .nav-mobile-btn .nav-mobile-icon:nth-of-type(2) {
    opacity: 0; }
  .pv-nav-main.pv-nav-open .nav-mobile-btn .nav-mobile-icon:nth-of-type(3) {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px; }
  .pv-nav-main.pv-nav-open .nav-links {
    pointer-events: all; }
    @media only screen and (max-width: 767px) {
      .pv-nav-main.pv-nav-open .nav-links {
        left: 0;
        visibility: visible; } }
  .pv-nav-main .nav-links {
    background-color: #ffffff;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .pv-nav-main .nav-links {
        position: relative;
        display: block;
        float: left;
        left: -100%;
        width: 100%;
        height: 100vh;
        pointer-events: none;
        padding: 1em;
        visibility: hidden;
        -webkit-box-shadow: 0px 6px 10px rgba(38, 50, 56, 0.8);
        -moz-box-shadow: 0px 6px 10px rgba(38, 50, 56, 0.8);
        box-shadow: 0px 6px 10px rgba(38, 50, 56, 0.8);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; } }
    @media only screen and (min-width: 768px) {
      .pv-nav-main .nav-links {
        float: right; } }
  .pv-nav-main .nav-list {
    padding-left: 0;
    margin: 0 auto; }
    .pv-nav-main .nav-list li {
      display: block;
      vertical-align: middle;
      margin: 1em auto;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .pv-nav-main .nav-list li.get-started {
          display: none; } }
      .pv-nav-main .nav-list li:first-child {
        margin-left: 0; }
      .pv-nav-main .nav-list li:last-child {
        margin-right: 0; }
      .pv-nav-main .nav-list li a {
        color: #263238;
        text-transform: none;
        font-weight: 400;
        font-size: 1.25em; }
        .pv-nav-main .nav-list li a.btn {
          background-color: #60b0e2;
          color: #ffffff;
          border: 1px solid #60b0e2;
          display: block;
          font-weight: 400;
          padding: 10px 15px;
          border-radius: 0; }
          .pv-nav-main .nav-list li a.btn:hover, .pv-nav-main .nav-list li a.btn:focus, .pv-nav-main .nav-list li a.btn:active {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: #263238; }
      @media only screen and (min-width: 768px) {
        .pv-nav-main .nav-list li {
          margin: 0 10px;
          text-align: left;
          display: inline-block; }
          .pv-nav-main .nav-list li a {
            font-size: 1em; }
            .pv-nav-main .nav-list li a.btn {
              background-color: #ffffff;
              color: #263238;
              border: 1px solid #263238;
              border-radius: 3px; }
              .pv-nav-main .nav-list li a.btn:hover, .pv-nav-main .nav-list li a.btn:focus, .pv-nav-main .nav-list li a.btn:active {
                background-color: #f5f5f5;
                border-color: #f5f5f5;
                color: #263238; } }
  .pv-nav-main .nav-list-group ul {
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .pv-nav-main .nav-list-group ul {
      padding-left: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    .pv-nav-main .nav-list-group:first-child {
      border-right: 1px solid #e8ebee;
      padding-right: 15px; } }

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(https://peoplevine.blob.core.windows.net/media/72/landing/assets/img/footer-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 3em;
  padding-bottom: 1em; }
  footer .transparent-white {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    margin: 1em auto 3em; }
    @media only screen and (min-width: 768px) {
      footer .transparent-white {
        padding-left: 4em;
        padding-right: 4em; } }
    footer .transparent-white p {
      margin: 0 auto 1em;
      font-weight: 400;
      font-size: 24px; }

.coworking-heading {
  color: #ffffff;
  position: relative;
  text-align: left;
  padding: 2em 1em;
  height: 100vh;
  z-index: 0; }
  .coworking-heading:before {
    content: '';
    background-color: #263238;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .coworking-heading:after {
    opacity: 0.30;
    background-image: url(../img/workspace-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1; }
  .coworking-heading .content-center {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(calc(-50% + 35px)); }
  .coworking-heading .text-form-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block; }
  .coworking-heading .heading-text {
    margin: 0 auto 2em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .coworking-heading .heading-text {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        vertical-align: middle;
        text-align: left; } }
    @media only screen and (min-width: 991px) {
      .coworking-heading .heading-text {
        width: 60%; } }
    .coworking-heading .heading-text h1 {
      font-size: 2.5em;
      line-height: 1;
      margin: 0 auto 0.5em; }
    .coworking-heading .heading-text p {
      font-weight: 400; }
  .coworking-heading .heading-form {
    border: 1px solid #ffffff;
    padding: 0 2em 1em;
    width: 100%;
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
    .coworking-heading .heading-form h4 {
      font-size: 1em;
      font-weight: 700;
      margin: 1em auto; }
    .coworking-heading .heading-form input {
      background-color: transparent;
      border: 1px solid #ffffff;
      height: 40px;
      margin: 0 auto 1em;
      color: #ffffff;
      font-size: 14px; }
      .coworking-heading .heading-form input::-webkit-input-placeholder {
        color: #fff; }
      .coworking-heading .heading-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .coworking-heading .heading-form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      .coworking-heading .heading-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
    @media only screen and (min-width: 768px) {
      .coworking-heading .heading-form {
        padding: 0 2em 2em;
        float: right;
        width: auto; }
        .coworking-heading .heading-form h4 {
          margin: 2em auto; }
        .coworking-heading .heading-form input {
          height: 50px;
          font-size: inherit; } }
    .coworking-heading .heading-form .gridList label,
    .coworking-heading .heading-form .gridList .fieldset-detail {
      display: none; }
    .coworking-heading .heading-form .btn.btn-info {
      background-color: #60b0e2;
      color: #ffffff;
      border: none; }
      .coworking-heading .heading-form .btn.btn-info:hover, .coworking-heading .heading-form .btn.btn-info:focus, .coworking-heading .heading-form .btn.btn-info:active {
        background-color: #268ed0; }

.section-border {
  border-bottom: 2px solid #f5f5f5; }

.logo-list {
  font-size: 0;
  padding-left: 0; }
  .logo-list .owl-item {
    height: 100px; }
    .logo-list .owl-item a {
      display: block;
      text-align: center;
      position: relative;
      width: 100%;
      height: 100%; }
    .logo-list .owl-item img {
      max-width: 150px;
      width: auto;
      height: auto;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .logo-list.grayscale img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%); }

.main-content-section {
  position: relative;
  overflow-x: hidden; }
  .main-content-section.medium-bg svg {
    color: #a3a8ab;
    width: 75px;
    height: 75px; }

.hover-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  overflow: hidden;
  position: relative; }
  .hover-wrapper:after {
    content: '';
    height: 100%;
    width: 5px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-shadow: 2px 0px 20px rgba(38, 50, 56, 0.35);
    -moz-box-shadow: 2px 0px 20px rgba(38, 50, 56, 0.35);
    box-shadow: 2px 0px 20px rgba(38, 50, 56, 0.35); }

.highlight-section {
  text-align: center;
  max-width: 1070px;
  margin: 0 auto -1em;
  padding: 0 1em 2em; }
  @media only screen and (min-width: 768px) {
    .highlight-section {
      margin: 0 auto;
      padding: 2.5em 1em;
      display: -webkit-flex;
      display: flex; } }
  @media only screen and (min-width: 991px) {
    .highlight-section {
      padding: 4em 1em; } }
  .highlight-section .highlight-text {
    margin-bottom: 2em; }
    @media only screen and (min-width: 768px) {
      .highlight-section .highlight-text {
        margin-bottom: 0; } }
    .highlight-section .highlight-text .text-w {
      text-align: center;
      vertical-align: middle; }
      .highlight-section .highlight-text .text-w h2 {
        margin: 0 auto; }
      .highlight-section .highlight-text .text-w p {
        margin: 1em auto; }
      .highlight-section .highlight-text .text-w ul {
        list-style: none;
        padding-left: 1.5em; }
        .highlight-section .highlight-text .text-w ul li {
          margin: 1em auto; }
      @media only screen and (min-width: 768px) {
        .highlight-section .highlight-text .text-w {
          text-align: left; }
          .highlight-section .highlight-text .text-w p, .highlight-section .highlight-text .text-w ul {
            list-style: disc;
            font-size: 18px; } }
  .highlight-section .highlight-image img {
    width: auto;
    height: auto;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      .highlight-section .highlight-image img {
        max-width: inherit; } }
  .highlight-section.image-right {
    border-bottom: 1px solid #d7d9da; }
    @media only screen and (min-width: 768px) {
      .highlight-section.image-right {
        border-bottom: none; } }
    .highlight-section.image-right .highlight-image {
      width: 100%;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .highlight-section.image-right .highlight-image {
          flex: 2 0 0;
          -webkit-flex: 2 0 0; } }
      @media only screen and (min-width: 768px) {
        .highlight-section.image-right .highlight-image .highlight-hover {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s; }
          .highlight-section.image-right .highlight-image .highlight-hover:hover {
            transform: translate(-25%, -50%); } }
      .highlight-section.image-right .highlight-image .highlight-hover.highlight-border {
        border-radius: 25px;
        border: 15px solid #f5f5f5;
        background-color: #ffffff;
        padding: 1em; }
        @media only screen and (min-width: 768px) {
          .highlight-section.image-right .highlight-image .highlight-hover.highlight-border {
            border-width: 30px; } }
      .highlight-section.image-right .highlight-image .highlight-wrapper {
        border-radius: 25px;
        border: 30px solid #f5f5f5; }
    .highlight-section.image-right .highlight-text {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .highlight-section.image-right .highlight-text {
          flex: 2 0 0;
          -webkit-flex: 2 0 0; }
          .highlight-section.image-right .highlight-text .text-w {
            padding-right: 3em; } }
  @media only screen and (min-width: 768px) {
    .highlight-section.image-left {
      margin-bottom: 3em;
      flex-direction: row-reverse; } }
  .highlight-section.image-left .highlight-text {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .highlight-section.image-left .highlight-text {
        flex: 2 0 0;
        -webkit-flex: 2 0 0; }
        .highlight-section.image-left .highlight-text .text-w {
          padding-left: 3em; } }
  .highlight-section.image-left .highlight-image {
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .highlight-section.image-left .highlight-image {
        flex: 2 0 0;
        -webkit-flex: 2 0 0; } }
    @media only screen and (min-width: 768px) {
      .highlight-section.image-left .highlight-image .highlight-hover {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
        .highlight-section.image-left .highlight-image .highlight-hover:hover {
          transform: translate(20%, -50%); } }
    .highlight-section.image-left .highlight-image .floating-iphone {
      position: absolute;
      top: 10px;
      right: 0;
      max-height: 100%;
      -webkit-box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.15);
      -moz-box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.15);
      box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.15);
      border-radius: 15px; }

.section-heading {
  text-align: center; }
  .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    height: 1px;
    width: 100%;
    max-width: 285px;
    background-color: #d7d9da;
    display: block;
    margin: 0.5em auto; }
  .section-heading.raleway {
    font-family: 'Raleway', sans-serif; }
  .section-heading p {
    font-weight: 300;
    font-size: 18px; }

.raleway * {
  font-family: 'Raleway', sans-serif; }

.faq-list {
  margin: 2em auto 0;
  list-style: none;
  padding-left: 0;
  display: inline-block; }
  .faq-list li {
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto 1em;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .faq-list li {
        text-align: left; } }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .faq-list li {
        width: 50%; }
        .faq-list li:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (min-width: 991px) {
      .faq-list li {
        width: 33.333333%; }
        .faq-list li:nth-child(3n+1) {
          clear: left; } }
    .faq-list li .question {
      display: block;
      font-weight: 600;
      margin-bottom: 0.5em; }

.developed-in {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1em auto 2.5em;
  letter-spacing: 1px;
  font-size: 16px; }

.copyright {
  color: #fff;
  font-weight: 400; }

.feature-list {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding-left: 0;
  display: inline-block; }
  .feature-list li {
    float: left;
    width: 100%;
    text-align: center;
    margin: 1em auto; }
    @media only screen and (min-width: 991px) {
      .feature-list li {
        width: 33.333333%;
        margin: 0 auto;
        padding-left: 0.75em;
        padding-right: 0.75em; } }
    .feature-list li:first-child {
      margin-top: 0; }
    .feature-list li:last-child {
      margin-bottom: 0; }
    .feature-list li img {
      max-width: 100%;
      height: auto;
      margin: 0 auto 0.5em;
      display: inline-block; }
  @media only screen and (min-width: 991px) {
    .feature-list.text-left-lg li {
      text-align: left; } }

.btn.btn-blue {
  background-color: #60b0e2 !important;
  color: #ffffff !important;
  border: 1px solid #60b0e2 !important;
  font-family: inherit !important; }
  @media only screen and (max-width: 991px) {
    .btn.btn-blue.btn-lg {
      font-size: 16px !important;
      padding: 10px 15px !important; } }
  .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
    background-color: #268ed0 !important;
    border: 1px solid #268ed0 !important;
    color: #fff !important; }

.text-lowercase {
  text-transform: none !important; }

/* Thank You Page (Confirmation) */
.coworking-confirmation {
  text-align: center;
  padding: 5em 1em; }
  .coworking-confirmation h3 {
    font-weight: 600;
    margin: 0 auto; }
  .coworking-confirmation .inline-options {
    padding: 0;
    margin: 2em auto;
    display: inline-block;
    list-style: none; }
    .coworking-confirmation .inline-options li {
      list-style: none; }
      @media only screen and (max-width: 990px) {
        .coworking-confirmation .inline-options li {
          margin: 2em auto; } }
      @media only screen and (min-width: 768px) {
        .coworking-confirmation .inline-options li {
          float: left;
          position: relative;
          width: 50%; } }
      @media only screen and (min-width: 991px) {
        .coworking-confirmation .inline-options li {
          width: 33.333333%; }
          .coworking-confirmation .inline-options li:first-child {
            margin-left: 16.666666666%; } }
    .coworking-confirmation .inline-options svg {
      width: 100%;
      margin: 0 auto 2.5em;
      color: #ffffff;
      display: inline-block;
      max-width: none;
      vertical-align: middle;
      fill: currentColor; }
      @media only screen and (min-width: 991px) {
        .coworking-confirmation .inline-options svg.icon_jumbo {
          height: 150px; } }
  .coworking-confirmation .btn {
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0 !important;
    width: 100%;
    display: block; }
    @media only screen and (min-width: 768px) {
      .coworking-confirmation .btn {
        display: inline-block;
        width: auto; } }
  .coworking-confirmation p {
    font-weight: 400; }

@media only screen and (min-width: 991px) {
  .pv-video-modal .modal-dialog {
    width: 800px; } }

.pv-form-landing {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .pv-form-landing:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.45;
    display: block; }
  .pv-form-landing .landing-half {
    width: 100%;
    margin: 0 auto 2em;
    overflow: hidden;
    height: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .pv-form-landing .landing-half {
        width: 60%;
        margin: 0 auto; }
        .pv-form-landing .landing-half:last-child {
          width: 40%; } }
    .pv-form-landing .landing-half:first-child {
      float: left; }
    .pv-form-landing .landing-half:last-child {
      float: right; }
    .pv-form-landing .landing-half .landing-heading {
      text-align: center;
      color: #ffffff;
      max-width: 500px;
      margin: 0 auto; }
      .pv-form-landing .landing-half .landing-heading h1 {
        margin-top: 2em;
        margin-bottom: 0.5em;
        text-transform: uppercase; }
        .pv-form-landing .landing-half .landing-heading h1:before, .pv-form-landing .landing-half .landing-heading h1:after {
          content: '';
          height: 3px;
          width: 100%;
          background-color: #ffffff;
          display: block; }
        .pv-form-landing .landing-half .landing-heading h1:before {
          margin-bottom: 0.5em; }
        .pv-form-landing .landing-half .landing-heading h1:after {
          margin-top: 0.5em; }
    .pv-form-landing .landing-half #btnSurvey {
      display: block;
      width: 100%;
      border-radius: 0; }
    .pv-form-landing .landing-half #pnlSurvey {
      width: 100%;
      margin: 0 auto; }
      .pv-form-landing .landing-half #pnlSurvey #generatedSurvey {
        border-radius: 0;
        border: none;
        margin: 0 auto; }
      .pv-form-landing .landing-half #pnlSurvey .rule {
        background-color: #252525; }
  .pv-form-landing .landing-form {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 1em 2em 3em; }

.pv-icon-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  text-align: center; }
  .pv-icon-list li {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 auto 2em;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .pv-icon-list li {
        width: 33.333333%; } }
    @media only screen and (min-width: 991px) {
      .pv-icon-list li {
        width: 16.666666%; } }
    .pv-icon-list li .icon-wrapper {
      width: 135px;
      height: 135px;
      margin: 0 auto;
      display: block;
      position: relative;
      border: 2px solid #e9e9e9;
      border-radius: 50%; }
    .pv-icon-list li .icon-title {
      display: block;
      font-size: 1.25em;
      margin: 0.5em auto 0; }
    .pv-icon-list li .icon {
      fill: currentColor;
      display: block;
      width: 65px;
      height: 65px;
      max-width: none;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.form-logo {
  max-width: 300px;
  width: 100%; }

.dashboard-img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.pv-form-wrapper .btn {
  background-color: #60b0e2;
  color: #ffffff;
  border: 1px solid #60b0e2;
  display: block;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 1.25em;
  width: 100%; }
  .pv-form-wrapper .btn:hover, .pv-form-wrapper .btn:focus, .pv-form-wrapper .btn:active {
    background-color: #268ed0;
    color: #ffffff;
    border: 1px solid #268ed0; }

.pv-form-wrapper .ui-update .fieldset-alert {
  color: #f37455; }

.pv-form-wrapper .ui-update .fieldset-label,
.pv-form-wrapper .ui-update .fieldset-detail {
  display: none; }
.pv-form-wrapper .gridList-item {
    margin-bottom: 10px;
}
/*# sourceMappingURL=styles.css.map */