

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{
  height: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr; /*1fr 1fr 1fr;*/
  grid-template-areas: 
      "job2 job3"
      "job1 job4"
	  "job5 job6"
	  "job7 job8"; /* "job1 job2 job3";*/
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}

.jobi,.jobii,.jobiii,.jobiv,.jobv,.jobvi,.jobvii,.jobviii{
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: 
      "title title"
      "dets dwnld";
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.jobiTitle,.jobiiTitle,.jobiiiTitle,.jobivTitle,.jobvTitle,.jobviTitle,.jobviiTitle,.jobviiiTitle{
  grid-area: title;
  font-size: 1.7em;
  width: 100%;
  color: #48aab5; /*#46b4be;*/
  background-color: #fff; /*#cccccc; /*#d2d9df; /*#97a7b5;/* #d2d9df;*/
  padding: 3%;
  /* 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;
}


.jobiPdf,.jobiiPdf,.jobiiiPdf,.jobivPdf,.jobvPdf,.jobviPdf,.jobviiPdf,.jobviiiPdf{
  grid-area: dwnld;
  font-size: 1.5em;
  width: auto;
  padding: 3%;
  color: #747474;
  background-color: #fff; /*#97a7b5;/*#d2d9df;/*#ff7e3b;*/
  /* background-color:rgba(133, 133, 133, 0.1); */
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(133, 133, 133, 0.5);

}

.jobiPdf:hover,.jobiiPdf:hover,.jobiiiPdf:hover,.jobivPdf:hover,.jobvPdf:hover,.jobviPdf:hover,.jobviiPdf:hover,.jobviiiPdf:hover{
  background-color: gray;
  color: white;
}

.jobiTmCont,.jobiiTmCont,.jobiiiTmCont,.jobivTmCont,.jobvTmCont,.jobviTmCont,.jobviiTmCont,.jobviiiTmCont{
  grid-area: dets;
  font-size: 1.5em;
  width: 100%;
  padding: 3%;
  color: #747474;
  background-color: #fff; /*#97a7b5;/*#d2d9df;/*#fcb000;*/
  /* background-color:rgba(133, 133, 133, 0.1); */
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(133, 133, 133, 0.5);
  border-top: 1px solid rgba(133, 133, 133, 0.5);

}

.jobiTmCont:hover,.jobiiTmCont:hover,.jobiiiTmCont:hover,.jobivTmCont:hover,.jobvTmCont:hover,.jobviTmCont:hover,.jobviiTmCont:hover,.jobviiiTmCont:hover{
  background-color: gray;
  color: white;
}

.jobi{
  grid-area: job1;  
  background-color:rgba(252, 186, 3, 0.4);
}

.jobii{
  grid-area: job2;  
  background-color:rgba(250, 0, 46, 0.4);
;
}

.jobiii{
  grid-area: job3;  
  background-color:rgba(12, 237, 49, 0.4);
}

.jobiv{
  grid-area: job4;
  background-color: rgba(12, 237, 49, 0.4);
}
.jobv{
  grid-area: job5;
  background-color: rgba(12, 237, 49, 0.4);
}

.jobvi{
  grid-area: job6;
  background-color: rgba(12, 237, 49, 0.4);
}

.jobvii{
  grid-area: job7;
  background-color: rgba(12, 237, 49, 0.4);
}

.jobviii{
  grid-area: job8;
  background-color: rgba(12, 237, 49, 0.4);
}

/*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: 
          "job1"
          "job2"
          "job3"
          "job4"
          "job5"
          "job6"
          "job7"
          "job8";
      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;
    }

}
