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

html {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(235,253,248,1.00);
}

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


/* NAV container */

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

/* List container */

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

/* NAV text */

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    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;
    float: none;
}


/* NAV list */

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

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

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

li a:hover {
    background-color: rgba(87,197,201,1.00);
    width: 100%;
}

/* DESKTOP image container */

main {
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 10%;
}

.image-L {
    width: 1920px;
    display: inline;
    height: 550px;
}
/* DESKTOP blurb container */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(23,23,23,1.00);
    height: 22px;
}

/* DESKTOP Blurb text */

h2 {
    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;
    color: rgba(51,51,51,1.00);
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 20pt;
}


/* DESKTOP remove hyperlink underlines */

a {
	text-decoration: none;
}

/* DESKTOP hide iPhone image */

.iphone-p {
		  display: none;
}	  


.ipad {
		  display: none;
}	  































	/* 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 text */

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

body {
    margin: 0;
    padding: 0;
    width: 100%;
}
animation_container {
    width: 1024px;
    margin-top: 400px;
    }
    
header {
    height: 70pt;
    width: 100%;
}
    
nav {
    width: 100%;
}

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    padding-top: 9px;
}
      
ul {
    background-color: rgba(142,142,142,1.00);
    width: 1024px;
}
    
li a:hover {
    background-color: rgba(87,197,201,1.00);
    width: 100%;
}
}

























	/* iPad PORTRAIT mq */

@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: 33.3%;
}

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

li a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 80px;
    width: 100%;
}
      
 /* iPad DESKTOP - iPad Video container */
 
.ipad {
    width: 100%;
    display: block;
}
    
.image-L {
		  display: none;
}	  
	  	      
.iphone-p {
		  display: none;
}
       
}

	/* iPhone PORTRAIT mq */



























	/* iPhone LANDSCAPE mq */


@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 text */

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

      
/* iPhone LANDSCAPE - Nav  */

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 4000;
    background-color: rgba(255,0,4,0.00);
}
      
nav {
    width: 100%;
    padding: 0;
    z-index: 5000;
    height: 45px;
    background-color: rgba(142,142,142,1.00);
    float: left;
    margin-top: 0;
}

      
/* iPhone LANDSCAPE nav list */
      
ul {
    list-style-type: none;
    height: 45px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

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

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

li a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 45px;
    width: 100%;
}

	  
/* iPhone LANDSCAPE picture container */

main {
    width: 100%;
    background-repeat: no-repeat;
}

/* iPhone LANDSCAPE picture hide */
	  
.image-L {
    display: none;
    width: 100%;
    margin-top: 25%;
}	  
	  
/* iPhone LANDSCAPE picture change */
	  
.iphone-p {
    display: block;
}
      
.ipad {
		  display: none;
}	  
	  
	  
/* iPhone LANDSCAPE  blurb container */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
	  
/* iPhone LANDSCAPE Blurb text */

h2 {
    line-height: 12pt;
    color: rgba(119,119,119,1.00);
}
	  
	  
}






























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

    
/* iPhone PORTRAIT picture container container */

main {
    width: 100%;
    margin-top: 50%;
}

/* iPhone PORTRAIT picture hide */
	  
.image-L {
		  display: none;
	  }	  
	  
/* iPhone PORTRAIT picture change */
	  
.iphone-p {
	display: block;
	width: 100%;
	  }
      
.ipad {
		  display: none;
}	  

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

/* NAV container */

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 4000;
    background-color: rgba(255,0,4,0.00);
}

/* List container */

nav {
    width: 100%;
    padding: 0;
    z-index: 5000;
    height: 83.3px;
    background-color: rgba(142,142,142,1.00);
}
      
/* iPhone PORTRAIT nav list */
	  
ul {
    list-style-type: none;
    padding: 0;
    background-color: rgba(142,142,142,1.00);
    height: 83.3px;
    margin-top: 0;
    width: 100%;
}
li {
    float: left;
    width: 33%;
    height: 83.3px;
}
li a {
    padding-right: 5px 6px;
    text-decoration: none;
    height: 83.3px;
}

li a:hover {
    background-color: rgba(252,252,252,0.00);
    height: 83.3px;
    width: 1000px;
    color: rgba(255,255,255,1.00);
}

	  
/* iPhone PORTRAIT blurb text */

h2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 32pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(108,108,108,1.00);
    padding-top: 20px;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 34pt;
}

	  
/* iPhone PORTRAIT  blurb container */

footer {
    position: fixed;
    bottom: 25px;
    width: 100%;
    height: 80px;
}
	  
}
