/* SCSS Document */
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #999;
  font-size: 100%;
  background-color: #fff;
}

h1 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
}

#infoArea p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#browserContainer {
  width: 100%;
  background-color: transparent;
}

#mainContainer {
  position: relative;
  width: 880px;
  margin: 0px auto;
  font-size: 16px;
}
#mainContainer.mc2020 {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0px auto;
  font-size: 100%;
}

#headerFlash {
  width: 730px;
  height: 100px;
  margin: 0px auto;
}

ul#navigation {
  width: 880px;
  height: 32px;
  margin: 10px auto;
  padding: 0px;
  /*	line-height: 2em;*/
  list-style-type: none;
  text-align: center;
}
ul#navigation li {
  /* float: left; */
  padding: 0 15px;
}
ul#navigation li a {
  display: block;
  height: 32px;
  outline: none;
  text-align: center;
  text-decoration: none;
  color: #c3c3c3;
}
ul#navigation li a:hover {
  color: #adadad;
}
ul#navigation li span {
  /* margin-left: -5000px; */
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
ul#navigation li.join {
  position: relative;
  background-position: bottom left;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  height: 32px;
  /* float:left; */
}
ul#navigation li.join:hover, ul#navigation li.join:active {
  position: relative;
  background-position: top left;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.men {
  position: relative;
  /* background-position:-101px 32px; */
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.men:hover, ul#navigation li.men:active {
  position: relative;
  background-position: -101px 0px;
  display: inline-block;
  /* width:88px; */
  height: 32px;
  /*float:left;*/
}
ul#navigation li.women {
  position: relative;
  background-position: -189px 32px;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.women:hover, ul#navigation li.women:active {
  position: relative;
  background-position: -189px 0px;
  display: inline-block;
  height: 32px;
  /* float:left; */
}
ul#navigation li.kids {
  position: relative;
  background-position: -298px 32px;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.kids:hover, ul#navigation li.kids:active {
  position: relative;
  background-position: -298px 0px;
  display: inline-block;
  height: 32px;
  /* float:left; */
}
ul#navigation li.voice {
  position: relative;
  background-position: -443px 32px;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.voice:hover, ul#navigation li.voice:active {
  position: relative;
  background-position: -443px 0px;
  display: inline-block;
  height: 32px;
  /* float:left; */
}
ul#navigation li.stylists {
  position: relative;
  background-position: -552px 32px;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.stylists:hover, ul#navigation li.stylists:active {
  position: relative;
  background-position: -552px 0px;
  display: inline-block;
  height: 32px;
  /* float:left; */
}
ul#navigation li.about {
  position: relative;
  background-position: bottom right;
  /* background-image:url(../main_nav.png); */
  display: inline-block;
  width: auto;
  height: 32px;
  /* float:left; */
}
ul#navigation li.about:hover, ul#navigation li.about:active {
  position: relative;
  background-position: top right;
  display: inline-block;
  height: 32px;
  /* float:left; */
}

#content {
  width: 880px;
  min-height: 405px;
  padding: 15px;
  margin: 0 auto;
}

#content2019 {
  width: 100%;
  /* max-width:1200px; */
  min-height: 405px;
  padding: 15px 0px;
}
#content2019.thumbpage h1 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1;
  color: #45c4f7;
  text-align: center;
  margin: 0 0 1em;
}
#content2019.thumbpage section.thumbSect h2 {
  color: #c3c3c3;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  border-bottom: 7px dotted #d2f2ff;
  margin: 2rem 0 2rem;
}
#content2019.thumbpage section.thumbSect > ul.thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
}

#contentLeft {
  position: relative;
  width: 425px;
  float: left;
  min-height: 405px;
  overflow: hidden;
}

/* DETAIL PAGES*/
#headshot {
  width: 320px;
  height: 320px;
  margin: 0 0 0 440px;
}

#compThumbs {
  width: 390px;
  height: 60px;
  margin: 10px 0 10px 440px;
  text-align: center;
  box-sizing: content-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.compThumb {
  width: 60px;
  float: left;
  box-sizing: content-box;
}

#contentRight {
  position: relative;
  width: 425px;
  min-height: 405px;
  float: left;
  overflow: hidden;
}

#infoArea {
  width: 439px;
  height: 365px;
  margin: 0 0 0 -439px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  color: #c3c3c3;
  overflow: hidden;
}
#infoArea h1 {
  padding: 12px 0px;
  color: #000;
  font-size: 19px;
}
#infoArea dl {
  display: flex;
  flex-wrap: wrap;
}
#infoArea dl dt {
  flex: 0 0 50%;
  text-align: right;
  padding: 0.3rem 1rem 0.3rem 0;
  border-bottom: 1px dotted #ebebeb;
}
#infoArea dl dd {
  flex: 0 0 50%;
  text-align: left;
  padding: 0.3rem 1rem 0.3rem 0;
  border-bottom: 1px dotted #ebebeb;
}

.notShown {
  position: absolute;
  width: 439px;
  height: 320px;
  top: -600px;
  z-index: 2;
  margin: 0px auto;
  text-align: center;
}

.shown {
  position: absolute;
  width: 439px;
  height: 320px;
  left: 0px;
  top: 0px;
  z-index: 3;
  margin: 0px auto;
  text-align: center;
}

#resumeArea {
  width: 439px;
  height: auto;
  /*	height:60px;*/
  margin: 10px 0 10px -439px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#resumeArea a {
  position: relative;
  text-decoration: none;
  padding-right: 24px;
}
#resumeArea a:nth-of-type(1) span:nth-of-type(1), #resumeArea a.vdLink span:nth-of-type(2) {
  display: block;
  color: #999;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 2px;
}
#resumeArea a:after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 100px;
  border: 1px solid #45c4f7;
}
#resumeArea a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNDUuOTkgMTkzLjU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNDUuOTkgMTkzLjU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNNzMuMDEsMTkzLjU2QzQ4LjYzLDE2OS4yLDI0LjIzLDE0NC44MiwwLDEyMC42MWM0LjUyLTQuMzksOS4wOS04LjgzLDE0LjA4LTEzLjY4YzE1LjU5LDE1LjU2LDMxLjc0LDMxLjY5LDQ3LjksNDcuODINCgljMC4zOS0wLjI0LDAuNzktMC40OSwxLjE4LTAuNzNjMC01MS4yLDAtMTAyLjQsMC0xNTQuMDJDNzAsMCw3Ni4zOCwwLDgzLjQsMGMwLDUxLjI5LDAsMTAyLjYzLDAsMTU0LjUzDQoJYzE2LjM5LTE2Ljg3LDMyLjE5LTMzLjE1LDQ3Ljg5LTQ5LjMxYzYuMDYsNi4zOCwxMC40NywxMS4wMywxNC43LDE1LjQ4QzEyMi4zNCwxNDQuMzEsOTcuNzYsMTY4Ljg0LDczLjAxLDE5My41NnoiLz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.29;
  transition: ease 0.4s;
}
#resumeArea a:nth-of-type(1):not(.vdLink) span:nth-of-type(2) {
  display: block;
  color: #45c4f7;
  font-weight: 900;
  font-size: 24px;
  line-height: 0.8;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 2px;
}
#resumeArea a.vdLink span:nth-of-type(1) {
  display: block;
  color: #45c4f7;
  font-weight: 900;
  font-size: 24px;
  line-height: 0.8;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 2px;
}
#resumeArea a.vdLink:before {
  width: 20px;
  height: 20px;
  top: 51%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDAuNzIgODIuMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMC43MiA4Mi4wMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTMzLjQ0LDM3LjEyYy0wLjM4LDEuMDUtMC43NywyLjEtMS4xMywzLjE2Yy0xLjQ1LDQuMTktMi43NSw4LjQ0LTQuNDQsMTIuNTNjLTAuNDcsMS4xNC0yLjA2LDIuNTItMy4xMywyLjUyDQoJYy0xLjA1LDAtMi41Ny0xLjQzLTMuMDQtMi41OGMtMS4yOC0zLjEyLTIuMTEtNi40My0zLjQzLTkuODNjLTAuOTUsMy42OC0zLjU4LDMuODItNi40MywzLjc1QzcuOTMsNDYuNTgsNC4wMiw0Ni42NSwwLDQ2LjY1DQoJYzAtMi4yLDAtNC4wMSwwLTYuMjdjMy4yOSwwLDYuNTMtMC4xNCw5Ljc0LDAuMDVjMi4wNywwLjEyLDMuMDYtMC42MiwzLjU3LTIuNTVjMC40NC0xLjY5LDEuMTctMy4zMSwxLjc0LTQuOTcNCgljMC42Mi0xLjc5LDEuMjgtMy42MSwzLjY0LTMuNWMyLjE5LDAuMSwyLjc3LDEuODIsMy4zLDMuNTdjMC44NiwyLjg2LDEuNzcsNS42OSwyLjg1LDkuMTNjMC41NC0xLjIsMC44Ny0xLjgyLDEuMS0yLjQ4DQoJYzEuOTgtNS42OSwzLjk2LTExLjM4LDUuOTEtMTcuMDdjMC42Ny0xLjk1LDEuMjktNC4wNSwzLjk0LTMuNzJjMi40NiwwLjMxLDIuNjksMi4zNSwyLjkxLDQuMzRjMC42MSw1LjQ3LDEuMjcsMTAuOTIsMi40LDE2LjQyDQoJYzAuMTctMC43NywwLjM3LTEuNTQsMC41LTIuMzJjMS44NC0xMS4xNSwzLjYzLTIyLjMsNS41NS0zMy40M2MwLjIxLTEuMiwwLjktMi42MywxLjgzLTMuMzJjMS45OS0xLjQ1LDQuMjEsMC4xOSw0LjYzLDMuMjgNCgljMS4yMSw4Ljk1LDIuNCwxNy45MSwzLjYsMjYuODdjMS4wMSw3LjU1LDIuMDIsMTUuMDksMy4wNCwyMi42NGMwLjA4LDAuNjIsMC4yOSwxLjIzLDAuODUsMS44M2MxLjItNy41OCwyLjM5LTE1LjE2LDMuNTgtMjIuNzMNCgljMC45LTUuNywxLjgtMTEuNDEsMi42Ny0xNy4xMWMwLjMxLTIsMC43NC0zLjk5LDMuMjItNC4wOWMyLjQ3LTAuMSwzLjA2LDEuODgsMy42LDMuODFjMi42NSw5LjQyLDUuMzMsMTguODMsOCwyOC4yNQ0KCWMwLjIsMC43MSwwLjQ0LDEuNDIsMC44NCwyLjY5YzAuODgtMS42NSwxLjQtMi45NSwyLjIxLTQuMDNjMC43MS0wLjk0LDEuNzEtMi4yOCwyLjY1LTIuMzRjNC4yMy0wLjI1LDguNDgtMC4xMSwxMi44Ni0wLjExDQoJYzAsMi4wNSwwLDMuODQsMCw2LjA0Yy0yLjczLDAtNS4zOCwwLjA5LTguMDItMC4wM2MtMS43Mi0wLjA4LTIuNzYsMC40MS0zLjQ4LDIuMDljLTEuMTUsMi42OS0yLjQsNS4zNi0zLjk2LDcuODMNCgljLTAuNjksMS4wOS0yLjMsMi4zNC0zLjM2LDIuMjNjLTEuMDctMC4xMi0yLjQ4LTEuNjctMi44NS0yLjg2Yy0yLjI1LTcuMjctNC4yNC0xNC42Mi02LjMyLTIxLjk0Yy0wLjI1LTAuODctMC41NC0xLjczLTEuMzctMi42Ng0KCWMtMC4xOSwxLjE0LTAuMzksMi4yNy0wLjU3LDMuNDJjLTIuMzQsMTQuODgtNC42NCwyOS43Ni03LjA3LDQ0LjYyYy0wLjIsMS4yNC0xLjAzLDIuNzUtMi4wNCwzLjM5Yy0xLjk3LDEuMjUtMy45OC0wLjM5LTQuMzktMy40DQoJYy0xLjI0LTkuMTItMi40NS0xOC4yNS0zLjY3LTI3LjM3Yy0xLjAxLTcuNTUtMi4wMi0xNS4wOS0zLjA0LTIyLjY0Yy0wLjA4LTAuNjItMC4yNy0xLjIzLTAuODYtMS44NQ0KCWMtMC44NSw1LjE1LTEuNzEsMTAuMy0yLjU2LDE1LjQ2Yy0xLjIyLDcuNDMtMi40NCwxNC44Ni0zLjY1LDIyLjNjLTAuMywxLjg2LTEuMjEsMy4yMy0zLjIxLDMuMjJjLTIuMDEtMC4wMS0yLjktMS4zOS0zLjE1LTMuMjYNCgljLTAuMDMtMC4yNS0wLjA2LTAuNS0wLjA5LTAuNzVjLTAuODgtNy42NS0xLjc2LTE1LjI5LTIuNjQtMjIuOTRjLTAuMTItMS4wNS0wLjI4LTIuMDktMC40My0zLjEzDQoJQzMzLjgxLDM3LjE5LDMzLjYyLDM3LjE1LDMzLjQ0LDM3LjEyeiIvPg0KPC9zdmc+DQo=");
}
#resumeArea a:hover:before, #resumeArea a:focus:before {
  top: 58%;
}
#resumeArea .voicePlayers {
  overflow: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: stretch;
  justify-content: space-around;
  padding: 0 0 10px 10px;
  flex-shrink: 0;
}
#resumeArea .voicePlayers hr {
  border-bottom: 2px dotted #eee;
  display: block;
  width: 100%;
  height: 1px;
}
#resumeArea .voicePlayers .controlContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex: 1;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0;
}
#resumeArea .voicePlayers .controlContainer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #eee;
  display: block;
  width: 100%;
  height: 1px;
}
#resumeArea .voicePlayers .controlContainer:last-of-type::after {
  display: none;
}
#resumeArea .voicePlayers .controlContainer:last-of-type:first-of-type {
  border-bottom: 2px dotted #eee;
  flex: 0;
  padding-bottom: 7px;
}
#resumeArea .voicePlayers .controlContainer button {
  background-position: center center;
  background-size: 56%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-color: transparent;
  padding: 0 0 12px 0;
  cursor: pointer;
  opacity: 0.2;
}
#resumeArea .voicePlayers .controlContainer button:hover, #resumeArea .voicePlayers .controlContainer button:focus {
  opacity: 1;
}
#resumeArea .voicePlayers .controlContainer button.nowPlayBtn {
  background-image: url("../voice/play.svg");
}
#resumeArea .voicePlayers .controlContainer button.nowPlayBtn:hover, #resumeArea .voicePlayers .controlContainer button.nowPlayBtn:focus {
  background-image: url("../voice/play-b.svg");
  opacity: 1;
}
#resumeArea .voicePlayers .controlContainer button.nowPauseBtn {
  background-image: url("../voice/pause.svg");
}
#resumeArea .voicePlayers .controlContainer button.nowPauseBtn:hover, #resumeArea .voicePlayers .controlContainer button.nowPauseBtn:focus {
  background-image: url("../voice/pause-b.svg");
  opacity: 1;
}
#resumeArea .voicePlayers .controlContainer button.nowStopBtn {
  background-image: url("../voice/stop.svg");
}
#resumeArea .voicePlayers .controlContainer button.nowStopBtn:hover, #resumeArea .voicePlayers .controlContainer button.nowStopBtn:focus {
  background-image: url("../voice/stop-b.svg");
  opacity: 1;
}
#resumeArea .voicePlayers .controlContainer button span {
  display: none;
  /* replace with sr-only css */
}

/*#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer:last-of-type:first-of-type::after {
	display:block !important;
}*/
#videoArea {
  width: 90%;
  /*439*/
  height: auto;
  margin: 10px 0 20px -439px;
  text-align: center;
  background: #fff;
}

h2 {
  color: #45c4f7;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: -0.7rem;
}
h2 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 7px;
}

.vidLinks {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  padding: 20px 0px 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 8px 4px rgba(175, 175, 175, 0.22);
}
.vidLinks button {
  color: #999;
  font-size: 1rem;
  padding: 8px 6px;
  border-bottom: 2px dotted #eee;
  font-weight: 400;
  background-color: #fff;
}
.vidLinks button:hover, .vidLinks button:focus {
  color: #45c4f7;
  border-color: #45c4f7;
  cursor: pointer;
}

#backBtn {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  text-align: center;
  float: left;
}
#backBtn a {
  display: block;
  width: 57px;
  height: 35px;
  color: #7D7D7D;
  padding: 5px 5px 5px 10px;
  margin: 0 auto;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  border-bottom: 2px dotted #eee;
}
#backBtn a:hover, #backBtn a:focus {
  color: #45c4f7;
  border-color: #45c4f7;
}
#backBtn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4Ny42NCAxNDUuOTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg3LjY0IDE0NS45OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTQwLjYyLDg0Ljk0Yy0wLjUzLTAuNTItMS4wNS0xLjAyLTEuNTktMS41NGMwLjAyLDAsMC4wMywwLDAuMDUsMEwyNy42OSw3Mi4wMmw1OC40NC01OC40NEM4MS40OCw4Ljc5LDc3LjE5LDQuMzYsNzIuOTUsMA0KCUM0OC43NCwyNC4yMywyNC4zNiw0OC42MywwLDczLjAxYzI0LjcyLDI0Ljc2LDQ5LjI1LDQ5LjMzLDcyLjg3LDcyLjk4YzQuMjgtNC4wNyw4Ljc2LTguMzIsMTQuNzctMTQuMDNMNDAuNjIsODQuOTR6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.33;
}

#blurLeft {
  width: 47px;
  height: 405px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../right_blur.png);
}

#blurRight {
  width: 47px;
  height: 405px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../left_blur.png);
}

/*						THUMBNAIL PAGES*/
.thumbAge {
  width: 880px;
  float: left;
  padding-top: 25px;
}

.thumbAge2019 {
  width: 100%;
  float: left;
  padding-top: 25px;
}

.voice .leftThumbArea {
  width: 425px;
  min-height: 145px;
  text-align: center;
  margin-top: 15px;
  float: left;
  overflow: hidden;
}

.union {
  width: 295px;
  float: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #999;
}

.voiceUnion {
  width: 440px;
  /*	height:20px;*/
  float: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #999;
}

.voice .rightThumbArea {
  width: 425px;
  min-height: 145px;
  text-align: center;
  margin-top: 15px;
  float: left;
  overflow: hidden;
  height: 280px;
}
.voice .leftThumbArea {
  height: 280px;
}

/*     VOICE*/
/*	#content.voice {
	text-align:center;	
	}

	.hint {
	font-size:13px;
	margin:10px 0;	
	}

	span.hs, span.pp {
	display: inline-block;
	width:25px;
	height:25px;
	margin-bottom: -7px;
	padding-right: 7px;
	}

	span.hs {
	background:url(../voice_icon_hs.gif) center center no-repeat;	
	}

		span.pp {
	background:url(../voice_icon_pp.gif) center center no-repeat;	
	}

	.voiceName span.hs, .voiceName span.pp {
margin: 0;
padding: 0 5px;
}

.leftThumbArea .voiceName {
	width:440px;
	float:left;	
	font-family: "Mulish", sans-serif; font-optical-sizing: auto; font-style: normal; font-weight:300;
	font-style:normal;
	font-size:18px;
	color:#000;
	margin-top:0;
}

.leftThumbArea .voicePlayers {
	width:440px;
	display:block;
	float:left;
	overflow:hidden;
	min-height:150px;
}

.voicePlayers audio {
	width:400px;
	height:50px;	
}

.rightThumbArea .voiceName {
	width:440px;
	float:left;	
	font-family: "Mulish", sans-serif; font-optical-sizing: auto; font-style: normal; font-weight:300;
	font-style:normal;
	font-size:18px;
	color:#000;
	margin-top:0;
}

.rightThumbArea .voicePlayers {
	width:440px;

	float:left;
	display:block;
	overflow:hidden;
	min-height:150px;
}




.controlContainer {
	width:400px;
	margin:0 auto;
}


.nowPlayBtn {
background-image:url(../now_audio_control_btns.png);
width:130px;
height:40px;
display:block;
float:left;
background-position:left top;
}

.nowPlayBtn span {
margin-left:-3000px;
}

.nowPlayBtn:hover {
background-position:left -40px;
cursor:pointer;
}



.nowPauseBtn {
background-image:url(../now_audio_control_btns.png);
width:130px;
height:40px;
display:block;
float:left;
background-position:-130px top;
}

.nowPauseBtn span {
margin-left:-3000px;
}

.nowPauseBtn:hover {
background-position:-130px -40px;
cursor:pointer;
}





.nowStopBtn {
background-image:url(../now_audio_control_btns.png);

width:130px;
height:40px;
display:block;
float:left;
background-position:-260px top;
}

.nowStopBtn span {
margin-left:-3000px;
}

.nowStopBtn:hover {
background-position:-260px -40px;
cursor:pointer;
}*/
#content2019.voicepage header {
  width: 100%;
  display: block;
  padding: 0 0 20px;
  text-align: center;
}

.scrolled #content2019.voicepage header {
  margin-top: 84px;
}

#content2019.voicepage header span.hs, #content2019.voicepage header span.sc {
  margin: 17px 5px -7px 0;
}
#content2019.voicepage header .hint br {
  display: block;
}
#content2019.voicepage header .hint .space {
  display: none;
}
#content2019.voicepage header .jumpHint {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
}
#content2019.voicepage header .jumpHint .jhInner {
  width: 169px;
  display: inline-block;
  border: 1px solid #d1d1d1;
  border-radius: 800px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 600px) {
  #content2019.voicepage header .hint br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #content2019.voicepage header .hint .space {
    display: inline;
  }
}
.scrolled .jumpHint {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  z-index: 20;
}
.scrolled .jhInner {
  width: auto;
  background-color: #fff;
  border-radius: 800px;
}
.scrolled .jumpHint span {
  display: block;
}

@media screen and (min-width: 600px) {
  .scrolled .jumpHint {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    z-index: 20;
  }
}
#content2019.voicepage header a {
  color: #45c4f7;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px dotted transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#content2019.voicepage header a:hover, #content2019.voicepage header a:focus {
  text-decoration: underline;
}
#content2019.voicepage section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
}
#content2019.voicepage section h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #8ddaf9;
  padding: 9px;
  margin-bottom: 2rem;
  scroll-margin-top: 6rem;
  border-top: 1px dotted #8ddaf9;
}
#content2019.voicepage section h2#men {
  margin-top: 100px;
}
#content2019.voicepage .thumbArea {
  display: flex;
  flex-direction: column;
  width: 24%;
  text-align: center;
  margin-top: 35px;
  min-width: 100%;
  height: auto;
  padding-bottom: 20px;
  align-items: center;
  scroll-margin-top: 5rem;
  transition: background-color 1s ease-out;
}
#content2019.voicepage .thumbArea.hashy {
  background-color: #75d8ff;
}
#content2019.voicepage .thumbArea .namePlate {
  display: flex;
  flex-direction: column;
  min-height: 2.625rem;
}
#content2019.voicepage .thumbArea .namePlate .vName {
  background-color: #fff;
  z-index: 3;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.3rem;
  Line-height: 1.4;
}
#content2019.voicepage .thumbArea .namePlate .vUnion {
  background-color: #fff;
  margin-bottom: -0.5rem;
  z-index: 3;
  display: inline-block;
  padding: 0 5px;
  font-size: 0.9rem;
  Line-height: 1.4;
}
#content2019.voicepage .thumbArea .namePlate .vUnion:empty {
  display: none;
}
#content2019.voicepage .thumbArea .thumb {
  display: flex;
  flex-direction: column;
  width: 95%;
  background-color: #fff;
  border: none;
  padding: 15px 15px 5px 15px;
}
#content2019.voicepage .thumbArea .thumb .imgVo {
  display: flex;
  flex-direction: row;
}
#content2019.voicepage .thumbArea .thumb .imgVo .vImg {
  width: 59%;
  height: 165px;
  overflow: hidden;
  position: relative;
}
#content2019.voicepage .thumbArea .thumb .imgVo .vImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 150px;
  height: auto;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: stretch;
  justify-content: space-around;
  padding: 0 0 10px 10px;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers hr {
  border-bottom: 2px dotted #eee;
  display: block;
  width: 100%;
  height: 1px;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex: 1;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #eee;
  display: block;
  width: 100%;
  height: 1px;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer:last-of-type::after {
  display: none;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer:last-of-type:first-of-type {
  border-bottom: 2px dotted #eee;
  flex: 0;
  padding-bottom: 7px;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button {
  background-position: center center;
  background-size: 56%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-color: transparent;
  padding: 0 0 12px 0;
  cursor: pointer;
  opacity: 0.2;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button:hover, #content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button:focus {
  opacity: 1;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowPlayBtn {
  background-image: url("../voice/play.svg");
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowPlayBtn:hover, #content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowPlayBtn:focus {
  background-image: url("../voice/play-b.svg");
  opacity: 1;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowPauseBtn {
  background-image: url("../voice/pause.svg");
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowPauseBtn:hover, #content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowPauseBtn:focus {
  background-image: url("../voice/pause-b.svg");
  opacity: 1;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowStopBtn {
  background-image: url("../voice/stop.svg");
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowStopBtn:hover, #content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button.nowStopBtn:focus {
  background-image: url("../voice/stop-b.svg");
  opacity: 1;
}
#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer button span {
  display: none;
  /* replace with sr-only css */
}
#content2019.voicepage .thumbArea .thumb .vTxt {
  width: 100%;
  font-size: 0.875rem;
  padding: 0 0 8px 0;
  font-weight: 400;
}
#content2019.voicepage .thumbArea .thumb .vTxt span {
  font-style: italic;
}
#content2019.voicepage .thumbArea .thumb .vIconRez {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
#content2019.voicepage .thumbArea .thumb .vIco {
  width: 45%;
  text-align: left;
  line-height: 5px;
}
#content2019.voicepage span.hs, #content2019.voicepage span.pp, #content2019.voicepage span.sc {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  color: #45c4f7;
  border: 1px solid #45c4f7;
  border-radius: 50%;
  background-color: #fff;
  padding: 2px;
}
#content2019.voicepage span.pp {
  background: none;
  display: none;
}
#content2019.voicepage span.sc {
  margin-left: 5px;
}
#content2019.voicepage span.sc::before {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content2019.voicepage span.hs::before {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content2019.voicepage span.sc::before {
  content: "Sc";
  width: 100%;
  height: 100%;
}
#content2019.voicepage span.hs::before {
  content: "";
  background-image: url("../voice/home-b.svg");
  background-position: 2px 2px;
  background-size: 78%;
}
#content2019.voicepage .thumbArea .thumb a.vRez {
  width: auto;
  margin-left: auto;
  text-align: right;
  color: #45c4f7;
  text-decoration: none;
  display: inline-block;
  padding: 1px;
  border-bottom: 1px dotted transparent;
  font-size: 14px;
  line-height: 1;
}
#content2019.voicepage .thumbArea .thumb a.vRez:hover, #content2019.voicepage .thumbArea .thumb a.vRez:focus {
  border-bottom: 1px dotted #45c4f7;
}
#content2019.voicepage .thumb span.hs:empty, #content2019.voicepage .thumb span.sc:empty {
  display: none;
}

@media screen and (min-width: 400px) {
  #content2019.voicepage .thumbArea {
    min-width: 375px;
  }
}
/* mq min400 */
/*#content2019.voicepage .thumbArea .thumb .imgVo .voicePlayers .controlContainer:last-of-type:first-of-type::after {
	display:block !important;
}*/
/*contact page*/
#contactInfo {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #999;
  font-size: 16px;
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
}
#contactInfo p, #contactInfo h2 {
  text-align: left;
  margin-bottom: 15px;
}
#contactInfo h1 {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin: 12px 0 10px;
}

/*whats Happening page*/
#whatsHappeningInfo {
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  width: 97%;
}
#whatsHappeningInfo a:link, #whatsHappeningInfo a:visited, #whatsHappeningInfo a:hover {
  color: #8ddaf9;
  text-decoration: none;
}
#whatsHappeningInfo h1 {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin: 12px 0;
}
#whatsHappeningInfo h2 {
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #999;
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0;
}

/*join page*/
#joinContentLeft {
  position: relative;
  width: 375px;
  margin-left: 45px;
  padding: 0 10px 0 0;
  float: left;
  min-height: 405px;
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  color: #999;
  font-size: 14px;
}
#joinContentLeft h1 {
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin-top: 12px;
}

#joinContentRight {
  position: relative;
  width: 395px;
  padding: 0 0 0 10px;
  min-height: 405px;
  float: left;
  text-align: left;
  border-left: 1px solid #CCC;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  color: #999;
  font-size: 14px;
}
#joinContentRight h2 {
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  color: #999;
  font-size: 17px;
  margin-top: 12px;
}

.note {
  font-size: 12px;
  font-style: italic;
}

.highlight {
  color: #8ddaf9;
}
.highlight span {
  color: #999;
}

#clearAll {
  clear: both;
  width: 880px;
  height: 120px;
}

#footer {
  width: 880px;
  font-size: 11px;
  color: #999;
  text-align: center;
  margin: 0px auto;
}
#footer a {
  color: #999;
  text-decoration: none;
}
#footer a:link, #footer a:visited, #footer a:active {
  color: #999;
  text-decoration: none;
}
#footer a:hover {
  color: #8ddaf9;
  text-decoration: underline;
}

/*STYLIST SPECIFIC ========================================================== */
.stylists .rightThumbArea, .stylists .leftThumbArea {
  padding: 15px 0;
}

/*STYLIST SPECIFIC ========================================================== */
.mobileOnly {
  display: none;
}

@media screen and (max-width: 879px) and (min-width: 535px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #mainContainer {
    position: relative;
    max-width: 880px;
    width: 100%;
    margin: 0px auto;
    font-size: 16px;
  }
  #headerFlash {
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
  }
  ul#navigation {
    max-width: 792px;
    width: 100%;
    min-height: 32px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    line-height: 2em;
    list-style-type: none;
    overflow: hidden;
  }
  #content {
    max-width: 880px;
    width: 100%;
    min-height: 405px;
    padding: 15px;
  }
  #contentLeft {
    position: relative;
    width: 50%;
    float: left;
    min-height: 405px;
    overflow: hidden;
  }
  #headshot {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    /*0 0 0 440px;*/
  }
  #compThumbs {
    max-width: 390px;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 440px;
    text-align: center;
  }
  .compThumb {
    padding: 2px 5% !important;
  }
  #contentRight {
    position: relative;
    width: 50%;
    min-height: 405px;
    float: left;
    overflow: hidden;
  }
  .shown, .notShown {
    position: absolute;
    max-width: 439px;
    width: 100%;
    height: auto;
  }
  #infoArea {
    max-width: 439px;
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 0 0 -439px;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-style: normal;
    color: #CCC;
    overflow: hidden;
  }
  #resumeArea {
    width: 100%;
    height: auto;
    margin: 10px 0 10px -439px;
    text-align: center;
  }
  #blurRight, #blurLeft {
    max-width: 47px;
    width: 10.68%;
  }
  #clearAll {
    clear: both;
    width: 100%;
    height: 120px;
  }
  #footer {
    width: 100%;
    font-size: 11px;
    color: #999;
    text-align: center;
    margin: 0px auto;
  }
  /*------------------------------------ THUMBNAIL PAGE -------------------------------------*/
  .thumbAge {
    max-width: 880px;
    width: 100%;
    float: left;
    padding-top: 25px;
  }
  .voice .leftThumbArea {
    max-width: 440px;
    width: 50%;
    min-height: 145px;
    text-align: center;
    margin-top: 15px;
    float: left;
    clear: left;
    overflow: hidden;
  }
  .voice .rightThumbArea {
    max-width: 440px;
    min-height: 145px;
    width: 50%;
    text-align: center;
    margin-top: 15px;
    float: left;
    overflow: hidden;
  }
  .union {
    max-width: 295px;
    width: 67.04%;
    font-size: 13px;
  }
  /*JOIN PAGE =====================================*/
  #joinContentLeft {
    width: 45%;
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  #joinContentRight {
    width: 45%;
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
    border-left: 1px solid #CCC;
  }
}
/*END 879 - 500*/
@media screen and (max-width: 534px) and (min-width: 120px) {
  .mobileOnly {
    display: block;
  }
  #mainContainer, #content {
    width: 100%;
  }
  #header {
    width: 100%;
    height: 60px;
    background: url("../now_header_m.jpg") center 0 no-repeat;
    position: relative;
  }
  #headerFlash {
    display: none;
  }
  #mobileMenu {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: url("../mobile_nav_icon.gif") center 0 no-repeat;
  }
  #mobileMenu a {
    display: block;
    width: 30px;
    height: 30px;
  }
  ul#navigation {
    height: 0;
    /*anim to 230*/
    overflow: hidden;
    width: 100%;
    background-image: none;
    background-color: #FFF;
    color: #999;
    border-bottom: 1px solid #999;
    text-align: center;
  }
  ul#navigation li.join, ul#navigation li.men, ul#navigation li.women, ul#navigation li.kids, ul#navigation li.voice, ul#navigation li.stylists, ul#navigation li.about {
    width: 100%;
    background-image: none;
    background-color: #FFF;
    color: #999;
    border-bottom: 1px solid #999;
    text-align: center;
  }
  ul#navigation li.join:hover, ul#navigation li.men:hover, ul#navigation li.women:hover, ul#navigation li.kids:hover, ul#navigation li.voice:hover, ul#navigation li.stylists:hover, ul#navigation li.about:hover {
    width: 100%;
    background-image: none;
    background-color: #E6E6E6;
    color: #999;
    border-bottom: 1px solid #999;
    text-align: center;
  }
  ul#navigation li span {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
  }
  ul#navigation a {
    color: #999;
    text-decoration: none;
  }
  ul#navigation a:hover {
    color: #999;
    text-decoration: none;
  }
  /*------------------------------------ THUMBNAIL PAGE -------------------------------------*/
  /* ===================== DETAIL PAGE =============== */
  .shown, .notShown {
    position: relative;
    width: 100%;
    top: 0;
    margin: 15px auto;
  }
  #compThumbs, #blurLeft, #blurRight {
    display: none;
  }
  #contentLeft {
    position: relative;
    width: 100%;
    min-height: 320px;
  }
  #headshot {
    margin: 0 auto !important;
  }
  #contentRight {
    position: relative;
    width: 100%;
    min-height: 405px;
    float: left;
    overflow: hidden;
  }
  #infoArea {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-style: normal;
    color: #CCC;
    overflow: hidden;
  }
  #resumeArea {
    margin-left: 0;
    width: 100%;
  }
  #videoArea {
    margin-left: 25px;
    width: 90%;
  }
  #blurRight, #blurLeft {
    display: none;
  }
  #clearAll {
    clear: both;
    width: 100%;
    height: 120px;
  }
  #footer {
    width: 100%;
    font-size: 11px;
    color: #999;
    text-align: center;
    margin: 0px auto;
  }
  /*JOIN PAGE =====================================*/
  #joinContentLeft, #joinContentRight {
    width: 90%;
    min-height: 0;
    margin-left: 0;
    border-left: none;
    padding: 0 10px;
  }
}
/*END =============== (max-width: 534px) and (min-width:120px)*/
/*voice accordion*/
.ui-accordion .ui-accordion-content {
  padding: 0;
}
.ui-accordion .women.ui-accordion-header {
  background-image: url("../women.jpg");
}
.ui-accordion .men.ui-accordion-header {
  background-image: url("../men.jpg");
}
.ui-accordion .kids.ui-accordion-header {
  background-image: url("../kids_teens.jpg");
}
.ui-accordion h3.ui-accordion-header {
  text-indent: -9999px;
  margin-bottom: 25px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-content {
  border: none;
}

.ui-accordion .ui-accordion-icons {
  padding: 0;
}

.ui-icon {
  display: none;
}

/*=================================Condensing Thumb pages */
#content2019 .thumbArea {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  height: 400px;
  min-width: 300px;
}
#content2019 .thumbArea .thumb {
  box-shadow: 0px 0px 8px 4px rgba(175, 175, 175, 0.22);
  border: 10px solid white;
  width: 340px;
  margin: 0 auto;
}

.thumb a {
  display: block;
}
@media screen and (min-width: 690px) {
  #content2019 .thumbArea {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  #content2019 .thumbArea {
    width: 33%;
  }
}
@media screen and (min-width: 1400px) {
  #content2019 .thumbArea {
    width: 24%;
  }
}
@media screen and (min-width: 1690px) {
  #content2019 .thumbArea {
    width: 20%;
  }
}
@media screen and (min-width: 2145px) {
  #content2019 .thumbArea {
    width: 15%;
  }
}
#content2019 .thumbArea .thumbName {
  width: 100%;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #000;
  margin-top: 7px;
  line-height: 19px;
}

.thumbDots {
  display: none;
}

.union {
  width: 100%;
  float: left;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.thumbAge {
  width: 100%;
  float: left;
  padding-top: 25px;
  height: 39px;
}

#content2019 .thumbAge {
  width: 100%;
  float: none;
  padding-top: 25px;
  height: 39px;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.thumbAge img {
  position: relative;
  margin: 0 auto;
}

.payments {
  text-align: center;
}

.area {
  float: left;
  width: 50%;
  min-width: 300px;
  text-align: center;
}
.area table {
  margin: 0 auto;
  width: 100%;
}

input[type=text] {
  border: 1px solid lightgrey;
  margin: 5px;
}

a.security {
  font-size: 14px;
  line-height: 22px;
  color: #AFAFAF;
  display: block;
  clear: both;
  margin: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.social {
  display: block;
  width: 190px;
  text-align: center;
  margin: 15px auto;
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 10px;
}
.social a.fb {
  background-image: url(../facebook.svg);
}
.social a.inst {
  background-image: url(../instagram.svg);
}
.social a.em {
  background-image: url(../email.svg);
}

.modaal-close:focus:before, .modaal-close:focus:after {
  background: #45c4f7;
}
.modaal-close:hover:before, .modaal-close:hover:after {
  background: #45c4f7;
}