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

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

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

nav {
    height: 36px;
    width: 100%;
    background-color: rgba(142,142,142,1.00);
}

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;
}

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

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

a {
	text-decoration: none;
	colour: none;
}

ul {
    list-style-type: none;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-size: 100%;
    width: 100%;
}

li {
    float: left;
    width: 25%;
    height: 36px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    height: 36px;
    width: 100%;
}

li a:hover {
    background-color: rgba(0,177,235,1.00);
    width: 100%;
    height: 36px;
}

/* Dropdown Button */

.bg-cont {
    width: 100%;
    z-index: 4000;
    position: fixed;
    top: 12%;
    height: 36pt;
}

.dropbtn {
    background-color: rgba(255,255,255,0.00);
    color: white;
    border: none;
    padding-top: 8pt;
    padding-bottom: 8pt;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
    width: 20%;
    position: relative;
    display: inline-block;
    background-color: rgba(0,177,235,1.00);
    border-radius: 50px;
    margin-right: 37.5%;
    margin-left: 37.5%;
    text-align: center;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.85);
    width: 90%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 5%;
    margin-right: 5%;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(62,164,223,0.00);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}




/* aw columns  */
main {
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 1000;
}

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

.intro-row2 {
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 3%;
    width: 100%;
}

.margin_1 {
    width: 15.622%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.col-space_1 {
    width: 12.69%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.picture_1 {
    width: 7.66%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 74px;
}

.margin_2 {
    width: 4%;
    float: left;
    margin-top: 0;
}


.picture_2 {
    width: 10.19%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 97.686px;
}

.col-space_2 {
    width: 10.22%;
    float: left;
    margin-top: 0;
}
.content-page {
    background-color: rgba(255,255,255,0.35);
}

.phone-row-1 {
	display: none;
}
.phone-row-2 {
	display: none;
}

	/* END of DESKTOP mq  */



















	/* 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) {


      
body {
    width: 1024px;
    height: 1024px;
    margin-top: 0;
    padding: 0;
    top: 0;
}

      header {
          z-index: 2;
      }      
li {
    float: left;
    width: 25%;
}
      
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    padding-top: 9px;
}    
p2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 11px;
    text-align: center;
    padding-bottom: 5px;
}
    
/* BUTTON Dropdown Container */

.bg-cont {
    position: absolute;
    top: 134px;
    z-index: 1;
    width: 100%;
    height: 36pt;
    margin-right: 0;
}

/* BUTTON Dropdown */

.dropbtn {
    background-color: rgba(255,255,255,0.00);
    color: white;
    border: none;
    padding-top: 8pt;
    padding-bottom: 8pt;
    width: 250px;
}
    
/* The container <div> - needed to position the dropdown content */

.dropdown {
    width: 250px;
    margin-right: 387px;
    margin-left: 387px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
}    
/* BUTTON Dropdown Content (Hidden by Default) */
    
p1 {
    font-size: 10pt;
}
    
.dropdown-content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
    
.dropdown-content a {
    color: black;
     padding: 8px 5px;
    text-decoration: none;
    display: block;
}
    
	/* iPad LANDSCAPE - ROUNDELS  */
    
main {
    margin-top: 150px;
z-index: 1;
      }
    
    
	/* iPad LANDSCAPE - HIDES  */
    
.phone-row-1 {
	display: none;
}
.phone-row-2 {
	display: none;
}	
}


	/* END of iPad LANDSCAPE 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) {


	/* iPad PORTRAIT - NAV */

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

li {
    float: left;
    list-style-type: none;
    height: 80px;
    width: 25%;
}

li a {
    color: white;
    text-align: center;
    width: 100%;
    height: 80px;
    text-decoration: none;
}

li a:hover {
    background-color: rgba(0,177,235,1.00);
    height: 80px;
    width: 100%;
}

 .content-page {
          display: none;
      } 
  
      
/* iPAD PORTRAIT - Dropdown Button CONTAINER */

.bg-cont {
    z-index: 1;
    position: absolute;
    top: 50px;
    height: 36pt;
    width: 100%;
    margin-right: 0;
}



/* iPAD PORTRAIT - BUTTON LIST */
      
p1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1px;
    vertical-align: middle;
    padding-top: 1px;
}

/* iPAD PORTRAIT - BUTTON TEXT */
      
p2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    text-align: center;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: block;
    width: 60%;
    height: 45px;
    margin-top: 75px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 70px;
    margin-bottom: 35px;
    margin-left: 20%;
    text-align: center;
}
      
.dropbtn {
    background-color: rgba(255,255,255,0.00);
    color: white;
    border: none;
    padding-top: 7px;
    padding-bottom: 8pt;
    border-radius: 50px;
    width: 50%;
}
      

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(239,239,239,0.95);
    width: 90%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 7px;
    padding-top: 0;
}


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    height: 30px;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    height: 30px;
    background-color: rgba(255,255,255,0.30);
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}
      
/* Hide desktop version of roundels */	  
	  
.intro {
		  display: none;
	  }	  
	  
.intro-row2 {
		  display: none;
	  }

      
/* aw columns  */
      
main {
    height: 100%;
    margin-bottom: 100px;
}
      
/* Pad version of roundels */	
      
.phone-row-1 {
    display: inline-block;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 25%;
}

.phone-row-2 {
    display: inline-block;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

 /* Larger picture roundels */	  
	  
.phone_margin_1 {
    width: 35%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.phone_picture_1 {
    width: 30%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 74px;
}

 /* Smaller picture roundels */	  
	  
.phone_col-space {
    width: 56%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.phone_picture_2 {
    width: 22%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 97.686px;
}      
}

	/* END of iPad PORTRAIT mq  */



























	/* 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) { 
	  
	/* iPhone LANDSCAPE NAV */

html {
    width: 980px;
    padding: 0;
    margin: 0;
}
      
body {
    top: 0;
    width: 980px;
    height: 880px;
} 
      
header {
    width: 980px;
}
      
main {
    position: fixed;
    margin-top: 100px;
      }      
       
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;
    padding-top: 9px;
}

ul {
    list-style-type: none;
    height: 45px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(142,142,142,1.00);
}

li {
    float: left;
    width: 25%;
    height: 45px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    height: 45px;
    text-decoration: none;
}

li a:hover {
    background-color: rgba(0,177,235,1.00);
    height: 45px;
}

.content-page {
    background-color: rgba(128,214,252,0.00);
}

	
	/* iPhone LANDSCAPE DROPDOWN menu */
	
.bg-cont {
    z-index: 4000;
    position: absolute;
    height: 40px;
    float: right;
    width: 100%;
    top: 80px;
}


.dropbtn {
    background-color: rgba(255,255,255,0.00);
    color: white;
    border: none;
    padding-top: 8pt;
    padding-bottom: 8pt;
    width: 325px;
    bottom: auto;
}
	  
p2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 11px;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    background-color: rgba(0,177,235,1.00);
    border-radius: 50px;
    height: 50px;
    width: 350px;
    margin-left: 315px;
    margin-right: 315px;
}

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

	  
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 90%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
     padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(62,164,223,0.00);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

 /* Height of roundels for this MQ */
	  
.intro {
    margin-top: 4%;
}
}


	/* END of iPhone LANDSCAPE mq  */
      
 
































	/* iPhone 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;
    height: 1737px;
    width: 980px;
    background-color: rgba(255,255,255,1.00);
}


body {
    margin: 0;
    height: 1737px;
    padding: 0;
    width: 980px;
    top: 0;
}

main {
    position: fixed;
    width: 100%;
    height: 2000px;
    padding: 0;
    z-index: 1000;
    text-align: center;
    top: 0;
    margin-top: 0;
}

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


header {
    width: 980px;
    padding: 0;
    z-index: 4000;
    background-color: rgba(255,255,255,0.00);
}

.nav-dt {
          display: none;
      }
      
.content-page {
    background-color: rgba(128,214,252,0.00);
}
nav {
    width: 100%;
    padding: 0;
    z-index: 5000;
    height: 83.3px;
}

  	/* iPhone PORTRAIT Nav text  */
      
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 32pt;
    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: 16px;
}



ul {
    list-style-type: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding: 0px;
    background-color: rgba(142,142,142,1.00);
    height: 83.3px;
    margin-top: 0;
}
li {
    float: left;
    height: 83.3px;
    width: 50%;
}
li a {
    display: block;
    text-decoration: none;
    height: 83.3px;
}

li a:hover {
    background-color: rgba(0,177,235,1.00);
    height: 83.3px;
}
	  

	  
/* Dropdown Button */

.bg-cont {
    position: absolute;
    height: 1150px;
    width: 100%;
    margin-top: 0;
    top: 115px;
}


.dropbtn {
    background-color: rgba(255,255,255,0.00);
    color: white;
    border: none;
    padding-top: 8pt;
    padding-bottom: 8pt;
    width: 100%;
}

/* The container <div> - needed to position the dropdown content - BUTTON IMAGE COMTAINER */

.dropdown {
    position: relative;
    display: inline-block;
    background-color: rgba(0,177,235,1.00);
    width: 60%;
    height: 87px;
    margin-left: 20%;
    margin-top: 50px;
    margin-right: 20%;
    padding-top: 6px;
    border-radius: 70px;
    margin-bottom: 35px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(239,239,239,0.95);
    width: 90%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 10px;
}

/* Links inside the dropdown */
      
p1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 27pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    text-transform: uppercase;
    margin-top: 0;
    padding: 0;
    text-align: center;
}
	      
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    height: 50px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
	height: 75px;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(62,164,223,0.00);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Hide desktop version of roundels */	  
	  
.intro {
		  display: none;
	  }	  
	  
.intro-row2 {
		  display: none;
	  }
	  
	  
/* Phone version of roundels */	
      
.phone-row-1 {
    postion: fixed;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: block;
    margin-top: 335px;
}

.phone-row-2 {
    display: inline-block;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

 /* Larger picture roundels */	  
	  
.phone_margin_1 {
    width: 35%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.phone_picture_1 {
    width: 30%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 74px;
}

 /* Smaller picture roundels */	  
	  
.phone_col-space {
    width: 56%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.phone_picture_2 {
    width: 22%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 97.686px;
}
}

	/* END of iPhone PORTRAIT mq  */



