

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* ----------------------Desktop Styles -----------------------*/

/*Page*/
body {
    line-height: 1;
    margin: 0;
    padding:0;
    font-family: Helvetica, sans-serif;
    background-color: #EAEDF0;
}
.menu {
  height: 90px;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: #fff;
  box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
}
.page {
  display: grid;
  grid-template-rows: auto auto auto;
  min-height: 100vh;
  grid-template-areas: 
      "title"
      "box"
      "footer";
}
.section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content {
  background-color: #EEE; /*#EAEDF0;*/
  height: auto;
  margin-top: 80px;
}
.welcome {
  grid-area: welcome;
  grid-template-areas: 
    'title'
    'body';
  width: 100%;
  height: 100%;
  position: relative;

  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
}


/*Main Content*/
.ppTitle{
    display: grid;
    grid-area: title;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 50px;
    grid-template-areas: 
                      'a'
                      'b';
}
.pplabel{
    vertical-align: middle;
    font-size: 29px;
    font-weight: bold;
    float: left;
    grid-area: a;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ppbody{
  grid-area: body;
  font-size: 1em;
}
.ppDate{
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    float: left;
    grid-area: b;  
}

/*Career*/
.ppCareerbody{
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
      "pub0"
      "pub1"
      "pub2"
      "pub3"
      "pub4"
      "pub5"
      "pub6"
      "pub7"
      "pub8"
      "pub9"
      "pub10"
      "pub11";
  grid-row-gap: 20px;
}

#pub0{grid-area: pub0;}
#pub1{ grid-area: pub1;}
#pub2{ grid-area: pub2;}
#pub3{ grid-area: pub3;}
#pub4{  grid-area: pub4;}
#pub5{  grid-area: pub5;}
#pub6{  grid-area: pub6;}
#pub7{  grid-area: pub7;}
#pub8{  grid-area: pub8;}
#pub9{  grid-area: pub9;}
#pub10{  grid-area: pub10;}
#pub11{  grid-area: pub11;}

.pub{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
      "title title"
      "dwnld dwnld"
      "dets dets";
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: white; /*#cccccc; #d2d9df; /*#2fc8b9;*/ /*#878c8c;/*#c6cccc;*/ /*#878c8c;*/ /*#949799;*/ /*#2fc8b9;*/
  width: 90%;
  justify-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
}

#pub0,#pub2,#pub4,#pub6{
  background-color: white; #48aab5; /*#9fa6a6; /*#c6cccc;*/ /*#c6cacc;*/ /*#208c81;*/
}

.pubTitle {
  grid-area: title;
  font-size: 1.4em;
  font-weight: bold;
  width: 100%;
  color: #48aab5; /*#54aab5; /*#148c91;*/ /*white;*/
  /*background-color: #2fc8b9;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  /* text-shadow:
      1px 1px 0 #000,
    -1px -1px 0 #000,  
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
  -webkit-text-stroke: 1px black; */
  display: flex;
  justify-content: center;
  align-items: center;
}


.pubPdf{
  grid-area: dwnld;
  font-size: 1.2em;
  width: auto;
  color: #747474;
  /*background-color: #2fc8b9; /*#ff7e3b;*/*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  /* background-color:rgba(133, 133, 133, 0.1); */
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-top: 2px solid rgba(133, 133, 133, 0.5);*/
}

/*.pubPdf:hover{
  background-color: gray;
}
*/
.pubTmCont{
  grid-area: dets;
  font-size: 1.2em;
  width: 100%;
  color: #747474;
  /*background-color: #2fc8b9; /*#fcb000;*/*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  /* background-color:rgba(133, 133, 133, 0.1); */
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-top: 2px solid rgba(133, 133, 133, 0.5);*/
}

/*.pubTmCont:hover{
  background-color: gray;
}*/



/*Footer*/
.footerSection{
    display: grid;
    grid-template-areas: "privacy terms FAQ copyright";
    min-height: 50px;
}
.footerCard{
    grid-area: footer;
    align-self: end;
    width: 100%;
    background-color: #747474;
    margin-top: 2%;
}
.footerText{
    opacity: 0.75;
    align-self: center;
    justify-self: center;
    text-align: center;
    color: white;
} 
#footerLink{
    text-decoration: none;
}

/*FAQ Section*/
.FaQ_Each{
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 10px;
}
.box  {
  color: black;
  padding-top: 15px;
  padding-bottom:15px;
  padding-left: 20px;
  font-size: 15px;
  text-transform: uppercase;
  cursor:pointer;
  border: 1px solid #d9d9d9;
}
.draw {
  display: none;
  background: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  color: #000000;
  padding-left:30px;
}
#other{
  display: none;
}



/*------------------------ Mobile Styles -----------------------*/
@media only screen and (max-width: 1007px) {

    /*Page*/
    .section {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .logo2 {
      margin-right: auto;
      margin-left: auto;
    }
    .content {
      height: auto;
      margin-top: 95px;
    }
    .welcome {
      grid-area: welcome;
      grid-template-areas: 
        'title'
        'body';
      width: 100%;
      height: 100%;
      position: relative;
      padding-left: 1%;
      padding-right: 1%;
      padding-bottom: 20px;
      margin-left: 3%;
      margin-right: 3%;
      padding-top: 0;
    }
    .menu {
        height: 65px;
    }
    .QLogo {
        height: 40px;
    }

    
    /*Main Content*/
    .ppTitle {
      display: grid;
      grid-area: title;
      margin-left: auto;
      margin-right: auto;
      grid-template-areas: 
                          'a'
                          'b';
    }
    .pplabel {
        vertical-align: middle;
        font-size: 29px;
        font-weight: bold;
        float: left;
        grid-area: a;
        padding-top: 0px;
    }
 
    /*Career*/
/*    .ppCareerbody{
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas: 
	      "pub1"
	      "pub2"
	      "pub3"
	      "pub4"
	      "pub5"
      	"pub6";
      grid-row-gap: 20px;
    }*/
    
    /*Footer*/
    .footerCard {
        position: relative;
        bottom: 0;
        padding-bottom: 5%;
    }
    .footerSection {
        display: grid;
        grid-template-areas: 
        "privacy" 
        "terms"
        "FAQ"
        "copyright";
        min-height: 50px;
        grid-row-gap: 15%;
        padding-top: 10px;
        padding-bottom: 40px;
    }

}
