@charset "UTF-8";
/* CSS Document */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgba(245,245,245,1.00);
}



/* DESKTOP - Nav container */

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 4000;
    height: auto;
}

 /* DESKTOP - Nav  */
     
nav {
    width: 100%;
    height: 36px;
    background-repeat: no-repeat;
    background-color: rgba(142,142,142,1.00);
}

 /* DESKTOP - HIDE iPhone Bottom Nav  */

.phone-bot-nav {
    display: none;
}

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    font-style: normal;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    padding-top: 11px;
    margin-top: 0;
}


ul {
    list-style-type: none;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,1.00);
    background-size: 100%;
    width: 100%;
}

.desk {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 10%;
    border-right: medium solid rgba(255,255,255,0.20);
}

.desk a:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
    width: 100%;
}

.desk a {
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    height: 36px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}


.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 54%;
}



.nav-symb_dt {
    display: inline-block;
    width: 5%;
    margin: 0;
}

.nav-symb_dt a {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-decoration: none;

}

.nav-symb_dt:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
}

.nav-symb_l {
    display: none;
}      

.nav-symb {
    display: none;
}      

/* ARTWORK */



div {
    margin: 0;
    padding: 0;
    width: 100%;
}





/* Desktop View - AW Blurb */

footer {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}

.aw_details {
    z-index: 4000;
    position: fixed;
    bottom: 0;
    float: left;
    min-height: 95px;
    width: 100%;
    background-color: rgba(142,142,142,1.00);
}

h2 {
    font-size: 16pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    colour: rgb(255,255,255,1.00);
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 18.45%;
    padding-left: 3%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: hsla(0,0%,100%,1.00);
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    colour: rgb(255,255,255,1.00);
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 18%;
    padding-left: 2.5%;
    color: hsla(0,0%,100%,1.00);
}

/* Desktop View - AW columns  */
main {
    width: 100%;
    padding: 0;
    z-index: 1000;
}



.intro {
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 0;
}

.column-1 {
    margin-top: 0;
    width: 84.53%;
    float: left;
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
}


.column-2 {
    width: 15.46%;
    float: left;
    margin-top: 50px;
}

.intro-phone {
	display: none;
	  }

/* Hide magnyfier for desktop view */

.plus-p {
	display: none;
}

/* DESKTOP - Magnyfier for desktop view */

.plus-l {
    position: relative;
    top: 400px;
    width: 50px;
    height: 50px;
    background-color: rgba(142,142,142,1.00);
    display: block;
    z-index: 7000;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.plus-l:hover {
    background-color: rgba(40,179,185,1.00);
}































	/* iPad LANDSCAPE */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    
	/* iPad LANDSCAPE - Nav */

nav {
    width: 100%;
    height: 36px;
    margin-top: 0;
}

.nav-symb_dt {
        width: 8.125%;
    }
    
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 43.75%;
}

    
p {
    font-size: 12pt;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    width: 100%;
    font-weight: 100;
}  
      
      
ul {
    list-style-type: none;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,1.00);
    background-size: 100%;
    width: 100%;
}

/* iPad LANDSCAPE View - AW columns  */

main {
    width: 100%;
    margin-top: 25px;
    padding: 0;
    z-index: 1000;
}


.intro {
    display: block;
    margin-top: 25px;
}
     
.intro-phone {
	display: none;
}



.column-1 {
    width: 75%;
    float: left;
    display: inline-block;
    margin-top: 50px;
}

.column-2 {
    width: 25%;
    float: right;
    margin-top: 30px;
}
    
    
    
	/* iPad LANDSCAPE - Footer Blurb */

     
.aw_details {
    width: 75%;
} 
    
    
h2 {
    font-size: 15pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 3%;
    padding-left: 3%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 3%;
    padding-left: 3%;
}

p1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    padding-top: 0;
    margin-top: 0;
    line-height: 1pt;
}
    
	/* iPad LANDSCAPE - Magynifiere */
    
.plus-l {
    top: 275px;
} 
	/* END of iPad L mq */
    
}






























	/* iPad PORTRAIT */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {


	/* HEADER - iPad P */

p {
    font-size: 15pt;
    color: rgba(255,255,255,1.00);
    padding-top: 9px;
    width: 100%;
    font-weight: 100;
}
      
nav {
    width: 100%;
    height: 40px;
    margin-top: 0;
}

.desk {
    width: 13%;
}
      
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 28.85%;
}

.nav-symb_dt {
          width: 10%;
}
      


	/* MAIN - iPad P */
      
main {
    margin-top: 1px;
}
      
.intro {
	display: none;
}
 
.intro-phone {
    display: block;
    margin-top: 100px;
}
      
.panel-col {
    margin-left: 17.5%;
    margin-right: 17.5%;
    width: 65%;
    margin-bottom: 2%;
}

 
	/* FOOTER - iPad P */

.aw_details {
    position: inherit;
    width: 100%;
    margin-top: 2%;
}      

h2 {
    font-size: 18pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 3%;
    padding-left: 3%;
}

h3 {
    font-size: 18pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 3%;
    padding-left: 3%;
}
      
 	/* iPad LANDSCAPE - Magynifiere height */
     
.plus-l {
    top: 450px;
}       
}






























	/* iPhone LANDSCAPE */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 


	/* HEADER - iPhone L */

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17pt;
    color: rgba(255,255,255,1.00);
    font-weight: 100;
}
     
nav {
    width: 100%;
    height: 45px;
    margin-top: 0;
    background-color: rgba(142,142,142,1.00);
    float: left;
    display: inline-block;
}
          
.desk_space {
     display: none;
}
    
.nav-symb_dt {
    display: none;
}

.nav-symb {
    display: none;
}

.nav-symb_l {
    display: inline-block;
    float: left;
    list-style-type: none;
    height: 45px;
    width: 33%;
}

.nav-symb_l a {
    color: white;
    text-align: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}  
      
.desk {
    display: none;
    
}     
      
	/* MAIN - iPhone L */

.plus-l {
    position: relative;
    top: 200px;
    width: 50px;
    height: 50px;
    background-color: rgba(142,142,142,1.00);
    display: block;
    z-index: 7000;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
} 
 
.column-1 {
    display: none;
}
         
.intro-phone {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}         

.panel-col {
    display: none;
}

.column-2 {
    display: inline-block;
    margin-top: 100px;
    width: 25%;
    float: right;
}
      
.aw-col {
    position: absolute;
    top: 120px;
    width: 75%;
    margin-top: 0;
    float: left;
} 
 
.plus-l {
    position: fixed;
    top: 220px;
    float: left;
} 

.aw_details {
    position: absolute;
    top: 800px;
    z-index: 4000;
    bottom: 0;
    float: left;
    width: 100%;
    height: 130px;
}    
      

/* FOOTER - iPhone L */
      
h3 {
    font-size: 18pt;
    padding-top: 0;
    padding-bottom: 1px;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 19pt;
    text-align: center;

}

h2 {
    font-size: 18pt;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-right: 1%;
    padding-left: 1%;
    font-weight: 100;
}

	/* END of  iPhone L mq */
}




























	/* iPhone 6 PORTRAIT */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {


html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
      
/* HEADER - iPhone P */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
}
     
nav {
    width: 100%;
    height: 100px;
    margin-top: 0;
    background-size: 100%;
    display: inline-block;
}
      
p {
    font-size: 32pt;
    font-weight: 100;
    text-align: center;
    color: rgba(255,255,255,1.00);
    width: 100%;
    padding-top: 25px;
}
      
.desk {
    display: none;
    background-color: rgba(255,0,4,1.00);
}
          
.desk_space {
     display: none;
}

.phone-bot-nav {
    display: block;
}
      
.nav-symb {
    width: 33.3%;
    height: 100px;
    float: left;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
}      
      
.nav-symb a {
    text-decoration: none;
    width: 33.3%;
    height: 100px;
}
      
.nav-symb_dt {
    display: none;
}      

.nav-symb_l {
    display: none;
}      

   
 
/* MAIN - iPhone P */

main {
    width: 100%;
    padding: 0;
    z-index: 1000;
    margin-top: 75px;
}
      
.intro {
    display: none;
	  }
      
.plus-p {
    position: fixed;
    top: 500px;
    width: 100px;
    height: 100px;
    background-color: rgba(142,142,142,1.00);
    display: block;
    z-index: 7000;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
      
.plus-p:hover {
    background-color: rgba(40,179,185,1.00);
}      
      
.plus-l {
    display: none;
}      
 
.intro-phone {
    display: inline-block;
}
         
.panel-col {
    width: 96%;
    float: left;
    display: block;
    margin-bottom: 40px;
    margin-left: 2%;
    margin-right: 2%;
}

.aw-col {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 150px;
} 
     

/* FOOTER - iPhone P */
     
footer {
    width: 100%;
    padding: 0;
    height: auto;
    display: inline-block;
    float: left;
}      
     
.aw_details {
    position: inherit;
    width: 100%;
    padding-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}
     
h2 {
    font-size: 30pt;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    padding-top: 20px;
    font-weight: 100;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 28pt;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
}   

/* END of iPhone P mq */

}
