


/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}



/*Section formatiing=================================================*/

#sublinks{
     display: none;
}
.page-section {
     position: relative;
     padding: 5rem;
}

@media(max-width:980px) {
     .page-section {
          position: relative;
          padding-top: 0rem;
          padding-bottom: 5rem;
          padding-left: 0;
          padding-right: 0;
     }
}

@media(max-width:992px) {
.intro-img{
          width: 100%;
     }
     .section-heading .section-heading-upper {
          font-size:.75rem;
          text-transform: none;
          font-weight: 600
     }
      .section-heading .section-heading-lower {
           text-align: center;
          font-size:1.5rem;
          text-transform: none;
     }
}

/*Markdown format=========================================================*/
blockquote {
     width:50%;
     background: #f9f9f9;
     border-left: 10px solid #ccc;
     padding: 0.5em 10px;
     quotes: "\201C""\201D""\2018""\2019";

}
blockquote:before {

     color: #ccc;
     content: open-quote;
     font-size: 4em;
     line-height: 0.1em;
     vertical-align: -0.4em;

}
blockquote p {
     display: inline;
}
.free_write_content ul li {
     text-align: left;
     font-size: .85rem;
  counter-increment: my-awesome-counter;
  position: relative;
  margin-left:10%;
}

.free_write_content ol li {
     text-align: left;
     font-size: .85rem;
}

.free_write_content ul li:nth-child(odd)::before {
  color: #000;
  position: absolute;
  --size: 27px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: black;
  border-radius: 50%;
}

.free_write_content ul li:nth-child(even)::before {
     text-align: left;
  color: #000;
  position: absolute;
  --size: 27px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: black;
  border-radius: 50%;
}
@media(min-width:3000px){
     .free_write_content ol li {
          text-align: left;
          margin-left: 5rem;
          font-size: 3rem;
     }
     .free_write_content ul li {
          text-align: left;
          margin-left: 5rem;
          font-size: 3rem;
     }
}
@media(min-width:2000px){
     .free_write_content ol li {
          text-align: left;
          margin-left: 5rem;
          font-size: 2rem;
     }
     .free_write_content ul li {
          text-align: left;
          margin-left: 5rem;
          font-size: 2rem;
     }
}

.free_write_content ol {
     text-align: left;
}

/*HEADER IMAGE================================================================*/
.sampledatasectionHT, #transferhere, .imgvoidvalue{
     display:none;
}

.intro-img{
     width:75%;
     background-color: #fff;
     margin-left: 15%;
     margin-right: 15%;
     float:right;
     box-shadow: .5px .5px 10px rgba(0,0,0, 0.1) ;
     padding: 0rem;
     object-fit: contain;
}

.intro-text{
     position: absolute;
     left: 0;
     box-shadow: .5px .5px 10px rgba(0,0,0, 0.1) ;
     padding: 3rem;
}

.section-heading .section-heading-upper {
	display: block;
	font-size: 1.5rem;
	font-weight: 800
}

.section-heading .section-heading-lower {
	display: block;
	font-size: 2rem;
	font-weight: 100
}
@media(min-width:3000px){
.section-heading .section-heading-lower {
    display: block;
    font-size: 4rem;
    font-weight: 100;
}
.section-heading .section-heading-upper {
	display: block;
	font-size: 2rem;
	font-weight: 800
}
}
.myparagraphHT, .myparagraphVO{
     font-size:1.1vw;
}
.intro .intro-text {
       margin-top: 2rem;
     }

@media(max-width:1900px) {
     .section-heading .section-heading-upper {
     	display: block;
     	font-size: 1rem;
     	font-weight: 800
     }

     .section-heading .section-heading-lower {
     	display: block;
     	font-size: 2.5rem;
     	font-weight: 100
     }
     .myparagraphHT, .myparagraphVO{
          font-size:1vw;
     }
}

@media(max-width:1650px) {
     .section-heading .section-heading-upper {
     	display: block;
     	font-size: 1rem;
     	font-weight: 800
     }

     .section-heading .section-heading-lower {
     	display: block;
     	font-size: 2rem;
     	font-weight: 100
     }
     .myparagraphHY, .myparagraphVO{
          font-size:1.1vw;
     }
}


@media(max-width:1450px) {
     .section-heading .section-heading-upper {
     	display: block;
     	font-size: 1rem;
     	font-weight: 800
     }

     .section-heading .section-heading-lower {
     	display: block;
     	font-size: 1.7rem;
     	font-weight: 100
     }
     .myparagraphHT, .myparagraphVO{
          font-size:1.1vw;
     }

     .intro .intro-text {
          width: 47%;
          padding: 2rem;
     }

     .intro-img{
          width:80%;
          margin-left: 10%;
          margin-right: 10%;
          max-height: 45rem;
          float:right;
          box-shadow: .5px .5px 10px rgba(0,0,0, 0.1) ;
          padding: 0rem;
     }
     .intro .intro-text {
            margin-top: 2rem;
          }
}

.video-container .intro-text{
     position: absolute;
     left: 0;
     padding: 3rem;
     width: 100%;
}


.video-container {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
    overflow: hidden;
}
@media(max-width:1200px) {
     .myparagraphHT, .myparagraphVO{
          font-size:1.2vw;
     }
}

@media(max-width:1100px) {
     .section-heading .section-heading-upper {
          display: block;
          font-size: .8rem;
          font-weight: 800
     }

     .section-heading .section-heading-lower {
          display: block;
          font-size: 1.5rem;
          font-weight: 100
     }

     .intro-img{
          width:85%;
          margin-left: 7.5%;
          max-height: 35rem;
          margin-right: 7.5%;
          float:right;
          box-shadow: .5px .5px 10px rgba(0,0,0, 0.1) ;
          padding: 0rem;
     }

     .intro .intro-text {
          width: 55%;
            margin-top: 1vw;
     }
}

@media(max-width:1000px) {
     .intro .intro-text {
            margin-top: 3vw;
     }
}

@media(max-width:900px) {
     .intro .intro-text {
            margin-top: 2vw;
     }
     .myparagraphHT, .myparagraphVO{
          font-size:1.3vw;
     }
}
@media(max-width:800px) {
     .section-heading .section-heading-upper {
          display: block;
          font-size: .6rem;
          font-weight: 800
     }
     .myparagraphHT, .myparagraphVO{
          font-size:1.5vw;
     }

}
@media(max-width:600px) {
     .myparagraphHT, .myparagraphVO{
          font-size:1rem;
     }
}
@media(max-width:350px) {
     .myparagraphHT, .myparagraphVO{
          font-size:.8rem;
     }
}



@media(max-width:600px) {
     .intro-img{
          width:100%;
          margin-left: 0%;
          margin-right: 0%;
          float:none;
          box-shadow: none;
          padding: 0rem;
     }

     .intro .intro-text {
          width: 100%;
          box-shadow: none;
          position: relative;
            margin-top: 2vw;
     }
     .section-heading .section-heading-upper {
          font-size:.75rem;
          text-transform: none;
          font-weight: 600
     }
      .section-heading .section-heading-lower {
           text-align: center;
          font-size:1.4rem;
          text-transform: none;
     }
}
/*PDF CSS =====================================================================*/
#transferherePI, .imgvoidvaluePI, .sampledatasectionPI{
    display:none;
}

.mypdf, .pdfdatasection,#sampleappendherePI, .sampleappendherePI {
    padding-left: 3%;
    padding-right: 3%;
     border-color:rgba(246,245,245,1);
    min-height: 400px;
     width: 100%;

}

iframe{
    border: none;
    width:90%;
}

.pdf-segment{
    margin: 3%;
background-color: #51d294;
padding:3%;
border-radius:10px;
position: relative;

}


.button-div{
    display: block;

    text-align: right;
    padding-right: 3%;
}

.click-to-download {
    background-color: #fffd85;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #51d294;
    font-weight: bold;
    padding: 2% 4%;
}
.pdfheader{
     font-size: 1rem;
     font-weight: bold;
     color: #fffd85;
}

.click-to-download:hover {
    background-color:#9ede8e;
    color:#000;
}
.click-to-download:active {
    position:relative;
    top:1px;
}
.pdfsampledatasection{
    min-width: 100%;
    display: none;
}
.largerpdfdatasection{
    align-content: center;
    text-align: center;
}
.largerpdfsampledatasection{
    align-content: center;
    text-align: center;
    display:none;

}


#appendherePI, .appendherePI, .pdfsectiontitle{
      justify-content: center;
      overflow:auto;
}
.pdfdatasection{
    display: block;
    clear:both;
    overflow: auto;
    min-height: 100%;
}
.pdfsectiontitle{
     font-size:2rem;
     color: #000;
     font-weight:700;

}
@media(min-width:2000px) {
     .container {
    max-width: 2000px;
}
.pdfsectiontitle {
    font-size: 4rem;
    color: #000;
    font-weight: 700;
}
}
@media(max-width:952px) {
    .mypdf, .pdfdatasection,#sampleappendherePI, .sampleappendherePI {
         padding-left: 3%;
         padding-right: 3%;
          border-color:rgba(246,245,245,1);
         min-height: 250px;
          width: 100%;
    }
    .pdfsectiontitle{
         font-size:1.7rem;

    }

    .col-sm-3, .col-md-3, .col-lg-3  {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%
    }
}

@media(max-width:600px) {
    .mypdf, .pdfdatasection,#sampleappendherePI, .sampleappendherePI {
         padding-left: 3%;
         padding-right: 3%;
          border-color:rgba(246,245,245,1);
         min-height: 250px;
          width: 100%;
    }

    .pdfsectiontitle{
         font-size:1.5rem;

    }

    .col-sm-3, .col-md-3, .col-lg-3  {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%
    }
}
/*Page title CSS====================================================================*/

.sampledatasectionMPT, #transferhereMPT{
    display:none;
}
#headerMPT{
    font-size:200%;
    text-transform: none;
    line-height: 140%;
}

@media(max-width:952px) {
    #headerMPT{
         font-size:170%;
         text-transform: none;
         line-height: 100%;
    }

}
@media(max-width:600px) {
    #headerMPT{
         font-size:140%;
         text-transform: none;
         line-height: 100%;
    }

}
/*free_write css --------------------------------------------------*/
.highlighter-rouge{
     clear:right;
}
.sample_free_write_content_container_container {
          display: none;
}
.sample_free_write_content_container{
     clear:right;
     background-color:#fff;
     border-radius: 10px;
}
.sample_free_write_content_container, .free_write_content_container {
     align: center;
}
.free_write_row {
     text-align:left;
     clear: right;
     justify-content: center;
     padding-top: 5rem;
     padding-bottom: 5rem;
}


.free_write_content{
     Font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
     width:70%;
     text-align: left;

}

.imgOnly img {
     border-radius: 20px;
}



.imgOnly {
     width:68%;
     display: inline;
     margin: 0 auto;
     text-align: center;
     margin-left: 16%;
     margin-right: 16%;
     padding-bottom: 4rem;
     padding-top: 4rem;
     border-radius: 20px;
}

@media(max-width:600px){
     .imgOnly {
          width:80%;
          display: inline;
          margin: 0 auto;
          text-align: center;
          margin-left: 10%;
          margin-right: 10%;
          padding-bottom: 2rem;
          padding-top: 2rem;
          border-radius: 20px;
     }
}


@media(max-width:600px){
     .free_write_content p{
          font-size: 3vw;
     }
}
@media(max-width:992px) {
     .free_write_content{
          width:85%;
     }
     .free_write_row {
          text-align:center;
          justify-content:center;
          margin-left: 15px;
          margin-right: 15px;
     }

.sample_free_write_content_container, .free_write_content_container {
          align: center;
          margin-left: 3%;
          margin-right: 3%;
     }
}


@media (min-width: 1200px){
 .imagesection img{
    margin: 0 auto;
    object-fit:contain;
    height: 40vw;
     }
}

@media (min-width: 2000px){
 .imagesection img {
    margin: 0 auto;
    object-fit:contain;
    height: 40vw;
}
}
#logoimg{
     background-color:#fff;
}
@media (min-width: 4000px){
     .container {
    max-width: 4000px;


}


 .imagesection img {
    margin: 0 auto;
    object-fit:contain;
    height: 40vw;
}
}
.free_write_row{
     margin: 0 auto;
}
@media (min-width: 5000px){
     .container {
    max-width: 5000px;
}
.imagesection img {
    margin: 0 auto;
    object-fit:contain;
    height: 40vw;
}
section-heading .section-heading-lower {
    display: block;
    font-size: 5rem;
    font-weight: 100;
}
}

.smallimg {
    width: 50%;
    float: left;
    display: inline;
    margin: 0 auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0rem;
    padding-top: 0rem;
    margin-right: 1rem;
    border-radius: 5px;
}
.halfimg {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}

@media(max-width: 1175px){
     .smallimg{
         width: 60%;
           float: right;
         display: inline;
          padding-bottom: 0rem;
          padding-top: 0rem;
     }
}
@media(max-width: 900px){
     .smallimg{
         width: 40%;
           float: left;
         display: inline-block;
          padding-top: 0rem;
          padding-bottom: 2rem;
     }
}
@media(max-width: 500px){
     .smallimg{
         width: 100%;
          border-radius: 0px;
     }
}




.free_write_content h3,
.free_write_content h4,
.free_write_content h5,
.free_write_content h6 {
     font-weight: 400;
     letter-spacing: -0.05em;
     z-index: 10;
     padding-bottom: 1rem;
     padding-top: 2.25rem;
     text-align: left;
     clear: left;
     position: relative;
     line-height: 0.8em;
}
.free_write_content h3 {
     font-size:1.6rem;
}
@media(min-width: 2000px){
     .free_write_content h3 {
          font-size:3rem;
     }
}
.free_write_content h4 {
     font-size:1.5rem;
     font-weight: 300;

}

@media(min-width:2000px){
.free_write_content h4 {
    font-size: 3.5rem;
}
}
.free_write_content h5 {
     text-align: center;
     font-size:1.4rem;
     font-weight: 250;

}
@media(min-width:2000px){
.free_write_content h5 {
    font-size: 3rem;
}
}
.free_write_content h6 {
     font-size:1.3rem;
     font-weight: 200;

}
@media(min-width:2000px){
.free_write_content h6 {
    font-size: 2.8rem;
}
}
.largerappendherePI{
     margin-left: 5rem;
     margin-right: 5rem;
}
@media(min-width:1200px){
.largerappendherePI{
     margin-left: 5rem;
     margin-right: 5rem;
}
}
@media(max-width:600px){
.largerappendherePI{
     margin-left: 0rem;
     margin-right: 0rem;
}
}

.free_write_content h2 {
     font-size:1.8rem;
     font-weight: 500;
     color: #000;
     letter-spacing: -0.05em;
     z-index: 10;
     padding:1.5rem;
     text-align: center;
     position: relative;
     line-height: 0.8em;
}
@media(min-width:3000px){
     .free_write_content h2 {
          font-size: 6.5rem;
          font-weight: 500;
          color: #000;
          letter-spacing: -0.05em;
          z-index: 10;
          padding:1.5rem;
          text-align: center;
          position: relative;
          line-height: 0.8em;
     }
     .free_write_content {
          font-size: 3rem;
     }
}
@media(min-width:1800px){
.free_write_content h2 {
    font-size: 3.8rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.05em;
    z-index: 10;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    line-height: 0.8em;
}
}
@media(min-width:3000px){
.free_write_content h2 {
    font-size: 4.8rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.05em;
    z-index: 10;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    line-height: 0.8em;
}
}
.freecontainer{
     margin-left: 10%;
     margin-right: 10%;
}
@media(max-width:900px){
     .freecontainer{
          margin-left: 7%;
          margin-right: 7%;
     }
}
@media(max-width:700px){
     .freecontainer{
          margin-left: 3%;
          margin-right: 3%;
     }
}

.free_write_content blockquote {
     text-align: center;
     justify-content: center;

}
.free_write_content h1 {
     font-size: 2.4rem;
     font-weight: 800;
     color:#000;
     letter-spacing: -0.05em;
     z-index: 10;
     text-align: center;
     position: relative;
     line-height: 0.8em;
     margin: 1.2rem;
}


.free_write_content p{
     font-size:.85rem;
}
@media(min-width:2000px){
     .free_write_content p {
          font-size:3rem;
     }
}
@media(min-width:5000px){
     .free_write_content p {
          font-size:3rem;
     }
}
@media(max-width:8000px){
.free_write_content h1 {
    font-size: 8rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.05em;
    z-index: 10;
    text-align: center;
    position: relative;
    line-height: 0.8em;
    margin: 1.2rem;
     }
}
@media (max-width: 5000px){
.free_write_content h1 {
    font-size: 5rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.05em;
    z-index: 10;
    text-align: center;
    position: relative;
    line-height: 0.8em;
    margin: 1.2rem;
}
}
@media (max-width: 2000px){
.free_write_content h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.05em;
    z-index: 10;
    text-align: center;
    position: relative;
    line-height: 0.8em;
    margin: 1.2rem;
}
}

@media(max-width:130px){
.free_write_content h1 {
     font-size: 3.8vw;
     font-weight: 500;
     letter-spacing: -0.05em;
     z-index: 10;
     text-align: center;
     position: relative;
     line-height: 0.8em;
     margin: 3rem;
}

.free_write_content p{
     font-size:1.2vw;
     text-align: left;
}
}

@media(max-width:900px){
     .free_write_content h1 {
          font-size: 4vw;
          font-weight: 500;
          letter-spacing: -0.05em;
          z-index: 10;
          text-align: center;
          position: relative;
          line-height: 0.8em;
          margin: 3rem;
     }
     .free_write_content p{
          font-size:.9rem;
     }

}
@media(max-width:800px) {
.free_write_content h3, .free_write_content h4, .free_write_content h5, .free_write_content h6 {
    font-weight: 400;
    letter-spacing: -0.05em;
    z-index: 10;
      padding: 1rem;
      padding-bottom: 2rem;
    text-align: center;
    position: relative;
    line-height: 0.8em;
     }
.free_write_content h3 {
       font-size: 1.8rem;
}
.free_write_content h4 {
    font-size: 1.7rem;
}

.free_write_content h5 {
     font-size: 1.6rem;
}
.free_write_content h6 {
    font-size: 1.5rem;
}
}
@media(max-width:650px) {
.free_write_content h3, .free_write_content h4, .free_write_content h5, .free_write_content h6 {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    z-index: 10;
      padding: 1rem;
    text-align: center;
    position: relative;
    line-height: 0.8em;
     }
}

@media(max-width:500px) {
.free_write_content h3, .free_write_content h4, .free_write_content h5, .free_write_content h6 {
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    z-index: 10;
    padding: .5rem;
      padding: 1rem;
    text-align: center;
    position: relative;
    line-height: 0.8em;
     }
}

@media(max-width:900px){
     .free_write_content h1 {
          font-size: 5vw;
          font-weight: 500;
          letter-spacing: -0.05em;
          z-index: 10;
          text-align: center;
          position: relative;
          line-height: 0.8em;
          margin: 3rem;
          padding-top: 2rem;
     }

     .free_write_content h2 {
          font-size:  3.2vw;
          font-weight: 700;
          letter-spacing: -0.05em;
          z-index: 10;
          padding:2rem;
          text-align: center;
          position: relative;
          line-height: 0.8em;
     }
}

@media(max-width:750px){
     .free_write_content h1 {
          font-weight: 500;
          letter-spacing: -0.05em;
          z-index: 10;
          text-align: center;
          position: relative;
          line-height: 0.8em;
          margin: 1rem;
          padding-bottom: 2rem;
          padding-top: 2rem;
     }

          .free_write_content h2 {
               font-size:  4.8vw;
               font-weight: 700;
               letter-spacing: -0.05em;
               z-index: 10;
               padding:2rem;
               text-align: center;
               position: relative;
               line-height: 0.8em;
          }
}

/*style ref: http://adis.ca/entry/2011/pretty-code-block-in-css/*/


     .highlighter-rouge{
          radius: 10%;
          box-shadow:1px 1px  #d3d3d3,
                    -1px 1px  #d3d3d3,
                    1px -1px  #d3d3d3;
     }

   .highlight {
        background-color: #dadada;
        text-align: left;
     padding-top: 10px;
     padding-right: 10px;
     padding-left: 10px;
     padding-bottom: 1px;
     margin-bottom: 20px;
     font-family: 'Space Mono', monospace;
   }

   pre code {
    font-size: inherit;
    color: inherit;
    font-family: 'Space Mono', monospace;
    word-break: normal;
}

/*VIDEO SEGMENT*------------------------*/
.video-intro-text{
    width: 100%;
}

.vid-intro{
     width:70%;
     margin-left: 15%;
     margin-right: 15%;
}
@media(max-width:1000px){
.vid-intro{
     width:80%;
     margin-left: 10%;
     margin-right: 10%;
}
}
@media(max-width:1000px){
     .vid-intro{
          width:100%;
          margin-left: 0%;
          margin-right: 0%;
     }
}

@media(max-width:550px){
     .vid-intro{
          width:90%;
          margin-left: 5%;
          margin-right: 5%;
     }
}

}
#newsrcdoc, #transferhereVO .sampledatasectionVO{
     display:none;
}

.button_home {
     text-align: left;
}
@media(max-width:900px){
.button_home {
     text-align: right;
}
}

/*.video-container {
     position:relative;
    float: right;
    padding-bottom: 15.25%;
    width: 75%;
    height: 465px;
    border: none
}

@media (max-width:1200px) {
}
.video-container {
     position:relative;
    float: right;
    padding-bottom: 15.25%;
    width: 75%;
    height: 500px;
    border: none
}
}
@media (max-width:992px) {
}
.video-container {
     position:relative;
    float: right;
    padding-bottom: 15.25%;
    width: 75%;
    height: 465px;
    border: none
}
}

.video-container iframe {
     overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:820px) {
     .video-container {
            width: 80%;
          height: 400px;
          margin-bottom: 15px;
          overflow: hidden;
          padding-bottom: 56.25%;
     }
}

@media (max-width:750px) {
     .video-container {
            width: 90%;
          height: auto;
          margin-bottom: 15px;
          overflow: hidden;
     }
}*/
