@charset "UTF-8";

@font-face {
    font-family: "FS Albert Extra Bold";
    src: url("FSAlbertWeb-ExtraBold.eot?") format('eot'),
    url("FSAlbertWeb-ExtraBold.woff") format('woff');
}
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 1.5rem;
    line-height: 1.375rem;
    text-align: center;
    margin: 0;
}
/*section {
    position: relative;
}
section:after {
    position: absolute;
    content: '';
}*/
a {
    color: #fff;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:active,
a:hover, a:focus {
    outline: 0;
    opacity: .5;
    cursor: pointer;
}
#welcomepg01 {
   /* position: relative;
    margin: auto; */
    text-align: center;
    margin-bottom: 35px;
}
#row {
    position: relative;
    margin: auto;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    max-width: 1240px;
    overflow: hidden;
}
.is-hidden {
    display: none !important;
}
.nav-1 {
    display: inline-block;
    float: left;
    padding-top: 8px;
}
.nav-2 {
    clear: both;
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
}
.nav-2 img {
    margin: 0 auto;
    float: left;
    width: 95px;
    height: 24.5px;
    cursor: pointer;
}
.gray-bar {
    display: inline-block;
    color: #D0d9d9;
    float: left;
    margin-left: 11px;
}
.header-title {
    display: inline-block;
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 16px;
    color: #0a383f;
    float: left;
    margin-left: 11px;
    padding-top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-3 {
    float: right;
    padding-bottom: 12px;
}
.nav-4 {
    float: right;
    padding-top: 13px;
    padding-bottom: 10px;
}
.navigation {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
    /*display: none;*/
}
.socialbtns {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    float: right;
    padding-right: 15px;
}
.socialbtns li {
    display: inline-block;
}
.socialbtns2 {
    position: absolute;
    margin: 0;
    width: 100%;
    /*top: 305px;*/
    /*top: 84.74%;*/
    bottom: 21px;
}
.icon {
    fill: #0a383f;
    width: 18px;
    height: 18px;
}
.icon2 {
    width: 15px;
    height: 15px;
}
.social-follow-btn {
    display: flex;
    padding-left: .4rem;
    padding-right: .4rem;
    cursor: pointer;
    transition: all .15s ease-in-out;
}
.social-follow-btn2 {
    display: flex;
    padding-left: .45rem;
    padding-right: .45rem;
    cursor: pointer;
    transition: all .15s ease-in-out;
}
.social-follow-btn-facebook {
    fill: white;
}
.social-follow-btn-facebook:hover {
    fill: #2f4779;
}
.social-follow-btn-facebook2 {
    fill: white;
}
.social-follow-btn-facebook2:hover {
    fill: #fff;
}
.social-follow-btn-twitter {
    fill: white;
}
.social-follow-btn-twitter:hover {
    fill: #fff;
}
.social-follow-btn-twitter2 {
    fill: white;
}
.social-follow-btn-twitter2:hover {
    fill: #Fff;
}
.social-follow-btn-pinterest {
    fill: #fff;
}
.social-follow-btn-pinterest:hover {
    fill: #fff;
}
.social-follow-btn-pinterest2 {
    fill: #fff;
}
.social-follow-btn-pinterest2:hover {
    fill: #Fff;
}
.social-follow {
    width: 25px;
    height: 25px;
}
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.welcometo {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 23px;
    color: #28c4d8;
    margin-top: 46px;
    margin-bottom: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.healthystate {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 59px;
    color: #28c4d8;
    margin-bottom: 43px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.instruction {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 23px;
    line-height: 23px;
    color: #0A383F;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.instruct-verywell{
    color: #0A383F;
}
.getstarted {
    display: inline-block;
    float: center;
    margin-top: 23px;
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 20px;
    color: #fff;
    border-radius: 12px 12px 12px 0px;
    padding: 14px;
    padding-left: 36px;
    padding-right: 36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    background-color: #ec4c64;
}
.getstarted:hover, .getstarted:focus {
    opacity: .75;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.overlay {
    position: absolute;
    height: 360px;
    width: 480px;
    z-index: 90;
    background-color: #fff;
    margin-top: 120px;
    padding-top: 20px;
    padding-right: 27px;
    padding-left: 27px;
}
.overlay2 {
    position: absolute;
    height: 100%;
    width: 90%;
    z-index: 89;
    background-color: rgba(255, 255, 255, 0);
}

/*START: codepen flip */
/* Flip animation cross browser */
.flip-container {
    float: left;
    width: 120px;
    height: 120px;
    margin: 0;
    z-index: 1; 
}
.flip-container.active {
    z-index: 10; 
}
.p-relative {
    position: relative;
}
/* START: Accommodating for IE */
.flip-container:hover .back,
.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* END: Accommodating for IE */
.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    cursor: pointer;
    overflow: hidden;
    transition-property: height, width, margin, filter;
    transition-duration: 0.4s, 0.4s, 0.4s, 0.3s;
    -webkit-transition-property: height, width, margin, -webkit-filter;
    -webkit-transition-duration: 0.4s, 0.4s, 0.4s, 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
}
.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2; 
}
.back {
    display: table;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/* Layout */
.front a {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    /*transform*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flip-container > dt {
    height: 120px;
    z-index: 21;
}
.flip-container > dd {
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 120px;
    transition: all 0.33s ease-in;  
    z-index: -1; 
    margin-left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(60px);
    -moz-transform: translateZ(60px);
    -ms-transform: translateZ(60px);
    -o-transform: translateZ(60px);
    transform: translateZ(60px);
}
.flip-container.active > dd {
    opacity: 1;
    width: 360px;
    height: 360px;
    transition: all 0.33s ease-in;
    z-index: 10;
    right: -120px;
    top: -120px;
    overflow: hidden;
}
.flip-container.active .socialbtns2,
.flip-container.active .myquestions,
.flip-container.active .visit,
.flip-container.active .xbtn {
    display: block;
}
.flip-container .socialbtns2,
.flip-container .myquestions,
.flip-container .visit,
.flip-container .xbtn {
    display: none;
}
.states {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: .75px;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fullstate {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: .8rem;
    line-height: 1.25em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fullstateback {
    position: absolute;
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: .85rem;
    font-weight: 200;
    line-height: 1.25em;
    color: white;
    margin-top: 3.75em;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.picsquare {
    width: 110px;
    height: 110px;
    margin-top: 4px;
}
.myquestions {
    position: relative;
    font-family: "FS Albert Extra Bold", sans-serif;
    color: white;
    font-size: 32px;
    line-height: 32px;
    padding-left: 40px;
    padding-right: 40px;
    top: 50%;
    max-height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.visit {
    position: absolute;
    font-family: "FS Albert Extra Bold", sans-serif;
    color: white;
    font-size: .85rem;
    width: 100%;
    /*top: 280px;*/
    bottom: 58px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sharebtn {
    position: absolute;
    width: 18px;
    top: 292px;
}
.thishover {
    text-decoration: none;
    cursor: pointer;
}
.thishover:hover, .thishover:focus {
    color: #fff;
    opacity: .6;
    text-decoration: none;
    cursor: pointer;
}
.right {
    display: inline-block;
    margin-left: 1.5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.xbtn {
    position: absolute;
    font-size: 15px;
    right: 13px;
    top: 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/* square color styling */
.darkestcapri > *,
.darkestcapri + dd {
    background: #00242d;
}
.darkercapri > *,
.darkercapri + dd {
    background: #0A383F;
}
.darkcapri > *,
.darkcapri + dd {
    background: #1396a7;
}
.mediumcapri > *,
.mediumcapri + dd {
    background: #28c4d8;
}
.lightcapri > *,
.lightcapri + dd {
    background: #87e3ef;
}
.indigo > *,
.indigo + dd {
    background: #092d5a;
}
.plum > *,
.plum + dd {
    background: #331a35;
}
.tktk > *,
.tktk + dd {
    background: #55175a;
}
.amaranth > *,
.amaranth + dd {
    background: #ec4c64;
}
.yellow > *,
.yellow + dd {
    background: #fecb00;
}
.grain > *,
.grain + dd {
    background: #d6d4c3;
}
.darkergray > *,
.darkergray + dd {
    background: #222222;
}
.darkgray > *,
.darkgray + dd {
    background: #444444;
}
.mediumgray > *,
.mediumgray + dd {
    background: #888888;
}
.lightgray > *,
.lightgray + dd {
    background: #d4d4d4;
}
.lightergray > *,
.lightergray + dd {
    background: #f7f9f9;
}
/*END: codepen flip
===================================================================================== */

.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.footer02 {
   /* position: relative; */
  /*  bottom: 0; */
    width: 100%;
    background: #0A383F;
    text-align: left;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 20px;
    /*height: 160px;*/
}
.p2-footer {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.p3-footer {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.p3-footer:hover, .p3-footer:focus {
    cursor: pointer;
}
.p4-footer {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #87E3EF;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-copyright {
    font-family: "FS Albert Extra Bold", sans-serif;
    font-size: 11px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* with IE 10  */
body {
  display: flex;
  flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
header,
footer {
  flex: none; /* 2 */
}
#welcomepg01 {
  flex: 1 0 auto; /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}
#welcomepg01::after {
  content: '\00a0'; /* &nbsp; */
 display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}
/*@media (--break-lg) {
#welcomepg01 {
    padding-top: var(--space-lg);
  }
#welcomepg01::after {
    margin-top: var(--space-lg);
  }
}
#welcomepg01--full {
  padding: 0;
}
#welcomepg01--full::after {
  content: none;
} 

/* =====================================================================================
* Media Queries
* - Small Devices & Mobile Only (479px and less)
* - Medium Devices, Tablets and up (480px and up)
* - Medium Devices & Tablets Only (480x - 779px)
* - Small to Medium Devices, Mobile to Tablet (Max 779px)
* - Large Devices & Desktops (780px and up) */

@media (max-width: 390px) {
    .flip-container.active > dd {
    width: 240px;
    right: -80px;
    top: -80px;
   z-index: 10;
    }
    .myquestions {
    font-size: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    }
}
@media (max-width: 450px) {
    .header-title {
    display: none;
    }
    .gray-bar{
    display: none;
    }

}
@media (max-width: 736px) {
    #row {
    padding-top: 40px;
    }
    .welcometo {
    font-size: 38px;
    line-height: 38px;
    color: #28c4d8;
    text-align: left;
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
    }
    .instruction {
    font-size: 16px;
    line-height: 17px;
    color: #0A383f;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
    }
    .overlay {
        display: none;
    }
    .overlay2 {
        display: none;
    }
    .getstarted {
        display: none;
    }
}
@media (min-width: 737px) {
    .title-descript {
    display: none;
    }
}

/* FIN ===================================================================================== */