/*  Red Text:  #740000 (116,0,0)
    Eggshell Box:  #F6F5F7 (246,245,247)
    Gray: #7b7b7c (123,123,124)
*/



/*--------------------*/
/*  CLEAR EVERYTHING  */
/*--------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}



/*--------------------------*/
/*     FONT APPLICATION     */
/*--------------------------*/

p,a,h1,h2,h3,h4,h5,h6,div {font-family:"Open Sans";}

h2 {
  padding: 35px 25px 10px 0;
  font-size: 1.3em;
  font-weight: bold;
}
.pageText h2:first-of-type {
  padding-top: 0;
}
h3 {
  padding: 25px 25px 10px 0;
  font-size: 1.2em;
  font-weight: bold;
}
.pageText h3:first-of-type {
  padding-top: 0;
}
h4 {
  padding: 25px 25px 10px 0;
  font-size: 1.1em;
}
h4:first-of-type {
  padding-top: 10px;
  font-size: 1.1em;
}

p {
  padding-top: 5px;
  font-size: 1.1em;
  line-height: 1.2em;
}

em {font-style:italic;}
b {font-weight:bold;}

.pageText div {font-size: 1.1em;}

.fullNavCon a {
  font-size: 1.1em;
  font-weight: bold;
}

.footCont {
  position: relative;
  width: 100%;
}
.footText {
  position: relative;
  margin: 25px 0;
  padding: 0 25px;
  font-family: "Open Sans";
  font-size: .9em;
  text-align: center;
}

.impRed {
  color: #FF0000;
  font-weight: bold;
}
.red {
  color: #990000
}

.centered {
  text-align: center;
}

@media screen and (min-width: 1150px) {
  .pageContent p {
    padding: 10px 25px 0 0;
  }
}

.pageText .indent {
  padding-left: 25px;
}
.pageText .doubleInd {
  padding-left: 50px;
}
.pageText .triInd {
  padding-left: 75px;
}

#membership form, #membership form div,
#memRegister form, #memRegister form div,
#memRegister form div *, #memRegister p,
.pageText form div {
  font-family: "Open Sans";
  font-size: 17px;
}



/*---------------------*/
/*     LINK FORMAT     */
/*---------------------*/

a {
  text-decoration: none;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition: .3s;
}
a:active, a:focus {
  outline: none;
}

.fullNavCon nav span a:link,
.fullNavCon nav span a:visited,
a:link, a:visited {
  color: #740000;
}
.fullNavCon nav span a:active,
.fullNavCon nav span a:hover,
.fullNavCon nav div .current a,
#myDropdown nav .current {
  color: #7b7b7c;
}

#fSubmit input {cursor:pointer}

#footer a:link, #footer a:visited {
  color: #740000;
}
#footer a:hover, #footer a:active {
  color: #7b7b7c;
}



/*--------------------*/
/*     Drop Downs     */
/*--------------------*/

.resp-nav {
  position: relative;
  width: 48px;
  border-radius: 20px;
  background-color: #7b7b7c;
  z-index: 20;
}
.dropdown {
  position: relative;
  width: 48px;
  margin: 0 auto;
}
.dropbtn {
  width: 48px;
  height: 48px;
  background: url("../img/menu.png");
  border: none;
  padding: 0;
}
.dropbtn:focus {
  outline: 0;
}
#myDropdown {
  display: block;
  position: absolute;
  width: 70%;
  padding-top: 25px;
  right: 0;
  background-color: #fff;
  z-index: 1;
}
#myDropdown a {
  height: 19.2px;
  padding: 14.4px 25px 14.4px 0;
  color: #740000;
  text-align: right;
  font-size: 19.2px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #7b7b7c;
  display: block;
}
#myDropdown a:hover {
  color: #fff;
  background-color: #7b7b7c;
}
#leftBord {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  box-shadow: 5px 0px 10px #888;
  -webkit-box-shadow: 5px 0px 10px #888;
  -moz-box-shadow: 5px 0px 10px #888;
  -webkit-transition: .22s;
  -moz-transition: .22s;
  -o-transition: .22s;
  transition: .22s;
  z-index: 3;
}

.moveOver {
  transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -o-transform: translateX(-70%);
}
.noScroll {
  overflow-y: hidden;
}
.bord {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
#pageMove {
  position: relative;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 5;
}



/*--------------------------*/
/*     SITE-WIDE FORMAT     */
/*--------------------------*/

html,body,container {
  height: 100%;
  overflow-x: hidden;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.mainTitle {
  position: absolute;
  width: 100%;
  height: 155px;
  top: 0;
  background-color: #f6f5f7;
  z-index: 7;
}
.logoCon {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.faceBook1 {
  display: none;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 25px;
  right: 25px;
}
.navCon {
  position: absolute;
  width: 48px;
  right: 25px;
  bottom: 25px;
  background-color: #7b7b7c;
  border-radius: 10px;
  z-index: 20;
}
.navCon .fullNavCon {
  display: none;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f6f5f7;
  border: 3px solid #7b7b7c;
  border-radius: 10px;
}
.fullNavCon nav div {
  position: relative;
  /* -webkit-padding-start: 5px; */
}
.fullNavCon span {
  display: inline-block;
}
.fullNavCon a {
  display: block;
  padding: 10px;
  text-align: center;
}

.banSpace {
  position: relative;
  width: 100%;
  height: 155px;
}
.banner {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url("../img/ear500.jpg");
  background-position: center;
  background-size: auto;
}
.faceBook2 {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 50px;
  left: 50px;
}
.contBackground {
  position: relative;
  width: 100%;
  background-color: #f6f5f7;
  background-repeat: none;
}
.pageContent {
  position: relative;
  width: 100%;
}
.pageText {
  padding: 50px 25px;
}
@media screen and (min-width: 500px) {
  .banner {
    background-image: url("../img/ear750.jpg");
  }
}
@media screen and (min-width: 750px) {
  .banner {
    height: 300px;
    background-image: url("../img/ear1150.jpg");
  }
}
@media screen and (min-width: 975px) {
  .faceBook1 {
    display: block;
  }
  .faceBook2 {
    display: none;
  }
  #myDropdown {
    display: none;
  }
  .respNav {
    display: none;
  }
  .navCon {
    width: auto;
    right: 28;
    bottom: 28;
    background-color: inherit;
    border-radius: 0;
    z-index: inherit;
  }
  .navCon .fullNavCon {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .fullNavCon a {
    font-size: 1.4em;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1150px) {
  body {
    overflow-y: hidden;
  }
  .banner {
    display: none;
  }
  .contBackground {
    height: 500px;
    background-color: none;
    background-image: url("../img/ear1468.jpg");
    background-position: center;
    background-size: auto;
  }
  .pageContent {
    position: absolute;
    width: 45%;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 30px;
    overflow-y: auto;
  }
  .pageText {
    padding: 0;
  }
}
@media screen and (min-width: 1463px) {
  .contBackground {
    height: 585px;
    background-image: url("../img/ear1600.jpg");
  }
}
@media screen and (min-width: 1600px) {
  .contBackground {
    height: 690px;
    background-image: url("../img/ear1920.jpg");
  }
}
@media screen and (min-width: 1800px) {
  .contBackground {
    height: 730px;
  }
}

.paypalForm {padding-top:10px;}
.paypalForm td {border-bottom:none}
.paypalForm td select {font-size:17.6px}



/*------------------*/
/*       HOME       */
/*------------------*/

#home p {
  padding-left: 25px;
}
.homeHearImp {
  margin-top: 50px;
}
.hearImpInner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.hearImpInner h2 {
  padding: 0 10px;
  font-size: 1.5em;
  color: #0d4372;
  text-align: center;
  font-weight: bold;
}

.hearImpInner a {
  display: block;
  width: 197px;
  height: 81px;
  margin: 25px auto 0 auto;
}

.divCont {
  width: 80%;
  max-width: 600px;
  margin: 50px auto 0 auto;
  border-top: 1px solid #aaa;
}

.uamsImg {
  display: block;
  margin: 0 auto;
}

.imgCont {
  width: 215px;
  margin: 50px auto 0 auto;
}

@media screen and (min-width: 1150px) {
  .homeHearImp {
    display: none;
  }
}



/*--------------*/
/*  MEMBERSHIP  */
/*--------------*/

#membership form,
#makeup form,
#memReg {
  margin-top: 25px;
  font-size: 1.1em;
}
#membership form .fSpace,
#makeup form .fSpace,
#memRegister form .fSpace,
#memReg .fSpace {
    margin-top: 15px;
}
#memReg input, #memReg select {
  font-family: "Open Sans",Arial;
  font-size: 17.6px;
}
#fName input, #lName input, #rCity input {width:175px;}
#lName, #rZip, #rPhone, #rEmail, #mI, #rState {margin-top:15px;}
#rPhone input {width:120px;}
#mType select > option {height:28px;}
#fSubmit {margin-bottom:25px;}
#fSubmit input {
  padding: 5px;
  font-family: "Open Sans";
  font-size: 1em;
  background-color:#740000;
  color:#fff;
  border:2px solid #000;
  border-color:#000;
  font-weight:bold;
  cursor:pointer
}
#fSubmit input:hover, #fSubmit input:focus {
  filter:brightness(125%);
}
#classButtons {margin-top:15px;padding-left:75px}
#classButtons a:first-of-type {margin-right:15px}
#registerButton,
#classButtons a,
#classButtons a:link,
#classButtons a:visited,
.paymentButton,
.paymentButton:link,
.paymentButton:visited {
  margin-top:25px;
  padding: 5px;
  font-family: "Open Sans";
  font-size: 1em;
  background-color:#740000;
  color:#fff;
  border:2px solid #000;
  border-color:#000;
  font-weight:bold;
  cursor:pointer
}
.paymentButton {
  margin-left:25px;
  font-size:18px
}
#registerButton:hover, #registerButton:focus,
#classButtons a:hover, #classButtons a:focus,
.paymentButton:active,
.paymentButton:hover,
.paymentButton:focus {
  filter:brightness(125%);
}



@media screen and (min-width: 486px) {
  #fName {
      display: inline-block;
  }
  #mI {
      display: inline-block;
      margin-left: 25px;
  }
  #rCity {
      display: inline-block;
      margin-top: 0;
  }
  #rState {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
}
@media screen and (min-width: 550px) {
  #rZip {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
}
@media screen and (min-width: 760px) {
  #lName {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
  #rZip {
      display: inline-block;
      margin-left: 25px;
  }
  #rPhone {
      display: inline-block;
      margin-top: 0;
  }
  #rEmail {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
}
@media screen and (min-width: 1150px) {
  #lName {
      display: block;
      margin-top: 15px;
      margin-left: 0;
  }
  #rPhone {
      display: block;
      margin-top: 15px;
  }
  #rEmail {
      display: block;
      margin-top: 15px;
      margin-left: 0;
  }
}
@media screen and (min-width: 1550px) {
  #rPhone {
      display: inline-block;
      margin-top: 0;
  }
  #rEmail {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
}
@media screen and (min-width: 1602px) {
  #lName {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
  #rZip {
      display: inline-block;
      margin-top: 0;
      margin-left: 25px;
  }
}



/*--------------*/
/*  CONVENTION  */
/*--------------*/



/*---------------*/
/*     ABOUT     */
/*---------------*/

#about p {
  margin-top: 10px;
}
#about p:first-of-type {
  margin-top: 0;
}



/*---------------*/
/*      FAQ      */
/*---------------*/





/*---------------*/
/*    CONTACT    */
/*---------------*/

#contact form {
  padding-top: 10px;
}
textarea {
  text-align:left
}



/*---------------*/
/*  SPONSORSHIP  */
/*---------------*/

#sponsor p {
  margin-top: 10px;
}
#sponsor p:first-of-type {
  margin-top: 0;
}



/*--------------*/
/*    VIDEOS    */
/*--------------*/

.pageText .speaker {
	display: inline-block;
  width: 100%;
	padding-bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.pageText .speaker video {
	display: block;
	width: 100%;
	height: auto;
}
.classVid {
	display: block;
	width: 100%;
	height: auto;
}
.classVid video {
	display: block;
	width: 100%;
	height: auto;
}

@media screen AND (min-width: 778px) {
  .pageText .speaker {
		width: 48%;
		margin: 0;
    padding-bottom: 50px;
	}
	.pageText .speaker:nth-of-type(even) {
		float: right;
		padding: 0;
	}
}



/*----------------*/
/*     TABLES     */
/*----------------*/

.tab-group, .pr-tab-group, .pr-tab-group .tab-group-sub {
  display: block;
  height: auto;
}
.tab-group-sub {
  vertical-align: top;
  margin-top: 16px;
}
.tab-group-sub:first-of-type {
  margin-top: 0;
}
.tab-group p {
  display: block;
  max-width: 484px;
  padding-right: 16px;
}
.tab-group-sub p {
  display: block;
  max-width: 264px;
  padding-right: 16px;
}
thead {
  background-color: #424242;
}
td, th {
  padding: 3px 2px 1px 2px;
}
td {
  border-bottom: 1px solid #424242;
}

@media screen AND (min-width: 480px) {
  .tab-group {
    margin-top: 16px;
  }
}





/* Convention */
#conventionRegCont {
  margin:25px 0 50px 0;
}
#conventionRegCont,
#conventionRegCont div {
  box-sizing:border-box
}
#conventionRegCont form > div {
  margin-top:15px
}
#conventionRegCont form > div:first-of-type {
  margin-top:0
}
.reqAst {font-size:16px;color:#dd0000}

#companyCont {margin-top:25px}
#submitButton {margin-top:25px}
#attendeesCont {margin-top:9px;padding-bottom:0}

#companyCont,
#submitButton,
#attendeesCont {vertical-align:bottom}

#company,
#attendees {display:block;width:615px;font-family:monospace;font-size:20px;line-height:25px}






/* Classs */
#showClassCon .classVid {margin-bottom:38px}
#showClassCon fieldset:disabled {opacity:.3}
#showClassCon fieldset:disabled input {opacity:1;pointer-events:none}
#showClassCon .fieldContainer {position:relative;padding-top:18px;vertical-align:top}
#showClassCon label {}
#showClassCon .options label {position:relative;display:inline-block;padding-left:30px;vertical-align:top}
#showClassCon .options input {position:absolute;top:0;left:0}
#showClassCon #lName {margin-top:0}
#showClassCon .fieldContainer .qLabel {padding-bottom:5px}
#showClassCon #fSubmit {margin-top:30px}



/*-----------*/
/*  BUTTONS  */
/*-----------*/

button:disabled {opacity:.5;cursor:default}

#registerButton {
  margin-left:25px
}
#registerButton:disabled,
#classButtons a:disabled {cursor:default}

#registerButton:disabled:hover, #registerButton:disabled:focus,
#classButtons a:disabled:hover, #classButtons a:disabled:focus {
  filter:brightness(100%);
}
