/* importing chunks*/
/* column layout styles */
.cel-100 {
  float: left;
  width: 100%;
  padding: 0 1%;
  margin: 0; }

.cel-100-box {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 1%;
  border: 1px solid #ad040f; }

.cel-100-rule {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #4472c4 #FFFFFF; }

.cel-100-rule-top {
  float: left;
  width: 100%;
  padding: 0 1%;
  margin: 0;
  border: 1px solid;
  border-color: #4472c4 #FFFFFF #FFFFFF #FFFFFF; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  /* here just in case. this is my mobile breakpoint. */ }
/* end media Q*/
/* 50/50 2 column split */
.cel-50-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-50-b {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-50-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #4472c4 #FFFFFF; }

.cel-50-b-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-50-a-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #4472c4; }

.cel-50-b-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #4472c4; }

@media only screen and (min-width: 35em) {
  .cel-50-a img:first-child, .cel-50-a-rule img:first-child, .cel-50-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-50-b img:first-child, .cel-50-b-rule img:first-child, .cel-50-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-50-a ul:first-child, .cel-50-a-rule ul:first-child, .cel-50-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-50-b ul:first-child, .cel-50-b-rule ul:first-child, .cel-50-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-50-a ol:first-child, .cel-50-a-rule ol:first-child, .cel-50-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-50-b ol:first-child, .cel-50-b-rule ol:first-child, .cel-50-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-50-a h2:first-child, .cel-50-a-rule h2:first-child, .cel-50-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-50-b h2:first-child, .cel-50-b-rule h2:first-child, .cel-50-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-50-a h3:first-child, .cel-50-a-rule h3:first-child, .cel-50-a-box h3:first-child {
    margin-top: .7rem;
    margin-bottom: 1.8rem; }

  .cel-50-b h3:first-child, .cel-50-b-rule h3:first-child, .cel-50-b-box h3:first-child {
    margin-top: .7rem;
    margin-bottom: 1.8rem; }

  .cel-50-a h4:first-child, .cel-50-a-rule h4:first-child, .cel-50-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-50-b h4:first-child, .cel-50-b-rule h4:first-child, .cel-50-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-50-a h5:first-child, .cel-50-a-rule h5:first-child, .cel-50-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-50-b h5:first-child, .cel-50-b-rule h5:first-child, .cel-50-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 50/50 2 column split */
  .cel-50-a {
    float: left;
    width: 48%;
    padding: 0 1% 0 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-50-b {
    float: right;
    width: 48%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF; }

  .cel-50-a-rule {
    float: left;
    width: 48%;
    padding: 0 .75% 0 .75%;
    border: .0625em solid;
    border-color: #FFFFFF #4472c4 #FFFFFF #FFFFFF; }

  .cel-50-b-rule {
    float: right;
    width: 48%;
    padding: 0 .75% 0 .75%;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-50-a-box {
    float: left;
    width: 48%;
    padding: 0 .75% 0 .75%;
    border: 0.0625em solid #4472c4; }

  .cel-50-b-box {
    float: right;
    width: 48%;
    padding: 0 .75% 0 .75%;
    border: 0.0625em solid #4472c4; } }
/* end 35em media query*/
/* 60/40 2 column split */
.cel-60-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-40-b {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-60-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #CDCDCD #FFFFFF; }

.cel-40-b-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-60-a-box {
  float: left;
  width: 98%;
  padding: 0 .5%;
  border: 1px solid #CDCDCD; }

.cel-40-b-box {
  float: left;
  width: 98%;
  padding: 0 .5%;
  border: 1px solid #CDCDCD; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .cel-60-a img:first-child, .cel-60-a-rule img:first-child, .cel-60-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-40-b img:first-child, .cel-40-b-rule img:first-child, .cel-40-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-60-a ul:first-child, .cel-60-a-rule ul:first-child, .cel-60-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-40-b ul:first-child, .cel-40-b-rule ul:first-child, .cel-40-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-60-a ol:first-child, .cel-60-a-rule ol:first-child, .cel-60-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-40-b ol:first-child, .cel-40-b-rule ol:first-child, .cel-40-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-60-a h2:first-child, .cel-60-a-rule h2:first-child, .cel-60-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-40-b h2:first-child, .cel-40-b-rule h2:first-child, .cel-40-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-60-a h3:first-child, .cel-60-a-rule h3:first-child, .cel-60-a-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-40-b h3:first-child, .cel-40-b-rule h3:first-child, .cel-40-b-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-60-a h4:first-child, .cel-60-a-rule h4:first-child, .cel-60-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-40-b h4:first-child, .cel-40-b-rule h4:first-child, .cel-40-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-60-a h5:first-child, .cel-60-a-rule h5:first-child, .cel-60-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-40-b h5:first-child, .cel-40-b-rule h5:first-child, .cel-40-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 60/40 2 column split */
  .cel-60-a {
    float: left;
    width: 61%;
    padding: 0 1% 0 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-40-b {
    float: right;
    width: 35%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF; }

  .cel-60-a-rule {
    float: left;
    width: 61%;
    padding: 0 1% 0 0;
    border: .0625em solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-40-b-rule {
    float: right;
    width: 35%;
    padding: 0 0 0 1%;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-60-a-box {
    float: left;
    width: 61%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-40-b-box {
    float: right;
    width: 35%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; } }
/* end media query*/
/* 40/60 2 column split */
.cel-40-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-60-b {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-40-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #CDCDCD #FFFFFF; }

.cel-60-b-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-40-a-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-60-b-box {
  float: right;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .cel-40-a img:first-child, .cel-40-a-rule img:first-child, .cel-40-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-60-b img:first-child, .cel-60-b-rule img:first-child, .cel-60-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-40-a ul:first-child, .cel-40-a-rule ul:first-child, .cel-40-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-60-b ul:first-child, .cel-60-b-rule ul:first-child, .cel-60-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-40-a ol:first-child, .cel-40-a-rule ol:first-child, .cel-40-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-60-b ol:first-child, .cel-60-b-rule ol:first-child, .cel-60-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-40-a h2:first-child, .cel-40-a-rule h2:first-child, .cel-40-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-60-b h2:first-child, .cel-60-b-rule h2:first-child, .cel-60-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-40-a h3:first-child, .cel-40-a-rule h3:first-child, .cel-40-a-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-60-b h3:first-child, .cel-60-b-rule h3:first-child, .cel-60-b-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-40-a h4:first-child, .cel-40-a-rule h4:first-child, .cel-40-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-60-b h4:first-child, .cel-60-b-rule h4:first-child, .cel-60-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-40-a h5:first-child, .cel-40-a-rule h5:first-child, .cel-40-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-60-b h5:first-child, .cel-60-b-rule h5:first-child, .cel-60-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 40/60 2 column split */
  .cel-40-a {
    float: left;
    width: 35%;
    padding: 0 1% 0 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-60-b {
    float: right;
    width: 61%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF; }

  .cel-40-a-rule {
    float: left;
    width: 35%;
    padding: 0 1% 0 0;
    border: .0625em solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-60-b-rule {
    float: right;
    width: 61%;
    padding: 0 0 0 1%;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-40-a-box {
    float: left;
    width: 35%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-60-b-box {
    float: right;
    width: 61%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; } }
/* end media query*/
/* 75/25 2 column split */
.cel-7525-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-7525-b {
  float: right;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-7525-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #CDCDCD #FFFFFF; }

.cel-7525-b-rule {
  float: right;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-7525-a-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-7525-b-box {
  float: right;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .cel-7525-a img:first-child, .cel-7525-a-rule img:first-child, .cel-7525-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-7525-b img:first-child, .cel-7525-b-rule img:first-child, .cel-7525-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-7525-a ul:first-child, .cel-7525-a-rule ul:first-child, .cel-7525-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-7525-b ul:first-child, .cel-7525-b-rule ul:first-child, .cel-7525-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-7525-a ol:first-child, .cel-7525-a-rule ol:first-child, .cel-7525-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-7525-b ol:first-child, .cel-7525-b-rule ol:first-child, .cel-7525-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-7525-a h2:first-child, .cel-7525-a-rule h2:first-child, .cel-7525-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-7525-b h2:first-child, .cel-7525-b-rule h2:first-child, .cel-7525-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-7525-a h3:first-child, .cel-7525-a-rule h3:first-child, .cel-7525-a-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-7525-b h3:first-child, .cel-7525-b-rule h3:first-child, .cel-7525-b-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-7525-a h4:first-child, .cel-7525-a-rule h4:first-child, .cel-7525-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-7525-b h4:first-child, .cel-7525-b-rule h4:first-child, .cel-7525-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-7525-a h5:first-child, .cel-7525-a-rule h5:first-child, .cel-7525-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-7525-b h5:first-child, .cel-7525-b-rule h5:first-child, .cel-7525-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 75/25 2 column split */
  .cel-7525-a {
    float: left;
    width: 73%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #FFFFFF; }

  .cel-7525-b {
    float: right;
    width: 24%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #FFFFFF; }

  .cel-7525-a-rule {
    float: left;
    width: 73%;
    padding: 0 .5% 0 .5%;
    border: .0625em solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-7525-b-rule {
    float: right;
    width: 24%;
    padding: 0 .5% 0 .5%;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-7525-a-box {
    float: left;
    width: 73%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-7525-b-box {
    float: right;
    width: 24%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; } }
/* end media query*/
/* 25/75 2 column split */
.cel-2575-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-2575-b {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-2575-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #CDCDCD #FFFFFF; }

.cel-2575-b-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-2575-a-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-2575-b-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .cel-2575-a img:first-child, .cel-2575-a-rule img:first-child, .cel-2575-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-2575-b img:first-child, .cel-2575-b-rule img:first-child, .cel-2575-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-2575-a ul:first-child, .cel-2575-a-rule ul:first-child, .cel-2575-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-2575-b ul:first-child, .cel-2575-b-rule ul:first-child, .cel-2575-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-2575-a ol:first-child, .cel-2575-a-rule ol:first-child, .cel-2575-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-2575-b ol:first-child, .cel-2575-b-rule ol:first-child, .cel-2575-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-2575-a h2:first-child, .cel-2575-a-rule h2:first-child, .cel-2575-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-2575-b h2:first-child, .cel-2575-b-rule h2:first-child, .cel-2575-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-2575-a h3:first-child, .cel-2575-a-rule h3:first-child, .cel-2575-a-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-2575-b h3:first-child, .cel-2575-b-rule h3:first-child, .cel-2575-b-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-2575-a h4:first-child, .cel-2575-a-rule h4:first-child, .cel-2575-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-2575-b h4:first-child, .cel-2575-b-rule h4:first-child, .cel-2575-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-2575-a h5:first-child, .cel-2575-a-rule h5:first-child, .cel-2575-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-2575-b h5:first-child, .cel-2575-b-rule h5:first-child, .cel-2575-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 25/75 2 column split */
  .cel-2575-a {
    float: left;
    width: 24%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF; }

  .cel-2575-b {
    float: right;
    width: 73%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF; }

  .cel-2575-a-rule {
    float: left;
    width: 24%;
    padding: 0 .5% 0 .5%;
    border: .0625em solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-2575-b-rule {
    float: right;
    width: 73%;
    padding: 0 .5% 0 .5%;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-2575-a-box {
    float: left;
    width: 24%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-2575-b-box {
    float: right;
    width: 73%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; } }
/*end media query*/
/* 30/30/30 3 column split */
.cel-30-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-30-b {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-30-c {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-30-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #CDCDCD #FFFFFF; }

.cel-30-b-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #4472c4 #FFFFFF; }

.cel-30-c-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-30-a-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-30-b-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-30-c-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

@media only screen and (min-width: 35em) {
  .cel-30-a img:first-child, .cel-30-a-rule img:first-child, .cel-30-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-30-b img:first-child, .cel-30-b-rule img:first-child, .cel-30-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-30-c img:first-child, .cel-30-c-rule img:first-child, .cel-30-c-box img:first-child {
    margin-top: 1.4rem; }

  .cel-30-a ul:first-child, .cel-30-a-rule ul:first-child, .cel-30-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-b ul:first-child, .cel-30-b-rule ul:first-child, .cel-30-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-c ul:first-child, .cel-30-c-rule ul:first-child, .cel-30-c-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-a ol:first-child, .cel-30-a-rule ol:first-child, .cel-30-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-b ol:first-child, .cel-30-b-rule ol:first-child, .cel-30-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-c ol:first-child, .cel-30-c-rule ol:first-child, .cel-30-c-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-a h2:first-child, .cel-30-a-rule h2:first-child, .cel-30-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-b h2:first-child, .cel-30-b-rule h2:first-child, .cel-30-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-c h2:first-child, .cel-30-c-rule h2:first-child, .cel-30-c-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-30-a h3:first-child, .cel-30-a-rule h3:first-child, .cel-30-a-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-30-b h3:first-child, .cel-30-b-rule h3:first-child, .cel-30-b-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-30-c h3:first-child, .cel-30-c-rule h3:first-child, .cel-30-c-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-30-a h4:first-child, .cel-30-a-rule h4:first-child, .cel-30-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-30-b h4:first-child, .cel-30-b-rule h4:first-child, .cel-30-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-30-c h4:first-child, .cel-30-c-rule h4:first-child, .cel-30-c-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-30-a h5:first-child, .cel-30-a-rule h5:first-child, .cel-30-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-30-b h5:first-child, .cel-30-b-rule h5:first-child, .cel-30-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-30-c h5:first-child, .cel-30-c-rule h5:first-child, .cel-30-c-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 30/30/30 3 column split */
  .cel-30-a {
    float: left;
    width: 48%;
    padding: 0 1% 0 0;
    border: 0.0625em solid #FFFFFF;
    margin-bottom: .4rem; }

  .cel-30-b {
    float: left;
    width: 48%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF;
    margin-bottom: .4rem; }

  .cel-30-c {
    float: right;
    width: 98%;
    padding: 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-30-a-rule {
    float: left;
    width: 48%;
    padding: 0 1% 0 0;
    margin-bottom: .4rem;
    border: .0625em solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-30-b-rule {
    float: left;
    width: 48%;
    padding: 0 0 0 1%;
    margin-bottom: .4rem;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #4472c4; }

  .cel-30-c-rule {
    float: right;
    width: 98%;
    padding: 0;
    border: .0625em solid;
    border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

  .cel-30-a-box {
    float: left;
    width: 48%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD;
    margin-bottom: .4rem; }

  .cel-30-b-box {
    float: left;
    width: 48%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD;
    margin-bottom: .4rem; }

  .cel-30-c-box {
    float: right;
    width: 97%;
    padding: 0 .5% 0 .5%;
    border: 0.0625em solid #CDCDCD; } }
/* end media query*/
@media only screen and (min-width: 49.5em) {
  /* 792 pixel width */
  /* 30/30/30 3 column split */
  .cel-30-a {
    float: left;
    width: 32%;
    padding: 0 1% 0 0;
    border: 1px solid #FFFFFF; }

  .cel-30-b {
    float: left;
    width: 32%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #FFFFFF; }

  .cel-30-c {
    float: right;
    width: 32%;
    padding: 0 0 0 1%;
    border: 1px solid #FFFFFF; }

  .cel-30-a-rule {
    float: left;
    width: 32%;
    padding: 0 1% 0 0;
    border: 1px solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-30-b-rule {
    float: left;
    width: 32%;
    padding: 0 .5% 0 .5%;
    border: 1px solid;
    border-color: #FFFFFF #4472c4; }

  .cel-30-c-rule {
    float: right;
    width: 32%;
    padding: 0 0 0 1%;
    border: 1px solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-30-a-box {
    float: left;
    width: 32%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD; }

  .cel-30-b-box {
    float: left;
    width: 32%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD; }

  .cel-30-c-box {
    float: right;
    width: 32%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD; } }
/* 25/25/25/25 4 column split */
.cel-25-a {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-25-b {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-25-c {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-25-d {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #FFFFFF; }

.cel-25-a-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #FFFFFF #FFFFFF #CDCDCD #FFFFFF; }

.cel-25-b-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF; }

.cel-25-c-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF; }

.cel-25-d-rule {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid;
  border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

.cel-25-a-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-25-b-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-25-c-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

.cel-25-d-box {
  float: left;
  width: 98%;
  padding: 0 1%;
  border: 1px solid #CDCDCD; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .cel-25-a img:first-child, .cel-25-a-rule img:first-child, .cel-25-a-box img:first-child {
    margin-top: 1.4rem; }

  .cel-25-b img:first-child, .cel-25-b-rule img:first-child, .cel-25-b-box img:first-child {
    margin-top: 1.4rem; }

  .cel-25-c img:first-child, .cel-25-c-rule img:first-child, .cel-25-c-box img:first-child {
    margin-top: 1.4rem; }

  .cel-25-d img:first-child, .cel-25-d-rule img:first-child, .cel-25-d-box img:first-child {
    margin-top: 1.4rem; }

  .cel-25-a ul:first-child, .cel-25-a-rule ul:first-child, .cel-25-a-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-b ul:first-child, .cel-25-b-rule ul:first-child, .cel-25-b-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-c ul:first-child, .cel-25-c-rule ul:first-child, .cel-25-c-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-d ul:first-child, .cel-25-d-rule ul:first-child, .cel-25-d-box ul:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-a ol:first-child, .cel-25-a-rule ol:first-child, .cel-25-a-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-b ol:first-child, .cel-25-b-rule ol:first-child, .cel-25-b-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-c ol:first-child, .cel-25-c-rule ol:first-child, .cel-25-c-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-d ol:first-child, .cel-25-d-rule ol:first-child, .cel-25-d-box ol:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-a h2:first-child, .cel-25-a-rule h2:first-child, .cel-25-a-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-b h2:first-child, .cel-25-b-rule h2:first-child, .cel-25-b-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-c h2:first-child, .cel-25-c-rule h2:first-child, .cel-25-c-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-d h2:first-child, .cel-25-d-rule h2:first-child, .cel-25-d-box h2:first-child {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

  .cel-25-a h3:first-child, .cel-25-a-rule h3:first-child, .cel-25-a-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-25-b h3:first-child, .cel-25-b-rule h3:first-child, .cel-25-b-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-25-c h3:first-child, .cel-25-c-rule h3:first-child, .cel-25-c-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-25-d h3:first-child, .cel-25-d-rule h3:first-child, .cel-25-d-box h3:first-child {
    margin-top: .65rem;
    margin-bottom: 1.85rem; }

  .cel-25-a h4:first-child, .cel-25-a-rule h4:first-child, .cel-25-a-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-25-b h4:first-child, .cel-25-b-rule h4:first-child, .cel-25-b-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-25-c h4:first-child, .cel-25-c-rule h4:first-child, .cel-25-c-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-25-d h4:first-child, .cel-25-d-rule h4:first-child, .cel-25-d-box h4:first-child {
    margin-top: .5rem;
    margin-bottom: 2rem; }

  .cel-25-a h5:first-child, .cel-25-a-rule h5:first-child, .cel-25-a-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-25-b h5:first-child, .cel-25-b-rule h5:first-child, .cel-25-b-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-25-c h5:first-child, .cel-25-c-rule h5:first-child, .cel-25-c-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  .cel-25-d h5:first-child, .cel-25-d-rule h5:first-child, .cel-25-d-box h5:first-child {
    margin-top: .4rem;
    margin-bottom: 2.1rem; }

  /* 25/25/25/25 4 column split */
  .cel-25-a {
    float: left;
    width: 48%;
    padding: 0 1% 0 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-25-b {
    float: left;
    width: 48%;
    padding: 0 0 0 1%;
    border: 0.0625em solid #FFFFFF; }

  .cel-25-c {
    float: left;
    width: 98%;
    padding: 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-25-d {
    float: left;
    right: 98%;
    padding: 0;
    border: 0.0625em solid #FFFFFF; }

  .cel-25-a-rule {
    float: left;
    width: 48%;
    padding: 0 1% 0 0;
    border: .0625em solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-25-b-rule {
    float: left;
    width: 48%;
    padding: 0 0 0 1%;
    border: .0625em solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-25-c-rule {
    float: left;
    width: 98%;
    padding: 0;
    border: .0625em solid;
    border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

  .cel-25-d-rule {
    float: left;
    right: 98%;
    padding: 0;
    border: .0625em solid;
    border-color: #CDCDCD #FFFFFF #FFFFFF #FFFFFF; }

  .cel-25-a-box {
    float: left;
    width: 48%;
    padding: 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-25-b-box {
    float: left;
    width: 48%;
    padding: 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-25-c-box {
    float: left;
    width: 97%;
    padding: 0 .5%;
    border: 0.0625em solid #CDCDCD; }

  .cel-25-d-box {
    float: left;
    right: 97%;
    padding: 0 .5%;
    border: 0.0625em solid #CDCDCD; } }
/* end media query */
@media only screen and (min-width: 59.375em) {
  /* 950 pixels width */
  /* 25/25/25/25 4 column split */
  .cel-25-a {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #FFFFFF;
    margin-bottom: 1.5rem; }

  .cel-25-b {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #FFFFFF;
    margin-bottom: 1.5rem; }

  .cel-25-c {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #FFFFFF;
    margin-bottom: 1.5rem; }

  .cel-25-d {
    float: right;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #FFFFFF;
    margin-bottom: 1.5rem; }

  .cel-25-a-rule {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    margin-bottom: 1.5rem;
    border: 1px solid;
    border-color: #FFFFFF #CDCDCD #FFFFFF #FFFFFF; }

  .cel-25-b-rule {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    margin-bottom: 1.5rem;
    border: 1px solid;
    border-color: #FFFFFF #CDCDCD; }

  .cel-25-c-rule {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    margin-bottom: 1.5rem;
    border: 1px solid;
    border-color: #FFFFFF #CDCDCD; }

  .cel-25-d-rule {
    float: right;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    margin-bottom: 1.5rem;
    border: 1px solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #CDCDCD; }

  .cel-25-a-box {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD;
    margin-bottom: 1.5rem; }

  .cel-25-b-box {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD;
    margin-bottom: 1.5rem; }

  .cel-25-c-box {
    float: left;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD;
    margin-bottom: 1.5rem; }

  .cel-25-d-box {
    float: right;
    width: 23.5%;
    padding: 0 .5% 0 .5%;
    border: 1px solid #CDCDCD;
    margin-bottom: 1.5rem; } }
.is-card {
  background-color: white;
  border-color: white;
  -moz-box-shadow: 0 0.125em 0.0625em #727272;
  -webkit-box-shadow: 0 0.125em 0.0625em #727272;
  box-shadow: 0 0.125em 0.0625em #727272; }

/* changes the border color to match*/
.is-card .cel-50-a,
.is-card .cel-50-b,
.is-card .cel-100,
.is-card .cel-30-a,
.is-card .cel-30-b,
.is-card .cel-30-c,
.is-card .cel-25-a,
.is-card .cel-25-b,
.is-card .cel-25-c,
.is-card .cel-25-d,
.is-card .cel-7525-a,
.is-card .cel-7525-b,
.is-card .cel-60-a,
.is-card .cel-40-b,
.is-card .cel-40-a,
.is-card .cel-60-b,
.is-card .cel-2575-a,
.is-card .cel-2575-b {
  border-color: transparent; }

.is-card-dark {
  background-color: #FBFFFF;
  border-color: #FBFFFF;
  -moz-box-shadow: 0 0.125em 0.0625em #727272;
  -webkit-box-shadow: 0 0.125em 0.0625em #727272;
  box-shadow: 0 0.125em 0.0625em #727272; }

/* changes the border color to match*/
.is-card-dark .cel-50-a,
.is-card-dark .cel-50-b,
.is-card-dark .cel-100,
.is-card-dark .cel-30-a,
.is-card-dark .cel-30-b,
.is-card-dark .cel-30-c,
.is-card-dark .cel-25-a,
.is-card-dark .cel-25-b,
.is-card-dark .cel-25-c,
.is-card-dark .cel-25-d,
.is-card-dark .cel-7525-a,
.is-card-dark .cel-7525-b,
.is-card-dark .cel-60-a,
.is-card-dark .cel-40-b,
.is-card-dark .cel-40-a,
.is-card-dark .cel-60-b,
.is-card-dark .cel-2575-a,
.is-card-dark .cel-2575-b,
.cel-row[class="is-card"],
.cel-row[class="is-card-dark"] {
  border-color: #FBFFFF; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  /* here just in case. this is my mobile breakpoint. */ }
/* end media Q*/
.cel-row {
  float: left;
  width: 99%;
  margin: 0 0 1.9rem 0;
  padding: 0; }

.cel-divider {
  float: left;
  width: 100%;
  height: .125em; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .cel-row {
    float: left;
    width: 99%;
    margin: 0 0 1.9rem 0;
    padding: 0; }

  .cel-divider {
    float: left;
    width: 100%;
    height: .125em; } }
/* end media Q*/
.is-closedAccordion:hover {
  background-color: #4472c4;
  color: #FFFFFF;
  cursor: pointer; }

.cel-accordionHeader {
  border: 1px solid #4472c4;
  margin-bottom: 0 !important; }

.cel-accordionBox, .cel-accordionHeader, .cel-accordion-container, .is-activeAccordion, .is-closedAccordion, .is-openAccordion {
  transition: all .5s ease; }

.clickButton {
  text-align: right; }

.clickButton:hover {
  background-color: #4472c4;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .5s ease; }

.theReveal {
  transition: all .5s ease; }

.clickButton {
  text-align: center; }

@media only screen and (max-width: 66.25em) {
  .printHeaderHeader {
    font-size: 1.5em; }

  .clickButton {
    text-align: center; } }
.cel-questionBlank:hover {
  background-color: #4472c4;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .5s ease-out; }

.cel-answer:hover {
  background-color: #4472c4;
  color: #FFFFFF;
  transition: all .15s ease-in-out;
  cursor: pointer; }

.cel-answer {
  font-size: 1em; }

.cel-answer-is-correct {
  color: #00A103;
  font-weight: 700; }

.cel-answer-is-incorrect {
  color: #adadad; }

.cel-tabular-container {
  float: left;
  width: 99%;
  margin: 0;
  padding: .5em;
  display: inline-block;
  border-radius: 3px; }

.cel-tabNavContainer {
  float: left;
  width: 100%;
  margin: 0 .125em .125em 0;
  padding: 0;
  display: inline-block; }

.cel-tabNavs {
  width: 100%;
  padding: 0;
  margin: 0; }

.cel-tabNav {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  color: #0F0E0B;
  background-color: #CDCDCD;
  border: 1px solid #CDCDCD;
  padding: .25em 0 .25em .25em;
  margin: .25em .25em -.18em 0;
  border-radius: 3px; }

.is-activeTabNav {
  color: #FFFFFF;
  background-color: #4472c4;
  border: 1px solid #666; }

.is-activeTabNav:hover {
  color: #0F0E0B;
  background-color: #FFFFFF;
  border: 1px solid #292929;
  cursor: pointer; }

.cel-tabNav:hover {
  background-color: #FFFFFF;
  color: #292929;
  cursor: pointer; }

.is-activeTab {
  float: left;
  width: 100%;
  margin: 0;
  display: inline-block;
  opacity: 1;
  padding-top: .5em;
  transition: opacity 1s ease-in-out; }

/* these controls the fade in animation of the toc menu content.   */
.TOCs {
  margin: 0 auto -50px 0;
  border-radius: .1875em;
  padding-top: 0;
  list-style-type: decimal;
  color: #FFFFFF;
  transition-property: width,right;
  transition-timing-function: ease-in-out;
  transition-duration: .1s; }

#tocClosedState {
  /* default TOC style - button state - */
  position: absolute;
  z-index: 2;
  width: 1%;
  height: 2.8125em;
  background-color: transparent;
  overflow: hidden;
  top: .25rem;
  right: 3em;
  outline: none; }

#tocOpenState {
  z-index: 200;
  width: 90%;
  padding-top: 4rem;
  padding-bottom: .75em;
  background-color: #292929;
  -moz-box-shadow: 0.15em 0.15em 0.15em #727272;
  -webkit-box-shadow: 0.15em 0.15em 0.15em #727272;
  box-shadow: 0.15em 0.15em 0.15em #727272;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  overflow-x: hidden;
  overflow-y: scroll; }

#tocClosedState #theTocTarget {
  /* this hooks into the closed menu TOC button */
  width: 2.6em;
  height: 2.6em;
  background-image: url("../img/TOC-default.png");
  background-repeat: no-repeat;
  background-position: -1px 0, top;
  background-size: 2.5em, 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  outline: none; }

#tocOpenState #theTocTarget {
  /* this controls the open state of the TOC menu button */
  background: url("../img/TOC-closeX.png") no-repeat;
  width: 80%;
  height: 2.75rem;
  background-size: 2.75rem;
  background-position: 100% 0, top;
  right: .75em;
  top: .75em;
  position: absolute;
  outline: none; }

#tocOpenState #theTocTarget:hover {
  cursor: pointer; }

#tocClosedState #theTocTarget:hover {
  cursor: pointer; }

#tocOpenState #theTocTarget::before {
  /* This renders the Table of Contents Menu Title as a CSS insertion */
  content: "Table of Contents";
  position: relative;
  left: 0;
  top: 2rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 2em;
  font-family: 'Oswald',Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  font-weight: 300; }

#tocClosedState .TOC {
  opacity: 0; }

#tocOpenState .TOC {
  opacity: 1; }

#tocOpenState .toc-link-header {
  text-decoration: none;
  font-family: 'Oswald',Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5; }

#tocOpenState .toc-link-subheader {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Quattrocento', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 400;
  font-size: .9375rem;
  line-height: 1.3; }

.toc-link-header:hover, .toc-link-subheader:hover {
  color: #0F0E0B !important;
  background-color: #FFFF00; }

#tocOpenState #slide1TOC {
  margin-top: 2.8125em; }

.TOC {
  margin-top: 0;
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  #tocClosedState {
    /* default TOC style - button state - */
    right: 3em;
    /* This controls the opening timing height,width */ }

  #tocOpenState {
    padding-top: 4rem;
    padding-bottom: .75em;
    width: 50%;
    height: 80vh; }

  #tocOpenState #theTocTarget {
    right: 3em; }

  #tocOpenState #theTocTarget:before {
    border: 0; }

  #tocOpenState .TOC {
    width: 80%; } }
/* end 35em  */
@media only screen and (min-width: 68.1875em) {
  #tocOpenState {
    width: 30%; } }
/* end 68.1875em */
/* generic element styles html body p ul */
hr {
  border-color: #CDCDCD; }

strong {
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato',Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  color: #0F0E0B; }

body {
  background-color: #CDCDCD; }

body,
p {
  font-weight: 400;
  font-family: 'Quattrocento', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0F0E0B;
  word-wrap: break-word; }

img {
  max-width: 100%; }

li p {
  margin: 0 auto 0 auto; }

ul li:first-child {
  margin-top: 0;
  padding-top: 0; }

dt {
  font-family: 'Oswald',Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: .5rem;
  padding-left: .25rem; }

dd {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-left: 2rem;
  padding: .25rem 1rem 1rem 0; }

img,
audio,
canvas,
video,
iframe {
  max-width: 100%; }

object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ========================typography */
html {
  font-size: 16px; }

header h1 {
  font-size: 2.441rem;
  line-height: 3rem;
  font-weight: 300; }

/* 36pxs */
h1 {
  font-size: 2.441rem;
  line-height: 3rem;
  font-weight: 300; }

/* 36pxs */
h2 {
  font-size: 2.441rem;
  line-height: 3rem;
  font-weight: 300; }

/* 36pxs */
h3 {
  font-size: 1.953rem;
  line-height: 3rem;
  font-weight: 300;
  margin-top: 0;
  padding-top: 0;
  padding-left: .25rem; }

/* 24pxs */
h4 {
  font-size: 1.563rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-top: 0;
  padding-top: 0;
  padding-left: .25rem; }

/* 21pxs */
h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-top: 0;
  padding-top: 0;
  padding-left: .25rem; }

/* 18pxs */
h6 {
  font-size: .8rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-top: 0;
  padding-top: 0;
  padding-left: .25rem; }

/* 16pxs */
p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

/* 16pxs */
@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  html {
    font-size: 16px; }

  header h1 {
    font-size: 3.157rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    font-weight: 300; }

  /* 50.5pxs */
  h1 {
    font-size: 3.157rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    font-weight: 300; }

  h2 {
    font-size: 3.157rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    font-weight: 300; }

  /* 50.5pxs */
  h3 {
    font-size: 2.369rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    font-weight: 300;
    padding-left: .25rem; }

  /* 38pxs */
  h4 {
    font-size: 1.777rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    font-weight: 300;
    padding-left: .25rem; }

  /* 21pxs */
  h5 {
    font-size: 1.333rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    padding-left: .25rem; }

  /* 18pxs */
  h6 {
    font-size: .75rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    padding-left: .25rem; }

  /* 16pxs */
  p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    padding: 0; }

  /* 16pxs */
  body {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400; }

  /* 16pxs */ }
/* end media query*/
.activeSlide #institutionalLogo {
  /* visible @ mobile */
  width: 40%;
  position: relative;
  left: 30%;
  bottom: 0; }

.slide #institutionalLogo {
  /* invisible @ mobile */
  display: none !important;
  visibility: hidden; }

@media only screen and (min-width: 35em) {
  .activeSlide #institutionalLogo {
    /* visible @ desktop */
    width: 100px;
    position: relative;
    left: .5em;
    bottom: 0; }

  .slide #institutionalLogo {
    /* invisible @ desktop  */
    display: none !important;
    visibility: hidden; } }
/* styles that hide things + clearing styles*/
.is-invisible {
  /* as if it were never in the DOM  */
  display: none !important;
  visibility: hidden; }

.is-dormant {
  /* hidden to the naked eye, but visible to screen readers.  */
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  border: 0; }

.is-dormant.focusable:active,
.is-dormant.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.is-cleared:before,
.is-cleared:after {
  content: " ";
  display: table; }

.is-cleared:after {
  clear: both; }

.centeredLeftHeader {
  text-align: right; }

.centeredRightHeader {
  text-align: left; }

/* created a golden ration sized centered column that look and acts like a traditional book */
/*
<div class="cel-60-a bookBox">
    <div class="cel-100 bookBoxBanner"><!-- optional banner image --></div>
    <!-- the main content body -->
</div>
*/
.bookBox {
  margin-left: 0;
  margin-right: 19.35% !important;
  padding: .25em; }

.bookBox p {
  padding: 0; }

.bookBoxBanner {
  /* background: url("../img/myBannerGraphic.png" ); */
  background-position: -50px 0;
  height: 250px;
  margin-bottom: 105px; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .bookBox {
    margin-left: 19.35% !important;
    margin-right: 19.35% !important;
    padding: 13em 0 10em 0; }

  .bookBox p {
    padding: 0; } }
/* end media query */
/* style for the figure image elements */
.figure-is-closed {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.figure-is-closed > .figure-image {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  z-index: 100; }

.figure-is-closed > .figure-description {
  font-style: italic;
  text-align: center;
  width: 100%;
  z-index: 100; }

.figure-is-closed > .figure-description:before {
  content: "Figure: ";
  font-weight: bold;
  z-index: 100; }

.figure-button-is-closed {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  visibility: visible;
  background: url("../img/figureOpen.png") no-repeat;
  background-position: 0 0;
  background-size: 45px 45px;
  background-color: transparent; }

.figure-button-is-closed:hover, .figure-button-is-open:hover {
  -webkit-animation-name: breathingHover;
  animation-name: breathingHover;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.figure-button-is-open {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  visibility: visible;
  background: url("../img/figureClose.png") no-repeat;
  background-position: 0 0;
  background-size: 45px 45px;
  background-color: transparent;
  pointer-events: auto !important; }

.figure-is-open {
  width: 80%;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999); }

.figure-is-open > .figure-image, .figure-is-open > .figure-description {
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
  display: inline-block; }

.modal-dialog-is-closed {
  /*this is the default state, and should stay just like this for now. */ }

.modal-dialog-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.figure-description {
  width: 100%;
  text-align: center; }

/* styles for the dropcaps */
.dropcapCharacter {
  font-size: 4em;
  float: left;
  margin: -.04em .04em -.25em 0;
  padding: 0 .04em;
  line-height: 1.2;
  background-color: #FFFFFF;
  color: #292929;
  font-family: 'Oswald',Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif; }

.cel-link-icon:after {
  content: "\21D7"; }

.courseIcon {
  fill: #FFFFFF;
  height: 45px;
  width: 45px;
  float: left;
  padding: 0.5rem 0 0 .5rem; }

#courseNumber {
  float: left;
  width: 98%;
  color: #FFFFFF;
  margin: 0;
  padding: .75rem 0 0 .5rem;
  font-weight: 300; }

#moduleNumber {
  float: left;
  width: 94%;
  color: #FFFFFF;
  margin: 0 0 .8rem 1rem;
  font-weight: 300; }

.module {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0; }

.moduleHeaders {
  width: 100%;
  background-color: #333333;
  border-bottom: 0.0625em solid #292929;
  margin-bottom: .5rem;
  -moz-box-shadow: 0 0.125em 0.0625em #727272;
  -webkit-box-shadow: 0 0.125em 0.0625em #727272;
  box-shadow: 0 0.125em 0.0625em #727272; }

#theModuleHeader {
  position: relative;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: .25s; }

.audioBox {
  width: 95%;
  position: fixed;
  bottom: 6.25em;
  margin-top: -28px; }

.audioControls {
  width: 60%;
  margin: auto; }

.audioButton {
  position: fixed;
  bottom: 2.9375em;
  left: 45%;
  height: 2.75em;
  width: 2.75em;
  background: url("../img/audioButton.png") no-repeat;
  background-color: #4472c4;
  background-size: cover;
  border-radius: 50%;
  -moz-box-shadow: 0 0.25em 0.25em #727272;
  -webkit-box-shadow: 0 0.25em 0.25em #727272;
  box-shadow: 0 0.25em 0.25em #727272;
  -o-transition: width .5s ease-in-out, height .25s ease-in-out;
  -webkit-transition: width .5s ease-in-out, height .25s ease-in-out;
  -moz-transition: width .5s ease-in-out, height .25s ease-in-out;
  transition: width .5s ease-in-out, height .25s ease-in-out; }

#celLogo {
  float: left;
  -o-transition: width .5s, height .5s;
  -webkit-transition: width .5s, height .5s;
  -moz-transition: width .5s, height .5s;
  transition: width .5s, height .5s;
  height: 2.8125em;
  width: 2.6em;
  margin: .375em; }

.helpBox {
  background: url("../img/HELP-default.png") no-repeat;
  background-position: center;
  background-size: 2.6rem;
  background-origin: content-box;
  border-radius: .1875em;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: .25em;
  text-align: left;
  overflow: hidden;
  /* the timing for this is in the IDs that get swapped */
  transition-property: height, width;
  transition-timing-function: ease-in-out; }

#helpboxClosedState {
  width: 2.75em;
  height: 2.75em;
  background-color: #333333;
  z-index: 2;
  padding-bottom: .3rem;
  padding-top: .25em;
  background-image: url(../img/HELP-default.png);
  background-position: 100% 0;
  background-size: 2.5rem;
  /* timing of height then width NOTE: this effects the closing animation */
  transition-duration: .1s, .25s, .5s; }

#helpboxOpenState {
  background-color: #292929;
  -moz-box-shadow: 0.15em 0.15em 0.15em #727272;
  -webkit-box-shadow: 0.15em 0.15em 0.15em #727272;
  box-shadow: 0.15em 0.15em 0.15em #727272;
  z-index: 200;
  padding-bottom: 1rem;
  width: 90vw;
  background-image: url(../img/HELP-closeX.png);
  background-position: 100% 0,top;
  background-size: 2.5rem;
  /* timing of height then width NOTE: this effects the opening animation*/
  transition-duration: .25s, .1s,.5s; }

#helpButton {
  width: 100%;
  height: 2.45em;
  color: #FFFFFF;
  font-weight: 700;
  padding: .7em 0 0 .9em;
  text-align: left;
  float: right; }

#helpButton:hover {
  cursor: pointer; }

#helpboxClosedState .helpContent {
  opacity: 0; }

#helpboxOpenState .helpContent {
  opacity: 1; }

.helpContent {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  font-weight: 300;
  font-family: 'Quattrocento', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }

.helpContent p {
  width: 90%;
  margin: 0 auto;
  color: #FFFFFF; }

.helpContent p a {
  color: #FFFFFF; }

.helpContent h3 {
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #FFFFFF; }

.slide {
  width: 100%; }

.activeSlide {
  opacity: 1;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: .625em;
  background-color: #FFFFFF;
  border-radius: .1875em;
  -moz-box-shadow: 0 0.125em 0.125em #727272;
  -webkit-box-shadow: 0 0.125em 0.125em #727272;
  box-shadow: 0 0.125em 0.125em #727272; }

.slideHeader {
  /* This is the active slide style. */
  width: 95%;
  position: relative;
  text-decoration: none; }

a.slideHeader:hover {
  cursor: auto !important; }

.slideHeader {
  width: 100%;
  color: #292929;
  text-align: left;
  border-radius: .1875em;
  font-weight: 300; }

.slideHeader .slideNumber {
  float: left;
  width: 90%;
  text-align: left;
  padding-left: 6%;
  font-weight: 300; }

.slideHeader .slideTitle {
  float: right;
  width: 75%;
  text-align: left;
  padding-left: 3%;
  padding-right: 1%;
  word-wrap: break-word;
  border-left: 1px solid #0F0E0B;
  font-weight: 300; }

/* end .slideHeader h2 .slideTitle */
.futureSlideHeader {
  /* this is a slide that shows in the mobile stack, but has not been clicked on yet. */
  width: 98%;
  text-decoration: none;
  border-radius: 50%; }

.futureSlideHeader {
  font-size: 2.25em;
  width: 95%;
  color: #292929;
  text-align: center;
  padding: .625em 0;
  margin: .1875em auto;
  border-radius: .1875em;
  background-color: #FFFFFF;
  font-weight: 300; }

.futureSlideHeader .slideNumber {
  float: left;
  width: 17%;
  text-align: right;
  padding-right: 3%;
  font-weight: 300; }

.futureSlideHeader .slideTitle {
  float: right;
  width: 75%;
  text-align: left;
  padding-left: 3%;
  padding-right: 1%;
  word-wrap: break-word;
  border-left: 1px solid #0F0E0B;
  font-weight: 300; }

.futureSlideHeader:hover {
  color: #FFFFFF;
  background-color: #4472c4; }

.pastSlideHeader {
  /* this is a slide that has been clicked on already and shows as being in the past in the mobile slide stack*/
  width: 90%;
  text-decoration: none; }

.pastSlideHeader {
  font-size: 2.25em;
  padding: 5px 10px;
  margin: 1px auto;
  text-align: center;
  background-color: #292929;
  font-weight: 300; }

.pastSlideHeader:hover {
  color: #FFFFFF;
  background-color: #4472c4; }

.pastSlideHeader .slideNumber {
  float: left;
  width: 20%;
  text-align: right;
  color: #FFFFFF;
  font-weight: 300; }

.pastSlideHeader .slideTitle {
  float: right;
  width: 75%;
  text-align: left;
  padding-left: 3%;
  padding-right: 1%;
  word-wrap: break-word;
  border-left: 1px solid #CDCDCD;
  color: #FFFFFF;
  font-weight: 300; }

.activeSlide .pastSlideHeader {
  /* This is a slide that has been has been viewed once, and gone back to. I wanted this style to match the default style*/
  width: 98%;
  position: relative;
  text-decoration: none; }

.activeSlide .pastSlideHeader {
  width: 95%;
  color: #4472c4;
  text-align: left;
  padding: 10px 2.5%;
  margin: 3px auto;
  border-radius: 3px;
  position: relative;
  background-color: #FFFFFF;
  font-weight: 300; }

.activeSlide .pastSlideHeader .slideNumber {
  float: left;
  width: 17%;
  text-align: right;
  padding-right: 3%;
  color: #292929;
  font-weight: 300; }

.activeSlide .pastSlideHeader .slideTitle {
  float: right;
  width: 75%;
  text-align: left;
  padding-left: 3%;
  padding-right: 1%;
  word-wrap: break-word;
  border-left: 1px solid #333333;
  box-shadow: none;
  border-bottom: none;
  color: #292929;
  font-weight: 300; }

.activeSlide .pastSlideHeader:hover {
  color: #4472c4; }

.slideContent {
  padding-left: 1%; }

.slide .slideContent {
  display: none !important;
  visibility: hidden; }

.slide .slideFooter {
  display: none !important;
  visibility: hidden; }

.activeSlide .activeSlideFooter {
  border: 0;
  clip: inherit;
  height: auto;
  margin: 0 1em 0 0;
  padding: 0;
  position: inherit;
  width: 100%;
  z-index: 102; }

.activeSlide .activeSlideContent {
  border: 0;
  clip: inherit;
  height: auto;
  margin: auto;
  overflow: auto;
  padding: 2%;
  position: inherit;
  width: 90%; }

@keyframes yellowFlash {
  0% {
    background-color: yellow; }
  100% {
    background-color: #FFFFFF; } }
.activeSlide .TheFirst {
  -webkit-animation-name: yellowFlash;
  animation-name: yellowFlash;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

#mainNavList {
  display: none;
  visibility: hidden; }

button {
  border: 0; }

.nextButton {
  position: fixed;
  bottom: 44px;
  right: 22px;
  border-radius: 50%;
  margin-right: 1%;
  margin-bottom: 1%;
  color: #FFFFFF;
  font-size: 2.25em;
  background-color: #4472c4;
  font-family: 'Quattrocento', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  -moz-box-shadow: 0 4px 4px #727272;
  -webkit-box-shadow: 0 4px 4px #727272;
  box-shadow: 0 4px 4px #727272;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  text-decoration: none;
  text-align: center;
  line-height: 2.5rem; }

.prevButton {
  position: fixed;
  bottom: 44px;
  left: 22px;
  border-radius: 50%;
  margin-left: 1%;
  margin-bottom: 1%;
  color: #FFFFFF;
  font-family: 'Quattrocento', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 2.25em;
  background-color: #4472c4;
  -moz-box-shadow: 0 4px 4px #727272;
  -webkit-box-shadow: 0 4px 4px #727272;
  box-shadow: 0 4px 4px #727272;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  text-decoration: none;
  text-align: center;
  line-height: 2.5rem; }

.nextButton:hover {
  background-color: #292929;
  transition: background-color .25s ease-in-out;
  cursor: pointer; }

.prevButton:hover {
  background-color: #292929;
  transition: background-color .25s ease-in-out;
  cursor: pointer; }

.slideFooter {
  width: 100%;
  margin-bottom: 2.25em; }

.activeSlideFooter {
  width: 100%;
  margin-bottom: 2.25em; }

.navContainer {
  display: none !important;
  visibility: hidden; }

.mainFooter {
  width: 100%;
  float: left; }

.fullScreenButton {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 101;
  margin-top: 0 !important; }

.fullScreenButton:hover {
  -webkit-animation-name: breathingHover;
  animation-name: breathingHover;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.cel-copyrightInfo {
  font-size: .7em;
  text-align: center;
  width: 100%;
  margin: 1em 0; }

@media only screen and (min-width: 35em) {
  /* 560 pixel width */
  .activeSlide {
    margin-top: 3.125em;
    min-height: 100%;
    float: none;
    opacity: 1;
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: ease-in; }

  .slide {
    opacity: 0; }

  .activeSlide .activeSlideContent {
    padding: 1rem; }

  .activeSlide .activeSlideFooter {
    margin: 0 1em 0 0;
    padding: 0;
    position: fixed;
    width: 12.5em;
    height: 3.125em;
    bottom: 0;
    right: 0;
    z-index: 102; }

  .slide .slideFooter {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 12.5em;
    height: 3.125em;
    bottom: 0;
    right: 0; }

  .audioBox {
    position: static;
    width: 9.375em; }

  .audioButton {
    position: absolute;
    left: 40.5%;
    top: 0; }

  .nextButton {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    margin: 0;
    text-decoration: none;
    text-align: center;
    line-height: 2.5rem; }

  .prevButton {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    margin: 0;
    text-decoration: none;
    text-align: center;
    line-height: 2.5rem; }

  .courseIcon {
    fill: #FFFFFF;
    height: 90px;
    width: 90px;
    float: left;
    padding: 1.25em 0 0 .5rem; }

  #courseNumber {
    position: relative;
    margin-top: 1rem;
    width: 60vw;
    font-size: 3em;
    font-weight: 300;
    border: 0;
    padding: 0 0 0 .75rem;
    opacity: 1;
    transition-property: opacity,height;
    transition-duration: 1s,3s;
    transition-timing-function: ease-in-out; }

  #moduleNumber {
    margin-bottom: 1rem;
    position: relative;
    width: 60vw;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease-in-out; }

  .slideHeader {
    width: 98%;
    text-decoration: none; }

  .slideHeader {
    width: 100%;
    color: #292929;
    text-align: left;
    padding: 3rem 0;
    margin: .1875em 0;
    float: left;
    font-weight: 400;
    border-radius: .1875em; }

  .futureSlideHeader {
    width: 98%;
    text-decoration: none; }

  .futureSlideHeader {
    width: 100%;
    color: #292929;
    text-align: left;
    padding: .625em 0;
    margin: .1875em auto;
    border-bottom: 0.0625em solid #292929;
    border-radius: .1875em; }

  .activeSlide .pastSlideHeader {
    background-color: transparent;
    width: 100%;
    color: #292929;
    text-align: left;
    padding: 3rem 0;
    margin: .1875em 0;
    float: left;
    font-weight: 300;
    font-size: 3.157rem;
    border-radius: .1875em; }

  .activeAudioBox {
    width: 100%; }

  /* for now...all the non-mobile styles */
  .slide {
    display: none !important;
    visibility: hidden; }

  .slide .slideContent {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: inherit;
    width: 100%; }

  .slide .slideFooter {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: inherit;
    width: 100%; }

  .mainFooter {
    height: 4.6875em;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: red; */ }

  #mainNav {
    height: 5vh;
    width: 90vw;
    margin: 0 auto;
    overflow: visible; }

  #mainNavList {
    position: relative;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    height: 4.375em;
    overflow: visible;
    display: block;
    visibility: visible;
    padding: 0; }

  /* The hover effect for the nav elements. */
  @-webkit-keyframes breathingHover {
    to {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); } }
  @keyframes breathingHover {
    to {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); } }
  .navElement {
    background: url(../img/nav-sprites.png) 50% 0 no-repeat;
    display: inline-block;
    width: 45px;
    height: 35px;
    text-align: center;
    padding-top: .75em;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale; }

  .activeNavElement {
    background: url(../img/nav-sprites.png) 50% -41px no-repeat;
    display: inline-block;
    width: 45px;
    height: 35px;
    text-align: center;
    padding-top: 0.75em !important;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale; }

  .pastNavElement {
    background: url(../img/nav-sprites.png) 50% -135px no-repeat;
    display: inline-block;
    width: 45px;
    height: 35px;
    text-align: center;
    padding-top: 0.75em !important;
    color: #FFF;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale; }

  .navElement:hover,
  .activeNavElement:hover,
  .pastNavElement:hover,
  .navElement:focus,
  .activeNavElement:focus,
  .pastNavElement:focus,
  .navElement:active,
  .activeNavElement:active,
  .pastNavElement:active {
    background: url(../img/nav-sprites.png) 50% -88px no-repeat;
    display: inline-block;
    width: 45px;
    height: 35px;
    color: #FFF;
    -webkit-animation-name: breathingHover;
    animation-name: breathingHover;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    cursor: pointer; }

  #helpboxOpenState {
    width: 40vw; }

  #helpButton {
    padding: .7em .9em 0 0;
    text-align: right;
    float: right; }

  #celLogo {
    float: left;
    margin: 0 0 0 2.25%;
    padding: 0; }

  #backToTopLink {
    position: fixed;
    bottom: .3em;
    left: .5em;
    color: #4472c4; } }
/* end 35em media query */
@media only screen and (min-width: 68.1875em) {
  .activeSlide {
    margin-bottom: .625em;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    width: 64rem;
    float: none; }

  #mainNav {
    height: 5vh;
    width: 64rem; }

  #helpboxOpenState {
    width: 35vw; } }
@media only screen and (min-width: 92.625em) {
  /* 1482 pixels width */
  #helpboxOpenState {
    width: 25vw; } }
