
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Foundry Sterling W01 Md', Arial, sans-serif;
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p, 
blockquote, figure,
ol, ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a, button {
  color: inherit;
}
a {
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus,
input,
select {
  outline: 0;
}
input {
  display: inline-block;
  line-height: 1;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  white-space: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  border: 0;
}
em, i {
  font-style: italic;
}
strong, b {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-weight: normal;
}
sup { 
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
  vertical-align: baseline;
}
hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #dce1e4;
  margin: 25px 0;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
*, *:before, *:after {
  box-sizing: border-box;
}





/*------------------------------------*\
  #SETUP
\*------------------------------------*/


.container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

main {
  position: relative;
  display: block;
  margin-top: 95px;
}

.anchor {
  position: relative;
  display: block;
  top: -180px;
  visibility: hidden;
}


@media only screen and (max-width: 1100px) {
  .anchor {
    top: -160px;
  }
}

@media only screen and (max-width: 990px) {
  main {
    margin-top: 85px;
  }
  .anchor {
    top: -100px;
  }
}

@media only screen and (max-width: 600px) {
  main {
    margin-top: 75px;
  }
  .anchor {
    top: -80px;
  }
}

@media only screen and (max-width: 500px) {
  main {
    margin-top: 70px;
  }
}





/*------------------------------------*\
  #HEADER
\*------------------------------------*/


header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 2px 6px -2px rgba(50,50,50, 0.3);
  z-index: 999;
}

.logo-wrap {
  float: left;
}
.logo img {
  float: left;
  width: 240px;
  padding-right: 17px;
  border-right: 2px solid #dce1e4;
}
.logo p {
  float: left;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.1;
  color: #56565b;
  padding-left: 16px;
  margin-top: 14px;
}
.logo p span {
  display: block;
}

.button-wrap {
  float: right;
}
.button-wrap .button {
  margin-top: 15px;
}

.button {
  display: inline-block;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #01a1dd;
  padding: 12px 15px;
  border-radius: 4px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.button:hover {
  background: #003764;
}


@media only screen and (max-width: 990px) {
  header {
    padding: 17px 0;
  }
  header .container {
    width: 100%;
    padding: 0 25px;
  }
  .logo img {
    width: 170px;
    padding-right: 14px;
  }
  .logo p {
    font-size: 1em;
    padding-left: 13px;
    margin-top: 7px;
  }
  .button {
    font-size: 0.9em;
  }
  .button-wrap .button {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header .container {
    padding: 0 20px;
  }
  .logo img {
    width: 160px;
    padding-right: 12px;
  }
  .logo p {
    font-size: 0.9em;
    padding-left: 11px;
  }
  .button {
    font-size: 0.85em;
    padding: 11px 13px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  header {
    padding: 17px 0;
  }
  header .container {
    padding: 0 15px;
  }
  .logo img {
    width: 120px;
    padding-right: 8px;
  }
  .logo p {
    font-size: 0.7em;
    padding-left: 9px;
    margin-top: 5px;
  }
  .button {
    font-size: 0.8em;
    padding: 10px 12px;
  }
  .button-wrap .button {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 450px) {
  .button {
    font-size: 0.7em;
    letter-spacing: 0;
    padding: 10px;
    margin-top: 20px;
  }
  .button-wrap .button {
    margin-top: 1px;
  }
}





/*------------------------------------*\
  #FONTS
\*------------------------------------*/


/*------------------------------------*\

Blue - #003764
Sky Blue - #01a1dd
Light Blue - #edf5fb

Gray - #56565b
Medium Gray - #dce1e4
Light Gray - #f5f5f5

font-family:'Foundry Sterling W01 Lt';
font-family:'Foundry Sterling W01 Bk';
font-family:'Foundry Sterling W01 Md';
font-family:'Foundry Sterling W01 Bd';

\*------------------------------------*/


main h1,
main h2 {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
main h1,
.webinar h2,
.doctors h2 {
  font-size: 2.6em;
  color: #01a1dd;
}
main h2 {
  font-size: 2em;
  color: #003764;
  margin-bottom: 20px;
}
main h3,
.intro-text span {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  color: #01a1dd;
  margin-bottom: 10px;
}
main p,
main li {
  font-size: 1.15em;
  color: #56565b;
}
main p {
  line-height: 1.5;
  margin-bottom: 20px;
}
main li {
  line-height: 1.3;
  margin: 8px 0;
}
main p a,
.text-link {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  color: #01a1dd;
  text-decoration: underline;
  cursor: pointer;
}
main p a:hover,
.text-link:hover {
  color: #003764;
}


@media only screen and (max-width: 1100px) {
  main h1,
  .webinar h2,
  .doctors h2 {
    font-size: 2.2em;
  }
  main h2 {
    font-size: 1.8em;
  }
  .intro-text span {
    font-size: 1.3em;
  }
  .intro-text p {
    font-size: 1.15em !important;
  }
}

@media only screen and (max-width: 990px) {
  .intro-text span {
    font-size: 1.3em;
  }
  main p,
  main li {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 850px) {
  main h1,
  .webinar h2,
  .doctors h2 {
    font-size: 1.8em;
  }
  main h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  main h3 {
    font-size: 1.3em;
  }
  main p,
  main li {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 600px) {
  main h1,
  .webinar h2,
  .doctors h2 {
    font-size: 1.5em;
  }
  main h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  main h3 {
    font-size: 1.2em;
  }
  main p,
  main li {
    font-size: 1em;
  }
  main p {
    line-height: 1.4;
    margin-bottom: 15px;
  }
  main li {
    margin: 5px 0;
  }
  .intro-text span {
    font-size: 1.15em;
  }
  .intro-text p {
    font-size: 1.05em !important;
  }
}





/*------------------------------------*\
  #BANNER
\*------------------------------------*/


.banner {
  position: relative;
  padding: 8% 0;
  margin: 0;
}
.banner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1,161,221, 0.8);
}
.banner .container {
  position: relative;
  z-index: 99;
}

.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-text h1 {
  font-size: 3.2em;
  line-height: 1.3;
  color: #fff;
}
.banner-text p {
  display: inline-block;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.2em;
  color: #fff;
  background: #003764;
  padding: 6px 15px 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}


@media only screen and (max-width: 1200px) {
  .banner-text h1 {
    font-size: 2.9em;
  }
  .banner-text p {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 1100px) {
  .banner {
    padding: 10% 0;
  }
  .banner-text h1 {
    font-size: 2.6em;
  }
  .banner-text p {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 990px) {
  .banner-text h1 {
    font-size: 2.3em;
  }
  .banner-text p {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 850px) {
  .banner-text h1 {
    font-size: 2em;
  }
  .banner-text p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .banner {
    padding: 15% 0;
  }
  .banner-text h1 {
    font-size: 1.8em;
  }
  .banner-text p {
    font-size: 0.9em;
  }
}





/*------------------------------------*\
  #WEBINAR
\*------------------------------------*/


.webinar,
.doctors {
  margin: 0;
}

.webinar h2 {
  margin-bottom: 40px;
}
.webinar h3 {
  color: #003764;
  margin-bottom: 20px;
}
.webinar-content {
  float: left;
  width: 58%;
  padding-right: 8%;
}
.webinar-info {
  margin: 40px 0;
}
.webinar-info img {
  float: left;
  width: 60px;
  margin-right: 25px;
}
.info-wrap {
  float: left;
}
.info-wrap p {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.3em;
  color: #003764;
  margin: 0;
}

.register {
  float: right;
  width: 42%;
}
.register .login-form {
  padding-top: 40px;
}

.profile {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 50px;
}
.profile:last-of-type {
  margin-bottom: 30px;
}
.profile img {
  float: left;
  width: 24%;
}
.profile-text {
  float: left;
  width: 76%;
  padding: 4em;
}
.profile-text h3 {
  font-size: 1.8em;
  color: #003764;
  margin-bottom: 20px;
}
.profile-text h3 span {
  font-family: 'Foundry Sterling W01 Md', Arial, sans-serif;
}
.profile .profile-text p {
  color: #56565b;
  margin: 0;
}

.webinar-thank + .parallax {
  margin: 0;
}
.webinar-thank .webinar-content {
  float: none;
  width: 100%;
  padding: 0;
}
.webinar-thank .webinar-content p {
  max-width: 880px;
}
.webinar-thank .webinar-content p span {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  color: #003764;
  margin-right: 5px;
}

.video form textarea {
  height: 125px;
}



@media only screen and (max-width: 1200px) {
  .profile img {
    width: 26%;
  }
  .profile-text {
    width: 74%;
    padding: 3em 3.5em;
  }
}

@media only screen and (max-width: 1100px) {
  .webinar-content {
    width: 55%;
    padding-right: 5%;
  }
  .webinar-info img {
    width: 54px;
  }
  .info-wrap p {
    font-size: 1.2em;
  }
  .register {
    width: 45%;
  }
  .profile-text h3 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  .profile .profile-text p {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 990px) {
  .webinar-content,
  .register {
    float: none;
    width: 100%;
    padding: 0;
  }
  .register {
    max-width: 450px;
    margin: 50px 0 20px;
  }
  .webinar h2 {
    margin-bottom: 30px;
  }
  .webinar-content {
    max-width: 700px;
  }
  .webinar-info {
    margin: 30px 0;
  }
  .info-wrap p {
    font-size: 1.2em;
  }
  .profile {
    background: #fff;
    border-radius: 0;
    margin-top: 40px;
  }
  .profile:last-of-type {
    margin-bottom: 20px;
  }
  .profile img,
  .profile-text {
    float: none;
    width: 100%;
  }
  .profile-text {
    max-width: 660px;
    padding: 0;
    margin-top: 20px;
  }
  .profile img {
    max-width: 200px;
    border-radius: 4px;
  }
  .profile-text h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .webinar-info img {
    width: 48px;
    margin-right: 20px;
  }
  .info-wrap p {
    font-size: 1.1em;
  }
  .profile-text h3 {
    font-size: 1.35em;
  }
}





/*------------------------------------*\
  #FORM
\*------------------------------------*/


form {
  background: #003764;
  border-radius: 8px;
}
input {
  margin-bottom: 15px;
}
input,
textarea { 
  width: 100%;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.3;
  color: #56565b;
  background: #fff;
  padding: 10px 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  outline: none;
  margin-bottom: 15px;
  -webkit-transition: border ease 0.8s;
          transition: border ease 0.8s;
}
textarea {
  height: 130px;
  resize: vertical;
  margin-bottom: 0px;
}
input:focus,
textarea:focus {
  border: 2px solid #01a1dd;
}

::-webkit-input-placeholder {
  line-height: normal !important;
  color: #01a1dd;
}
:-moz-placeholder {
  line-height: normal !important;
  color: #01a1dd;
}
::-moz-placeholder {
  line-height: normal !important;
  color: #01a1dd;
}
:-ms-input-placeholder {
  line-height: normal !important; 
  color: #01a1dd;
}

form input[type=submit],
.modal-button {
  display: block;
  width: 100%;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.02em;
  color: #fff;
  background: #01a1dd;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  margin: 15px 0 0;
  cursor: pointer;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
form input[type=submit]:hover,
.modal-button:hover {
  background: #00b9ff;
}

input[type=submit]:disabled {
  color: #b6b6b6;
  background: #fff;
  cursor: default;
}


.checkbox {
  margin-bottom: 20px;
}
.checkbox-input:not(:checked),
.checkbox-input:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-label {
  display: block;
  position: relative;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #fff;
  padding-left: 35px;
  margin: 0;
}
.checkbox-label::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: border 0.2s linear;
          transition: border 0.2s linear;
}
.checkbox-input:checked + .checkbox-label::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  left: 4px;
  top: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox-input:checked + .checkbox-label::before {
  background: #01a1dd;
  border: 2px solid #01a1dd;
}
.checkbox-input:checked:focus + .checkbox-label::before,
.checkbox-input:not(:checked):focus + .checkbox-label::before,
.checkbox-label:hover::before {
  border: 2px solid #01a1dd;
}


@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 1.05em;
  }
}





/*------------------------------------*\
  #CONTENT
\*------------------------------------*/


section {
  margin: 80px auto;
}

.bg-blue,
.bg-dark,
.bg-light,
.doctors {
  padding: 80px 0;
}
.bg-blue {
  background: #01a1dd;
}
.bg-dark {
  background: #003764;
}
.bg-light {
  background: #edf5fb;
}
.bg-blue p,
.bg-dark p {
  color: #fff;
}
.bg-light p {
  color: #003764;
}

.password .bg-light {
  margin-bottom: 0;
}

.intro-text {
  margin: -80px 0 0;
}
.intro-text + .parallax,
.intro-text + .doctors,
.doctors + .parallax  {
  margin: 0;
}
.intro-text span {
  display: block;
  color: #003764;
  line-height: 1.4;
  margin-bottom: 10px;
}
.intro-text h1 {
  max-width: 750px;
  margin-bottom: 20px;
}
.intro-text p {
  max-width: 840px;
  font-size: 1.3em;
}
.intro-text p:last-type {
  margin: 0;
}

.welcome {
  padding: 60px 0 0;
  margin-bottom: 0;
}
.welcome-wrap {
  border-bottom: 2px solid #003764;
}
.welcome-wrap h2 {
  color: #003764;
  margin-bottom: 10px;
}

.welcome-wrap a {
  display: inline-block;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.1;
  color: #01a1dd;
  margin-top: 14px;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.welcome-wrap a span {
  font-size: 0.75em;
  padding-left: 2px;
}
.welcome-wrap a:hover {
  color: #003764;
}

.video,
.portal {
  margin: 40px auto 160px;
}
.video-block h1 {
  text-align: center;
  margin-bottom: 40px;
}
.video-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-inner {
  margin-top: 30px;
}
.video-temp {
  float: left;
  width: 68%;
  padding-right: 2%;
}
.video-responsive {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  z-index: 99;
}
.video-responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.video-form {
  float: right;
  width: 30%;
}
.video-form form {
  box-shadow: none;
  padding: 25px;
}

.modal-link {
  margin-top: 20px;
}

.portal h1 {
  margin-bottom: 10px;
}
.portal h1 + p {
  max-width: 800px;
  margin-bottom: 30px;
}
.portal h2 {
  margin: 30px 0;
}

.session {
  display: block;
  position: relative;
  float: left;
  width: 49%;
  min-height: 200px;
  background: #edf5fb;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 2%;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.session:first-of-type {
  margin-right: 2%;
}

.session-icon {
  position: absolute;
  width: 30px;
  right: 30px;
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.session-active .session-icon {
  background: #01a1dd;
}
.session-inactive .session-icon {
  background: #56565b;
}
.session-active:hover .session-icon {
  background: #003764;
}

.session h3,
.session h4,
.session p {
  padding-right: 60px;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.session h3 {
  color: #003764;
}
.session h4 {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  color: #01a1dd;
  margin-bottom: 25px;
}
.session p {
  position: relative;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  color: #003764;
  margin: 0;
}
.session-active p::after,
.account-options a::after {
  position: absolute;
  content: '\27F6';
  margin-left: 8px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.session-active:hover p::after,
.account-options:hover a::after {
  margin-left: 12px;
}
.session-active:hover p::after {
  color: #fff;
}

.session-active:hover {
  background: #01a1dd;
}
.session-active:hover h3,
.session-active:hover h4,
.session-active:hover p {
  color: #fff;
}


.session-inactive {
  background: #f1f1f1;
  cursor: default;
}
.session-inactive h3,
.session-inactive h4,
.session-inactive p {
  color: #56565b;
}

.row {
  margin-bottom: 15px;
}

.col {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.col:last-child {
  margin-right: 0;
}

.documents a {
  display: block;
  position: relative;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.2;
  color: #003764;
  padding-left: 25px;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.documents a::before {
  display: block;
  position: absolute;
  content: '';
  width: 18px;
  height: 20px;
  top: 4px;
  left: 0;
  background: url(../img/document-icon.png) no-repeat;
  background-size: 100%;
}
.documents a:hover {
  color: #01a1dd;
}

.documents-video {
  margin-top: 50px;
}
.documents-video h2 {
  margin-bottom: 30px;
}


@media only screen and (max-width: 1100px) {
  section {
    margin: 60px auto;
  }
  .bg-blue,
  .bg-dark,
  .bg-light,
  .doctors {
    padding: 60px 0;
  }
  .intro-text {
    margin: -60px 0 0;
  }
  .intro-text p {
    max-width: 800px;
  }
  .welcome {
    padding: 50px 0 0;
  }
  .video {
    margin: 40px auto 130px;
  }
  .video-block h1 {
    margin-bottom: 30px;
  }
  .welcome-wrap a {
    margin-top: 11px;
  }
}

@media only screen and (max-width: 1050px) {
  .video-temp {
    width: 63%;
    padding-right: 2%;
  }
  .video-form {
    width: 35%;
  }
}

@media only screen and (max-width: 990px) {
  .video-temp,
  .video-form {
    float: none;
    width: 100%;
    padding: 0;
  }
  .video-form {
    max-width: 420px;
    margin: 50px auto 0;
  }
  .modal-link {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .session {
    min-height: 240px;
  }
  .session-icon {
    position: relative;
    width: 25px;
    right: inherit;
    padding: 6px;
    margin-bottom: 10px;
  }
  .session h3,
  .session h4,
  .session p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 850px) {
  .session h4 {
    font-size: 1.05em;
  }
  .welcome-wrap a {
    font-size: 1em;
    margin-top: 10px;
  }
  .row {
    margin: 0;
  }
  .documents a {
    font-size: 1.15em;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .documents a::before {
    width: 14px;
    height: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .intro-text p {
    font-size: 1.15em;
  }
  .welcome {
    padding: 40px 0 0;
  }
  .video,
  .portal {
    margin: 30px auto 110px;
  }
  .video-block h1 {
    margin-bottom: 25px;
  }
  .documents-video h2 {
    margin-bottom: 20px;
  }
  .col {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .welcome {
    padding: 30px 0 0;
  }
  .session {
    min-height: 200px;
    padding: 25px;
  }
  .session h4 {
    margin-bottom: 20px;
  }
  .welcome-wrap h2,
  .back-link {
    float: none;
  }
  .welcome-wrap a {
    float: right;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 600px) {
  .video-form {
    margin: 30px auto 0;
  }
  .video-form form {
    margin-top: 20px;
  }
  .portal h2 {
    margin: 20px 0;
  }
  .documents a {
    font-size: 1.05em;
  }
  .documents a::before {
    width: 12px;
    height: 14px;
  }
}

@media only screen and (max-width: 550px) {
  .session {
    float: none;
    width: 100%;
    min-height: inherit;
    margin-bottom: 4%;
  }
  .session:first-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  section {
    margin: 45px auto;
  }
  .intro-text {
    margin: -45px 0 0;
  }
  .bg-blue,
  .bg-dark,
  .bg-light,
  .doctors {
    padding: 45px 0;
  }
  .password .bg-light {
    padding: 60px 0;
  }
  .video {
    margin: 30px auto 100px;
  }
}





/*------------------------------------*\
  #ACCOUNT
\*------------------------------------*/


.account {
  max-width: 800px;
}
.account form {
  background: none;
  border-radius: 0;
}
.account-info {
  background: #edf5fb;
  padding: 30px 30px 35px;
  border-radius: 4px;
}

.account-edit {
  margin-bottom: 4px;
}
.account-edit h3 {
  float: left;
}
.account-edit h3 span {
  font-size: 0.75em;
  color: #e03535 !important;
}
.account-links {
  float: right;
  margin-top: 5px;
}
.link,
.account form input[type=submit] {
  display: inline-block;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.2;
  color: #01a1dd;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.account form input[type=submit] {
  width: inherit;
  letter-spacing: 0;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.link-cancel {
  color: #e04726;
  margin-right: 8px;
}
.link:hover,
.account form input[type=submit]:hover {
  color: #003764;
  text-decoration: underline;
}

.account-input {
  position: relative;
  margin-bottom: 25px;
}
.account-input:last-child,
.info-edit .account-input:last-child {
  margin: 0;
}
.account-input span,
.account-input p {
  float: left;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.3;
}
.account-input span {
  display: block;
  width: 160px;
  color: #01a1dd;
}
.account-input p {
  margin: 0;
}

.info-edit {
  padding: 50px 30px;
}
.info-edit form {
  background: none;
}
.info-edit .account-input {
  margin-bottom: 45px;
}
.account-input input {
  position: absolute;
  max-width: 400px;
  top: -14px;
}

.account-options {
  margin-top: 20px;
}
.account-options a {
  float: left;
  position: relative;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  color: #01a1dd;
  margin: 0;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.account-options a:hover {
  color: #003764;
}
.account-options .button {
  float: right;
  font-size: 0.9em;
  background: #e04726;
  margin: 0;
}
.account-options .button:hover {
  background: #003764;
}


@media only screen and (max-width: 850px) {
  .account-links {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 700px) {
  .account-info {
    padding: 25px 25px 30px;
  }
  .info-edit {
    padding: 50px 25px;
  }
  .account-input input {
    position: absolute;
    max-width: 68%;
    top: -14px;
  }
}

@media only screen and (max-width: 600px) {
  .account-links {
    font-size: 0.9em;
    margin-top: 3px;
  }
  .link-cancel {
    margin-right: 5px;
  }
  .account-input {
    margin-bottom: 20px;
  }
  .account-input span,
  .account-input p {
    float: none;
    font-size: 1.15em;
  }
  .account-input span {
    width: 100%;
    font-size: 1em;
    margin-bottom: 2px;
  }
  .info-edit {
    padding: 30px 25px 25px;
  }
  .info-edit .account-input {
    margin-bottom: 5px;
  }
  .account-input p {
    margin: 0;
  }
  .account-input input {
    position: relative;
    max-width: 100%;
    top: 0;
    margin-top: 8px;
  }
}





/*------------------------------------*\
  #PARALLAX
\*------------------------------------*/


.parallax {
  position: relative;
  height: auto;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.parallax-overlay {
  display: inline-block;
  max-width: 820px;
  background: rgba(1,161,221, 0.85);
  padding: 30px 50px 40px;
  border-radius: 5px;
  margin: 6% auto;
}
.parallax-overlay h5  {
  display: block;
  font-family: 'Foundry Sterling W01 Md', Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}


@media only screen and (min-width: 1024px) {
  .parallax {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 900px) {
  .parallax-overlay {
    padding: 25px 40px 30px;
    margin: 10% 8%;
  }
  .parallax-overlay h5 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 750px) {
  .parallax-overlay h5 {
    font-size: 1.4em;
  }
  .parallax-overlay {
    margin: 12% 8%;
    padding: 20px 30px 25px;
  }
}





/*------------------------------------*\
  #SIGN-IN
\*------------------------------------*/


.login {
  float: right;
  width: 400px;
}
.login-form {
  padding: 25px 35px 40px;
  box-shadow: 0 0 30px rgba(50,50,50, 0.4);
}
.login-form h2,
.modal-content h2 {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 2em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.login-form p {
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 1em;
  color: #fff;
  text-align: left;
  margin: -5px 0 25px; 
}
.login-form p span {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.login-form p span:hover {
  color: #01a1dd;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

.input-wrap {
  position: relative;
}
.input-wrap input {
  padding: 10px 12px 10px 35px;
}
.input-icon {
  position: absolute;
  width: 15px;
  top: 17px;
  left: 12px;
}
.input-wrap:last-of-type .input-icon {
  top: 15px;
}

.password .login {
  float: none;
  margin: 0 auto 200px;
}

.login-error {
  padding: 10px 12px;
  background: #e03535;
  border-radius: 4px;
  margin-bottom: 15px;
}
.login-error p {
  line-height: 1.2;
  color: #fff !important;
  margin: 0 0 8px;
}
.login-error p:last-child {
  margin: 0;
}

.modal-content .login-error p {
  line-height: 1.2;
  margin-bottom: 8px;
}
.modal-content .login-error p:last-child {
  margin: 0;
}


@media only screen and (max-width: 850px) {
  .login {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .login-form h2,
  .modal-content h2 {
    font-size: 1.6em;
  }
  form input[type=submit] {
    font-size: 1.15em;
  }
}





/*------------------------------------*\
  #MODAL
\*------------------------------------*/


.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50,50,50, 0.8);
  z-index: 999999;
}
.overlay.open {
  display: block;
}

.modal {
  position: fixed;
  width: 90%;
  max-width: 550px;
  max-height: calc(100% - 10%);
  top: 50%;
  left: 50%;
  background: #003764;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
}
.modal-close {
  display: block;
  position: absolute;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  top: 0;
  right: 13px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.modal-close:hover {
  color: #01a1dd;
}

.modal-content {
  height: 100%;
  padding: 50px;
  overflow: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.modal-content h2 {
  text-align: left;
  margin-bottom: 10px;
}
.modal-content p {
  font-size: 1.1em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}

.modal-confirm {
  margin-top: 30px;
}
.modal-buttons {
  margin-top: 40px;
}
.modal-button,
form .modal-buttons input[type="submit"] {
  display: block;
  float: left;
  width: 48%;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
form .modal-buttons input[type="submit"] {
  margin-right: 4%;
}


@media only screen and (max-width: 850px) {
  .modal {
    max-width: 500px;
  }
  .modal-content {
    height: 100%;
    padding: 40px 35px;
    overflow: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  .modal-content p {
    font-size: 1em;
    margin-bottom: 25px;
  }
}





/*------------------------------------*\
  #FOOTER
\*------------------------------------*/


footer {
  position: relative;
  background: #f5f5f5;
  padding: 10px 0 12px;
}
.copyright span {
  display: block;
  font-family: 'Foundry Sterling W01 Bd', Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1;
  color: #56565b;
}




