/* Global Styles */

html,body {
font-size:100%;
height:100%;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
scroll-behavior: smooth;
}

@font-face
    {
    font-family: ETFont;
    src: url(../fonts/cordia.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

@font-face
    {
    font-family: PosterFont;
    src: url(../fonts/NIAGSOL.TTF);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

@font-face
    {
    font-family: MMThmFont;
    src: url(../fonts/Poppins-Thin.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */

.parallax {
  scroll-behavior: smooth;
}

.parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    min-height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .parallax__layer--fore {
    transform: translateZ(90px) scale(1);
    -webkit-transform: translateZ(90px) scale(.7);
    -moz-transform: translateZ(90px) scale(1);
    z-index: 5;
  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
  }

  .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
  }


  /* Debugger styles - used to show the effect
  --------------------------------------------- */

  .debug {
    position: fixed;
    top: 0;
    left: .5em;
    z-index: 999;
    background: rgba(0,0,0,.85);
    color: #fff;
    padding: .5em;
    border-radius: 0 0 5px 5px;
  }
  .debug-on .parallax__group {
    -webkit-transform: translate3d(800px, 0, -800px) rotateY(30deg);
    transform: translate3d(700px, 0, -800px) rotateY(30deg);
 }
  .debug-on .parallax__layer {
    box-shadow: 0 0 0 2px #000;
    opacity: 0.9;
  }
  .parallax__group {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }


  /* demo styles
  --------------------------------------------- */

  body, html {
    overflow: hidden;
  }

  body {
    font: 100% / 1.5 Arial;
  }

  * {
    margin:0;
    padding:0;
  }

  .parallax {
    font-size: 200%;
  }

   /* centre the content in the parallax layers */
  .title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }



  /* style the groups
  --------------------------------------------- */

  #group1 {
    z-index: 10; /* slide over group 2 */
  }
  #group1 .parallax__layer--base {
    background: rgb(102,204,102);
  }

  #group2 
    {
    z-index: 6; /* slide under groups 1 and 3 */
    display:block;
    clear: both;
    }
    
  #group2 .parallax__layer--back {
    background-color: #00b1b3;
    max-width: 100%;
    height: 130%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: bottom;
    overflow-y: visible;
    clear: both;
  }

  #group3 {
    z-index: -1; /* slide over group 2 and 4 */
  }
  
  #group3 .parallax__group
    {
    overflow: hidden;
    }
    
  #group3 .parallax__layer--base 
    {
    background: rgb(255,255,255);
    }
 
     
 #group3 .parallax__layer--base:hover 
    {
   
    } 
    
  #group3 .parallax__layer--fore
    {
    overflow: hidden;
    }

 #group3 .parallax__layer--back {
    height: 100%;
  }

  #group4 {
    z-index: 3; /* slide under group 3 and 5 */
  }
  
  #group4 .parallax__group
    {
    clear: both;
    overflow: auto;
    }
    
  #group4 .parallax__layer--deep {
    background: transparent url(../images/heartattack1.jpg) no-repeat; 
    max-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
  }

  #group5 {
    z-index: 8; /* slide over group 4 and 6 */
  }

  #group5 .parallax__layer--base {
    background: transparent url(../images/lobby1.jpg) no-repeat; 
    max-width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }

  #group6 {
    z-index: 5; /* slide under group 5 and 7 */
  }
  #group6 .parallax__layer--back {
    background: rgb(245,235,100);
  }

  #group7 {
    z-index: 6; /* slide over group 7 */
  }
  #group7 .parallax__layer--base {
    background: rgb(255,241,100);
  }


  /* misc
  --------------------------------------------- */
  .demo__info {
    position: absolute;
    z-index:100;
    bottom: 1vh;
    top: auto;
    font-size:80%;
    text-align:center;
    width: 100%;
  }

/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */
/* Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// Parallax Style Rules /////////////// */

.slide
    {
    position: relative;
    padding: 25vh 10%;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
    transform-style: inherit;
    }

.slide:before 
    {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    }

.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.slide, .slide:before {
  background: 50% 50% / cover;  
}

#slide2
    {
    background-attachment: fixed;
    }
    
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */


nav#nav-main 
    {
    /*display: none;*/
    position: fixed;
    }

#nav_menu 
    {
    z-index: 99999;
    position: fixed;
    display: block;
    height: 122px;
    width: 100%;
    }
    
#nav_menu li
    {
    list-style-type: none;
    text-decoration: none;
    vertical-align: middle;
    height: 80px;
    display: inline-block;
    position: relative;
    }
    

.nav_menu_link
    {
    color: white;
    font-size: 18px;
    height: 0;
    font-family: Arial;
    vertical-align: baseline;
    position: relative;
    display: inline-block;
    height: auto;
    padding: 29px;
    }
.nav_menu_link:hover
    {
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    transition: all .2s;
    }

.nav_menu_link:hover .arrow.down
    {
    border-top-color: #FFF;
    }

nav#nav-mobile
    {
    margin-top: -205px;
    /*display: none;*/
    }
    
nav#nav-mobile ul
    {
    /*display: none;*/
    list-style-type: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 60px;
    font-family: ETfont;
    font-weight: bold;
    background-color: #ffffff;
    /*border-bottom: solid 1px #a5afa8; */
    }

nav#nav-mobile #liTop 
    {
    display: block;
    padding: 5px 0;
    margin: 0 0px;
    height: 85px;
    }

nav#nav-mobile li 
    {
    display: block;
    padding: 5px 0;
    margin: 0 0px;
    height: 55px;
    /*border-bottom: solid 1px #a5afa8; 
    border-top: solid 1px #a5afa8; */
    }
    
nav#nav-mobile li:last-child
    {
    border-bottom: none; 
    }

nav#nav-mobile a 
    {
    display: block;
    color: #a5afa8;
    padding: 0px 0px;
    text-decoration: none;
    }
nav#nav-mobile a:hover
    {
    background-color: #e0eee4;
    color: #a5afa8;
    text-decoration: none;
    }

/* =Media Queries
-------------------------------------------------------------- */
/*@media all and (max-width: 970px) {
  #nav-trigger {
    display: inline-block; }

  nav#nav-mobile {
    display: block; }
}
/* ******* NEW NAV MENU END ***** */ 

/*nav navHome {
  display: none;*/
}

@media (max-width: 1280px) {
  nav .logoBG2 { display: inline; }
  nav .logoBG { display: none; }
}
    
@media (max-width: 970px) {
  .navBrowse     { display: none; }
  nav navHome { display: inline; }
  }

@media (max-width: 700px) {
  nav .logoBG2 { display: none; }
  nav .logoBG3 { display: inline; }
  }


/*.navLinks
    {
    width: 100%;
    height: auto;
    margin-left: auto;
    position:fixed;
    text-align: center;
    font-family: ETfont;
    font-size: 35px;
    z-index: 99999;
    font-weight: bolder;
    position: relative;
    }*/

.navLinks A:link	{
	text-decoration: none;
	color: #434343;
	}

.navLinks A:hover	{
	text-decoration: none;
	color: #434343;
	}

.navLinks A:visited	{
	text-decoration: none;
	color: #434343;
	}

.ETlogo, .ETabout, .aboutSection, .CDMGabout2, .CDMGaboutSection
    {
    height: 80px;
    display: inline;
    vertical-align: middle;
    }

.ETnavlogo
    {
    width: 66px;
    height: 67px;
    display: inline-block;
    background: transparent url(../images/ETnavlogo.png) no-repeat;
    }

#ETlogo
    {
    width: 177px;
    height: 55px;
    background: transparent url(images/ETlogo1.png) no-repeat;
    }
    
.MMdivide
    {
    display: inline;
    color: #434343;
    }

.navLogos
    {
    position: fixed;
    margin-top: 25px;
    margin-left: 1%;
    z-index: 99999;
    display: inline-block;
    }

.navLogo01
    {
    width: 117px;
    height: 55px;
    background: transparent url(../images/ETlogo1.png) no-repeat;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    }

.navLogo02
    {
    width: 55px;
    height: 43px;
    background: transparent url(../images/CDMG_nav_logo_460.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo03
    {
    width: 563px;
    height: 84px;
    background: transparent url(../images/MM_logo_1585_light.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo04
    {
    width: 394px;
    height: 59px;
    background: transparent url(../images/MM_logo_1230_light.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo05
    {
     width: 124px;
    height: 53px;
    background: transparent url(../images/MM_logo_sub_600.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo06
    {
     width: 124px;
    height: 53px;
    background: transparent url(../images/MM_logo_600.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

@media (max-width: 4000px) 
    {
    .navBrowse { font-size: 100px; }
    nav .navLinks { font-family: ETFont; word-spacing: 0px;}
    }

@media (max-width: 3300px) 
    {
    .navBrowse { font-size: 80px; }
    nav .navLinks { font-family: ETFont; word-spacing: 0px;}
    }

@media (max-width: 2700px) 
    {
    .navBrowse { font-size: 60px; }
    nav .navLinks { font-family: ETFont; word-spacing: 0px;}
    }

@media (max-width: 2210px) 
    {
    .navBrowse { font-size: 40px; padding-top: 35px; }
    nav .navLinks { word-spacing: 0px;}
    }

@media (max-width: 1850px) 
    {
    .navBrowse { font-size: 35px; padding-top: 35px; }
    nav .navLinks { font-family: ETFont; word-spacing: 0px;}
    }

@media (max-width: 1650px) 
    {
    .navBrowse { font-size: 30px; padding-top: 30px; }
    nav .navLinks { font-family: ETFont; word-spacing: 0px;}
    }

@media (max-width: 1460px) 
    {
    .navBrowse { font-size: 30px; padding-top: 30px; }
    nav .navLinks { font-family: ETFont; word-spacing: 0px;}
    }

@media (max-width: 1320px) 
    {
    .navBrowse { font-size: 27px; padding-top: 30px; }
    nav .navLinks { word-spacing: 0px; }
    }

@media (max-width: 1180px) 
    {
    .navBrowse { font-size: 25px; padding-top: 30px; }
    nav .navLinks { word-spacing: 0px;}
    }

@media (max-width: 1100px) 
    {
    .navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 0px;}
    }

@media (max-width: 1100px) 
    {
    .navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 0px;}
    .workLinks  { margin-top: 100px; font-size: 20px; }
    }

@media (max-width: 790px) 
    {
    .navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 0px;}
    .workLinks  { margin-top: 100px; font-size: 18px; }
    }

@media (max-width: 730px) 
    {
    .navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 0px;}
    .workLinks  { margin-top: 65px; width: 90%; font-size: 12px; line-height: 25px; }
    }


/* ******* NEW NAV MENU  ******* */
/* =Nav
-------------------------------------------------------------- */
#nav-trigger 
    {
    float: right;
    margin-top: 10px;
    margin-right: 35px;
    background: transparent url(../images/ETlogoicon3.png) no-repeat;
    width: 56px;
    height: 57px;
    cursor: pointer;
    /*position: absolute;*/
    z-index: 99999;
    }

/*#nav-trigger span.open:after 
    {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
    }*/

nav#nav-main 
    {
    display: none; 
    }

nav#nav-mobile
    {
    margin-top: 0px;
    /*display: none;*/
    }
    
nav#nav-mobile ul
    {
    display: none;
    list-style-type: none;
    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: fixed;
    text-align: center;
    font-size: 50px;
    font-family: ETfont;
    font-weight: lighter;
    line-height: 30px;
    background-color: #fefdfc;
    /*border-bottom: solid 1px #03eaff;*/
    z-index: 99998;
    }

nav#nav-mobile #liTop 
    {
    display: block;
    padding: 5px 0;
    margin: 0 0px;
    height: 180px;
    border-style: hidden;
    }

nav#nav-mobile #liHome
    {
    border-top-style: hidden;
    }

nav#nav-mobile li 
    {
    position: relative;
    display: block;
    padding: 8px 0;
    margin: 0 0px;
    height: 75px;
    }
    
nav#nav-mobile li:last-child
    {
    border-bottom: none; 
    }

nav#nav-mobile a 
    {
    display: block;
    color: #a5afa8;
    padding: 0px 0px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

nav#nav-mobile a:hover
    {
    background-color: #e0eee4;
    color: #a5afa8;
    text-decoration: none;
    }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 970px) {
  #nav-trigger  { display: inline-block; }
  .navLogos     { display: none; }
  nav#nav-mobile { display: block; }
}
/* ******* NEW NAV MENU END ***** */ 

/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */
/* //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// Navigation //////// */







/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
.homeSection
    {
    width: 100%;
    min-height: 100%;
    /*background: transparent url(../images/background_youtube.jpg) no-repeat;*/
	/*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
    }

.ETtitles
    {
    display: none;
    margin-top: 140px;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: ETfont;
	color: #434343;
    }

.ETtitle
    {
    margin-left: auto;
    font-family: ETfont;
    font-size: 280px;
    line-height: 160px;
	color: #434343;
	display: inline-block;
    }

.ETtitlelogo
    {
    width: 145px;
    height: 148px;
    margin-top: 10px;
    display: inline-block;
    background: transparent url(../images/ETlogoicon.png) no-repeat;
    margin-left: 15px;
    }

.ETsubtitle
    {
    font-family: ETfont;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 12px;
	color: #434343;
    }
    
.subButns
    {
    width: 100%;
    margin-top: 30px;
    display: block;
    text-align: center;
    margin-right: ;
}



/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */
/* ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section ////////// Home Section */






/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */

/*.ETposter
    {
    /*background: white url(../images/ETposter1.jpg) no-repeat center center;*/
    /*background-color: rgba(255,255,255,1);
    max-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*overflow: hidden;
    z-index:3;
    background-attachment: fixed;
    display: block;
    }*/

.ETSection
    {
    /*background-color: #ffffff;*/
    width: 100%;
    height: 100%;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
    /*position: absolute;*/
    /*z-index:4;*/
    display: block;
    position: inherit;
    }


.logoTitle1
    {
    margin: 0 auto;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    display: block;
    font-family: Arial;
    background-color: #00b1b3;
    padding-top: 30px;
    color: White;
    }    

.logotitletext
    {
    text-align: center;
    font-size: 90px;
    font-weight: lighter;
    line-height: 100%;
    }

.logotitletag
    {
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    word-spacing: 15px;
    }
    
.ETtitlelogo2
    {
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 20px;
    width: 150px;
    height: 152px;
    background: transparent url(../images/ETlogohi3.png) no-repeat;
    }

.learnET
    {
    display: block;
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    color: #ffffff;
	border: 2px solid rgba(255,255,255,1);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.ETdetailsText
    {
    width: 300px;
    height: 100px;
    font-family: ETFont;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    }

.ETdetailsText a
    {
    text-decoration: none;
    }
    
.learnET:hover 
    {
    background: #ffffff;
    }

.learnET:hover .arrowbtm
    {
    opacity: 1;
    }

.learnET:hover .ETdetailsText
    {
    color: #00b1b3;
    cursor: pointer;
    }


/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */
/* ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section ////////// Poster Section */














/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */


.B100Section
    {
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
    /*position: absolute;*/
    /*z-index:4;*/
    /*display: block;*/
    position: relative;
    overflow: hidden;
    z-index: 10;
    }

.ETparagraph1
    {
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 80px;
    width: 48%;
    text-align: left; 
    font-family: ETfont;
    color: #333333;
    font-weight: lighter;
    display: block;
    overflow: hidden;
    }


.ETparagraph2
    {
    margin: 0 auto;
    width: 48%;
    text-align: left; 
    font-family: ETfont;
    color: #ffffff;
    display: block;
    overflow: hidden;
    }

.ETtitle2
    {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 35px;
    font-size: 14vw;
    font-weight: bold;
    line-height: 0;
    text-align: center;
    display: inline-block;
    }

.ETsubtitle2
    {
    margin-top: 80px;
    font-family: ETfont;
    font-weight: lighter;
    font-size: 50px;
    line-height: 0px;
    text-align: center;
    }

.vert
    {
    height: 40px;
    width: 1px;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 30px;
    }

.vert2
    {
    height: 40px;
    width: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    }

    
.ETParagraphText
    {
    margin-top: 20px; 
    font-size: 33px;
    line-height: 100%;
    text-align: justify;
    }

.learnB100
    {
    display: block;
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    color: #333333;
	border: 2px solid rgba(51,51,51,.2);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.detailsText
    {
    width: 300px;
    height: 100px;
    font-family: ETFont;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #333333;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    }

.learnB100:hover 
    {
    background: #333333;
    }

.learnB100:hover .arrowbtm
    {
    opacity: 1;
    }

.learnB100:hover .detailsText
    {
    color: #ffffff;
    cursor: pointer;
    }

 
  
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */
/* ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// About Section ////////// */

















/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */


.filmSection
    {
    /*background-color: #ffffff;*/
    width: 100%;
    min-height: 100vh;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
    /*position: absolute;*/
    /*z-index:4;*/
    display: block;
    position: inherit;
     
    
    z-index: -2;
    }

.filmSectionCvr
    {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }


/*.EToverlay2
    {
    display: block;
    background-color: #000000;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
   /* }*/
 
 .attackBg
    {
    background: transparent url(../images/ET_heartattack.jpg) no-repeat; 
    
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-position:center;
	transition: all 30s ease;
    -moz-transition: all 30s ease;
    -ms-transition: all 30s ease;
    -webkit-transition: all 30s ease;
    -o-transition: all 30s ease;
     -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    }
   
.Vimplay
    {
    /*margin: 0 auto;*/
    margin-top: 100px;
    display: block;
    width: 600px;
    height: 350px;
	border: 7px solid #ffffff;
    filter: alpha(opacity=70);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
   z-index: 100;
	}

.playIcon
    {
    width: 84px;
    height: 98px;
    background: transparent url(../images/playIcon.png) no-repeat; 
    margin: 0 auto;
    display: block;
    margin-top: 80px;
    vertical-align: middle;
    }
    
.playText
    {
    width: auto;
    height: auto;
    font-family: ETFont;
	font-size: 70px;
	text-align: center;
	text-decoration: none;
    position: relative;
	color: #ffffff;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    }

.Vimplay:hover 
    {
    background: #f05b71;
    border: 7px solid #f05b71;
    cursor: pointer;
    }

.Vimplay:hover .playText
    {
    color: #ffffff;
    cursor: pointer;
    }

.Vimplay:hover .EToverlay2
    {
    opacity: 0.7;
    }

.attackBg:hover
    {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
    }

.filmAnchor
    {
    width: 100px;
    height: 100px;
    border: 1px solid red;
    margin: 0 auto;
    
    }
    
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */
/* ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// Film Section ////////// */





/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */




.heartParagraphText
    {
    font-size: 40px;
    line-height: 90%;
    color: #ffffff;
    padding-right: 4%;
    position: absolute;
    }

.readMore
    {
    float: right;
    padding: 5px;
    width: 150px;
    font-family: ETfont;
    font-size: 33px;
    text-align: center;
    color: #ffffff;
    border: 1px solid white;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 50px;
    margin-right: 1%;
    }

@media (max-width: 1620px)
    {
    .ETsubtitle2 { font-size: 40px; margin-top: 60px; }
    
    }

@media (max-width: 1330px)
    {
    .ETparagraph1 { width: 98%; margin-top: 170px; padding-top: 55px; }
    .ETparagraph2 { display: none; }
    .ETtitle2 { font-size: 14vw; }
    }

@media (max-width: 1070px)
    {
    .ETparagraph1 { width: 98%; margin-top: 170px; padding-top: 55px; }
    .ETparagraph2 { display: none; }
    .ETtitle2 { font-size: 16vw; }
    .ETsubtitle2 { word-spacing: 10px; }
    }

@media (max-width: 945px)
    {
    .ETparagraph1 { width: 98%; margin-top: 130px; padding-top: 50px; }
    .ETtitle2 { font-size: 160px; }
    }

@media (max-width: 800px)
    {
    .ETparagraph1 { width: 98%; margin-top: 90px; padding-top: 50px; height: 460px; text-overflow: ellipsis; }
    .ETtitle2 { font-size: 160px; }
    }

@media (max-width: 680px)
    {
    .ETtitle2 { font-size: 140px; }
    .ETsubtitle2 { font-size: 30px; margin-top: 45px; }
    .ETparagraph1 { height: 400px; padding-top: 30px; }
    }

@media (max-width: 555px)
    {
    .ETtitle2 { font-size: 130px; }
    .ETsubtitle2 { font-size: 25px; margin-top: 45px; word-spacing: 10px; }
    .readMore { margin-bottom: 5px; }
    }

@media (max-width: 485px)
    {
    .ETtitle2 { font-size: 120px; }
    .ETsubtitle2 { font-size: 25px; margin-top: 45px; }
    .readMore { margin-bottom: 5px; }
    }

@media (max-width: 440px)
    {
    .ETtitle2 { font-size: 100px; }
    .ETsubtitle2 { font-size: 25px; margin-top: 45px; word-spacing: 0px; }
    .readMore { margin-bottom: 5px; }
    }
    
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */
/* ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// Heart Section ////////// */








/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */
/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */
/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */
/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */
/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */
/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */
/* ///////// Q&A Section ///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// Q&A Section///////// */

.EToverlay3
    {
    background: rgba(255,255,255,.85);
    max-width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
    }
    
.ETparagraph3
    {
    padding-top: 200px;
    margin-left: 2%;
    font-family: ETfont;
    color: #434343;
    font-weight: lighter;
    line-height: 100%
    }

.ETcap
    {
    font-size: 65px;
    }

.ETtitle3
    {
    text-align: center;
    font-size: 150px;
    margin-bottom: 50px;
    display: block;
    }

.ETQA
    {
    width: 96%;
    }

.ETQ
    {
    font-size: 40px;
    }

@media (max-width: 660px)
    {
    .ETparagraph3 { margin-top: 140px; }
    .ETtitle3 { font-size: 110px; }
    .ETcap { font-size: 45px; }
    }

@media (max-width: 475px)
    {
    .ETtitle3 { font-size: 70px; }
    }


/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */


.candidateSection
    {
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    clear: both;
    }

.ETtitlesub1
    {
    font-size: 7.5vw;
    }

.ETtitlesub2
    {
    font-size: 30vw;
    line-height: 17vw;
    }

.ETtitlesub3
    {
    font-size: 13.8vw;
    line-height: 10.5vw;
    }

.canplay1
    {
    margin: 0 auto;
    margin-top: 300px;
    display: block;
    width: 600px;
    height: 350px;
	border: 7px solid #f05b71;
	color: #f05b71;
    filter: alpha(opacity=70);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.canplay1 a
    {
    text-decoration: none;
    color: #f05b71;
    }

.canplay2
    {
    margin: 0 auto;
    margin-top: 300px;
    display: block;
    width: 600px;
    height: 350px;
	border: 7px solid #00b1b3;
	color: #00b1b3;
    filter: alpha(opacity=70);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.canText
    {
    width: auto;
    height: 100%;
    padding-top: 100px;
    font-family: ETFont;
	font-size: 70px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    }

.canplay1:hover 
    {
    background: #f05b71;
    border: 7px solid #ffffff;
    cursor: pointer;
    }

.canplay1:hover .canText
    {
    color: #ffffff;
    cursor: pointer;
    }


.posterTitle1
    {
    width: 50%;
    height: 100vh;
    float: left;
    filter: alpha(opacity=70);
    transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
   -webkit-transition: background .5s ease-in-out;
    }    

.posterTitle2
    {
    width: 50%;
    height: 100vh;
    float: right;
    text-align: justify;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    filter: alpha(opacity=70);
    transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
   -webkit-transition: background .5s ease-in-out;
    }    

.posterTitle1:hover
    {
    background: #f05b71;
    }

.posterTitle1:hover .canText
    {
    color: #ffffff;
    cursor: pointer;
    }

.posterTitle1:hover .canplay1
    {
    background: #f05b71;
    border: 7px solid #ffffff;
    cursor: pointer;
    }

.canplay2:hover 
    {
    background: #00b1b3;
    border: 7px solid #ffffff;
    cursor: pointer;
    }

.canplay2:hover .canText
    {
    color: #ffffff;
    cursor: pointer;
    }

.canplay2 a
    {
    text-decoration: none;
    color: #00b1b3;
    }

.posterTitle2:hover
    {
    background: #00b1b3;
    }

.posterTitle2:hover .canText
    {
    color: #ffffff;
    cursor: pointer;
    }

.posterTitle2:hover .canplay2
    {
    background: #00b1b3;
    border: 7px solid #ffffff;
    cursor: pointer;
    }

/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */
/* Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// Candidate Section //////////////// */











/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */


.contactSection
    {
    background: transparent url(../images/ET-contact-bg.jpg) no-repeat; 
    max-width: 100%;
    max-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    }


.contactSectionCvr
    {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

.ETcontactInfo
    {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 150px;
    font-family: ETfont;
    color: #ffffff;
    font-size: 120px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    display: block;
	clear: both;
    }

.contactSubText
    {
    padding: 11px;
    font-size: 50px;
	border: 2px solid rgba(255,255,255,.4);
	display: inline-block;

    }

.ETcontactFooter
    {
    font-family: ETFont;
	font-weight: lighter;
	font-size: 35px;
	font-color: #ffffff;
	/*padding-top: 60px;*/
	width: 100%;
	height: 67px;
	text-align: center;
	position: absolute;
	/*clear: both;*/
	bottom: 0;
    }

.ETcontactFooter A:link	{
	text-decoration: none;
	color: #ffffff;
	}

.ETcontactFooter A:hover	{
	text-decoration: none;
	color: #ffffff;
	}

.ETcontactFooter A:visited	{
	text-decoration: none;
	color: #ffffff;
	}

.ETcontparagraph1
    {
    margin: 0 auto;
    padding-top: 80px;
    width: 48%;
    text-align: left; 
    font-family: ETfont;
    color: #ffffff;
    font-weight: lighter;
    display: block;
    overflow: hidden;
    }
 
/*
.ETcontparagraph1
    {
    margin-top: 50px;
    margin-left: 2%;
    padding-top: 80px;
    width: 48%;
    text-align: left; 
    font-family: ETfont;
    color: #ffffff;
    font-weight: lighter;
    float: left;
    display: block;
    overflow: hidden;
    }
*/ 

.ETcontparagraphText
    {
    margin-top: 20px; 
    font-size: 33px;
    line-height: 100%;
    text-align: center;
    }

.ETcontparagraph2
    {
    margin-top: 180px;
    margin-bottom: 60px; 
    width: 100%;
    margin-left: 0 auto;
    color: #ffffff;
    font-weight: lighter;
    display: inline-block;
	position: absolute;
	bottom: 0;
    }

/*
.ETcontparagraph2
    {
    margin-bottom: 60px; 
    width: 47%;
    margin-left: 2%;
    text-align: left; 
    font-family: ETfont;
    color: #ffffff;
    font-weight: lighter;
    float: right;
    display: inline-block;
	position: absolute;
	bottom: 0;
    }
*/ 
 
.ETconttitle2
    {
    font-size: 50px;
    font-weight: bold;
    line-height: 0;
    text-align: center;
    display: block;
    }
  
    
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */
/* Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// Contact Section ///////////////// */






/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */

.ApptSection
    {
    /*background-color: #ffffff;*/
    width: 100%;
    height: 100%;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
    /*position: absolute;*/
    /*z-index:4;*/
    /*display: block;*/
    position: inherit;
    transform: translateZ(-100px) scale(1.4);
    z-index: -1;
    }

.ApptContactSection
    {
    background: transparent url(../images/appointment2.jpg) no-repeat; 
    max-width: 100%;
    max-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    }

.ApptContactSectionCvr
    {
    background: rgba(0, 177, 179, 0.9);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

.apptSubText
    {
    padding: 11px;
    font-size: 50px;
	border: 5px solid rgba(255,255,255,.7);
	display: inline-block;
	margin-top: 13px;
    }

.apptButn
    {
    display: block;
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    color: #ffffff;
	border: 2px solid rgba(255,255,255,1);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.apptButn:hover 
    {
    background: #ffffff;
    }

.apptButn:hover .ETdetailsText
    {
    color: #00b1b3;
    cursor: pointer;
    }
    
.apptFormSection
    {
    width: 100vw;
    min-height: 100%;
    background: transparent url(../images/MM_D1_screen01.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; 
    display: block;
    position: absolute;
    margin: 0;
    /*clear: both;*/
    }

.apptFormSectionCvr
    {
    background: rgba(255, 255, 255, 0.66);
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    }

.contFields
    {
    width: 60%;
    height: 100%;
    color: #797a7b;
    margin: 0 auto;
    margin-left: 25%;
    padding-top: 40px;
    }

.con_contfield
    {
    width: 60%;
    height: 80px;
    margin: 0 auto;
    margin-top: 40px;
    }

.contForms
    {
    width: 560px;
    height: 350px;
	border-right: dotted grey;
	border-right-width: thin;
    }
    
.contTitle
    {
    padding-top: 0px;
    margin-left: 8px;
    margin-top: -10px;
    font-family: dateFont;
	font-size: 25px;
	font-weight: lighter;
	color: #00fffc;
	width: 740px;
	height: 30px;
    }
   
.contInfo
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -20px;
    float: left;
    font-family: dateFont;
	font-size: 25px;
	font-weight: lighter;
	color: #00fffc;
	height: 30px;
	border-bottom: 1px dotted grey;
	border-bottom-width: thin;
    }

.contInfo1
    {
    width: 320px;
    margin-top: 15px;
	margin-bottom: 10px;
    }

.contInfo2
    {
    width: 320px;
    height: 105px;
    margin-top: 10px;
    border-bottom: 1px dotted #3D8A92;
	border-bottom-width: thin;
	margin-bottom: 10px;  
    }
    
.cdsInfoLogo
    {
    width: 47px;
    height: 37px;
	background: transparent url(images/contLogo.png) no-repeat;
	margin-bottom: 8px;
    }
        
.design2
    {
    font-size: 20px;
	font-weight: lighter;
	color: #00fffc;
    }
   
.cdsTitle2
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #00fffc;
	height: 19px;
	border-bottom: 1px solid grey;
	border-bottom-width: thin;
    }

.cdsTitle3
    {
    width: 360px;
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -20px;
    font-family: dateFont;
	font-size: 20px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }
  
.cdsTitle4
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 50%;
	color: #ffffff;
	height: 19px;
    }
  
.cdsTitle5
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #00fffc;
	height: 19px;
    }

 .contText
    {
    width: 550px;
    height: 65px;
    margin-left: 8px;
    padding-top: 5px;
    margin-right: auto;
    font-family: Arial;
	font-size: 17px;
	font-weight: lighter;
	color: #ffffff;
    }

.contTitleForm
    {
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -10px;
    font-family: dateFont;
	font-size: 25px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }
     
li
    {
    list-style-type: none;
    margin-top: 80px;
    margin-bottom: 40px;
    }


.con_contfield2
    {
    float: right;
    width: 263px;
    height: 80px;
    margin-left: 2px;
    }

.con_contfield3
    {
    float: left;
    width: 532px;
    height: 208px;
    margin-bottom: 25px;
    }


.confieldTxt
    {
    color: #797a7b;
	font-family: ETfont;
	font-size: 80px;
	text-align: left;
	float: left;
	display: inline;
	margin-top: 30px;
    }


.confieldNumber
    {
	font-family: ETfont;
	font-size: 80px;
	text-align: left;
	width: 90px;
	margin-left: -50px;
	line-height: 10px;
	display: inline;
    }

.confieldQuestion
    {
    width: auto;
    height: auto;
    margin-left: 3px;
    font-family: ETfont;
	font-size: 80px;
	text-align: center;
    line-height: 10px;
	display: inline;
    }

.checkfieldTxt
    {
	font-family: ETfont;
	font-size: 60px;
	display: inline-block;
	float: left;
	margin-left: 120px;
	line-height: 40px;
	clear: both;
    }

.conSubText
    {
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
    text-align: justify;
    }
    
.con_input_box
    {
    width: 160px;
    height: auto;
    margin-left: 70px;
    font-family: ETfont;
	font-size: 80px;
	text-align: center;
	color: #00b1b3;
	line-height: 1px;
	margin-top: 0px;
	border: 0px;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 3px solid rgba(80, 80, 80, 0.5);
    }

.con_input_box2
    {
    width: 800px;
    height: auto;
    margin-left: 70px;
    font-family: ETfont;
	font-size: 80px;
	text-align: center;
	color: #00b1b3;
	line-height: 1px;
	margin-top: 0px;
	border: 0px;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 3px solid rgba(80, 80, 80, 0.5);
    }



.con_question
    {
    width: auto;
    height: auto;
    margin: 0 auto;
    font-family: ETfont;
	font-size: 80px;
	text-indent: 20px;
	text-align: center;
	display: inline;
	float: right;
	bottom: 0;
    }

     
.con_msg_box
    {
    width: 535px;
    height: 140px;
    margin-left: 3px;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	text-align: top;
	text-indent: 5px;
	color: #ffffff;
	border: 1px solid #584616;
	background-color: rgba(80, 80, 80, 0.5);
    filter: alpha(opacity=70);
	}
   
.contSubmit
    {
    width: 100px;
    height: 35px;
    margin-top: 10px;
    margin-right: -3px;
    float: right;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 16px;
	text-align: top;
	color: #ffffff;
	border: none;
	background-color: #00fffc;
    filter: alpha(opacity=70);
	}

.contInform
    {
    width: 350px;
    height: 300px;
    float: right;
    margin-right: 15px;
    margin-left: 300px;
    margin-top: -370px;
    margin-bottom: 325px;
    }

.ETappRadios
    {
    margin-left: 70px;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9be0e1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9be0e1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9be0e1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9be0e1;
 }


button
    {
    background-color: #ffffff;
    }

button:hover
    {
cursor: pointer;
    }

.apptButn2
    {
    display: block;
    width: 300px;
    height: 100px;
    margin: 0 auto;
    margin-top: 105px;
    margin-bottom: 50px;
	border: 2px solid rgba(0,177,179,1);
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.apptButn2:hover 
    {
    background: #00B1B3;
    }

.apptButn2:hover .apptSubmitText
    {
    color: #ffffff;
    cursor: pointer;
    }


.apptSubmitText
    {
    width: 300px;
    height: 100px;
    font-family: ETFont;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: rgba(0,177,179,1);
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    }

.apptButn2 A:link	{
	text-decoration: none;
	}

.apptButn2 A:visited	{
	text-decoration: none;
	}

.apptButn2 A:hover	{
	text-decoration: none;
	}


.apptSubmitText A:link{
	text-decoration: none;
	}

.apptSubmitText A:visited	{
	text-decoration: none;
	}

.apptSubmitText A:hover	{
	text-decoration: none;
	}

/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */
/* Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section ///////////////// Appointment Section */














/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */

.QAposterSection
    {
    /*background: transparent url(../images/QAbg1b.jpg) no-repeat; */
/*    display: block;*/
    max-width: 100%;
    max-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    }

.QAposterSectionCvr
    {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse; /* Safari */
    flex-direction: column-reverse;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    }

.QAposterSectionCvr2
    {
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-content: center; /* Safari */
    align-content: center;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.QAposterSectionCvr3
    {
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    -webkit-align-content: center; /* Safari */
    align-content: center;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.MMThmButns
    {
    align-self: center;
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    -webkit-align-content: center; /* Safari */
    align-content: center;
    height: 80%;
    }
    
.MMthumbAboutButn
    {
    align-self: center;
    text-align: center;
    font-family: MMThmFont;
    font-size: 30px;
    color: White;
    width: 200px;
    height: 70px;
    padding-top: 10px;
    background-color: rgba(3, 234, 235, 0.1);  
    }
   
.MMthumbFilmButn
    {
    align-self: center;
    text-align: center;
    font-family: MMThmFont;
    font-size: 30px;
    color: White;
    width: 200px;
    height: 70px;
    padding-top: 10px;
    border: 2px solid rgba(3, 234, 235, 0.4);  
    }

.MMthumbInfo
    {
    color: #ffffff;
    font-family: MMfont;
    font-size: 27px;
    text-align: center;
    -webkit-align-self: center;
    align-self: center;
    }

.MMthumbTitle
    {
    color: #ffffff;
    font-family: MMfont;
    font-size: 27px;
    text-align: center;
    left: 0;
    right: 0;
    align-self: stretch;
    }

#pageOverlay
    {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.9);   
    position: fixed;
    z-index: 999;
    display: none;
    transition: opacity .5s;
    }

.MMaboutOverlay
    {
    width: 100%;
    height: 100vh;
    display: none;
    }

/*#MMBalani1:hover
    {
    cursor: pointer;
    }*/

#MMBalani1:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

/*#MMDunne:hover
    {
    cursor: pointer;
    }*/

#MMDunne:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMDunne:hover .pageOverlay
    {
    display: block;
    }

/*#MMGentsC:hover
    {
    cursor: pointer;
    }*/

#MMGentsC:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMGentsC:hover .pageOverlay
    {
    display: block;
    }

/*#MMGentsBreak:hover
    {
    cursor: pointer;
    }*/

#MMGentsBreak:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMGentsBreak:hover .pageOverlay
    {
    display: block;
    }

/*#MMConvo1:hover
    {
    cursor: pointer;
    }*/

#MMConvo1:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMConvo1:hover .pageOverlay
    {
    display: block;
    }

/*#ModMeals:hover
    {
    cursor: pointer;
    }*/

#ModMeals:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#ModMeals:hover .pageOverlay
    {
    display: block;
    }

/*#MMDODLA18:hover
    {
    cursor: pointer;
    }*/

#MMDODLA18:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMDODLA18:hover .pageOverlay
    {
    display: block;
    }

/*#MMMovember:hover
    {
    cursor: pointer;
    }*/

#MMMovember:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMMovember:hover .pageOverlay
    {
    display: block;
    }

/*#MMETQ01:hover
    {
    cursor: pointer;
    }*/

#MMETQ01:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMETQ01:hover .pageOverlay
    {
    display: block;
    }

/*#MMLIB01:hover
    {
    cursor: pointer;
    }*/

#MMLIB01:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMLIB01:hover .pageOverlay
    {
    display: block;
    }

/*#MMTPPFPV:hover
    {
    cursor: pointer;
    }*/

#MMTPPFPV:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMTPPFPV:hover .pageOverlay
    {
    display: block;
    }


/*#MMTomSau:hover
    {
    cursor: pointer;
    }*/

#MMTomSau:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMTomSau:hover .pageOverlay
    {
    display: block;
    }

/*#MMSMUSA01:hover
    {
    cursor: pointer;
    }*/

#MMSMUSA01:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMSMUSA01:hover .pageOverlay
    {
    display: block;
    }

/*#MMSMUSA02:hover
    {
    cursor: pointer;
    }*/

#MMSMUSA02:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMSMUSA02:hover .pageOverlay
    {
    display: block;
    }

/*#MMRotaryG3:hover
    {
    cursor: pointer;
    }*/

#MMWhet:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMWhet:hover .pageOverlay
    {
    display: block;
    }

#MMRotaryG3:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMRotaryG3:hover .pageOverlay
    {
    display: block;
    }


#MMChampion:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMChampion:hover .pageOverlay
    {
    display: block;
    }

#MMWEDF:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMWEDF:hover .pageOverlay
    {
    display: block;
    }

#MMBusFit1:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMBusFit1:hover .pageOverlay
    {
    display: block;
    }

#MMBusFit2:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMBusFit2:hover .pageOverlay
    {
    display: block;
    }

/*#MMLaTrappe:hover
    {
    cursor: pointer;
    }*/

#MMLaTrappe:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMLaTrappe:hover .pageOverlay
    {
    display: block;
    }

/*#MMSpring19:hover
    {
    cursor: pointer;
    }*/

#MMSpring19:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMSpring19:hover .pageOverlay
    {
    display: block;
    }

/*#MMPROFCS:hover
    {
    cursor: pointer;
    }*/

#MMPROFCS:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMPROFCS:hover .pageOverlay
    {
    display: block;
    }

/*#MMBalaniChicago:hover
    {
    cursor: pointer;
    }*/

#MMBalaniChicago:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMBalaniChicago:hover .pageOverlay
    {
    display: block;
    }

/*#MMCuff:hover
    {
    cursor: pointer;
    }*/

#MMCuff:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMCuff:hover .pageOverlay
    {
    display: block;
    }

/*#MMKirk:hover
    {
    cursor: pointer;
    }*/

#MMKirk:hover .QAposterSectionCvr3
    {
    opacity: 1;
    }

#MMKirk:hover .pageOverlay
    {
    display: block;
    }



/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
/* Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// Q&A Section /////////////////// */
