@charset "utf-8";

/* CSS Document */

/* Color Palatte

Dark Purple: #281946;
Light Purple: #6276FF;
Tidepool Blue/ Turquise: #00ebfa;
Tidepool Pink: #ff6f69;
light grey footer: ##f7f7f8;



*/

body {
    font-family: 'Nunito', sans-serif;
    width: 100%;
}

a,
a:active,
a:visited {
    color: #627cff;
}

a:hover {
    color: #627cff;
}

.logo {
}

.section {
    width: 100%;
    overflow: hidden;
}

input[type='text'],
input[type='email'],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.purple_box {
    background: #291547 !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.purple_box .media_title {
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}

.purple_box a,
.purple_box a:hover,
.purple_box a:visited {
    color: #ff6f69 !important;
}

.grey_box {
    background: #f7f7f8 !important;
    color: #000 !important;
    border-radius: 10px !important;
}

.grey_box .media_title {
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}

.grey_box a,
.grey_box a:hover,
.grey_box a:visited {
    color: #627cff !important;
}

.contact_form_group input {
    width: 100%;
    margin-bottom: 15px;
    border: 3px solid #e8eef2;
}

.contact_form_group input:hover {
    border: 3px solid #e0e0e0;
}

.contact_feedback textarea {
    width: 100%;
    border: 3px solid #e8eef2;
}

.contact_feedback textarea:hover {
    border: 3px solid #e0e0e0;
}

.HYPE_element {
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

/*.modal-content {
  border-radius: 0;
  box-shadow: none;
  border:none;
    display: inline-block;

  min-width: 750px;
  margin: 0 auto;

}

#imageModal3 .modal-dialog {
  margin: 80px auto;
  display: inline-block;
  width: auto;
}

.modal.in .modal-dialog {
display: inline-block;
width: 100%;
text-align: center;
}

.modal-header .close {
  opacity: 1;
  background-color: transparent;

}
*/

#popup_video,
#popup_video2 {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
}

.clinician-block .modal-close,
.clinician-block .modal-header .close {
    padding: 10px 15px !important;
    z-index: 10000;
    position: relative;
    float: right;
    color: black !important;
    background: none;
    border: none;
    border-radius: 0;
}

.clinician-block .modal-close:hover {
    background: none;
}

.partner-logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.partner-logo-cont {
    width: 33.33%;
    display: flex;
    padding: 0 15px;
    justify-content: center;
}

.modal-backdrop {
    background-color: #eee;
}

.modal-backdrop.in {
    opacity: 0.9;
}

@media (max-width: 1200px) {
    .logo {
        max-width: 280px;
        margin-top: 8px;
    }
}

@media (max-width: 992px) {
    .logo {
        max-width: 270px;
        margin-top: 8px;
    }
}

@media (max-width: 470px) {
    .logo {
        max-width: 260px;
    }
}

@media (max-width: 395px) {
    .logo {
        max-width: 230px;
        margin-top: 8px;
    }
}

@media (max-width: 365px) {
    .logo {
        max-width: 200px;
        margin-top: 8px;
    }
}

@media (max-width: 345px) {
    .logo {
        max-width: 180px;
        margin-top: 8px;
    }
}

@media (max-width: 325px) {
    .logo {
        max-width: 160px;
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

.navbar-default {
    background-color: #281946;
    border-color: transparent;
}

.navbar-collapse {
    margin-top: 5px;
}

.navbar-brand {
    padding: 0px 15px 15px;
    margin-top: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f8a5a2;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
}

.navbar-default .navbar-nav > li:last-child > a {
    margin-left: 16px;
    border: 2px solid #ff6f69;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #ff6f69;
    color: #ffffff;
    margin-top: 8px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.media-body {
    word-wrap: break-word;
}

.navbar {
    min-height: 89px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 27px;
}

#bs-example-navbar-collapse-1 {
    flex-grow: 1;
    margin: 0;
    flex-wrap: wrap;
}

.navbar-header {
}

.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
}

.menu-item-1733.active a,
.menu-item-1733.active a:hover,
.menu-item-1733.active a:visited {
    background: #281946 !important;
    color: #ffffff !important;
    border: 1px solid #281946 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #281946;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

.navbar-nav li.current-menu-parent > a,
.navbar-nav li.current-menu-item > a {
    color: #f8a5a2 !important;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #f8a5a2;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    border-radius: 0;
    background: none;
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #5a6de6;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #5a6de6;
}

.navbar-toggle {
    margin: 0;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

#searchsubmit {
    display: none;
}

.searchform input[type='text'] {
    width: 96%;
    float: left;
    border-radius: 5px;
}

input {
    border: solid 1px #e8eef2;
    padding: 10px;
    color: #281946;
}

.wpcf7-textarea {
    border: solid 1px #e8eef2;
    max-height: 100px;
}

.wpcf7-submit {
    background: #281946;
    color: #ffffff;
    font-size: 14px;
    padding: 13px 40px;
    border-radius: 10px;
    border-color: #281946;
}

.wpcf7-submit:hover {
    color: #fff;
    background-color: #38255e;
    border-color: #38255e;
}

.wpcf7 input[type='text']:focus,
.wpcf7 input[type='email']:focus,
.wpcf7 input[type='select']:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
    border: 3px solid #627cff;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.055) inset, 0px 0px 8px rgba(90,109,230,0.2);*/
    outline: 0px none;
}

.screen-reader-text {
    display: none;
}

.module-contribute {
    margin: 0 0 36px;
    background: #f6f6f5;
    padding: 24px;
    width: 252px;
}

.wrap-contribute-amount {
    margin-bottom: 40px;
}

.contribute-amount {
    font-size: 14px;
}

.stripe-button {
    background-color: #ff6f69;
    border: none;
    width: 100%;
    color: #281946;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px 0px 20px;
}

.stripe-button-el {
    position: absolute;
    background-color: #ffcf9f;
    border: none;
    width: 100%;
    color: #281946;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 0px 20px;
    line-height: 45px;
    bottom: 20px;
    left: 12.5%;
    width: 75%;
}

#bitcoin-button {
    margin-top: 42px;
    background-color: #ffcf9f;
    border: none;
    width: 100%;
    color: #281946;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 0px 20px;
    line-height: 45px;
}

.stripe-button-el:hover {
    background: #ff6f69;
}

.donate-now-button:hover {
    background: #f8a5a2 !important;
}

.stripe-amazon {
    position: absolute;
    background-color: #f8a5a2;
    border: none;
    width: 75%;
    color: #281946;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 0px 20px;
    line-height: 45px;
    bottom: 20px;
    left: 12.5%;
}

.stripe-amazon:hover {
    background: #ff6f69;
}

.light-blue {
    color: #627cff;
}

.lil-blue {
    color: #627cff;
    margin-bottom: 20px;
}

.lil-blue a {
    text-decoration: none;
}

.lil-blue a:hover {
    text-decoration: underline;
}

.pinkish {
    color: #ff6f69;
}

.pinkish a {
    color: #ff6f69;
}

.pink {
    color: #ff6f69;
    font-size: 30px;
}

.pink a {
    color: #ff6f69;
    font-size: 30px;
    text-decoration: none;
}

.pink a:hover {
    color: #ff6f69;
    font-size: 30px;
    text-decoration: underline;
}

.pink-small {
    color: #ff6f69;
    font-size: 16px;
}

.blue {
    background-color: #7088fe;
}

.headline {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.25px;
    line-height: 45px;
    margin-bottom: 0.5em;
}

.pad {
    padding-top: 40px;
}

.a-pad {
    padding-top: 135px;
}

.pad-bottom {
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .pad-bottom {
        padding-bottom: 20px;
    }
}

.help {
    background: #281946;
    color: #fff;
}

.help p {
    font-size: 17px;
    letter-spacing: 0.27px;
    line-height: 27px;
    margin: 0;
}

.read {
    color: #ff6f69;
}

.read a {
    color: #ff6f69;
}

.span-spacer {
    margin-left: 15px;
    margin-right: 15px;
}

/*team*/

.team_member {
}

.team_image {
    position: relative;
    width: 220px;
    height: 220px;
}

.team_member .filter_image {
    display: none;
    width: 220px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.team_member:hover .filter_image {
    display: block;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    background: #627cff;
}

.team-title {
    color: #ff6f69;
}

.team-sub {
    color: #627cff;
    font-weight: 300;
    min-height: 50px;
}

.team-heads {
    color: #5a6de6;
    font-weight: 300;
}

.team-heads a {
    color: #5a6de6;
    font-weight: 300;
}

.spacer {
    height: 1px;
    border-bottom: solid 1px #e6e6e6;
    margin: 60px 0px 40px;
}

.docu-links a {
    color: #281946;
    text-decoration: underline;
}

.docu-links li {
    color: #627cff;
}

.docu-links span {
    color: #281946;
}

.dark-b {
    color: #281946;
    font-weight: bold;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}

.donate-box {
    border-radius: 5px;
    color: #281946;
    min-height: 328px;
    font-size: 17px;
    font-weight: 300;
    background-color: #f7f7f8;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.donate-box.credit_debit h3 {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    donate-box {
        height: 300px;

        padding: 25px;
    }

    .donate-box img {
        max-width: 100%;
    }
    .wrap-contribute-amount {
        margin-bottom: 5px;
    }
    .donate-box.credit_debit h3 {
        margin-bottom: 5px;
    }
}

.device-wrap {
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}

.device-wrap img {
    margin-top: 35px;
}

.device-wrap2 {
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}

.device-wrap2 img {
    margin-top: 35px;
}

.device-wrap-row-2 {
    margin-top: 100px;
}

.device-wrap .media-font {
    min-height: 75px;
}

@media (max-width: 992px) {
    .device-wrap2 {
        height: 320px;
    }
    .device-wrap .media-font {
        min-height: 0;
    }
}

.device-wrap2 .img_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.device-wrap2 .pad-top {
    padding-top: 20px;
}

.device-wrap2 img {
    max-width: 100%;
    max-height: 75px;
}

.one-app {
    margin-bottom: 20px;
    margin-top: 200px;
}

@media (max-width: 992px) {
    .one-app {
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

.see-blip {
    margin-bottom: 20px;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .see-blip {
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

.panel {
    background-color: #f7f7f8;
    margin-bottom: 40px;
    border: none;
}

.panel-body {
    padding: 90px;
}

.media-heading {
    color: #627cff;
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.media-font {
    color: #281946;
    font-size: 18px;
    font-weight: 300;
}

.btn-primary {
    color: #fff;
    background-color: #281946;
    border-color: #281946;
    padding: 12px 40px;
    border-radius: 10px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #38255e;
    border-color: #38255e;
}

.btn-blip {
    color: #fff;
    background-color: #281946;
    border-color: #281946;
    padding: 12px 40px;
    border-radius: 10px;
}

@media (max-width: 395px) {
    .header-video__play-trigger {
        display: block;
        margin-bottom: 15px;
        margin-left: 25px;
        margin-right: 25px;
    }
}

.btn-blip:hover {
    color: #fff;
    background-color: #38255e;
    border-color: #38255e;
}

.btn-blip-notes {
    display: inline-block;
    padding: 0px 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 150px;
    height: auto;
    border-radius: 10px;
}

.btn-blip-notes:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn:focus,
.btn:hover {
    color: #fff;
}

.title-sec {
    color: #fff;
    background: #627cff;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    height: 209px;
    padding-top: 20px;
    margin-top: 140px;
}

.clinician-title-sec {
    color: #fff;
    background: #627cff;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 239px;
    padding-top: 20px;
    margin-top: 140px;
    min-height: 375px;
    padding-top: 75px;
    margin-top: 89px;
}

.clinician-title-sec h1.large {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .title-sec {
        padding-bottom: 0px;
        height: 209px;
        margin-top: 120px;
    }

    #popup_video {
        max-width: 90vw;
    }
}

@media (max-width: 768px) {
    .title-sec {
        margin-top: 100px;
    }
}

@media (max-width: 600px) {
    .title-sec {
        margin-top: 40px;
    }
}

.title-bg {
    background: #627cff;
}

.blip-bg {
    color: #fff;
    background: #627cff;
    background-image: url(../images/blip-bg.jpg);
    background-repeat: no-repeat;
    min-height: 375px;
    padding-top: 75px;
    margin-top: 89px;
}

@media (max-width: 768px) {
    .blip-bg {
        padding-top: 40px;
    }
}

.meet-bg {
    color: #fff;
    background: #627cff;
    background-image: url(../images/blip-meet-bg.jpg);
    background-repeat: no-repeat;
    height: 262px;
    padding-top: 60px;
}

.meet {
    background-color: #f7f7f8;
}

.blip-cta-bg {
    color: #fff;
    background: #627cff;
    background-image: url(../images/blip-cta.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 347px;
}

.cta {
    background-color: #627cff;
}

.inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-top: 5px;
}

.inline a {
    text-decoration: none;
    color: #adb6f3;
}

.inline a:hover {
    text-decoration: none;
    color: #ffffff;
}

.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline a {
    color: #000;
}

.list-inline a:hover {
    text-decoration: none;
    color: #000;
}

.list-inline > li:first-child a {
    border: 2px solid #ff6f69;
    border-radius: 5px;
    background-color: #ff6f69;
    color: #ff6f69;
    height: 30px;
    margin-top: 10px;
}

.list-inline > li:first-child a:hover {
    color: #ffffff;
    border: 2px solid #281946;
    background: #281946;
}

.foot nav li:first-child a {
    border: 2px solid #627cff;
    border-radius: 5px;
    color: #627cff;
    padding: 3px 5px 2px;
    height: 30px;
}

.foot nav li:first-child a:hover {
    border: 2px solid #627cff;
    color: #ffffff;
    background: #627cff;
}

.site-contact ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.site-contact__social-menu {
    text-align: center;
}

.site-contact__social-menu a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff6f69;
    color: white;
    padding-top: 10px;
}

.white {
    color: #fff;
}

.site-contact__social-menu li:not(:last-child) {
    margin-right: 10px;
}

.site-contact__social-menu li {
    display: inline-block;
}

.site-contact__social-menu li a:hover,
.navbar-default .navbar-nav > li:last-child > a:hover,
.clinician-block button:hover,
.clinician-title-sec button:hover {
    background-color: #ff5f37;
    border-color: #ff5f37;
}

.btn-support,
.btn-support:visited {
    margin-top: 20px;
    border: 2px solid #ff6f69;
    border-radius: 5px;
    color: #ff6f69;
    font-weight: 600;
    padding: 0.7em 1em;
    background-color: #fff;
}

.btn-support:hover {
    border: 2px solid #ff6f69;
    border-radius: 5px;
    color: #ffffff;
    background: #ff6f69;
    font-weight: 600;
    padding: 0.7em 1em;
}

.about-circle {
    position: absolute;
    border-radius: 50%;
    width: 430px;
    height: 430px;
    top: -40px;
    background: #ff6f69;
    z-index: 100;
}

@media (max-width: 992px) {
    .about-circle {
        width: 330px;
        height: 330px;
        left: 25%;
        margin-top: 100px;
    }
}

@media (max-width: 800px) {
    .about-circle {
        left: 25%;
        margin-top: 120px;
    }
}

@media (max-width: 600px) {
    .about-circle {
        left: 20%;
        margin-top: 120px;
    }
}

@media (max-width: 500px) {
    .about-circle {
        left: 15%;
    }
}

@media (max-width: 450px) {
    .about-circle {
        left: 10%;
    }
}

@media (max-width: 400px) {
    .about-circle {
        left: 5%;
    }
}

@media (max-width: 380px) {
    .about-circle {
        left: 2%;
    }
}

@media (max-width: 370px) {
    .about-circle {
        left: 0;
    }
}

@media (max-width: 350px) {
    .about-circle {
        width: 300px;
        height: 300px;
        left: 5%;
        margin-top: 140px;
    }
}

.about-blurb {
    margin: 0 auto;
    padding-top: 114px;
    width: 325px;
    color: white;
    font-size: 17px;
    text-align: center;
    line-height: 1.7em;
    font-weight: 500;
}

@media (max-width: 992px) {
    .about-blurb {
        padding-top: 70px;
        width: 225px;
    }
}

.about-blurb a {
    color: #ffcf9f;
    font-size: 17px;
    text-decoration: none;
}

.about-blurb a:hover {
    color: #291547;
}

.ab {
    background-image: url(../images/hp-decor.jpg);
    background-repeat: no-repeat;
}

.participant-listing {
    text-decoration: none;
    color: #fff;
}

.participant-listing:hover {
    color: #fff;
}

.participant-listing__inner {
    border: 1px solid #483b64;
    border-radius: 15px;
    padding: 28px 18px 48px 18px;
    margin: 20px;
    color: #fff;
}

.participant-listing__inner a:hover {
    text-decoration: none;
}

.participant-listing__inner:hover {
    border: 1px solid #627cff;
}

.clinician-block .participant-listing__inner {
    border: 1px solid #627cff;
}

.ctact {
    margin-top: 9px;
}

.ctact a {
    color: #627cff;
}

.social {
    border-left: solid 1px #ccc;
    margin-top: 9px;
}

.participant-listing__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.participant-listing__label a:hover {
    text-decoration: none;
}

.participant-listing__image {
    display: block;
    width: 185px;
    margin: 0 auto;
}

.foot {
    background-color: #f7f7f8;
}

.foot-nav {
    color: #281946;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
}

.foot nav li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.foot nav li a:hover {
    color: #627cff;
}

.spacer .below {
    color: #928ca3;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 22px;
}

.donate {
    border: 2px solid #ff6f69;
    border-radius: 5px;
    background-color: #ff6f69;
    color: #ff6f69;
    height: 30px;
    margin-top: 10px;
}

.donate a:link {
    color: #ff6f69;
}

.donate:hover {
    color: #ffffff;
    border: 2px solid #281946;
    background: #281946;
}

.press {
    border-radius: 5px;
    background-color: #f7f7f8;
    width: 265px;
    margin: 10px;
    padding: 20px;
}

@media (max-width: 1200px) {
    .press {
        width: 100%;
    }
}

.media {
    border-radius: 5px;
    color: #281946;
    font-size: 17px;
    font-weight: 300;
    background-color: #f7f7f8;
    padding: 25px;
}

.media a {
    color: #5a6de6;
}

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

.blog-media {
    border-radius: 5px;
    color: #281946;
    font-size: 17px;
    font-weight: 300;
    background-color: #f7f7f8;
    padding: 10px 25px;
}

.blog-media hr {
    margin-bottom: 0px;
    margin-top: 0px;
}

.blog-media ul {
    margin-left: -40px;
}

.blog-media li {
    list-style: none;
}

.blog-media::after {
    border-radius-bottom: 5px;
    color: #281946;
    font-size: 17px;
    font-weight: 300;
    background-color: #f7f7f8;
    padding: 0px 25px;
    margin-bottom: 20px;
}

.blog-media a {
    color: #281946;
}

.blog-media p {
    padding-bottom: 10px;
}

.labs {
    border: 2px solid #627cff;
    border-radius: 5px;
    color: #627cff;
    padding: 3px 5px 2px;
    height: 30px;
}

.labs:hover {
    border: 2px solid #627cff;
    color: #ffffff;
    background: #627cff;
}

.embed-responsive {
    margin-top: 89px;
    margin-bottom: 0px;
}

@media (max-width: 900px) {
    .embed-responsive {
        margin-top: 95px;
    }
}

@media (max-width: 768px) {
    .embed-responsive {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .list-inline {
        font-size: 12px;
    }
}

@media (max-width: 431px) {
    .list-inline {
        font-size: 11px;
    }
}

@media (max-width: 404px) {
    .list-inline {
        font-size: 10px;
    }
}

/* MAILCHIMP */

.mc_embed_signup {
    clear: both;
    width: 100%;
    margin: 12px 0 0;
}

#mc_embed_signup-products {
    background: #271845;
    padding: 24px;
}

.mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
}

.mc_embed_signup h3 {
    margin: 0 0 3px;
    color: #617cff;
}

#mc_embed_signup-products.mc_embed_signup h3 {
    margin: 0 0 24px;
}

.mc_embed_signup input {
    border: none;
    -webkit-appearance: none;
}

.mc_embed_signup input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

.mc_embed_signup input[type='radio'] {
    -webkit-appearance: radio;
}

.mc_embed_signup input:focus {
    border-color: #333;
}

.mc_embed_signup .button {
    background: #ff8d79;
    border: 0 none;
    color: #271845;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    height: 30px;
    line-height: 30px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.mc_embed_signup .button:hover {
    background-color: #777;
}

.mc_embed_signup .small-meta {
    font-size: 11px;
}

.mc_embed_signup .nowrap {
    white-space: nowrap;
}

.mc_embed_signup .mc-field-group {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.mc_embed_signup .mc-field-group-first-name,
.mc_embed_signup .mc-field-group-last-name {
    width: 185px;
}

.mc_embed_signup .mc-field-group-last-name {
    float: right;
}

.mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

* html .mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */
}

.mc_embed_signup .mc-field-group label {
    position: absolute;
    top: 1px;
    left: 12px;
    color: #928ca3;
    z-index: 1;
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.mc_embed_signup .mc-field-group input[type='email'] {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 30px;
    padding: 0 0 0 12px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 10px;
    color: #281946;
    font-size: 18px;
    font-weight: 300;
}

.mc_embed_signup .mc-field-group input:focus {
    outline: 0;
}

.mc_embed_signup .mc-field-group input:hover,
.mc_embed_signup .mc-field-group input:focus,
#searchform input[type='text']:hover,
#searchform input[type='text']:focus {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 2px;
    border-radius: 8px;
}

.mc_embed_signup .mc-field-group-first-name input,
.mc_embed_signup .mc-field-group-last-name input {
    width: 100%;
}

.mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}

.mc_embed_signup .datefield,
.mc_embed_signup .phonefield-us {
    padding: 5px 0;
}

.mc_embed_signup .datefield input,
.mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0;
}

.mc_embed_signup .phonefield-us .phonearea input,
.mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}

.mc_embed_signup .datefield .monthfield input,
.mc_embed_signup .datefield .dayfield input {
    width: 30px;
}

.mc_embed_signup .datefield label,
.mc_embed_signup .phonefield-us label {
    display: none;
}

.mc_embed_signup .indicates-required {
    color: #fff;
    font-size: 11px;
    clear: both;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    padding: 0 0 0 12px;
}

.mc_embed_signup .asterisk {
}

.mc_embed_signup .mc-field-group .asterisk {
}

.mc_embed_signup .clear {
    clear: both;
}

.mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

.mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

.mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

.mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em 0.5em 0em 0.5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

.mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

.mc_embed_signup #mce-error-response {
    display: none;
}

.mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

.mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: 0.5em 0;
}

#mc-embedded-subscribe {
    float: right;
    display: block;
    margin: 0;
}

.mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}

.mc_embed_signup #num-subscribers span {
    padding: 0.5em;
    border: 1px solid #ccc;
    margin-right: 0.5em;
    font-weight: bold;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ====================================
   Demo specific styling
   ==================================== */

.stuff {
    text-align: center;
    color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-video {
    position: absolute;
    overflow: hidden;
    text-align: center;
    max-height: 500px;
    max-width: 1170px;
    background: none;
    z-index: 999999;
}

.header-video iframe,
.header-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-video iframe {
    height: 100%;
    width: 100%;
}

.header-video video {
    width: 100%;
}

.header-video__teaser-video {
    width: 100%;
    height: auto;
}

.header-video__media {
    width: 100%;
    height: auto;
}

.header-video__play-trigger,
.header-video__play-trigger:visited,
.header-video__play-trigger:active {
    color: #fff !important;
    background-color: #281946;
    border-color: #281946;
    padding: 13px 40px;
    border-radius: 10px;
    text-decoration: none !Important;
}

.header-video__play-trigger:focus {
    outline: 0;
}

.header-video__play-trigger:hover {
    color: #fff;
    background-color: #38255e;
    border-color: #38255e;
    text-decoration: none;
}

/**
  Just some basic styling for the closing trigger
**/

.header-video__close-trigger {
    z-index: 99;
    position: absolute;
    background: #281946;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 10px;
    right: 30px;
    top: 30px;
    border: none;
}

.header-video__close-trigger:hover {
    color: #fff;
    background-color: #38255e;
    border-color: #38255e;
    text-decoration: none;
    cursor: pointer;
}

#popup_video .modal-content,
#popup_video2 .modal-content {
    background: #000 !Important;
}

#popup_video .close,
#popup_video2 .close {
    color: #fff !important;
    background: #000;
    opacity: 1;
    text-shadow: none;
    font-size: 24px;
    margin-top: -10px;
    border: none;
    padding: 0;
}

#popup_video .modal-body,
#popup_video2 .modal-body {
    padding: 0;
}

#popup_video .modal-header,
#popup_video2 .modal-header {
}

#popup_video .modal-footer,
#popup_video2 .modal-footer {
    padding: 0;
}

#popup_video .modal-dialog,
#popup_video2 .modal-dialog {
    width: 100%;
}

#popup_video.modal,
#popup_video2.modal {
    top: 25px;
}

.vid-holder {
    position: relative;
}

.vid-cover {
    height: 100%;
    width: 100%;
    z-index: 400;
    background-color: transparent;
    position: absolute;
    text-align: left;
}

.vid-cover-link {
    height: 100%;
    width: 100%;
    display: block;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

#blip_product_container {
    background: url('../images/blip_lines.png') no-repeat;
    background-position: center 100px;
}

#blip_product_container2 {
    background: url('../images/blip_lines2.png') no-repeat;
    background-position: center 100px;
}

.product_divider {
    margin-bottom: 270px;
}

.product_divider2 {
    margin-bottom: 150px;
}

.product_divider.last {
    margin-bottom: 30px;
}

.product_text {
    width: 95%;
}

#jobs_menu {
    margin-top: 40px;
    position: fixed;
    right: 0;
    max-width: 25%;
}

#jobs_top_link {
    display: none;
}

@media (min-width: 993px) {
    .product_divider h4.media-heading {
        margin-top: 50px;
    }

    .product_divider2 h4.media-heading {
        margin-top: 50px;
    }
}

@media (max-width: 1200px) {
    #jobs_menu {
        position: relative;
        max-width: 100%;
    }
    #jobs_top_link {
        position: fixed;
        bottom: 135px;
        right: 15px;
        display: block;
        font-size: 24px;
        z-index: 99999;
    }
}

@media (max-width: 992px) {
    .a-pad {
        padding-top: 70px;
    }

    #blip_product_container {
        background: none;
    }
    #blip_product_container2 {
        background: none;
    }
    .product_divider {
        margin-bottom: 60px;
    }

    .product_divider2 {
        margin-bottom: 60px;
    }

    .product_divider h4.media-heading {
        margin: 30px 0 10px;
    }
    .product_divider2 h4.media-heading {
        margin: 30px 0 10px;
    }
    .pull-sm-none {
        float: none !important;
    }

    .social {
        border-left: none;
    }

    .donate-box {
        margin-bottom: 15px;
    }
}

.product_divide img {
    max-width: 95% !important;
}

.input_arrow {
}

.input_arrow i,
.fa-input,
.fa-input:hover {
    border: 0 !important;
    background: 0;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 8%;
    float: left;
    margin-left: -46px;
    color: #627cff;
    margin-top: -2px;
}

.input_pointer {
    display: inline-block;
    margin-left: -20px;
    color: #627cff;
    margin-top: 7px;

    width: 7px;
}

@media (max-width: 992px) {
    #login_link {
        display: none;
    }
    .product_divider img {
        margin-top: 15px;
    }

    .product_divider2 img {
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .get_started_button {
        display: none;
    }
    .small_header {
        font-size: 32px;
    }
    .small_subheader {
        font-size: 14px;
    }
}

.people-with-type-1-diabetes img {
    max-height: 1700px;
}

/**** Clinician Styles  ***/

/* CSS Document */

/* Color Palatte

Dark Purple: #281946;
Light Purple: #6276FF;
Tidepool Blue/ Turquise: #00ebfa;
Tidepool Pink: #ff6f69;



*/

/* Dark PUrple Clinicans Love */

h1.large {
    font-size: 36px;
    font-weight: 300;
    margin-top: 10px;
}

h3.subheader-light {
    font-weight: 300;
}

/*join Leading */

h3.subheader-bold {
    font-weight: 500;
}

.media-font-bold,
.panel-title,
.comments-title,
#reply-title {
    font-size: 18px;
    font-weight: 500;
}

.clinician-block {
    margin-top: 130px;
    margin-bottom: 130px;
}

.first-block {
    margin-top: 89px;
}

.clinician-block a.white,
.clinician-block a.white:visited,
.clinician-block a.white:active {
    color: #fff;
}

.bold {
    font-weight: 500;
}

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

.dark-purple-bg {
    background-color: #281946;
}

.dark-purple {
    color: #281946;
}

.light-purple {
    color: #6276ff;
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
}

.clinician-block label {
    padding-left: 0;
}

.clinician-form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #6276ff;
    padding-left: 2px;
    width: 90%;
}

.big-top-margin {
    margin-top: 30px !important;
}

/* Blog & Comments */

.comment-notes {
    margin-bottom: 30px;
}

.comment-list li {
    list-style-type: none;
    margin-bottom: 30px;
}

#comments-container {
    border-top: 3px solid #6276ff;
    border-bottom: 3px solid #6276ff;
}

.comment-form label {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
}

.comment-form input {
    margin-bottom: 15px;
}

li.comment {
    padding-top: 15px;
    border-top: 1px #f7f7f8 solid;
}

.comments-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.says {
    display: none;
}

.comment-meta {
    margin-bottom: 15px;
}

.comment-author cite,
.comment-author a,
.comment-author span {
    font-style: normal;
    `: 500;
    font-size: 18px;
    color: #281946;
}

.blog-cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px auto;
}

.blog-cont .img-responsive {
    margin: 15px auto;
}

.comments-area {
    margin-top: 30px;
}

#respond textarea,
#respond input {
    width: 75%;
    border-color: #281946;
}

#respond #submit {
    width: 200px;
    border: none;
}

#respond #submit:hover {
    background-color: #ff5f37;
    border-color: #ff5f37;
}

.get-started-block-image {
    height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started-header {
    margin-bottom: 32.5px;
}

.first-get-started-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.second-get-started-row {
    margin-top: 77.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #6276ff;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
    font-weight: 500;
    color: #6276ff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    font-weight: 500;
    `: #6276ff;
}

:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #6276ff;
}

.clinician-block h1:first-child {
    margin-top: 0;
}

.clinician-block button,
.core-button,
#submit {
    border: 2px solid #ff6f69;
    background-color: #ff6f69;
    color: #fff !important;

    padding: 13px 40px;
    border-radius: 10px;
    text-decoration: none !Important;
}

img.heart {
    position: absolute;
    right: 0;
    top: 0;
}

.big-margin-bottom {
    margin-bottom: 30px;
}

.data-faq-cont {
    align-items: stretch;
    padding: 40px;
    border-radius: 15px;
}

.card {
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
}

.super-margin-top {
    margin-top: 60px;
    width: auto;
}

.big-margin-top {
    margin-top: 40px;
}

.jdrf {
    height: 40px;
    margin-top: 60px;
}

.researcher-image {
    width: 100%;
    display: block;
}

h1.big-top-margin {
    margin-top: 60px !important;
}

.heart-bg {
    background-image: url('../images/heart.png');
    background-repeat: no-repeat;
    background-position: 100% 20%;
}

.secure-block {
    padding-top: 70px;
}

.understand-block {
    padding-top: 70px;
}

.understand-block-cont {
    margin-top: 50px;
}

.cloud-lock {
    margin-left: 125px;
    margin-top: 20px;
}

.api-img {
    margin-top: px;
}

.flex-wrap {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
}

.full-height {
    height: 100%;
}

.data-box {
    min-height: 100%;
    display: inline-flex;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

/* Tidepool Mobile IOS CODE */

#screenshot-container {
    width: 100%;
    display: block;
    height: 100%;
    min-height: 700px;
    background-image: url('../images/fastest-note-2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#screenshot-container-uploader {
    width: 100%;
    display: block;
    height: 100%;
    min-height: 660px;
    background-image: url('../images/tidepool-uploader-november-2017-devices.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.uploader-button {
    margin: 0 15px;
}

#screenshot-text-cont {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 660px;
    flex: 1;
}

.screenshot-hover-text-cont {
}

.screenshot-hover-text {
    padding: 25px 15px;
    border-radius: 15px;
}

.screenshot-selected {
    background-color: #f7f7f8;
}

.screenshot-selected .media-font-bold {
    color: #6276ff;
}

.tidepool-mobile-img {
    margin: 40px auto;
    display: inline-block;
}

.landing-button {
    margin: 40px auto;
}

.landing-page-screenshot {
    max-width: 200px;
    margin-bottom: 30px;
    margin: 30px auto 30px auto;
}

.text-center {
    text-align: center;
}

.clinician-block .lp-box {
    border: 1px solid #f7f7f8;
    background-color: #f7f7f8;
    padding: 50px;
}

.lp-box:hover {
    border: 1px solid #6276ff;
}

.carousel-inner .item {
    text-align: center;
}

/* About Page */

.about-tidepool-dots {
    background: url('../images/about-tidepool-dots.png') no-repeat right bottom;
    border: 0px;
    background-size: auto 75%;
}

.margin-10s {
    margin: 10px auto;
}

.value-card {
    min-height: 475px;
}

.value-card .media-font-bold {
    min-height: 50px;
}

/* end about */

.clinician-block .carousel-indicators {
    bottom: 0;
    margin-top: 15px;
}

#uploader-carousel-indicators {
    bottom: 35px;
}

.clinician-block .carousel-indicators li {
    border-color: #6276ff;
    border-width: 1.5px;
    height: 12px;
    width: 12px;
    color: #6276ff;
    margin: 0px 2px;
}

.clinician-block .carousel-indicators .active {
    background-color: #6276ff;
}

#ss-1 .media-font-bold {
}

.text-lp-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 440px;
    flex: 1;
}

.small-ios-ss {
    display: none;
}

.partner-card {
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
}

.partner-card .img-holder {
    text-align: center;
}

.clinician-block li {
    margin-top: 8px;
    margin-bottom: 8px;
}

.flex-data {
    display: flex;
}

.last-updated {
    margin-top: 50px;
}

.mid-lg-margin {
    margin-bottom: 50px;
}

.flex-data .data-box {
    align-items: stretch;
    flex: 1;
}

.panel-group .panel + .panel {
    margin-top: 0 !important;
}

.dotted-bg {
    background: url(../images/blip_lines.png) no-repeat;
    background-position: center 150px;
    background-color: #fff;
}

.clinician-block .panel-title a,
.clinican-block a:visited {
    color: #281946;
}

.clinician-block .panel-title a:hover,
.clinician-block .panel-title a:active,
.clinician-block .panel-title a:focus {
    color: #627cff;
}

.clinician-block .embed-responsive {
    margin-top: 0;
    margin-bottom: 40px;
}

.helix-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 130px;
    background: url(../images/tidepool-data-donation-intro-2x.png) no-repeat;
    background-size: 365px auto;
    background-position: 95% 0;
}

.clinicians-data-box {
    padding-top: 48px;
}

.action-cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.clinician-action-image {
    display: inline-block;
    height: 185px;
    margin-left: 5px;
    margin-right: 5px;
}

.clinician-action-image {
}

.data-donation ul {
    list-style-type: none;
    padding-left: 0;
}

#about-header {
    height: auto;
    min-height: 375px;
    padding-bottom: 75px;
}

.helix-bg2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 130px;
    background: url(../images/tidepool-data-partners-dots-2x.png) no-repeat;
    background-size: 365px auto;
    background-position: 5% 0;
}

.helix-bg3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 130px;
    background: url(../images/tidepool-data-donation-intro-2x.png) no-repeat;
    background-size: 365px auto;
    background-position: 5% 0;
}

.blue div.media-font.white a {
    color: white;
    font-weight: 500;
    text-decoration: underline;
}

h3.col-md-6 {
    padding: 0;
}

.big-data-start-header {
    margin-bottom: 77.5px;
}

.xl-bottom-margin {
    margin-bottom: 77.5px;
}

/* Clinician Resources */

.flex,
.about-flex-cont {
    display: flex;
    justify-content: center;
}

.gray {
    background-color: #f7f7f8;
}

.about-flex,
.front-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

.front-flex {
    justify-content: center;
}

.flex button {
    margin: 0 15px;
}

.logo {
    width: 205px;
}

/* Clinic FAQs */

.clinician-block .panel-group {
    background-color: #fff !important;
    color: #281946;
    padding-bottom: 0;
    border-bottom-color: #fff;
    margin-bottom: 0;
    border: 0px;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

#menu-menu-footer {
    padding-left: 0;
}

.clinician-block .panel-group i {
    font-size: 14px;
}

.clinician-block .panel-group .panel-heading + .panel-collapse > .list-group,
.clinician-block .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.clinician-block .panel-heading {
    background-color: transparent;
    color: #281946;
}

.clinician-block .panel {
    background-color: #fff;
    color: #281946;
    border: 1px #fff solid;
    margin-top: 45px;
}

.small-top-margin {
    margin-top: 15px;
}

.clinician-block .panel-body,
.clinician-block .panel-body {
    padding: 50px;
}

.panel-title i {
    margin-right: 8px;
    color: #6276ff;
}

.panel-section,
.section-header {
    margin-top: 32.5px;
    margin-bottom: 20px;
}

.holder {
    margin-bottom: 50px;
    padding: 0 15px;
}

.research-img {
    margin-top: 0;
}

@media (max-width: 992px) {
    .about-flex-cont,
    .front-flex {
        display: inline-block;
    }

    .partner-logo-cont {
        width: 100%;
    }
    .dotted-bg,
    .helix-bg,
    .helix-bg2,
    .helix-bg3 {
        background-image: none;
    }

    .flex-data {
        flex-wrap: wrap;
    }

    .flex-data .data-box {
        flex: auto;
    }

    .ab {
        background-image: none;
    }

    .about-tidepool-dots {
        background: none;
    }

    .value-card {
        min-height: auto;
    }

    .value-card .media-font-bold {
        min-height: auto;
    }
    .partner-card {
        flex-wrap: wrap;
    }

    .partner-card div {
        width: 100%;
        flex: auto;
        flex-wrap: wrap;
        flex-grow: 1;

        margin: 30px 0;
    }

    .navbar .container {
        flex-grow: 1;
    }

    .container .navbar-inner {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex: auto;
    }
    .navbar-brand img {
        margin-top: 0;
    }
    .navbar-header {
        flex-grow: 1;
        align-items: center;
    }
    .dropdown-menu > li > a:hover {
        color: #ff6f69 !important;
        background-color: transparent;
    }

    .stacked-6 {
        margin-bottom: 32.5px;
    }
}

/*
.modal-dialogue .modal-content {
    min-width: 250px;
    display: block;
    margin: 40px auto;
    max-width: 75vw;
}
*/

@media (max-width: 768px) {
    .clinician-block .lp-box {
        padding: 25px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .api-img,
    .research-img {
        margin-bottom: 30px;
    }

    .clinician-block button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #screenshot-container-cont {
        display: none;
    }

    .uploader-button {
        margin: 0 auto;
        width: 100%;
    }
    .heart-bg {
        background-image: none;
    }

    .navbar-default .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .small-ios-ss {
        display: inline-block;
    }

    .title-bg {
        margin-top: 89px;
    }

    .cloud-lock-cont {
        text-align: center;
    }

    .cloud-lock {
        margin-left: auto;
    }
    .dotted-bg {
        background-image: none;
    }

    .six-small {
        margin-bottom: 77.5px;
    }

    .second-get-started-row .col-sm-6,
    .get-started-row .col-sm-6 {
        margin-top: 70px;
    }
}

.block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 130px;
}

.block:first-child {
    margin-top: 105px;
}

.block-button,
.block button {
    border: 2px solid #ff6f69;
    background-color: #ff6f69;
    color: #fff !important;
    padding: 13px 40px;
    border-radius: 10px;
    text-decoration: none !Important;
    text-align: center;
    margin: 0 auto;
}

.woocommerce div.product form.cart div.quantity {
    display: block;

    float: none !important;
}

.woocommerce div.product form.cart .button {
    float: none !important;
    margin-top: 25px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    margin-top: 15px;
}

body .woocommerce div.product form.cart .button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button {
    border: 2px solid #ff6f69 !important;
    background-color: #ff6f69 !important;
    color: #fff !important;
    padding: 13px 40px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    text-align: center !important;
    margin: 25px auto !important;
}

body .woocommerce div.product form.cart .button:hover,
body .woocommerce div.product form.cart .button:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hoveor,
.woocommerce button.button:hover {
    border-color: #ff5f37 !important;
    background-color: #ff5f37 !important;
}

body .woocommerce div.product p.price {
    color: #281946;
}

body .product_meta {
    display: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    min-width: 200px;
    margin-right: 20px;
}

body .woocommerce-tabs {
    padding-top: 40px !important;
}

body #tab-description,
body .wc-tabs {
    text-align: left;
}

body .woocommerce div.product form.cart .variations {
    margin: 30px 0;
}

body .woocommerce div.product .product_title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 10px;
    color: #6276ff;
}

body .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #6276ff;
    font-size: 18px;
    font-weight: 500;
}

body .woocommerce-product-details__short-description {
    color: #281946;
    font-size: 18px;
    font-weight: 300;
}

body .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    text-decoration: underline;
}

body .woocommerce ul.products li.product .price {
    color: #281946;
    font-size: 14px;
    font-weight: 300;
}

body .woocommerce-result-count,
body select.orderby {
    display: none;
}

body .woocommerce-product-gallery__wrapper {
    vertical-align: top;
}

body .woocommerce ul.products li.product .button {
    background-color: white !important;
    color: #6276ff !important;
    font-weight: 300;
    font-size: 18px;
    margin-top: 0;
}

body .woocommerce div.product form.cart .variations select {
    margin-right: 0;
}

body .woocommerce div.product form.cart .variations td.label {
    display: none;
}

body .woocommerce div.product form.cart .reset_variations {
    display: none;
}

body .woocommerce div.product .woocommerce-tabs {
    display: none;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

#mailchimp_woocommerce_newsletter {
    position: static;
}

.fb_iframe_widget {
    vertical-align: top !important;
}
