header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  display: block;
}
textarea {
  outline: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
form,
input {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-weight: normal;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
input[type="submit"] {
  -webkit-appearance: none; /*-webkit-border-radius:0px;*/
}
a,
.submitEmail,
.completeBtn,
.applyBtn {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.none {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.noSelect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo {
  float: left;
  position: relative;
  margin-top: 16px;
  width: 480px;
  padding-bottom: 8px;
}
.logo img {
  display: block;
}
.logo span {
  position: absolute;
  font-family: "segoe_uiregular";
  color: #696969;
  letter-spacing: 0.01em;
  left: 84px;
  top: 43px;
  font-size: 18px;
  width: 100%;
}
/* Responsive menu */
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: right;
  top: 0px;
  width: 0px;
  right: 0px;
  position: absolute;
  padding: 4px 0;
  min-height: 42px;
  z-index: 1;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 18px;
  padding: 7px 8px 10px;
  position: absolute;
  top: 8px;
  right: 0px !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #b50000;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: right;
  width: 180px;
  background: rgba(0, 0, 0, 0.9);
  margin: 53px 0px 0 0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.mean-container .mean-nav ul {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul ul {
  background-color: rgba(0, 0, 0, 0.5);
}
.mean-container .mean-nav ul li {
  position: relative;
  float: none;
  width: 100%;
  font-size: 16px;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: none;
  width: 86%;
  padding: 10px 7%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #000;
  text-decoration: none;
  height: auto;
  line-height: 16px;
}
.mean-container .mean-nav ul li li a {
  width: 88%;
  padding: 12px 6%;
  border-bottom: 1px solid #000;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #b50000;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: auto;
  border: 0 !important;
  padding: 0 6px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 2;
  font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: 0;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  display: none;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.joinMLink a {
  background-color: #e91b23;
  color: #fff;
}
.joinMLink a:hover {
  background-color: #fff;
  color: #bb0a0a;
}
.navbar-toggle {
  display: none;
}
#closeX {
  display: none;
}
/* Dropdown CSS Start */
/* .selectric-wrapper{position:relative;cursor:pointer; text-align:left;}
.selectric-responsive{width:100%}
.selectric{position:relative;overflow:hidden; border:1px solid #575656; border-radius:3px;}
.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px;color:#ffffff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; line-height:37px; padding:0 32px 0 15px; text-transform:uppercase; letter-spacing:-0.025em;}
.selectric .button{display:block;position:absolute;right:0;top:0px;width:21px;text-align:center;height:37px;text-indent:-9999px;}
.selectric .button:after{content:""; position:absolute; top:50%; left:0; margin:auto; width:9px; height:5px; background:url(../images/angle-down.png) no-repeat; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.selectric-open{z-index:9999}
.selectric-open .selectric-items{display:block}
.selectric-disabled{filter:alpha(opacity=50);opacity:.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}
.selectric-hide-select select{position:absolute;left:-100%; opacity:0;}
.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10}
.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0}
.selectric-input{position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;margin:0!important;padding:0!important;width:1px!important;height:1px!important;outline:none!important;border:none!important;font:0/0 a!important;background:none!important}
.selectric-temp-show{position:absolute!important;visibility:hidden!important;display:block!important}
.selectric-items{display:none;position:absolute;top:100%;left:0;background:#000;border:1px solid #444343;z-index:-1;box-shadow:0 0 10px -6px;}
.selectric-items .selectric-scroll{height:100%;overflow:auto}
.selectric-above .selectric-items{top:auto;bottom:100%}
.selectric-items ul,.selectric-items li{list-style:none;padding:0;margin:0;font-size:15px;line-height:14px;min-height:14px; text-transform:uppercase; letter-spacing:-0.05em;}
.selectric-items li{display:block;padding:10px 15px;color:#fff;cursor:pointer;}
.selectric-items li.selected{background:#b50000;color:#fff;}
.selectric-items li.highlighted{background:#b50000;color:#fff;}
.selectric-items li:hover{background:#b50000;color:#fff;}
.selectric-items .disabled{filter:alpha(opacity=50);opacity:.5;cursor:default!important;background:none!important;color:#666!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.selectric-items .selectric-group .selectric-group-label{font-weight:700;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none;color:#444}
.selectric-items .selectric-group.disabled li{filter:alpha(opacity=100);opacity:1}
.selectric-items .selectric-group li{padding-left:25px} */
/* Dropdown CSS Close */
div#models {
  position: absolute;
  bottom: 65px;
}
.videoPic {
  position: relative;
}
.playBtn {
  display: none;
  position: absolute;
  top: 37%;
  left: 37%;
  cursor: pointer;
}
.videoPic:hover .playBtn {
  display: block;
}
.centerwrapIndex {
  width: 1858px;
  margin: auto;
}
.topMsg {
  background-color: #1b1b1b;
}
.topMsg .centerwrapIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topMsg p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #fcfafb;
  line-height: 40px;
}
.topMsg p span {
  text-transform: uppercase;
}
.language .selectric {
  border: none;
}
.language a {
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 10px;
}
header {
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
header .centerwrapIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 81px;
  position: relative;
}
.texasHeader {
  padding: 10px 0;
  line-height: 1.6;
  background-color: lightgray;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.texasHeader > div {
  width: 98%;
}
nav ul {
  display: flex;
  align-items: center;
}
nav li {
  font-size: 21px;
  letter-spacing: -0.015em;
  padding-right: 30px;
}
nav li a {
  color: #696969;
  line-height: 42px;
}
nav li a:hover,
nav li a.active {
  color: #b50000;
}
nav li:last-child {
  padding-right: 0px;
}
.jnNow {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.jnNow a {
  color: #fff;
  background-color: #08b921;
  border: 3px solid #fff;
  border-radius: 6px;
  padding: 0 14px;
  display: block;
}
.jnNow a:hover {
  background-color: #fff;
  color: #08b921;
  border: 3px solid #08b921;
}
.bannerVideo video {
  display: block;
  width: 100%;
}
.featured {
  background-color: #fff;
}
.featured .centerwrapIndex {
  display: flex;
  height: 95px;
  align-items: center;
  justify-content: center;
}
.featured p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #818181;
  font-size: 29px;
}
.featured ul {
  display: flex;
  padding-left: 28px;
  align-items: center;
}
.featured ul li {
  margin-right: 50px;
}
.featured ul li:last-child {
  margin-right: 0px;
}
.titleArea {
  background-color: #1b1b1b;
}
.titleArea .centerwrapIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.titleLeft {
  display: flex;
  align-items: center;
}
.titleLeft h3 {
  font-size: 29px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 22px;
}
.dropdown .selectric .label {
  padding: 0 60px 0 15px;
}
.sectionTitle {
  border-bottom: 3px solid #f2f2f3;
  padding: 14px 0;
}
.sectionTitle .centerwrapIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sectionTleft {
  width: calc(100% - 270px);
}
.sectionTleft h2 {
  font-size: 17px;
  color: #b50000;
  letter-spacing: -0.005em;
  line-height: 21px;
}
.sectionTleft h2 span {
  font-style: italic;
}
.sectionTleft h2 strong {
  font-weight: 700;
}
.sectionTleft p {
  font-size: 17px;
  line-height: 21px;
  color: #8a8a8a;
  letter-spacing: -0.005em;
}
.sectionTright {
  display: flex;
}
.prev {
  background: url(../images/left-arrow.png) no-repeat center center;
  border: 1px solid #c5c5c5;
  width: 32px;
  height: 38px;
  border-radius: 3px 0 0 3px;
}
.next {
  background: url(../images/right-arrow.png) no-repeat center center;
  border: 1px solid #c5c5c5;
  width: 32px;
  height: 38px;
}
.doubleRight {
  background: url(../images/double-right-arrows.png) no-repeat center center;
  border: 1px solid #c5c5c5;
  width: 31px;
  height: 38px;
  border-left: 0px;
  border-radius: 0 3px 3px 0;
}
.prev:hover,
.next:hover,
.doubleRight:hover {
  background-color: #f1f1f1;
}
.number .selectric {
  border: none;
}
.number .selectric .label {
  color: #8a8a8a;
  font-size: 17px;
  letter-spacing: -0.005em;
  text-transform: none;
  padding-left: 13px;
  padding-right: 34px;
  line-height: 38px;
}
.number .selectric .button:after {
  background-image: url(../images/down-arrow.png);
}
.number .selectric-items li {
  padding: 10px 13px;
  font-size: 17px;
  text-transform: none;
}
.contentArea {
  background-color: #fff;
  padding-top: 22px;
}
.allVideos,
.allModels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.model {
  margin-bottom: 30px;
}
.modelPic img {
  width: 95%;
}
.ml {
  margin-left: 8px;
}
.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  animation: smoothScroll 1s forwards;
}

.modelName {
  margin-top: 20px;
}
.modelName a {
  color: #337ab7;
}
.modelName a:hover {
  color: #23527c;
}
.videoBlock {
  margin-bottom: 14px;
  margin-right: 18px;
  width: 451px;
}
.videoBlock:nth-child(4n) {
  margin-right: 0px;
}
.modelBlock {
  margin-bottom: 14px;
  margin-right: 18px;
  width: 451px;
}
.modelBlock:nth-child(4n) {
  margin-right: 0px;
}
.details {
  padding-top: 5px;
}
.details h4 {
  font-size: 17px;
  letter-spacing: 0.005em;
}
.details h4 a {
  color: #af0000;
}
.details h4 a:hover {
  color: #000;
}
.details p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 20px;
}
.details p a {
  color: #294c7f;
}
.details p a:hover {
  color: #af0000;
}
.adding {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.adding img {
  margin-right: 3px;
}
.adding span {
  padding-left: 6px;
  display: flex;
  align-items: center;
  padding-right: 6px;
}
/* .pagination{display:flex; justify-content:center; padding-top:24px; padding-bottom:45px;} */
.pagination {
  display: block;
  margin: 80px auto;
  text-align: center;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #4caf50;
  color: white;
  border: 1px solid #4caf50;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.midBannerLeft {
  background: url(../images/midBanner.jpg) no-repeat;
  height: 564px;
  position: relative;
  margin-bottom: 30px;
}
.leftContent {
  background: url(../images/left-rectangle.png) no-repeat;
  height: 564px;
  width: 816px;
  display: flex;
  align-items: center;
  padding-left: 62px;
  padding-right: 158px;
}
.midContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.midContent h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 80px;
  line-height: 78px;
  text-align: center;
  border-bottom: 1px solid #2b4b78;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.52);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.midContent h3 span {
  color: #08b921;
}
.midContent p {
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  letter-spacing: -0.005em;
  text-align: center;
  padding-bottom: 18px;
}
.midContent p a {
  color: #fff;
  text-decoration: underline;
}
.midContent p a:hover {
  color: #fff;
  text-decoration: none;
}
.jnUs {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #08b921;
  text-transform: uppercase;
  border: 5px solid #08b921;
  border-radius: 6px;
  padding-left: 37px;
  padding-right: 37px;
  line-height: 74px;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.52);
}
.jnUs span {
  background: url(../images/lock.png) no-repeat left center;
  padding-left: 42px;
}
.jnUs:hover {
  background-color: #fff;
}
.midBannerRight {
  background: url(/images/sfw/midBanner-sfw4.jpg) no-repeat;
  height: 564px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: right;
}
.rightContent {
  background: url(../images/right-rectangle.png) no-repeat;
  height: 564px;
  width: 816px;
  display: flex;
  align-items: center;
  padding-right: 62px;
  padding-left: 158px;
}
.joinAreaIndex {
  background-color: #113a73;
  padding-top: 28px;
  padding-bottom: 54px;
}
.joinAreaIndex .centerwrapIndex {
  display: flex;
  justify-content: space-between;
}
.joinNews {
  width: 798px;
}
.joinNews h3 {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.005em;
  padding-bottom: 10px;
}
.joinNews p {
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.005em;
  padding-bottom: 38px;
}
.newsletter {
  display: flex;
}
.nletterBox {
  background-color: #ffffff;
  height: 65px;
  padding: 0 20px;
  font-size: 17px;
  color: #8a8a8a;
  font-family: Arial, sans-serif;
  width: calc(100% - 125px);
  border: none;
}
.submitEmail {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1b1b1b;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 125px;
  border: none;
  cursor: pointer;
}
.submitEmail:hover {
  background-color: #af0000;
}
.yankSlider {
  width: 875px;
}
.yankSlider h3 {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.005em;
  padding-bottom: 10px;
}
.testimonial p {
  font-size: 19px;
  color: #fff;
  line-height: 30px;
}
.testimonial p span {
  color: #08b921;
  font-weight: 700;
}
.testimonial.owl-carousel.owl-loaded {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-carousel.testimonial button.owl-dot {
  background-color: #6e6f6e;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 3px;
}
.owl-carousel.testimonial button.owl-dot.active {
  background-color: #08b921;
}
.footer {
  background-color: #1b1b1b;
  padding-top: 36px;
}
.footerwrap {
  width: 1090px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerNav {
  display: flex;
}
.footerNav ul {
  margin-right: 28px;
}
.footerNav ul:last-child {
  margin-right: 0px;
}
.footerNav li {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
.footerNav li a {
  color: #ffffff;
}
.footerNav li a:hover {
  color: #08b921;
}
.texasFooter {
  color: white;
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
}
.follow {
  display: flex;
  align-items: center;
}
.follow h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.005em;
  color: #ffffff;
  padding-right: 18px;
}
.follow ul {
  display: flex;
}
.follow ul li {
  margin-right: 9px;
}
.follow ul li:last-child {
  margin-right: 0px;
}
.follow ul li a:hover {
  opacity: 0.6;
}
.copyContent {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}
.copyright {
  font-size: 13px;
  color: #8a8a8a;
  letter-spacing: 0.005em;
  padding-bottom: 3px;
}
.copyContent p {
  font-size: 11px;
  line-height: 16px;
  color: #8a8a8a;
}
.copyContent p a {
  color: #8a8a8a;
}
.copyContent p a:hover {
  color: #fff;
}
.cardInfo {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.cardInfo img {
  margin: 0 4px;
}
.bottomAlert {
  background-color: #08b921;
  padding: 10px 0;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
}
.bottomAlert .centerwrapIndex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottomAlert p {
  font-size: 30px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding-right: 30px;
}
.jnUsNow {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #fff;
  border-radius: 6px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 41px;
  text-shadow: 1px 2px rgba(1, 108, 16, 0.52);
}
.jnUsNow span {
  background: url(../images/lock-white.png) no-repeat left center;
  padding-left: 32px;
}
.jnUsNow:hover {
  background-color: #000;
}
.close {
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/close.png) no-repeat center center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
}

/* Join */
.centerwrap {
  width: 1308px;
  margin: auto;
  display: flex;
  padding-top: 46px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.joinArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.joinLeft {
  width: 603px;
}
.joinModel {
  margin-bottom: 15px;
}
.joinModel img {
  width: 100%;
}
.womenHelp {
  background-color: #fbf7f4;
  padding: 15px 10px 15px 15px;
  display: flex;
}
.calltosafety {
  width: 192px;
}
.joinYanks {
  border-left: 1px solid #dbdbdb;
  padding-left: 15px;
  width: calc(100% - 192px);
}
.joinYanks h2 {
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #676767;
  letter-spacing: -0.015em;
  text-align: center;
}
.joinYanks p {
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, sans-serif;
  letter-spacing: -0.03em;
  color: #676767;
}
.joinYanks p a {
  color: #676767;
  text-decoration: underline;
}
.joinYanks p a:hover {
  color: #676767;
  text-decoration: none;
}
.joinRight {
  width: 634px;
  display: flex;
  flex-direction: column;
}
.joinLogo {
  display: flex;
  justify-content: center;
  padding-bottom: 18px;
}
.joinFirst {
  padding-bottom: 32px;
}
.joinRight h3 {
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #404040;
  font-weight: 700;
  padding-bottom: 10px;
}
.twoColumns {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.twoColumns .deBox {
  width: 312px;
}
.joinTextBox {
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.005em;
  color: #676767;
  padding: 0 15px;
  border: 1px solid #c0c0c0;
  height: 51px;
  width: 100%;
}
.textInfo {
  font-size: 12px;
  line-height: 14px;
  color: #aeafb1;
  letter-spacing: -0.005em;
  padding-top: 4px;
}
.membershipArea label {
  height: 68px;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 14px;
  margin-bottom: 7px;
}
.membershipArea label:last-child {
  margin-bottom: 0px;
}
.membershipArea label input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
.memberMonths {
  font-size: 19px;
  color: #676767;
  letter-spacing: -0.005em;
}
.memberMonths span {
  display: block;
  font-size: 14px;
  letter-spacing: -0.005em;
}
.memberPrice {
  font-size: 28px;
  color: #404040;
  letter-spacing: -0.025em;
  text-align: center;
}
.memberPrice span {
  display: block;
  font-size: 13px;
  color: #676767;
  letter-spacing: -0.025em;
}
.mostPopular {
  font-size: 15px;
  color: #ffffff;
  background-color: #b50000;
  line-height: 34px;
  padding: 0 12px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 50px;
}
.membershipArea label.active {
  background-color: #2f3030;
  border-color: #2f3030;
}
.membershipArea label.active .memberMonths,
.membershipArea label.active .memberPrice,
.membershipArea label.active .memberPrice span {
  color: #ffffff;
}
.promoCode {
  text-align: right;
  font-size: 15px;
  letter-spacing: -0.005em;
  padding-top: 16px;
}
.promoCode a {
  color: #103a73;
  text-decoration: underline;
}
.promoCode a:hover {
  color: #103a73;
  text-decoration: none;
}
.payvia {
  display: flex;
  flex-wrap: wrap;
}
.payvia label {
  width: 114px;
  height: 50px;
  position: relative;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.payvia label:before {
  border: 1px solid #c5c5c5;
  position: absolute;
  border-radius: 5px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
}
.payvia label:last-child {
  margin-right: 0px;
}
.payvia label input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
.orText {
  font-size: 17px;
  color: #676767;
  text-transform: uppercase;
  line-height: 50px;
  padding-right: 9px;
  padding-left: 1px;
}
.payvia label.active:before {
  border: 3px solid #08b921;
}
.complete {
  margin-top: auto;
}
.completeBtn {
  background-color: #08b921;
  cursor: pointer;
  border: none;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  font-family: Arial, sans-serif;
  letter-spacing: -0.015em;
  text-shadow: 0 4px 11px rgba(111, 137, 12, 0.3);
  width: 100%;
  height: 50px;
}
.completeBtn:hover {
  background-color: #b50000;
}
.joinSecond {
  padding-bottom: 18px;
}
.joinThird {
  padding-bottom: 18px;
}
footer {
  text-align: center;
  width: 100%;
  padding-top: 135px;
  padding-bottom: 12px;
}
footer p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #676767;
  padding-bottom: 12px;
}
footer p a {
  color: #676767;
  text-decoration: underline;
}
footer p a:hover {
  color: #676767;
  text-decoration: none;
}
.rta {
  display: flex;
  justify-content: center;
}
.addPromoCode {
  position: relative;
  display: none;
  margin-top: 16px;
  margin-bottom: 5px;
}
.promoBox {
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.005em;
  color: #676767;
  padding: 0 100px 0 15px;
  border: 1px solid #c0c0c0;
  height: 51px;
  width: 100%;
}
.applyBtn {
  background-color: #08b921;
  height: 41px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  border: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 84px;
  text-align: center;
}
.applyBtn:hover {
  background-color: #b50000;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
