[data-lightbox]{ background:#DDD; }
[data-printpage]{ padding:25px;background:#FFF;width:100%;max-width:800px;margin:0px auto; }
@media print{
    [data-lightbox]{ background:none; }
    [data-printpage]{ max-width:auto;padding:0px;margin:0px;page-break-after:always; }
    [data-printmenu]{ display:none; }
}
@font-face {
    font-family: tahoma, sans-serif;
}

@font-face {
	font-family: HandwritingDashed;
	src: url("https://d2b7eicau8w16x.cloudfront.net/lib/css/HandwritingDashed.ttf");
}

@font-face {
	font-family: HandwritingRegular;
	src: url("https://d2b7eicau8w16x.cloudfront.net/lib/css/HandwritingRegular.ttf");
}

@font-face {
	font-family: HandwritingBold;
	src: url("https://d2b7eicau8w16x.cloudfront.net/lib/css/HandwritingBold.ttf");
}

body {
    font-family: tahoma, sans-serif;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: deepskyblue;
    text-decoration: underline;
}

h1 {
    width: 100%;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 2em;
}

table {
    border-collapse: collapse;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
}

td {
    padding: 0px;
}
.material-icons{ font-size:1em; }
.x_adapt {
    width: auto;
}

.x_adapt_5 {
    width: 5px;
}

.x_adapt_10 {
    width: 10px;
}

.x_adapt_15 {
    width: 15px;
}

.x_adapt_20 {
    width: 20px;
}

.x_adapt_25 {
    width: 25px;
}

.x_adapt_50 {
    width: 50px;
}

.x_space_X {
    width: 15px;
}
/*.x_space_Y{ width:100%;height:15px; }*/
/*.x_space_Z{ width:100%;height:30px; }*/

.x_space_Y25 {
    width: 100%;
    height: 25px;
}

.x_space_Y25H {
    width: 100%;
    height: 22px;
}

.x_space_Y40 {
    width: 100%;
    height: 40px;
}

.x_space_Y40H {
    width: 100%;
    height: 37px;
}

.x_sty_0 {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    background: #EEE;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 1px;
    padding: 15px;
}

.x_sty_0 h2 {
    text-align: center;
}

.x_sty_1 {
    flex: auto;
    background-color: #DDD;
    padding: 15px;
}

.x_sty_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

[class^="x_btn"] {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    cursor: pointer;
    text-align: center;
}

[class^="x_btn"]:hover {
    opacity: 0.75;
}
.x_btn_0 {
    background: #FFF;
    color: deepskyblue;
    line-height: 30px;
    font-weight: bold;
}

.x_btn_1 {
    background: deepskyblue;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    min-width: 125px;
}

.btn1 {
    background: deepskyblue;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    cursor: pointer;
    text-align: center;
}

.btn2 {
    background: gray;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    cursor: pointer;
    text-align: center;
}

.btn1:hover {
    opacity: 0.75;
}

.btn2:hover {
    opacity: 0.75;
}

[onclick] {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    /*! margin-left: 50px; */
}


.x_btn {
    background: deepskyblue;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

.x_btn:hover {
    opacity: 0.75;
}

p {
    margin: 0;
}

h2 {
    margin: 0;
    width: 100%;
}

h3 {
    color: #777;
}

.puzzlePackLink {
    display: block;
    margin: 7px auto;
}

.hide {
    display: none;
}

.dropbtn:hover, .dropbtn:focus {
    cursor: pointer;
}

#feedbackBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: deepskyblue;
    color: white;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.1em;
    text-decoration: none;
    padding: 6px 12px;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    /*   display: none; */
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    text-align: right;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 100;
}

.dropdown-content a {
    color: white;
    background: #444;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    border-top: 1px solid gray;
    font-size: 1em;
}

.dropdown-content a:hover {
    background: #222;
}

#userDropdown a {
    color: white;
}

#userDropdown {
    font-size: 1.2em;
}

#userDropdownM a {
    color: white;
}

#userDropdownM {
    font-size: 1.2em;
}

#quickLinks {
    color: white;
    font-size: 1.3em;
}

#quickLinks a {
    color: white;
}

.dropdown-content ul {
    margin: -5px 0 0 0;
    font-size: .8em;
    list-style-type: none;
    padding-inline-start: 0px;
    padding: 0 0 10px 0;
    background: #444;
}

.dropdown-content li a {
    margin: 0;
    padding: 0px 15px;
    line-height: 25px;
    border-top: 0px;
    font-size: .9em;
}

.dropdownTitle {
    margin: 0;
    background: black;
    padding-right: 15px;
    font-weight: 900;
    font-size: 1em;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}

.mybox {
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12)
    ;
}

.hiddendiv {
    display: none;
}

#page {
    max-width: 1000px;
    margin: 0 auto;
    overflow: auto;
}

#header {
    margin: 0px auto 40px;
    /* 		height:70px; */
    max-width: 1000px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#headerRight {
    float: right;
    margin-top: 0px;
    width: 70%;
}

#navBar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*
            height:50px;
            max-width:1000px;
            width:100%
            text-align: center;
    */
}
/*
    #navBar ul{
        padding:0px;
        margin:0px;
    }
*/

#navLogo {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 30%;
    height: 60px;
    margin-bottom: 0px;
}

#navHome {
    width: 30px;
    height: 25px;
    border: 0px solid #fff;
    stroke: rgba(0, 0, 0, 0.25);
    stroke-width: 1px;
    fill: #fff;
}

#navCart {
    width: 30px;
    height: 25px;
    border: 0px solid #fff;
    stroke: rgba(0, 0, 0, 0.25);
    stroke-width: 1px;
    fill: #fff;
}

.navOption {
    width: 100%;
    flex: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    cursor: pointer;
    text-align: center;
    background: #0ABDE3;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.navOption:hover {
    opacity: .75;
}
/*
    .navOption{
        background:#0ABDE3;
        width:16.6667%;
        box-sizing:border-box;
        border-right:1px solid rgba(0,0,0,0.25);
        border-top:1px solid rgba(0,0,0,0.25);
        border-bottom:1px solid rgba(0,0,0,0.25);
        display:inline-block;
        height:50px;
        margin:0px;
        display:inline-block;
        float:left;
        border-radius:1px;
        color:white;
        vertical-align: middle;
        line-height:50px;
        margin:0 auto;
        text-transform:uppercase;
        font-weight:900;
        text-align:center;
    }
*/
/*
    .navOption a{
        color:white;
        vertical-align: middle;
        line-height:50px;
        margin:0 auto;
        text-transform:uppercase;
        font-weight:900;
        }
*/
/*
    .navOption:hover{
        opacity:0.75;
        cursor:pointer;
        
    }
    .navOption:first-of-type{
        border-left:1px solid rgba(0,0,0,0.25);
    }
*/

.navActive {
    background: #e4f1fe;
    border-bottom: 1px solid #e4f1fe;
    color: black;
    border-top: 1px solid #088eab;
    border-radius: 0px;
}

.navActive:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: #0ABDE3;
    opacity: 0.75;
    color: white;
}

.homeNavActive {
    opacity: .75;
    border-bottom: 0px;
}

/*
    #navBar li{
        background:#0ABDE3;
        width:16.6667%;
        box-sizing:border-box;
        border-right:1px solid rgba(0,0,0,0.25);
        border-top:1px solid rgba(0,0,0,0.25);
        border-bottom:1px solid rgba(0,0,0,0.25);
        display:inline-block;
        height:50px;
        margin:0px;
        display:inline-block;
        float:left;
        border-radius:1px;
    }
    #navBar li:first-of-type{
        border-left:1px solid rgba(0,0,0,0.25);
    }
    #navBar li:hover{
        opacity:0.75;
        cursor:pointer;
    }
    #navBar li a{
        color:white;
        vertical-align: middle;
        line-height:50px;
        margin:0 auto;
        text-transform:uppercase;
        font-weight:900;
    }
*/
.navIcon {
    margin-top: 10px;
}

#headerRight {
    /* 		max-width:525px; */
    width: 70%;
    /* 		display:flex */
    /* 		margin-top:-20px; */
}

#login {
    margin-top: 6px;
    /* 		max-width:525px; */
    width: 100%;
    padding-left: 100px;
}

#login form {
    display: flex;
}

#login input {
    /*height:30px;*/
    /*border:1px solid rgba(0,0,0,0.5);*/
    /* 		max-width:200px; */
    width: 40%;
    text-indent: 10px;
    margin-top: 2px;
    /*font-size:.8em;*/
    box-sizing: border-box;
    margin-right: 5px;
    flex-grow: 2;
}

#login .btn1 {
    width: 18%;
    /*height:30px;*/
    /*font-size:.8em;*/
    /*font-weight:900;*/
    /*padding:0;*/
    /*text-transform:uppercase;*/
    box-sizing: border-box;
    flex-grow: 1;
    margin-top: 2px;
}

#login button {
    cursor: pointer;
}

#loginMobile {
    display: none;
    float: right;
    margin-top: 10px;
}

#loginMobile button {
    cursor: pointer;
}

.headerHelpIcon {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    line-height: 12px;
    font-size: 0.5em;
    margin: 4px 0 0 5px;
    cursor: pointer;
}

#socialMedia {
    margin-top: 4px;
    /* 		float:right; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    font-size: 0.75em;
}

.socialMediaButton {
    min-width: 75px;
    padding: 3px 0px;
    border-radius: 1px;
    margin-right: 5px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.socialMediaButton:hover {
    opacity: 0.75;
}

#facebook {
    background: #3B5998;
}

#twitter {
    background: #1DA1F2;
}

#instagram {
    background: #F77737;
}

#youtube {
    background: #FF0000;
}

#underNav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
    background: #e4f1fe;
    border-radius: 1px;
    max-width: 1000px;
    width: 100%;
    display: none;
}

#underNav a {
    color: black;
    margin: 0 12.5px;
    text-decoration: underline;
}

#underNav .active {
    cursor: pointer;
    color: rgb(0, 0, 0);
    padding: 2px 7px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    text-decoration: none;
    opacity: 1;
    background-position: initial initial;
    background-repeat: initial initial;
}

#underNav a:hover {
    opacity: .5;
}

#homeUnderNav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 0px;
    border-top: none;
    background: #0ABDE3;
    border-radius: 1px;
    max-width: 1000px;
    width: 100%;
    opacity: .75;
    height: 0px;
    -webkit-transition: height 1s linear;
    -moz-transition: height 1s linear;
    -ms-transition: height 1s linear;
    -o-transition: height 1s linear;
    transition: height 1s linear;
}

#homeUnderNav.active {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

#homeUnderNav a {
    /* 		color:black; */
    color: #FFF;
    font-weight: 900;
    margin: 0 12.5px;
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* 		background-color: rgb(255, 255, 255);  */
    /* 		border: 1px solid rgb(204, 204, 204);  */
    text-decoration: none;
    opacity: 1;
    background-position: initial initial;
    background-repeat: initial initial;
}

#homeUnderNav.homeTraining a {
    margin: 0;
}

#homeUnderNav a:hover {
    opacity: .5;
}

#content {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 250px;
    width: 100%;
}

#pageContent {
    max-width: 1000px;
    margin: 0px auto;
    min-height: 250px;
    width: 100%;
}

.fullContent {
    max-width: 1000px;
    margin: 0px auto;
    min-height: 250px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#footer {
    width: 100%;
    background: #777;
    color: white;
    padding: 30px;
    margin-top: 50px;
    color: white;
    font-size: .75em;
}

#footer a {
    color: white;
}

#footerContent {
    margin: 0 auto;
}

#copyright {
    width: 50%;
    display: inline-block;
}

#policy {
    width: 49%;
    display: inline-block;
    text-align: right;
    margin-bottom: 50px;
}

.content:first-child {
    max-width: 1000px;
    height: auto;
    width: 100%;
}

.tg .btn1 {
    background: #e4f1fe;
}

.tg .btn1:hover {
    opacity: 0.75;
    cursor: pointer;
}

#mobileNav {
    display: none;
}

.mobileHeader {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

.mobileHeader ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.mobileHeader li a {
    display: block;
    padding: 6px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    background: #0ABDE3;
    color: white;
    border: 1px solid white;
}

.navOptionM:hover {
    opacity: 0.75;
}

.mobileHeader .logo {
    display: block;
    float: left;
    width: 100px;
    /*   padding: 10px 20px; */
}

.logo img {
    width: 225px;
    margin: 5px 20px 0px;
}
/* menu */

.mobileHeader .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */
.mobileHeader .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.mobileHeader .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.mobileHeader .menu-icon .navicon:before, .mobileHeader .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.mobileHeader .menu-icon .navicon:before {
    top: 5px;
}

.mobileHeader .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */
.mobileHeader .menu-btn {
    display: none;
}

.mobileHeader .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.mobileHeader .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.mobileHeader .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.mobileHeader .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.mobileHeader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .mobileHeader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.fullSpacer20 {
    width: 20px;
}

.fullWelcome {
    display: block;
}

.shortWelcome {
    display: none;
}

.mobileHeader .navActiveM {
    background: #0ABDE3;
    border-bottom: 1px solid #e4f1fe;
    color: white;
    border-top: 1px solid #e4f1fe;
    border-radius: 0px;
    opacity: .75
}

.mobileHeader .navActiveM:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: #0ABDE3;
    opacity: 0.75;
    color: white;
}

.rodProductContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.rodProductContainer img {
    max-width: 175px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid lightgray;
}

.rodProductTitle {
    font-size: 1.2em;
    font-weight: 900;
    color: #333;
}

.rodProductContainer .x_btn_1 {
    min-width: 0px;
    padding: 0 14px;
    margin: 0 2.5px;
}

#workshopsTable table {
    text-align: left;
}

#workshopsTable tr {
    height: 45px;
    border-bottom: 2px solid #eee;
    font-weight: 500;
}

#workshopsTablex {
    width: 100%;
}

.event {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #ddd;
    border-bottom: 0px solid white;
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
    display: inline-block;
    padding: 0 20px;
    background: #ddd;
    z-index: 2;
}

#multipleLocations {
    z-index: 2;
}

.eventActive {
    background: white;
}

.workshopDescription {
    border-top: 2px solid #ddd;
    margin-top: -2px;
    width: 100%;
}

.leftContent {
    max-width: 770px;
    width: 100%;
}

.sidebarSmall {
    width: 175px;
    min-height: 600px;
    float: right;
}

.googleAdGameRightSmall {
    width: 100%;
    border: 1px solid lightgray;
    background: #eee;
    display: block;
    min-width: 160px;
    min-height: 600px;
}

.googleAdGameUnder {
    background: #eee;
    width: 50%;
    min-width: 336px;
    height: 280px;
}

.selfAdGameUnder {
    width: 764px;
    max-height: 123px;
    float: left;
    border: 1px solid lightgray;
    background: #eee;
}

.selfAdGameUnder img {
    width: 100%;
}

.desktopOnly {
    display: inline-block;
}

.mobileOnly {
    display: none;
}

.buttonWorkshopDetails {
    text-align: center;
    padding: 5px 0px;
    width: 100px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    color: #333;
    background: #e2e2e2;
    border: 1px solid #333;
    text-align: center;
    float: right;
    display: inline;
}

.buttonWorkshopDetails:hover {
    background: #eee;
    border: 1px solid #0ABDE3;
    text-decoration: none;
}

#newNavBar {
    display: flex;
    justify-content: flex-end;
    font-size: 1em;
    color: #FFF;
    margin-top: 8px;
}

#newNavBar a {
    cursor: pointer;
    margin-right: 17px;
    font-size: 1.1em;
    color: white;
    text-decoration: none;
}

#pageViewNumber {
    font-size: 1.1em;
    width: 100px;
}

#pageViewText {
    width: 20px;
    font-size: 8px;
    text-align: center;
    margin: 3px 0px 0px 2px;
    display: flex;
    line-height: 8px;
}

#moblieNewNavBar {
    color: #FFF;
}

#moblieNewNavBar a {
    cursor: pointer;
    margin-right: 15px;
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    margin-top: -3px;
    margin-bottom: 3px;
}

.loginlinebreak {
    display: none;
}

.x_adapt_X {
    width: 25px;
}

.x_adapt_Y {
    width: 100%;
    height: 25px;
}

.x_mobile {
    display: none;
}

.buttonWorkshopDetails {
    color: #333;
    background: #e2e2e2;
    border: 1px solid #333;
    text-align: center;
}

.buttonWorkshopDetails:hover {
    background: #eee;
}

.soldOut {
    opacity: .5;
    cursor: default;
}

.soldOut:hover {
    background: #e2e2e2;
    border: 1px solid #333;
}

.rightWorkshopTextInner {
    background: #f2f2f2;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.leftWorkshopHeader {
    width: 45%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

.virtualTitle {
    font-size: 2.1em;
    font-weight: 900;
    font-family: 'Arial-BoldMT';
    margin-top: 26px;
    color: #222;
    text-align: center;
}

.workshopsText {
    font-size: 1.3em;
    margin-top: 10px;
}

.workshopsOrange {
    color: #ff7b00;
}

.whyTangLogo {
    width: 125px;
    float: left;
    text-align: center;
    margin: 0px 10px 0px 0px;
}

.show1023 {
    display: none;
}

.workshopsText {
    font-size: 1em;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 22px;
}

.workshopPageLogo {
    width: 190px;
    float: left;
    padding: 18px 0px 0px 35px;
    margin-left: 35px;
}

.rightWorkshopHeader {
    width: 59%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -10px;
    display: inline-block;
    box-sizing: border-box;
}

.leftWorkshopHeader {
    width: 30%
}

.whyTangLogo {
    margin: 20px 10px 0px 0px;
}

.videoPDText {
    text-align: center;
    background: #EEE;
    padding: 20px;
    margin: 15px 0px;
}
.pageFraction{
    display:inline-block;
    font-size:.7em;
    float:left;
    margin:-7px 4px 0px 7px;
}
.showFractionValue{
    position:absolute;
    text-align:center;
    width:inherit;
    height:inherit;
    font-weight:400;
    font-size:26px;
    line-height:38px;
    margin-left:-1px;
}
.transformedFraction{
    position:absolute;
    margin-top:-9px;
    align-items:center;
}
.fraction{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
}
.fraction div{

    line-height:1em;
}
.numerator{
    margin-bottom:-1px;
    text-align:center;
}
.denominator{
    border-top:1px solid black;
    text-align:center;
    line-height:1em;
}
.denominator.light{
    border-top:1px solid white;
}
.denominator.forceDark{
    border-top:1px solid black;
}
.leadingWhole{
    display:inline-block;
    font-size:1.1em;
    position:relative;
    top:10px;
    margin-right:5px;
    line-height:1em;
}
.leadingWholeQ{
    display:inline-block;
    float:left;
    margin-right:-5px;
}
.problemArea{cursor:default;}
.problemArea table{
    font-size:1.5em;
}
.tjPage .upperPageContent {
    background: #DDD;
    border: 1px solid #ddd;
    width: 100%;
    padding: 30px;
}
.tjPage .mainDownloadThumbnailContainer {
    float: right;
}
.tjPage .upperLink {
    text-decoration: none;
    color: #333;
}
.tjPage .downloadThumbnailContainer {
    text-align: center;
    color: #333;
    display: inline-block;
    margin-left: 10px;
}
.tjPage .downloadThumbnail {
    height: 125px;
    width: 105px;
    background: white;
    border: 1px solid #ddd;
    border: 1px solid #AAA;
}
.tjPage .downloadThumbnail img {
    width: 90%;
    height: 90%;
    padding: 5%;
}

.tjPage table{
    font-size:2em;
    font-family:arial;
    margin:0px auto;
    text-align:center;
}
.tjPage table td{
    min-width:39px;
    position:relative;
}
.tjPage table tr{
    min-height:39px;
    height:39px;
}
.tjPage #page{
    width:100%;
}
.tjPage #content{
    margin:0 auto;
    width:15%;
}
.tjPage .answerLine{
    border-bottom:2px solid black;
}
.tjPage .operator{
    font-weight:900;
}
.tjPage .problem td{
    width:20px;
}
.tjPage .answerRow{
    color:white;
}
.tjPage .borrowedRow2{
    color:white;
}
.tjPage .borrowedRow1{
    color:white;
}
.tjPage .carryRow{
    color:white;
}
.tjPage .numComplete{
    color:black;
}
.tjPage .highlight{
    color:rgb(0, 166, 81);
}
.tjPage .highlightMain{
    color:rgb(243, 156, 18);
}
.tjPage button{
    cursor:pointer;
}
.tjPage .strikethrough {
    position: relative;
}
.tjPage .strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.tjPage .problemArea{
    height:252px;
    width: 100%;
    padding: 0px 0;
    overflow:visible;
}
.tjPage .problemArea table{
    font-size:1.5em;
}
.tjPage .problemArea table tr{
    min-height:29px;
    height:29px;
}
.tjPage .problemArea table td{
    min-width:29px;
}
.tjPage body div {
    box-sizing: border-box;
}
.tjPage .top {
    padding-top: 0px;
    padding-bottom: 12.5px;
}
.tjPage .left {
    padding-left: 0px;
    padding-right: 12.5px;
}
.tjPage .quad {
    width: 50%;
    padding: 6.25px;
    display: inline-block;
}
.tjPage #quad1{
    margin-top:10px;
    border-right:1px dashed black;
    border-bottom:1px dashed black;
}
.tjPage #quad2{
    margin-top:10px;
    border-bottom:1px dashed black;
}
.tjPage #quad3{
    border-right:1px dashed black;
    border-bottom:1px dashed black;
}
.tjPage #quad4{
    border-bottom:1px dashed black;
}
.tjPage #quad5{
    border-right:1px dashed black;
}

.tjPage .quad1{
    margin-top:10px;
    border-right:1px dashed black;
    border-bottom:1px dashed black;
}
.tjPage .quad2{
    margin-top:10px;
    border-bottom:1px dashed black;
}
.tjPage .quad3{
    border-right:1px dashed black;
    border-bottom:1px dashed black;
}
.tjPage .quad4{
    border-bottom:1px dashed black;
}
.tjPage .quad5{
    border-right:1px dashed black;
}
.tjPage .answerRow {
    color: black;
}
.tjPage .numComplete {
    color: black;
}
.pilotNot:hover{cursor: url(https://d2b7eicau8w16x.cloudfront.net/imgs/pilotNot.png), auto !important;}
@media print {
    #feedbackBox {
        display: none;
    }
    .hidePrint{
        display:none;
    }
}

@media only screen and (max-width: 1000px) {
    .adContainer {
        width: 380px;
        height: 280px;
        float: left;
    }

    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: inline-block;
    }

    .sidebarSmall {
        float: left;
        height: 280px;
        width: 385px;
    }

    .selfAdGameUnder {
        width: 380px;
        height: 306px;
        float: left;
        max-height: 306px;
    }

    #newNavBar a {
        font-size: 1.1em;
    }

    #pageViewNumber {
        font-size: 1.1em;
        width: 100px;
    }

    #pageViewText {
        font-size: 7px;
        line-height: 7px;
    }
}

@media only screen and (max-width: 960px) {
    #newNavBar a {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 960px) {
    #newNavBar a {
        font-size: 1em;
        margin-right: 12px;
    }

    #pageViewNumber {
        font-size: 1em;
        width: 90px;
    }

    #pageViewText {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 900px) {
    #youtube {
        display: none;
    }

    #underNav a {
        font-size: .9em;
    }

    #pageContent, .fullContent {
        margin: 20px auto;
    }

    .fullWelcome {
        display: none;
    }

    .shortWelcome {
        display: block;
    }

    #newNavBar {
        display: none;
    }

    #login {
        margin-top: 12px;
        width: auto;
        padding-left: 0px;
        float: right;
        max-width: 70%;
    }

    #headerRight {
        width: 50%;
    }

    .videoPDText {
        padding: 20px 0;
    }

    #standardNavbar {
        display: none;
    }

    #mobileNavbar {
        display: inline-block;
    }
}

@media only screen and (max-width: 650px) {
    #instagram {
        display: none;
    }/*	#login input{
            max-width:100px;
            width:100%;
            }*/

    #underNav a {
        font-size: .8em;
    }
}

/* Mobile Version */
@media only screen and (max-width: 600px) {
    #mobileNav {
        display: inline-block;
        position: fixed;
        top: 0px;
    }

    #navBar {
        display: none;
    }

    .mobileHeader li {
        text-align: center;
        font-weight: 900;
    }

    #underNav {
        margin-top: 0px;
        text-align: center;
    }

    #header {
        margin-top: 0px;
    }

    #pageContent, .fullContent {
        padding: 0 8px;
    }

    .loginlinebreak {
        display: inline-block;
    }

    #login {
        display: none;
    }

    #loginMobile {
        display: flex;
    }

    .workshopPageLogo {
        margin-left: 0px;
    }

    .rightWorkshopHeader {
        width: 57%;
    }

    .workshopsText {
        font-size: 1.2em;
    }

    .workshopPageLogo {
        padding: 28px 0 0 25px;
    }

    .videoPDText {
        padding: 1px;
    }

    #headerRight {
        width: 100%;
    }

    .fullSpacer20 {
        width: 0px;
    }

    .x_adapt_X {
        width: 100%;
        height: 25px;
    }

    .x_adapt_Y {
        width: 100%;
        height: 25px;
    }

    .x_desktop {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
}
