@charset "UTF-8";
/*--- Universal styling ---*/
body {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  font-family: 'XfinityBrown', sans-serif;
}
div {
  margin: auto;
}
/*--- HOLD OVER ADJUSTMENTS ---*/
ul.errorlist {
  width: 100%;
  padding: 0;
  font-family: 'XfinityBrown', sans-serif;
  color: red;
  font-weight: bold;
  list-style: none;
  margin: 5px;
}
.errorlist input[type="text"], .errorlist input[type="email"], .errorlist select, td input[type="text"], td input[type="email"], td select {
  border-color: red !important;
}
ul.nonfield {
  padding-bottom: 27px;
  font-size: 1.35rem;
}
/*--- Header styling ---*/
.header {
  background: #5A23B9;
  width: 100%;
}

.headerLogo {
  max-width: 1024px;
  padding: 18px 27px;
}
/*--- Body styling ---*/
.body {
  background: #ffffff;
  max-width: 1024px;
  border: solid 2px #f7f7f7;
}
.bodyContainer {
  padding: 54px;
  margin: auto 0;
}
.line {
  width: 540px;
  background: #5A23B9;
  height: 3px;
  margin: auto 0;
}
.headlineContainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 100%));
  align-items: start;
}
.bodyHeader {
  padding: 20px 0;
  width: 540px;
  margin: 0;
}
.bodyHeader h1 {
  font-family: 'XfinityBrown', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 0 auto 10px;
    letter-spacing: -.0625rem
}
.bodyHeader h2 {
  font-family: 'XfinityBrown', sans-serif;
  font-size: 1.12rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000000;
  margin: auto;
    letter-spacing: -.012rem
}
.bodyHeader .sub-header{
            font-size: 1.5rem;
            line-height: 1.75rem;
            color: #5A23B9;
            font-weight: bold;
            margin-bottom: 10px;
        }
.bodyHeader-Logo {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
/*--- Option styling ---*/
.options {
  font-family: 'XfinityBrown', sans-serif;
  font-size: 1rem;
  line-height: 1.12rem;
  font-weight: bold;
  color: #000000;
}
.multipleOptions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
      align-items: start;
}
.multipleOptions-Item {
  text-align: center;
  font-family: 'XfinityBrown', sans-serif;
  color: #000000;
  font-size: 1rem;
  margin: 0;
}
.multipleOptions-Item label {
    font-size: 1.15rem;
    font-weight: 400;
}

.itemOption{
	padding: 16px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: baseline;
	gap:8px;
}
.singleOption {
  display: block;
}
.singleOption-Image {
  width: 100%;
  text-align: center;
  padding-bottom: 27px;
}
.singleOption-Image img {
  max-width: 100%;
}
.singleOption h2 {
  font-family: 'XfinityBrown', sans-serif;
  font-size: 1.12rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000000;
  margin: 0 auto 20px;
}
.singleOption-Copy {
  text-align: left;
  font-family: 'XfinityBrown', sans-serif;
  font-size: .9rem;
  color: #000000;
  margin: 0 0 25px;
}
.disclaimer {
  font-family: 'XfinityBrown', sans-serif;
  font-size: .75rem;
  font-style: italic;
  color: #000000;
}
.bodySelect {
  padding: 16px 0;
}
.bodySelect select {
  height: auto;
  font-family: 'XfinityBrown', sans-serif;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000000;
  box-sizing: border-box;
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
sup {
    font-size: x-small;
    line-height: 0;
}

/*--- Item Detail Styling ---*/
.detailsBTN {
  font-family: 'XfinityBrown', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #5A23B9;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: inline-block;
  min-width: 200px;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: .9rem;
  line-height: .9rem;
  letter-spacing: .1rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all, .25s, ease-in-out, 0s;
  -khtml-transition: all, .25s, ease-in-out, 0s;
  -moz-transition: all, .25s, ease-in-out, 0s;
  -ms-transition: all, .25s, ease-in-out, 0s;
  -o-transition: all, .25s, ease-in-out, 0s;
  transition: all, .25s, ease-in-out, 0s;
}
.detailsBTN:hover {
  background-color: #5A23B9;
}
.dimmer {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 45;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all, .25s, ease-in-out, 0s;
  -khtml-transition: all, .25s, ease-in-out, 0s;
  -moz-transition: all, .25s, ease-in-out, 0s;
  -ms-transition: all, .25s, ease-in-out, 0s;
  -o-transition: all, .25s, ease-in-out, 0s;
  transition: all, .25s, ease-in-out, 0s;
}
.details-module {
  display: flex;
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding: 0;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}
.details {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #5A23B9;
  width: 50%;
  overflow: auto;
  font-family: 'XfinityBrown', sans-serif;
  font-size: 1rem;
  color: #000000;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=20);
  opacity: .2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.details-container {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 27px;
}
.item-detail {
  width: 100%;
  text-align: center;
}
/*--- Item Detail custom styling ---*/
.item-detail h1 {
  text-align: left;
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 0;
}
.item-detail h2 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.item-detail img {
  max-width: 100%;
}
.item-detail th {
  font-size: 1.1rem;
  font-family: 'XfinityBrown';
  color: #fff;
  padding: 12px;
  font-weight: 400;
  text-align: left;
  border-bottom: solid 2px #fff;
}
.item-detail td {
  font-family: 'XfinityBrown';
  font-size: .9rem;
  padding: 10px;
  text-align: center;
}
.item-detail td strong {
  font-size: .8rem;
}
.item-detail tr:nth-child(even) {
  background: rgba(0, 0, 0, 0);
}
.item-detail tr:nth-child(odd) {
  background: rgba(139, 225, 250, 0.3);
}
.item-detail .chart-header {
  background-color: #5A23B9 !important;
}
.item-detail .row-header {
  color: #fff;
  text-align: center;
  background-color: #5A23B9 !important;
}
/*--- Form Styling ---*/
.form {
  background: #414141;
  width: 100%;
  height: auto;
  max-width: 1024px;
  box-sizing: border-box;
  padding: 54px;
  margin: auto 0;
}
.formHeader {
  text-align: center;
  padding: 0 0 27px;
  margin: auto 0;
}
.formHeader h1 {
  font-size: 2rem;
  line-height: 2rem;
  color: #ffffff;
  font-family: 'XfinityBrown', san-serif;
  font-weight: bold;
  margin: 0;
}
.formHeader h2 {
  color: #ffffff;
  font-family: 'XfinityBrown', san-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.15rem;
  margin: 18px 0;
}
.formField {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 66%;
  grid-gap: 30px;
  padding-bottom: 16px;
  align-items: center;
}
.formField label {
  color: #FFFFFF;
  font-family: 'XfinityBrown', sans-serif;
  font-size: .9rem;
}
.formField-R input[type="text"], .formField-R input[type="email"], .formField-R input[type="tel"], .formField-R select, .formField-R textarea, td input[type="text"], td input[type="email"], td select {
  height: auto;
  font-family: 'XfinityBrown', sans-serif;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000000;
  box-sizing: border-box;
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.formField-L {
  text-align: right;
  margin: 0;
}
.formField-R {
  margin: 0;
}
/*--- Select Field Adjustments ---*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
select::-ms-expand {
  display: none;
}
.select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.select:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 2.3em;
  right: 1.5em;
  border-top: 8px solid black;
  opacity: 0.5;
}
/*--- Submit Button Styline ---*/
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #5A23B9;
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: inline-block;
  min-width: 120px;
  padding: 12px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all, .25s, ease-in-out, 0s;
  -khtml-transition: all, .25s, ease-in-out, 0s;
  -moz-transition: all, .25s, ease-in-out, 0s;
  -ms-transition: all, .25s, ease-in-out, 0s;
  -o-transition: all, .25s, ease-in-out, 0s;
  transition: all, .25s, ease-in-out, 0s;
  margin-top: 12px;
}
input[type="submit"]:hover {
  background-color: #5A23B9;
}
.subContainer {
  width: 100%;
  text-align: center;
}
.Login-Fields {
  width: 540px;
  margin: 0;
}
.loginField {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  padding-bottom: 16px;
  align-items: center;
}
.loginField label {
  color: #000000;
  font-family: 'XfinityBrown', sans-serif;
  font-size: .9rem;
}
.loginField-L {
  text-align: right;
  margin: 0;
  padding-right: 30px;
}
.loginField-R {
  margin: 0;
}
.loginField-R input[type="text"], .loginField-R input[type="email"], .loginField-R input[type="password"] {
  height: auto;
  font-family: 'XfinityBrown', sans-serif;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000000;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.loginSubmit{
    padding-left: 40%;
    padding-bottom: 16px;
}

.loginInfo{
    margin: 0;
    font-size: .9rem;
}
.loginInfo ul{
    margin: 0;
    padding: 0 0 0 1rem;
}
.warnings{
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-gap: 54px;
    align-items: center;
}
.contact{
    padding: 27px 0 0;
    font-size: .9rem;
}
.contact a{
    color: #1F69FF;
}
@media only screen and (max-width:768px) {
    
  /*-- HOLD OVER --*/
  ul.errorlist {
    padding-left: 200px;
  }
  .line {
    width: 100%;
  }
  .bodyContainer {
    padding: 36px;
  }
  .bodyHeader {
    max-width: 500px;
  }
  .form {
    padding: 36px;
  }
  .formField {
    grid-template-columns: 25% 75%;
  }
  .formField-R input[type="text"], .formField-R input[type="email"], .formField-R input[type="tel"], .formField-R select, .formField-R textarea, td input[type="text"], td input[type="email"], td select {
    width: 80%;
  }
  .details {
    width: 75%;
  }
    .Login-Fields{
        width: 100%;
    }
    .loginField{
        grid-template-columns: 30% 70%;
    }
    .loginSubmit{
    padding-left: 30%;
}
    .multipleOptions-Item img{
    max-width: 75%;
}
}
@media only screen and (max-width:480px) {
  /*-- HOLD OVER --*/
  ul.errorlist {
    padding: 0 !important;
    margin: 0 !important;
  }
  .bodyContainer {
    padding: 36px 27px;
  }
  .headlineContainer {
    display: block;
  }
  .bodyHeader {
    width: 100%;
  }
  .bodyHeader-Logo {
    text-align: left;
    padding: 0 0 20px;
  }
  .multipleOptions {
    display: block;
  }
  br {
    display: none;
  }
  .formField {
    display: block;
  }
  .formField-L {
    text-align: left;
    padding-bottom: 6px;
  }
  .formField-R input[type="text"], .formField-R input[type="email"], .formField-R input[type="tel"], .formField-R select, .formField-R textarea, td input[type="text"], td input[type="email"], td select {
    width: 100%;
  }
  .checkbox {
    display: table-cell !important;
    width: auto !important;
    padding-right: 17px;
  }
  .details {
    width: 90%;
    padding: 15px;
      text-align: right;
  }
  .details-container {
    grid-template-columns: auto;
    grid-gap: 15px;
  }
    .item-header{
        grid-column-end: 1 !important;
    }
  .bodySelect select {
    width: 100%;
  }
  .detailsBTN {
    padding: 16px 28px;
  }
    .close {
        float: none;
            padding: 0 0 5px !important;
    }
    .loginField {
  display: block;
}

.loginField-L {
  text-align: left;
  margin: 0;
  padding-right: 30px;
     padding-bottom: 16px;
}
        .loginSubmit{
    padding-left: 0 !important;
}
    .warnings{
        grid-template-columns: 1fr;
    grid-gap: 15px;
    }
    .caution img{
        width: 100px;
    }
}
/*
 * Legal Disclaimer
 *
 * for usage in HTML online banners and digital ads under the Xfinity Brand
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2018
 */


/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 */

@font-face {
	font-family: "XfinityBrown Bold";
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Bold.eot");
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Bold.woff") format("woff"),
		 url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "XfinityBrown Bold Italic";
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/fonts/XfinityBrownWeb-BoldItalic.eot");
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-BoldItalic.woff") format("woff"),
		 url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-BoldItalic.woff2") format("woff2");
}

@font-face {
	font-family: "XfinityBrown Italic";
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Italic.eot");
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Italic.woff") format("woff"),
		 url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Italic.woff2") format("woff2");
}

@font-face {
	font-family: "XfinityBrown Light";
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Light.eot");
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Light.woff") format("woff"),
		 url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Light.woff2") format("woff2");
}

@font-face {
	font-family: "XfinityBrown Light Italic";
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-LightItalic.eot");
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-LightItalic.woff") format("woff"),
		 url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-LightItalic.woff2") format("woff2");
}

@font-face {
	font-family: "XfinityBrown";
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Regular.eot");
	src: url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Regular.woff") format("woff"),
		 url("https://freedomfirstclass.cgiresponse.com/ffc/fonts/XfinityBrownWeb-Regular.woff2") format("woff2");
}
