html {
    color: #3e3e3e;
    font-size: 1em;
    line-height: 1.4;
    background: #FFFFFF;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.wrap1 {
    background: url('../img/bg-3.jpg') no-repeat center right;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

body {
  margin: 0;
  font-family:'MarkPro-Book';
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
  color: #333147;
}

strong,b{
  font-family:'MarkPro-Bold';
}

::-moz-selection {
    background: #333147;
    color: #EAB330;
    text-shadow: none;
}

::selection {
  background: #333147;
    color: #EAB330;
    text-shadow: none;
}

ul {
    padding-left: 17px;
    /* list-style-type: circle; */
}​

ul li {
  margin-bottom: 10px;
}
li {
  margin-bottom: 7px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.bold {
  font-family:'Barlow',sans-serif;
  font-weight: 700;
}

.purple {
  color: #a54eac;
}

.red {
  color: #612166;
}

.grey {
  color: #999999;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.logoblack-mobilenavfix,
.logoblack {
  background-size: 100%;
  margin: 0 0 1.5em 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 52px;
  z-index: 1000;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  height: 100%;
  background: url(../img/smashable.svg) no-repeat top right;
  background-size: 50% auto;
  /* background-size: 100% auto; */
  background-color: #333147;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding: 3vw 3vw;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fixlogo{
  margin-bottom: 90px;
}

.fullscreen-menu > * {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}

.fullscreen-menu h1 {
  color: #ffffff;
  font-size: 4em;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 2rem 0;
  font-family: 'MarkPro-Book';
  font-weight: 300;
}

.menu--container {
  display: flex;
  margin: 0 0 0.5em 0;
  width: 100%;
}



.submen{
  padding-left: 35px;
  color: #D5665F;
}

.menu--page-number {
  width: 40px;
  height: 40px;
  color: #333147 !important;
  text-align: center;
  font-size: 1.3em;
  line-height: 1;
  padding: 8px;
  margin: 0 20px 0 0;
  font-family: 'MarkPro-Book';
}

.menu--info {
  color: #333147 !important;
  position: relative;
  padding: 0.7em 1em 0.7em 1em;
  font-family: 'MarkPro-Book';
  font-size: 0.8em;
  background-color: #ffffff;
  /* border-radius: 22px; */

}

.menu--info.pdf{
  background: #E3E5E3;
}

.menu--infosub {
  color: #333147 !important;
  position: relative;
  padding: 0.5em 0.8em 0.5em 0.8em;
  margin-left: 4vw;
  font-family: 'MarkPro-Book';
  font-size: 0.78em;
  background-color: #ffffff;
  /* border-radius: 22px; */

}

.menun--info::before, .menu--info::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.5s linear;
  color: #333147 !important;
}

.menu--info:hover::before, .menu--info:hover::after{
  width: 50%;
}

.menu--infosub::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.5s linear;
  color: #333147 !important;
  left: 0;
  margin-left: 0.8em;
}

.menu--infosub:hover::before, .menu--infosub:hover::after{
  width: 50%;
}

.menu--info h1 {
  font-size: 1em;
  line-height: 1;
  color: #333147 !important;
  margin: 0 0 0.1em 0;
  font-family:'MarkPro-Book';
  font-weight: 600;
}

.menu--info h1.bold {
  font-family:'MarkPro-Book';
  font-weight: 600;
}

.menu--infosub p {
  font-size: 1em;
  line-height: 1;
  color: #3e3e3e;
  margin: 0;
  font-family:'MarkPro-Book';
  font-weight: 600;
}

.burger {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 999;
  top: 20px;
  right: 17%;
  padding: 14px;
  display: block !important;
  z-index: 9999;
  cursor: pointer;
  visibility: visible;
  opacity: 0;
  transition: all .3s ease;
}

.burger.close {
transition: all .3s ease;
}

.burger span {
  width: 100%;
    height: 4px;
    background: #333147;
    display: block;
    margin: 5px 0 5px 0;
    transition: all .3s ease;
    border-radius: 100px;
}

.burger.close span {
  background-color: #fff;
}

.burger.close span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 7px);
    transition: all .3s ease;
}

.burger.close span:nth-child(2) {
  opacity: 0;
    transition: all .3s ease;
}

.burger.close span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
    transition: all .3s ease;
}

#amdocs-logo {
  height: 30px;
  width: auto;
  margin-bottom: 8px;
  padding-top: 2px;
}

.pdf-download {
  color: #ffffff;
  position: fixed !important;
  top: 30px;
  right: 23%;
  z-index: 999 !IMPORTANT;
  padding: 0.7em 1.2em 0.7em 1.2em;
  font-family: 'MarkPro-Book';
  font-weight: 700;
  font-size: 0.9em;
  background-color: #333147;
  visibility: visible;
  opacity: 0;
  transition: all .3s ease;
  /* border-radius: 22px; */
}
.pdf-download p a {
  color: #ffffff;
}
/*
.pdf-download:hover {
  background-image: linear-gradient(90deg,#fcbffa 0%,#a1e0fa 100%);
} */

.pdf-download a {
  color: #3e3e3e;
}

.pdf-download p {
  margin: 0;
}

h1.title-home {
  font-family:'Barlow',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 5em;
  line-height: 1;
  margin: 0 0 0 0;
}

h4.title-home {
  font-family:'Barlow',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.2;
  color: #95c11f;
  margin: .7em 0 1.5em 0;
}

h4.title-home span {
  font-family:'Barlow',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  line-height: 1.2;
  color: #FFFFFF;
}

.find-out-more {
  padding: .4em 1em;
  font-size: 1.3em;
  background: #95c11f;
  text-align: center;
  display: block;
  color: #FFFFFF;
}

.block-img {
  display: block;
  margin: auto;
  width: 100%;
  cursor: pointer;
}

.imgdesc{
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin: 15px 0 0 0;
  color: #3e3e3e;
}

.zoomeffect::after{
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  content: 'Click to enlarge';
  text-align: center;
  color: #3e3e3e;
  font-size: 12px;
}

a.imagezoom{
box-sizing: content-box;
}

.imagezoom::after{
content: 'Click image to enlarge.';
color: #3e3e3e;
font-size: 12px;
text-align: center;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.imagezoom-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.imagezoom-target img {
background-color: rgba(233,234,232,1);
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.imagezoom-close {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.imagezoom-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.imagezoom-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.imagezoom-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.imagezoom-target:target img {
max-height: 100%;
max-width: 100%;
}

.imagezoom-target:target a.imagezoom-close {
bottom: 0;
right: 0;
position: absolute;
}


.whitebox{
  background-color: white;
  transform: skew(16deg);
}

.whitebox p{
  transform: skew(-16deg);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.box{
  margin-left: 2%;
  background: #333147;
  color: white;
  transform: skew(16deg);
  width: 68%;
}

.box span{
  color: white !important;
  font-family:'Barlow',sans-serif;
  font-weight: 700;
}

.box p{
  padding: 15px 15% 15px 8%;
  transform: skew(-16deg);
}

.general-container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.boximage{
  width: 30%;
  right: 10%;
  margin: auto;
}

.imgfix{
  width: 100%;
}

.list{
  margin-bottom: 10px;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3vw 3vw;
  visibility: hidden;
  opacity: 0;
  width: 85%;
}

h1 {
  color: #333147;
  margin: 0 0 0.5em 0;
  font-size: 2.7em;
  line-height: 1.2;
  width: 100%;
  font-family:'MarkPro-ExtraLight';
  font-weight: bold;
}

h2 {
  color: #333147;
  margin: 0 0 0.3em 0;
  font-size: 1.7em;
  line-height: 1;
  margin: 16px 0 .4em 0;
  font-family:'MarkPro-Bold';
}

h3 {
  color: #333147;
  margin: 0 0 0.3em 0;
  font-size: 1.55em;
  line-height: 1.2;
  margin: 16px 0 .4em 0;
  font-weight: bold;
}

h4 {
  font-weight: 600;
  color: #333147;
  font-size: 1.15em;
  line-height: 1.2;
}

.hero * {
  z-index: 999;
  position: relative;
}

.hero > * {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}

.subsec{
  /* font-weight: bold; */
  font-size: 1.5em;
  line-height: 1.2em;
  color: #333147;
  font-family:'Barlow',sans-serif;
  font-weight: 700;
}

.pagenum {
  font-weight: bold;
  color: #333147;
  position: fixed;
  left: 40%;
  bottom: 0;
  padding: 10px;
  background: #e6e6e6;
  transform: translateX(-50%);
  transform: translateY(-50%);
  margin-bottom: 1vh;
  height: 47px;
  /* left: 10%; */
}
.pagenum p {
  margin: 0;
  padding-top: 1px;
}
#purple {
  color: #612166;
}

#coral {
  color: #f2665f;
}

.border-box {
  background: #612166;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  font-weight: normal;
}
.border-box a {
  color: #612166;
}
.border-box p {
  margin: 0;
}
#copyright {
  font-size: 0.7em;
  font-weight: normal;
}

.quote {
  margin: 16px 0;
  padding: 20px;
  background-color: #333147;
  color: white;
}

.quote span {
  font-family:'Barlow',sans-serif;
}

.greybox {
  margin: 16px 0;
  padding: 4px 20px;
  background-color: #f2f2f2;
}


/* .hero p:first-of-type{
  font-size: 16px;
} */

#hero01 {
  background: url(../img/smashable.svg) no-repeat bottom left;
  background-size: 50% auto;
  background-color: white;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#hero01 h1.big {
  font-size: 10em;
  color: #bd9b08;
  line-height: 0.9;
}

.hero h1 span {
  color: #00a174;
  font-size: 1.52em;
  line-height: 1;
}

.hero .content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

body.dark .hero .content .col  {
  color: #3e3e3e;
}

.hero .content .col {
  flex: 100%;
  color: #333147;
  padding: 0 3% 0 0px;
  font-size: .85em;
  line-height: 1.4;
  font-family:'Barlow',sans-serif;
}

 .textflex > div {
  flex: 1;
  }


 .textflex{
  display: flex;
  flex-wrap:wrap;
  display: -webkit-flex;
  -webkit-flex-wrap:wrap;
  margin: 4% 0 0 0;
}

.textflex:last-of-type{
  padding-bottom: 60px;
}

.colflex{
  width: 50%;
  padding: 0 3% 0 0px;
  /* padding-bottom: 50px; */
}

.colimg{
  display: block;
  width: 99%;
}

.insideflex{
  display: flex;
  flex-wrap: wrap;
}

.colinside{
  width: 47%;
}

.colfull{
  width: 100%;
  padding: 0 3% 0 0px;
}


.col80{
  width: 80%;
}

.col20{
  width: 20%;
}



.pgapfix{
  margin-bottom: 0;
}

.listfix{
  margin-top: 0;
}

.listpadding{
  padding-bottom: 10px;
}


.textflex .colflex p span {
font-size: 1em; /* 1.2 em fallback */
color: #3e3e3e;
font-family:'Barlow',sans-serif;
font-weight: 700;
}


#hero01 .content {
  width: 85%;
}

.highlight{
  color: #EAB330;
}

.tile {
  /* visibility: hidden; */
  /* opacity: 0; */
}

.author {
  width: 30%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}

.hero .callout {
  color: #00a174;
  border-top: 1px solid #00a174;
  border-bottom: 1px solid #00a174;
  padding: 2% 0;
}

.nav-container {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 120px;
  height: 60px;
}

.arrowbg{
  /* background-color: #333147; */
  background-color: rgba(48,46,69,.6);
  width: 50px;
  height: 50px;
  text-align:center;
  /* border-radius: 25px; */
}

.home-icon {
  background: url('../img/home.svg') no-repeat center center;
  width: 40px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.arrow.right {
  background: url('../img/nav-arrow-right.svg') no-repeat center center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 12px;
  top: 12px;
}

.arrow.left {
  background: url('../img/nav-arrow-left.svg') no-repeat center center;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.nav-right{
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 19vw;
  padding-bottom: 3vh;
}

.nav-left{
position: fixed;
bottom: 0;
left: 0;
padding-bottom: 3vh;
padding-left: 3vw;
}

.arrow.dark {
  background: url('../img/arrow-dark.svg') no-repeat center center;
}

.home-icon.dark {
  background: url('../img/home-dark.svg') no-repeat center center;
}

.arrow.right.dark {
  background: url('../img/arrow-dark.svg') no-repeat center center;
}

h1.welcome {
}

h1.welcome.mobile {
  display: none;
}

div.blueTable {
  /* border: 0px solid #1C6EA4; */
  /* background-color: #FFFFFF; */
  /* width: 100%; */
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border-top: 1px solid #AAAAAA;
  padding: 5px 5px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
  color: #333147;
}
.divTable.blueTable .divTableHeading {
  background: #333147;
  /* border: 0px; */
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  /* border-radius: 5px; */
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}
.divTable{ display: table; }
.divTableRow {display: table-row;/* border-right: 1px solid #AAAAAA; */}
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-height: 880px) {
  .pagenum {
    bottom: -8px;
  }
}
@media only screen and (max-height: 540px) {
  .pagenum {
    bottom: -15px;
  }
}

@media only screen and (max-width: 775px) {

body{
  height: 100vh;
  width: 100vw;
}

.title-container {
  width: 90%;
}

.title-container h1 {
  font-size: 30px;
}

.title-container p {
  font-size: 20px;
}

h1.title-home {
  font-size: 3.7em;
}

.spotlight {
  display: block;
}

.spotlight a, .spotlight div {
  /* display: block; */
  height: 25vh;
}

.spotlight .info h1.welcome,
.spotlight .info h1 {
  font-size: 1.5em;
  color: #FFFFFF;
}

.wrap1 {
    /* background: url('../img/wrap4.jpg') no-repeat center right; */
    background: #FFFFFF;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.pagenum {
  width: 143px;
  text-align: -webkit-right;
  /* padding: 9px; */
  left: 50%;
  /* text-align: center; */
  transform: translateX(-50%);
  bottom: 16px;
  height: 50px;
}

#contactus{
  background: -webkit-linear-gradient(to right,#EAB330, #CA0088);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
}
.spotlight .info {
  padding: 0.7em;
  height: auto;
}

.hero h1,
.hero h1 span {
  font-size: 2.1em;
}

.hero h1 br{
  display: none;
}

.hero h2 {
  margin-top: 1.5em;
}

#hero01 .content {
  width: 100%;
  display: block;
}

.general-container{
  width: 100%;
}

.boximage{
  width: 100%;
  right: 0;
  background: #333147;
  padding-bottom: 20px;
}

.imgfix{
  width: 50%;
  padding: 0;
  margin: auto;
  display: block;
}

.box{
  margin-left: 0%;
  background: #333147;
  color: white;
  transform: skew(0);
  width: 100%;
}

.box p{
  transform: skew(0);
  padding: 15px 5% 0px 5%;
}

.boximg{
  transform: skew(0);
  padding-bottom: 15px;
}

.hero .content .col {
  padding: 0;
}
.hero {
    padding: 86px 3vw;
    height: 100vh;
}

 .textflex{
  display: block;
  width: 100%;
}

.textflex > div {
 flex: 1;
 }

.colflex{
 width: 100%;
 padding: 0 3% 0 0px;
}


.col80{
  width: 100%;
}

.col20{
  width: 100%;
}

.inlineimg{
  width: 40%;
}


.imagezoom-target:target img {
max-height: 90%;
max-width: 90%;
}

.circlemain{
display: none;
visibility: hidden;
}

.sidemain{
display: none;
visibility: hidden;
}

#hero01 {
      background-color: white;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      overflow: auto;
}

.colinside{
  width: 100%;
}

.subsec{
  /* font-weight: bold; */
  font-size: 1.2em;
  line-height: 1.1em;
  color: #333147;
  font-family: 'MarkPro-Book';
  font-weight: 700;
}
.textflex .colflex p span {
font-size: 1em; /* 1.2 em fallback */
color: #333147;
font-family: 'MarkPro-Book';
font-weight: 700;
}


.burger {
  transform: scale(0.8) !important;
  top: 10px;
  right: 10px;
}

.fullscreen-menu h1 {
  font-size: 2.6em;
}

.menugraphic{
  background: url(../img/smashable.svg) no-repeat top right;
  background-size: 70% auto;
}

/* .menu--info h1 {
  font-size: 1.2em;
  line-height: 1.2;
} */

.menu--info h1 {
  font-size: 1em;
  line-height: 1;
  color: #333147 !important;
  margin: 0 0 0.1em 0;
  font-family: 'MarkPro-Book';
  font-weight: 600;
}

.menu--info p {
  font-size: 1em;
  line-height: 1;
  color: #333147 !important;
  margin: 0;
  padding-left: 6vw;
  font-family: 'MarkPro-Book';
  font-weight: 600;
}


body.fixed,
html.fixed {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fullscreen-menu {
  /* background: #FFFFFF!important; */
  padding: 0vw 3vw;
  width: 100%;
  /* background-color: #75d9f4;
  background-image: linear-gradient(90deg,#ee93ec 0%,#75d9f4 100%); */
}

.menu--container {
  display: flex;
  width: 100%;
}
body.fixed .menu--info span {
  display: none;
}
.menu--page-number {
    width: 40px;
    height: 38px;
    font-size: 1em;
}

.hero .content {
  display: block;
  width: 100%;
}

.fullscreen-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -10;
}

.menu--info span {
  display: none;
}

.logoblack{
  position: fixed;
  margin-left: 3vw;
  top:1.6em;
}

.logoblack-mobilenavfix{
  position: fixed;
  margin: 0 0 1.5em 0px;
  top:1.4em;
}

.pdf-download {
  top: 26px;
  right: 17%;
  z-index: 999 !IMPORTANT;
  padding: 0.7em 1em 0.7em 1em;
  font-family: 'MarkPro-Book';
  font-size: 0.7em;
}

.nav-right{
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 3vw;
  padding-bottom: 3vh;
}

.pagenum p {
  /* width: 90px;
  margin-left: -20px; */
  text-align: center;
}

 /* #hero01::after{
  background-color: rgba(48, 46, 69,1);
}

 #hero02::after{
  background-color: rgba(48, 46, 69,1);
} */

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  body {-webkit-print-color-adjust: exact;}

    /* *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    } */

    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        /* content: " (" attr(href) ")"; */
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hero {
      width: 100%;
    }

    .textflex {
      width: 100%;
      display: inline-block;
      flex: nowrap;
    }

    .colflex {
      width: 100%;
    }

    .burger {
      display: none !important;
    }

    .nav-right {
      display: none;
    }

    .nav-left {
      display: none;
    }

    .pdf-download {
      display: none;
    }
}
