html {
	height: 100%;
}

body {
  font-family: "Macha-Book", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #152c46;
  font-size: 16px;
  height: 100%;
}
section > .l-content-holder > .header--section {
  padding-top: 12px;
  border-top: 2px solid #eaedf0;
  font-family: "Macha-Medium", sans-serif;
  font-size: 25px;
  line-height: 28px;
  color: #939eae;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  section > .l-content-holder > .header--section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 959px) {
  section > .l-content-holder > .header--section {
    text-align: left;
  }
}
@media only screen and (max-width: 699px) {
  section > .l-content-holder > .header--section {
    text-align: center;
  }
}
h1 {
  font-size: 46px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 699px) and (max-width: 959px) {
  h1 {
    font-size: 34px;
    font-size: calc( 34px + (45 - 34) * ( (100vw - 699px) / ( 959 - 699) ));
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 699px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 699px) {
  h1 {
    font-size: 20px;
    font-size: calc( 20px + (34 - 20) * ( (100vw - 320px) / ( 699 - 320) ));
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 959px) {
  h1 {
    line-height: 40px;
  }
}
@media only screen and (max-width: 699px) {
  h1 {
    line-height: 25px;
    margin-bottom: 25px;
    max-width: 90%;
  }
}
h1.h1--forms + h2 {
  margin-top: 85px;
  position: relative;
}
h1.h1--forms + h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 46px;
  height: 5px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #eaedf0;
}
@media only screen and (max-width: 699px) {
  h1.h1--forms + h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
  }
  h1.h1--forms + h2:before {
    width: 23px;
    top: -25px;
  }
}
h1.h1--green {
  color: #00ba98;
}
h2 {
  color: #142435;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 38px;
}
h2.h2--extra-margin {
  margin-bottom: 30px;
}
@media only screen and (min-width: 699px) and (max-width: 959px) {
  h2 {
    font-size: 28px;
    font-size: calc( 28px + (30 - 28) * ( (100vw - 699px) / ( 959 - 699) ));
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 699px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 699px) {
  h2 {
    font-size: 18px;
    font-size: calc( 18px + (28 - 18) * ( (100vw - 320px) / ( 699 - 320) ));
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 699px) {
  h2 {
    line-height: 22px;
    margin-bottom: 20px;
  }
}
h2.version--green {
  color: #00ba98;
}
h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
  font-family: "Macha-Medium", sans-serif;
}
@media only screen and (max-width: 699px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
h3.version--green {
  color: #00ba98;
}
@media only screen and (min-width: 699px) and (max-width: 959px) {
  h3.version--dynamic {
    font-size: 18px;
    font-size: calc( 18px + (22 - 18) * ( (100vw - 699px) / ( 959 - 699) ));
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 699px) {
  h3.version--dynamic {
    font-size: 18px;
  }
}
h4 {
  color: #132c45;
  font-size: 18px;
  line-height: 24px;
  font-family: "Macha-Medium", sans-serif;
  margin-bottom: 15px;
}
h4.version--green {
  color: #00ba97;
}
ul.ul--default {
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 699px) {
  ul.ul--default li {
    text-align: center;
  }
}
ul.ul--default li::before {
  content: '•';
  padding-right: 10px;
}
ul.ul--default li +li {
  margin-top: 15px;
}
b,
strong {
  font-family: "Macha-Medium", sans-serif;
}
p {
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media only screen and (max-width: 699px) {
  .l-content-holder > p {
    text-align: center;
  }
}
p:last-child {
  margin-bottom: 0;
}
p.p--intro {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #606f7f;
}
p.p--text-secondary {
  font-size: 14px;
  color: #5f6f7f;
  line-height: 20px;
}
p.p--smaller {
  font-size: 14px;
}
p.p--bigger {
  font-size: 18px;
}
p.p--light {
  color: #606f7f;
}
p.p--legal {
  font-size: 13px;
  line-height: 16px;
  color: #606f7f;
  margin: 50px auto 0px auto;
  padding: 0 0;
}
@media only screen and (max-width: 699px) {
  p.p--legal {
    text-align: center;
  }
}
a {
  color: #00a4da;
  text-decoration: none;
}
a:hover {
  color: #0583ad;
}
a:active {
  color: #04698a;
}
p > a:only-child {
  line-height: 1.1em;
}
.a--chevron:after {
  content: '>';
  display: inline-block;
  margin-left: 0.3em;
}
.a--external:after {
  content: '';
  display: inline-block;
  margin-left: 0.3em;
  width: 13px;
  height: 13px;
  background: url("../images/controls/ui/link-external.svg") no-repeat;
}
.a--accented {
  font-family: "Macha-Bold", sans-serif;
  text-decoration: underline;
}
.text-footnote {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
}
.text-footnote--smalltype {
  color: #5f6f7f;
  font-size: 13px;
  line-height: 16px;
}
.text-pipe {
  color: #949fab;
  padding-left: 4px;
  padding-right: 4px;
}
.landing-message {
  padding: 6px 30px 13px 30px;
  margin-bottom: 5px;
}
.landing-message__success {
  background: #efefef;
  padding: 10px 15px 10px 50px;
  font-family: "Macha-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  background-image: url("/-/media/MyGoalLine/LandingPage/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: 12px 8px;
}
.landing-message__warning {
  background: #efefef;
  padding: 10px 15px 10px 50px;
  font-family: "Macha-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  background-image: url("/-/media/MyGoalLine/LandingPage/images/icons/warning.svg");
  background-repeat: no-repeat;
  background-position: 12px 8px;
}
.landing-message__error {
  color: #fff;
  background: #e60101;
  padding: 10px 15px 10px 50px;
  font-family: "Macha-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  background-image: url("/-/media/MyGoalLine/LandingPage/images/icons/error.svg");
  background-repeat: no-repeat;
  background-position: 12px 8px;
}
#page-landing {	
  background: #f2f3f5;
  height: 100%;
  min-height:650px;
}
#page-landing main {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #f2f3f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  /*flex-wrap: nowrap;*/
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#page-landing .footer-mobile {
  display: none;
}
#page-landing .footer header {
  text-transform: uppercase;
  font-family: "Macha-Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
}
#page-landing .footer .contact {
  margin: 5px 0;
}
#page-landing .footer .copy {
  color: #576472;
  font-size: 14px;
  margin-top: 10px;
}
#page-landing section {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
}
@media only screen and (max-width: 959px) {
  #page-landing section {
    padding: 30px;
  }
}
#page-landing .logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
#page-landing .logos a,
#page-landing .logos span {
  margin-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
}
#page-landing .logos .hr {
  height: 50px;
  width: 2px;
  background: #a5aeb6;
  display: block;
}
#page-landing .landing-imagery {
  background: #27b696 url("/-/media/MyGoalLine/LandingPage/images/bg-helmet.png") 100% 50% no-repeat;
  background-size: cover;
  color: #fff;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -o-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
#page-landing .landing-messages {
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
}
#page-landing .landing-messages .item + .item {
  margin-top: 15px;
}
#page-landing .landing-messages .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.56px;
  font-family: "Macha-Medium", sans-serif;
}
#page-landing .landing-messages .item .icon {
  width: 58px;
  text-align: center;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#page-landing .landing-messages .item .body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  
}
#page-landing .landing-login {
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  /*height: 100vh;*/
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content: stretch;
}
#page-landing .landing-login h2 {
  font-size: 44px;
  font-family: "Macha-Medium", sans-serif;
  line-height: 46px;
  letter-spacing: -0.37px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #page-landing .landing-login h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 5px;
  }
}
#page-landing .landing-login .msg {
  font-size: 20px;
  line-height: 26px;
  font-family: "Macha-Medium", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #page-landing .landing-login .msg {
    font-size: 18px;
    line-height: 24px;
  }
}
#page-landing .landing-login h2,
#page-landing .landing-login .msg,
#page-landing .landing-login form,
#page-landing .landing-login .c-form {
  max-width: 450px;
}

#page-landing .landing-login input[type=text],
#page-landing .landing-login input[type=password] {
  font-size: 16px;
  font-family: "Macha-Medium", sans-serif;
  border: none;
  box-shadow: rgba(147,158,169,0.3) 2px 2px 0;
  padding: 16px 12px;
}
/*
#page-landing .landing-login input[type=password] {
  margin-top: 10px;
}*/
#page-landing .landing-login .password-recovery {
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0 10px;
}
#page-landing .landing-login .password-recovery a {
  display: inline-block;
  margin: 3px 0;
  font-size: 14px;
  line-height: 17px;
}
#page-landing .landing-login .password-recovery > span {
  padding: 0 5px;
  color: #c6cdd4;
}
#page-landing .landing-login .page-landing__hero-submit .submit {
  width: 190px;
}
#page-landing .landing-login .footer {
  border-top: 1px solid #c6cdd4;
  padding-top: 10px;
  max-width: 540px;
}
@media only screen and (max-width: 767px) {
  #page-landing main {
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #page-landing section {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: auto !important;
  }
  #page-landing .landing-imagery {
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #page-landing .landing-login {
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  #page-landing .landing-login .content {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #page-landing .landing-login .footer {
    /*display: none;*/
	margin-top: 20px;
	font-size:14px;
  }
  #page-landing .footer-mobile {
    display: block;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #page-landing .c-form .c-form-group + .c-form-group {
    margin-top: 10px;
  }
}
#page-landing #maintenance {
  display: none;
}
#page-landing.is-maintenance .landing-login .content {
  position: relative;
  pointer-events: none;
  margin-top: 150px;
}
#page-landing.is-maintenance .landing-login .content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f3f5;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 999;
  pointer-events: none;
}
#page-landing.is-maintenance #maintenance {
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: -20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #56d3fc;
  display: block;
  padding: 25px 25px;
  text-align: center;
  color: #000;
  font-family: "Macha-Medium", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 959px) {
  #page-landing.is-maintenance #maintenance {
    left: -30px;
    right: -30px;
    padding: 15px;
  }
}
#page-landing.is-maintenance #maintenance:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #56d2fc transparent transparent transparent;
}

#page-landing #pwl {
    margin-top: 10px;
}

#page-landing .c-form-checkbox-inline {
	margin-top:15px;
}

#page-landing .c-form-checkbox-inline input[type="checkbox"]:not(:checked) ~ .c-form-custom-ind {
	background-color:#fff;
}

#page-landing  .phone-overlay {
	padding-left:10%;
}

#page-landing .body.heading-message {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.04px;
	color: #fff;
}

#page-landing .body.qr-message {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #142435;
}

#page-landing .mobile-app-alert {
	display: none;
	font-size: 14px;
	color:white;
}

#page-landing .mobile-alert-link:after {
	content: '';
	display: inline-block;
	margin-left: 0.3em;
	width: 13px;
	height: 13px;
	background-color: white;
	background: url(../images/controls/ui/link-external.svg) no-repeat;
    background-color: white;
    -webkit-mask-image: url(/Assets/images/controls/ui/link-external.svg);
    mask-image: url(/Assets/images/controls/ui/link-external.svg);
	
}

#page-landing .mobile-alert-link {
	color: white;
	text-decoration: underline;
}

@media only screen and (max-width: 699px) {
	
  #page-landing .mobile-app-alert {
	display:block;
	padding:15px;
	text-align: center;
	background-color: #27b696; 
  }

  #page-landing #loginForm .c-form-group.password-recovery {
    display:none;
  }
  
  #page-landing section.landing-imagery {
    display:none;
  }
  
  #page-landing .footer-mobile .footer .c-form-group.password-recovery  {
	  display: inline-block;
  }
  
  #page-landing .footer-mobile .footer .c-form-group.password-recovery a {
	  text-align:left;
	  font-size: 14px;
	  display: inline-block;
  }
  
  #page-landing .footer-mobile .footer .c-form-group.password-recovery span {
	  text-align:left;
	  font-size: 14px;
	  display: inline-block;
  }
  
  #page-landing .landing-login .page-landing__hero-submit .submit {
	  width: 100%;
	}
}
