@charset "utf-8";
/* CondorTag */

/* colors */


:root {
  --green: #accbc6;
  --gray: #d5d5d5;
  --lightgray: #eee;
  --darkgray: #6c6c6c;
  --orange: #f58f4a;
}

/* fonts */

@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Italic.woff2') format('woff2'),
        url('fonts/FiraSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
        url('fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Bold.woff2') format('woff2'),
        url('fonts/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* base */

html, body {

}

html {

}

* {
	box-sizing: border-box;
}

a:focus {
	outline:none;
}


html, body {
	padding:0;
	margin:0;
}

body {
	font-family: 'Fira Sans', sans-serif;
	background:#fff;
	color:#555;
	}

a {
	color:#000;
}

a:hover {
	color:var(--orange);
}

a:visited {
	color:#000;
}

.nodecor {
	text-decoration: none;
}

* {
    box-sizing: border-box;
}


a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

img {
	border:0;
}

a img {
	border:0;
}


.clearboth, .clearboth-mob {
	display:block;
	clear:both;
}

.vertalign {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.simplemodal-container {
	border:none !important;
	text-align:center !important;
	color:#000 !important;
	
}


.videooverlay {
	display:none;
	position:fixed;
	top:0;
	bottom:auto;
	right:auto;
	left:0;
	width:100%;
	height:99%;
	padding:1% 0 0 0;
	margin:0;
	text-align:center;
	z-index:9999;
	background:rgba(0,0,0,0.9);
	line-height:1.9em;
	border:none;
}

.closeoverlay {
	position:absolute;
	display:block;
	top:2%;
	bottom:auto;
	left:2%;
	right:auto;
}

.closeoverlay a {
	font-size:1.6em;
	font-weight:bold;
	color:#fff !important;
}

.closeoverlay a:hover {
	color:#eee;
	text-decoration:underline;
}

.videowrapper {
	display:block;
	margin:4em auto 0 auto;
	width:75%;
	height:auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

.placeholder { 
   font-size:1em;
   color:#000;
   opacity: 1;
}

::placeholder, input::placeholder, textarea::placeholder {
   font-size:1em;
   color:#000;
   opacity: 1;
}


/* Mobile Layout: 480px and below. */

body {
	font-size: calc(22px + (24 - 16) * ((100vw - 600px) / (2000 - 600)));
}

.gridContainer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
	font-size:3em;

}

.centertext {
	text-align: center;
}

.formcell, .formarea {
	display:block;
	width:100%;
	height:auto;
	border:none;
	padding:.4em;
	margin:0 0 1em 0;
	background:#eee;
}


.formbutton {
	display:block;
	border:none;
	padding:.4em .8em;
	border-radius: .6em;
	background:#000;
	font-variant:small-caps;
	color:#fff;
	text-align: center;
	text-decoration: none;
}

.formbutton_inline  {
	display: inline-block !important;
}

.formbutton:hover {
	background:var(--orange);
	color:#000;
	cursor: pointer !important;
}

.formbutton:visited {
	color:#fff;
}

.showdt {
	display:none;
}

.img100 {
	width:100%;
	height:auto;
}

.img50 {
	width:50%;
	height:auto;
}


.imgcent30 {
	display:block;
	position:relative;
	margin:0 auto;
	width:50%;
}

h1, h2, h3, h4, h5, h6 {
	color:var(--darkgray);
	font-family: poppins, sans-serif;
	font-weight:600;	
}

h1 {
	padding:0;
	margin:.5em 0;
	font-size: 2em;
	text-align:center;
	
}

h2 {
	padding:0;
	margin:.5em 0;
	font-size: 1.2em;
	color:#000;
}

.smalltext {
	font-size: .8em;
}

header {
	position: relative;
	/*vertical-align: middle;*/
}


.top_users {
	display: flex;
	justify-content: space-between;
	margin: 0 0 .2em 0;
	padding: .6em 0;
	width: 100%;
	background: var(--gray);
	font-size: .7em;
}

.top_users li {
	visibility: hidden;
	display: block;
	text-decoration: none !important;
	margin: 0 1em;
}

.navholder {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.mainlogo {
	display: block;
	width: 80%;
	height: auto;
}

.menutog {
	display: block;
	width: 8%;
;
}

.menutog:hover {
	cursor: pointer !important;
}


.menu_main {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding:2% 0;
	margin:0 auto;
	background:var(--gray);
	font-size:1.4em;
	font-variant:small-caps;
	z-index:99999;
	color:#000;
}

.menu_main ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0;
	padding:0;

}

.menu_main ul li {
	display:inline-block;
	margin:1% 0;
	padding:0;
	width: 100%;
	text-align:center;
}

.menu_main ul li a {
	display:block;
	padding:.2em 0;
	text-align:center;
	color:#000;
	width:100%;
	text-decoration:none;
}

.menu_main ul li a:hover, .menu_main ul li a:active {
	color:#000;
	background: var(--orange);
}


.contentholder {
	position:relative;
	top:0;
	bottom:auto;
	left:0;
	right:auto;
	width:90%;
	min-height: 60vh;
	margin:0 auto;
	padding: 1em 0 2em 0;
}

/* footer */

footer {
	clear:both;
	display:block;
	margin:auto 0 0 0;
	padding: .6em 5%;
	width:100%;
	background:var(--darkgray);
	color:#fff;
	text-align:center;
}

footer p {
	margin:2% 0;
}

footer a {
	color:#fff !important;
}

footer a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: .8em;
}

/* home */

.homemsg {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 100%;
}

.homebutton {
	display: block;
	margin: 0;
	padding: 0;
}

.homebutton li {
	display: block;
	margin: 0;
	padding: 0;
}

.homebutton li a {
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	padding: .8em 1.2em .8em 2.2em;
	border-radius: 1em;
	background: #000;
	color: #fff;
	font-family: poppins, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 600;
	line-height: 100%;
}

.homebutton li a small {
	font-size: .6em;
	font-weight: normal;
	line-height: 80%;
}

.homebutton li a:hover {
	background: var(--orange);
	color:#000;
	
}


/* slide tags */


#slideholder {
	width: 100%;
	margin: 1em 0 .2em 0;
	/*background: #eee;*/
}

.slideimg {
	display: block;
	position: relative;
	width: 100%;
	transform-origin: top left;
}

.rotated {
	display: block;
}

.slideops {
	column-gap: 0;
	margin: 1em auto .8em auto !important;
	padding: 0;
	width: 70%;
}

.slideops li {
	display: block;
	width: 2.2em !important;
}

.slideops li span {
	display: block;
	padding: .2em .4em 0 .4em !important;
}

.slideops li:hover {
	cursor: pointer;
}

.rotate90cw {
	animation: rotate90cw .5s forwards;
}

.rotate90ccw {
	animation: rotate90ccw .5s forwards;
}

.rotate180 {
	animation: rotate180 .5s forwards;
}

.slideflip {
	animation: flip .5s forwards;
}

@keyframes rotate90cw {
  100% {transform: rotate(90deg) scale(66.66%);}
}

@keyframes rotate90ccw {
  100% {transform: rotate(-90deg) scale(66.66%);}
}

@keyframes rotate180 {
  100% {transform: rotate(180deg)}
}

@keyframes flip {
  100% {transform: scaleX(-1);}
}

.taglist {
	display:flex;
	flex-wrap: wrap;
	row-gap:1em;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.taglist li {
	display: block;
	position: relative;
	width: 48%;
}

.taglist li span, .tagdisp {
	display: inline-block;
	position: relative;
	width: 100%;
	padding:.3em;
	background: var(--gray);
	border:2px solid var(--darkgray);
	border-radius: .6em;
	text-align: center;
	font-size: .8em;
}

.tagdisp {
	width: auto;
}

.taglist input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.tagitem:checked ~ span {
	display: block;
	background: var(--green);
}

.tagitem:checked ~ .tagitem_parent {
	border-bottom: 10px solid var(--green) !important;
}


.taglist ul {
	display:flex;
	flex-wrap: wrap;
	row-gap:.6em;
	justify-content: space-between;
	width: 208.33%;
	margin: 8px 0 0 -108.33%;
	padding: .4em;
	background: var(--gray);
	border:2px solid var(--darkgray);
	border-radius: .6em 0 .6em .6em;
}

.taglist ul li {
	display: block;
	width: 48%;
	margin: 0;
	padding: 0;
	text-align: center;
}


.tag100 {
	width: 100% !important;
}

.popup_wingtag {
	display: none;
	position: absolute;
	top:100%;
	left:0;
/*	width: 208%;
	margin: 8px 0 0 -108%;
*/	width: 100%;
	margin: 8px 0 0 0;
	padding: .6em;
	background: #fff;
	border: 2px solid var(--darkgray);
	border-radius: .6em;
	color:#000;
	text-align: center;
	z-index: 999;
}

.popup_wingtag input {
	position: relative;
	opacity: 100;
	height: auto;
	cursor: text;
	width: 100%;
	padding: .4em;
	border-radius: .6em;
}

.popup_wingtag .formbutton {
	font-size: .8em;
}

.taglist ul li span {
	position: relative;
	background: var(--lightgray);
	border:2px solid var(--darkgray);
	border-radius: .6em;
	text-align: center;
}

.tagitem_parent {
	border-radius: .6em .6em 0 0 !important;
	margin-bottom: -10px;
	border-bottom: 10px solid var(--gray) !important;
}

.saveslide {
	display: block;
	width: 100%;
	margin: 1em 0 1.6em 0;
	padding: .6em 0;
	font-family: poppins, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

.skipslide {
	display: block;
	width: 60%;
	margin: 1em auto 2em auto;
	padding: .6em 0;
	background: var(--darkgray);
	font-family: poppins, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.tagslidebottom {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.tagslidebottom li {
	display: block;
	margin: 0;
	padding: 0;
	
}

/* popups */

.info_popup1 {
	display: none;
	position: fixed;
	top:5%;
	left:5%;
	width: 90%;
	height: 90%;
	margin: 0 auto;
	padding: 2em;
	background: #fff;
	border: 3px solid var(--gray);
	color:#000;
	z-index: 999;
}

.info_popup1 h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.popup_close {
	position: absolute;
	top:.4em;
	right:.4em;
	background: var(--red);
	width: 1.2em;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	color:#fff;
}

.popup_close:hover {
	text-decoration: none;
	background: var(--gray);
	color:#fff;
	cursor: pointer;
}

/* sign up, my account */


.mydetailsform, .mydetailsform2 {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-column-gap: 1em;
}



.mydetailsform .fc100, .mydetailsform .fcphone, .mydetailsform .fcemail {
	grid-column: span 10;
}

/*.fc5050 {
	grid-column: span 10;
	display: grid;
	grid-template-columns: 1fr 1fr;
}*/


.mydetailsform .fcname, .fc5 {
	grid-column: span 5;
}

.fc2 {
	grid-column: span 2;
}

.gridcol5050 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1em;
}

.numlist1 {
    margin: 0 0 0 .2em;
    padding: 0;
    counter-reset: li;
    list-style: none;
}

.numlist1 > li {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 0 0 3em;
    min-height: 2em;
    counter-increment: li;
}

.numlist1 > li:before {
    content: counter(li);
    color: #fff;
    background: var(--orange);
    border-radius: 50%;
    font-size: .8em;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.numlist1 ul {
    list-style-type: disc;
    padding-left: 2em;
}

.numlist1 ul li {
    counter-increment: none; /* Prevent nested <li> from affecting the counter */
	margin: 0 0 .6em 0;
}

.numlist1 .numlisticon {
	display: inline-block;
	width: 2em;
	vertical-align: middle;
}

.tagexlist {
	display: block;
	margin: 0;
	padding: 0;
}

.tagexlist li {
	display: block;
	margin: 0 0 3em 2em;
	padding: 0;
}

.tagexlist li img {
	display: block;
	margin: .6em 0 0 0;
	width: 100%;
}

.tagexlist li span {
	display: block;
	font-weight: bold;
}

/* leaderboard */

.top_users_10 {
	margin: 1em 0;
	padding: 0;
}

.top_users_10 li:nth-child(-n+3) {
	width: 80%;
	margin: 1em auto;
	padding: .4em 0;
	border-radius: 1em;
	background: var(--gray);
	list-style: none;
	text-align: center;
}

.t3holder {
	display: inline;
}

.top_users_10 li:nth-child(-n+3) .t3holder {
	display: block;
	width: 8em;
	margin: 0 auto;
	font-family: poppins, sans-serif;
}

.top_users_10 li:nth-child(-n+3) .t3counter::before {
	display: flex;
	float:left;
	width: 2.2em;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: poppins, sans-serif;
	color:#fff;
	font-weight: 600;
	aspect-ratio: 1;
	background: var(--orange);
	clip-path: polygon(
	  /* Outer point at 0° */
	  calc(50% + 50% * sin(0turn)) calc(50% - 50% * cos(0turn)),
	  /* Inner point at 18° */
	  calc(50% + 25% * sin(0.05turn)) calc(50% - 25% * cos(0.05turn)),
	  /* Outer point at 36° */
	  calc(50% + 50% * sin(0.1turn)) calc(50% - 50% * cos(0.1turn)),
	  /* Inner point at 54° */
	  calc(50% + 25% * sin(0.15turn)) calc(50% - 25% * cos(0.15turn)),
	  /* Outer point at 72° */
	  calc(50% + 50% * sin(0.2turn)) calc(50% - 50% * cos(0.2turn)),
	  /* Inner point at 90° */
	  calc(50% + 25% * sin(0.25turn)) calc(50% - 25% * cos(0.25turn)),
	  /* Outer point at 108° */
	  calc(50% + 50% * sin(0.3turn)) calc(50% - 50% * cos(0.3turn)),
	  /* Inner point at 126° */
	  calc(50% + 25% * sin(0.35turn)) calc(50% - 25% * cos(0.35turn)),
	  /* Outer point at 144° */
	  calc(50% + 50% * sin(0.4turn)) calc(50% - 50% * cos(0.4turn)),
	  /* Inner point at 162° */
	  calc(50% + 25% * sin(0.45turn)) calc(50% - 25% * cos(0.45turn)),
	  /* Outer point at 180° */
	  calc(50% + 50% * sin(0.5turn)) calc(50% - 50% * cos(0.5turn)),
	  /* Inner point at 198° */
	  calc(50% + 25% * sin(0.55turn)) calc(50% - 25% * cos(0.55turn)),
	  /* Outer point at 216° */
	  calc(50% + 50% * sin(0.6turn)) calc(50% - 50% * cos(0.6turn)),
	  /* Inner point at 234° */
	  calc(50% + 25% * sin(0.65turn)) calc(50% - 25% * cos(0.65turn)),
	  /* Outer point at 252° */
	  calc(50% + 50% * sin(0.7turn)) calc(50% - 50% * cos(0.7turn)),
	  /* Inner point at 270° */
	  calc(50% + 25% * sin(0.75turn)) calc(50% - 25% * cos(0.75turn)),
	  /* Outer point at 288° */
	  calc(50% + 50% * sin(0.8turn)) calc(50% - 50% * cos(0.8turn)),
	  /* Inner point at 306° */
	  calc(50% + 25% * sin(0.85turn)) calc(50% - 25% * cos(0.85turn)),
	  /* Outer point at 324° */
	  calc(50% + 50% * sin(0.9turn)) calc(50% - 50% * cos(0.9turn)),
	  /* Inner point at 342° */
	  calc(50% + 25% * sin(0.95turn)) calc(50% - 25% * cos(0.95turn))
	);
}

.top_users_10 li:nth-child(1) .t3counter::before {
	content:"1";
}

.top_users_10 li:nth-child(2) .t3counter::before {
	content:"2";
}

.top_users_10 li:nth-child(3) .t3counter::before {
	content:"3";
}

.top_users_10 li:nth-child(-n+3) .t3label::after {
	content: "Pinnancle";
	display: inline-block;
	padding: .4em 0;
	font-weight: 600;
}

.top_users_10 li:nth-child(2) .t3label::after {
	content: "Top Ledge";
}

.top_users_10 li:nth-child(3) .t3label::after {
	content: "Updraft";
}

.top_users_10 li:nth-child(-n+3) .t3txt {
	font-size: 1.2em;
	font-weight: bold;
}

.top_users_10 li:nth-last-child(-n+7) {
	margin: .4em auto;
	width: 50%;
	font-size: 1.1em;
	
}

.grecaptcha-badge { visibility: hidden; }

.googleterms {
	margin: 2em 0 0 0;
	font-size: .6em;
	line-height: normal;
}

.googleterms a {
	text-decoration: underline !important;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

/* Desktop Layout: 769px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body {
	background:#fff;
	font-size: calc(16px + (24 - 16) * ((100vw - 600px) / (2000 - 600)));
}

.gridContainer {
	position: relative;
	padding:0;
	margin:0 auto;
	width:100%;
}

#LayoutDiv1 {
	font-size:1em;
	padding:0;
	margin:0;
	width:100%;
}

.clearboth-mob {
	display:block;
	clear:none;
}


.formcell, .formarea, .formsel {

}

.formcell-inline {

}

.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.break-mob-b, .showdt-b {
	display:block;
}


.img100 {
	width:100%;
	height:auto;
}

.img50 {
	width:50%;
	height:auto;
}


.imgcent30 {
	display:block;
	position:relative;
	margin:0 auto;
	width:30%;
}

header {
	position: relative;
	width: 100%;
	z-index: 9999;
}

.xid_tagslide header {
	position: absolute;
	top:0;
	right: 0;
	width: 30%;
	z-index: 9999;
}


.top_users {
	padding: .6em 20%;
}

.xid_tagslide .top_users {
	padding: .6em 0;
}

.top_users li {
}

.navholder {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 0 auto;
}

.xid_tagslide .navholder {
	width: 90%;
}

.mainlogo {
	display: block;
	width: 40%;
	height: auto;
}

.xid_tagslide .mainlogo {
	width: 68%;
}

.menutog {
	display: block;
	width: 1.8em;
}

.menutog:hover {
	cursor: pointer !important;
}

.menu_main {
	display: none;
	width: 60%;
	left:auto;
	right:0;
	
}

.menu_main ul {
}



.menu_main ul li {
}


.menu_main ul li a {
}


.contentholder {
	position:relative;
	top:0;
	bottom:auto;
	left:0;
	right:auto;
	width:60%;
	margin:0 auto;
	/*background: rgba(12,12,12,0.33);*/
}

.xid_tagslide .contentholder {
	position:relative;
	top:0;
	bottom:auto;
	left:0;
	right:auto;
	width:100%;
	min-height: 90vh;
	margin:0 auto;
	padding: 0;	
	/*background: rgba(12,12,12,0.33);*/
}

.homecol1 {
	width: 80%;
	margin: 0 auto;
}

.content_left {
	position: absolute;
	top:8em;
	right:1%;
	width: 28%;
	font-size: calc(1vh * 1.85);
}

.saveslide {
	margin: 1em 0 .6em 0;
	padding: .6em 0;
	font-size: 1em;
}

.skipslide {
	margin: 0 auto;
	padding: .6em 0;
	font-size: .8em;
}

.content_right {
	position: relative;
	top:0;
	left:0;
	width: 68%;
	/*background: #890;*/
}

.cr_flex {
	display: flex;
	flex-wrap: wrap;
}

.cr_flex .slideops {
	order: 1;
}
.cr_flex #slideholder {
	width: 100%;
	order: 0;
}


.taglist, .taglist ul {
	row-gap:.4em;
}

.taglist li span {
	padding: .1em;
	font-size: 1em;
}

#slideholder {
	margin: 0 0 .2em 0;
}

.slideimg {
	/*width: auto;*/
}

.slideops {
	justify-content: center;
	column-gap: 1em;
	margin: 0 auto .4em auto !important;
	padding: 0;
	width: 100%;
}

.slideops li {
	width: 3em !important;

}

.numlist1 {
    margin: 0 0 0 1em;
}

.tagexlist li img {
	max-width: 50%;
}

.top_users_10 li:nth-child(-n+3) {
	width: 50%;
}

.top_users_10 li:nth-last-child(-n+7) {
	width: 20%;
}


footer {
	
}

footer p {
	margin:2% 0;
}

.copyright {
	display:inline-block;
	margin:0 4%;
	font-weight:bold;
}



}

