button, a.button, a.button:visited, input[type="submit"], input[type="reset"],input[type="button"]{position:relative;top:0;left:0;padding:1rem 1.5rem;line-height:100%;vertical-align: middle;cursor: pointer;overflow:visible;font-weight:normal;font-size:1.4rem; text-decoration:none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display:inline-block;zoom:1;background: #fcfcfc;color:#666;border:.1rem solid #cccccc;text-align: center;}button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{background: #ededed;color:#666;border:.1rem solid #bbb;}button:focus, a.button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus{-webkit-box-shadow: 0 0 .7rem #999; -moz-box-shadow   : 0 0 .7rem #999; box-shadow        : 0 0 .7rem #999; border:.1rem solid #fff; outline: none;}button:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active{-webkit-box-shadow:inset 0 .3rem .5rem rgba(0,0,0,0.2),inset 0 -1rem 2rem rgba(0,0,0,0.07);-moz-box-shadow:inset 0 .3rem .5rem rgba(0,0,0,0.2),inset 0 -1rem 2rem rgba(0,0,0,0.07);box-shadow:inset 0 .3rem .5rem rgba(0,0,0,0.2),inset 0 -1rem 2rem rgba(0,0,0,0.07);}button.gradient, a.button .gradient, input[type="submit"].gradient, input[type="reset"].gradient, input[type="button"].gradient{background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); }button.gradient:hover, a.button .gradient:hover, input[type="submit"].gradient:hover, input[type="reset"].gradient:hover, input[type="button"].gradient:hover{background: -moz-linear-gradient(top, rgba(252,252,252,0.5) 0%, rgba(224,224,224,0.5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.5)), color-stop(100%,rgba(224,224,224,0.5))); background: -webkit-linear-gradient(top, rgba(252,252,252,0.5) 0%,rgba(224,224,224,0.5) 100%);background: -o-linear-gradient(top, rgba(252,252,252,0.5) 0%,rgba(224,224,224,0.5) 100%); background: linear-gradient(top, rgba(252,252,252,0.5) 0%,rgba(224,224,224,0.5) 100%); }button.small, a.button.small{font-size:1.2rem;padding:.5rem 1rem;}button.medium, a.button.medium{} button.large, a.button.large{font-size:1.7rem;padding:1rem 2rem;}button.huge, a.button.huge{font-size:2rem;padding:1.5rem 3rem;}button[disabled],.disabled:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}button.disabled, a.button.disabled{color:#ccc;cursor:default;background:#efefef;}button.disabled:hover, a.button.disabled:hover{border:.1rem solid #ccc;background:#efefef;}button, input[type="submit"], input[type="reset"], input[type="button"]{*padding:.7rem 1.5rem;}button.blue, a.button.blue, input[type="submit"].blue, input[type="reset"].blue, input[type="button"].blue{background: rgba(0,0,255,1); color:rgba(255,255,255,1); border:none;}button.blue:hover, a.button.blue:hover, input[type="submit"].blue:hover, input[type="reset"].blue:hover, input[type="button"].blue:hover{background: rgba(0,0,220,1); color:rgba(255,255,255,1); border:none;}button.blue.gradient, a.button .blue.gradient, input[type="submit"].blue.gradient, input[type="reset"].blue.gradient, input[type="button"].blue.gradient{background: -moz-linear-gradient(top, rgba(0,0,255,1) 0%, rgba(0,0,220,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,255,1)), color-stop(100%,rgba(0,0,220,1))); background: -webkit-linear-gradient(top, rgba(0,0,255,1) 0%,rgba(0,0,220,1) 100%);background: -o-linear-gradient(top, rgba(0,0,255,1) 0%,rgba(0,0,220,1) 100%); background: linear-gradient(top, rgba(0,0,255,1) 0%,rgba(0,0,220,1) 100%);}button.blue.gradient:hover, a.button.blue.gradient:hover, input[type="submit"].blue.gradient:hover, input[type="reset"].blue.gradient:hover, input[type="button"].blue.gradient:hover{background: -moz-linear-gradient(top, rgba(0,0,255,0.5) 0%, rgba(0,0,220,0.5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,255,0.5)), color-stop(100%,rgba(0,0,220,0.5))); background: -webkit-linear-gradient(top, rgba(0,0,255,0.5) 0%,rgba(0,0,220,0.5) 100%);background: -o-linear-gradient(top, rgba(0,0,255,0.5) 0%,rgba(0,0,220,0.5) 100%); background: linear-gradient(top, rgba(0,0,255,0.5) 0%,rgba(0,0,220,0.5) 100%); }button.malibu, a.button.malibu, input[type="submit"].malibu, input[type="reset"].malibu, input[type="button"].malibu{background: rgba(122,188,255,1); color:rgba(255,255,255,1); border:none; }button.malibu:hover, a.button.malibu:hover, input[type="submit"].malibu:hover, input[type="reset"].malibu:hover, input[type="button"].malibu:hover{background: rgba(122,100,255,1); color:rgba(255,255,255,1); border:none;}button.malibu.gradient, a.button.malibu.gradient, input[type="submit"].malibu.gradient, input[type="reset"].malibu.gradient, input[type="button"].malibu.gradient{background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(122,100,255,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(100%,rgba(122,100,255,1))); background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(122,100,255,1) 100%);background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(122,100,255,1) 100%); background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(122,100,255,1) 100%);}button.malibu.gradient:hover, a.button.malibu.gradient:hover, input[type="submit"].malibu.gradient:hover, input[type="reset"].malibu.gradient:hover, input[type="button"].malibu.gradient:hover{background: -moz-linear-gradient(top, rgba(122,188,255,0.7) 0%, rgba(122,100,255,0.7) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,0.7)), color-stop(100%,rgba(122,100,255,0.7))); background: -webkit-linear-gradient(top, rgba(122,188,255,0.7) 0%,rgba(122,100,255,0.7) 100%);background: -o-linear-gradient(top, rgba(122,188,255,0.7) 0%,rgba(122,100,255,0.7) 100%); background: linear-gradient(top, rgba(122,188,255,0.7) 0%,rgba(122,100,255,0.7) 100%); }button.mariner, a.button.mariner, input[type="submit"].mariner, input[type="reset"].mariner, input[type="button"].mariner{background: rgba(43,124,188,1); color:rgba(255,255,255,1); border:none;}button.mariner:hover, a.button.mariner:hover, input[type="submit"].mariner:hover, input[type="reset"].mariner:hover, input[type="button"].mariner:hover{background: rgba(43,124,150,1); color:rgba(255,255,255,1); border:none;}button.mariner.gradient, a.button.mariner.gradient, input[type="submit"].mariner.gradient, input[type="reset"].mariner.gradient, input[type="button"].mariner.gradient{background: -moz-linear-gradient(top, rgba(43,124,188,1) 0%, rgba(43,124,150,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,124,188,1)), color-stop(100%,rgba(43,124,150,1))); background: -webkit-linear-gradient(top, rgba(43,124,188,1) 0%,rgba(43,124,150,1) 100%);background: -o-linear-gradient(top, rgba(43,124,188,1) 0%,rgba(43,124,150,1) 100%); background: linear-gradient(top, rgba(43,124,188,1) 0%,rgba(43,124,150,1) 100%);}button.mariner.gradient:hover, a.button.mariner.gradient:hover, input[type="submit"].mariner.gradient:hover, input[type="reset"].mariner.gradient:hover, input[type="button"].mariner.gradient:hover{background: -moz-linear-gradient(top, rgba(43,124,188,0.5) 0%, rgba(43,124,150,0.5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,124,188,0.5)), color-stop(100%,rgba(43,124,150,0.5))); background: -webkit-linear-gradient(top, rgba(43,124,188,0.5) 0%,rgba(43,124,150,0.5) 100%);background: -o-linear-gradient(top, rgba(43,124,188,0.5) 0%,rgba(43,124,150,0.5) 100%); background: linear-gradient(top, rgba(43,124,188,0.5) 0%,rgba(43,124,150,0.5) 100%); }button.navy, a.button.navy, input[type="submit"].navy, input[type="reset"].navy, input[type="button"].navy{background: rgba(0,0,128,1); color:rgba(255,255,255,1); border:none;}button.navy:hover, a.button.navy:hover, input[type="submit"].navy:hover, input[type="reset"].navy:hover, input[type="button"].navy:hover{background: rgba(0,0,220,1); color:rgba(255,255,255,1); border:none;}button.navy.gradient, a.button.navy.gradient, input[type="submit"].navy.gradient, input[type="reset"].navy.gradient, input[type="button"].navy.gradient{background: -moz-linear-gradient(top, rgba(0,0,128,1) 0%, rgba(0,0,220,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,128,1)), color-stop(100%,rgba(0,0,220,1))); background: -webkit-linear-gradient(top, rgba(0,0,128,1) 0%,rgba(0,0,220,1) 100%);background: -o-linear-gradient(top, rgba(0,0,128,1) 0%,rgba(0,0,220,1) 100%); background: linear-gradient(top, rgba(0,0,128,1) 0%,rgba(0,0,220,1) 100%);}button.navy.gradient:hover, a.button.navy.gradient:hover, input[type="submit"].navy.gradient:hover, input[type="reset"].navy.gradient:hover, input[type="button"].navy.gradient:hover{background: -moz-linear-gradient(top, rgba(0,0,128,0.7) 0%, rgba(0,0,220,0.7) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,128,0.7)), color-stop(100%,rgba(0,0,220,0.7))); background: -webkit-linear-gradient(top, rgba(0,0,128,0.7) 0%,rgba(0,0,220,0.7) 100%);background: -o-linear-gradient(top, rgba(0,0,128,0.7) 0%,rgba(0,0,220,0.7) 100%); background: linear-gradient(top, rgba(0,0,128,0.7) 0%,rgba(0,0,220,0.7) 100%); }button.orange, a.button.orange, input[type="submit"].orange, input[type="reset"].orange, input[type="button"].orange{background: rgba(255,168,76,1); color:rgba(255,255,255,1); border:none;}button.orange:hover, a.button.orange:hover, input[type="submit"].orange:hover, input[type="reset"].orange:hover, input[type="button"].orange:hover{background: rgba(249,191,74,1); color:rgba(255,255,255,1); border:none;}button.orange.gradient, a.button.orange.gradient, input[type="submit"].orange.gradient, input[type="reset"].orange.gradient, input[type="button"].orange.gradient{background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); background: -o-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); background: linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); }button.orange.gradient:hover, a.button.orange.gradient:hover, input[type="submit"].orange.gradient:hover, input[type="reset"].orange.gradient:hover, input[type="button"].orange.gradient:hover{background: -moz-linear-gradient(top, rgba(249,191,74,1) 0%, rgba(249,181,9,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,191,74,1)), color-stop(100%,rgba(249,181,9,1))); background: -webkit-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); background: -o-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); background: linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); }button.red, a.button.red, input[type="submit"].red, input[type="reset"].red, input[type="button"].red{background: rgba(229,60,22,1); color:rgba(255,255,255,1); border:none;}button.red:hover, a.button.red:hover, input[type="submit"].red:hover, input[type="reset"].red:hover, input[type="button"].red:hover{background: rgba(238,106,76,1); color:rgba(255,255,255,1); border:none;}button.red.gradient, a.button.red.gradient, input[type="submit"].red.gradient, input[type="reset"].red.gradient, input[type="button"].red.gradient{background: -moz-linear-gradient(top, rgba(229,60,22,1) 0%, rgba(207,4,4,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,60,22,1)), color-stop(100%,rgba(207,4,4,1))); background: -webkit-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); background: -o-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); background: linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); }button.red.gradient:hover, a.button.red.gradient:hover, input[type="submit"].red.gradient:hover, input[type="reset"].red.gradient:hover, input[type="button"].red.gradient:hover{background: -moz-linear-gradient(top, rgba(238,106,76,1) 0%, rgba(251,33,33,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,106,76,1)), color-stop(100%,rgba(251,33,33,1))); background: -webkit-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); background: -o-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); background: linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); }button.green, a.button.green, input[type="submit"].green, input[type="reset"].green, input[type="button"].green{background: rgba(143,196,0,1); color:rgba(255,255,255,1); border:none;}button.green:hover, a.button.green:hover, input[type="submit"].green:hover, input[type="reset"].green:hover, input[type="button"].green:hover{background: rgba(198,226,120,1); color:rgba(255,255,255,1); border:none;}button.green.gradient, a.button.green.gradient, input[type="submit"].green.gradient, input[type="reset"].green.gradient, input[type="button"].green.gradient{background: -moz-linear-gradient(top, rgba(143,196,0,1) 0%, rgba(107,165,0,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(107,165,0,1))); background: -webkit-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); background: -o-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); background: linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); }button.green.gradient:hover, a.button.green.gradient:hover, input[type="submit"].green.gradient:hover, input[type="reset"].green.gradient:hover, input[type="button"].green.gradient:hover{background: -moz-linear-gradient(top, rgba(198,226,120,1) 0%, rgba(167,211,44,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,226,120,1)), color-stop(100%,rgba(167,211,44,1))); background: -webkit-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); background: -o-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); background: linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); }button.forest, a.button.forest, input[type="submit"].forest, input[type="reset"].forest, input[type="button"].forest{background: rgba(34,100,34,1); color:rgba(255,255,255,1); border:none;}button.forest:hover, a.button.forest:hover, input[type="submit"].forest:hover, input[type="reset"].forest:hover, input[type="button"].forest:hover{background: rgba(34,139,34,1); color:rgba(255,255,255,1); border:none;}button.forest.gradient, a.button.forest.gradient, input[type="submit"].forest.gradient, input[type="reset"].forest.gradient, input[type="button"].forest.gradient{text-shadow:0 .1rem 0 #000;background: -moz-linear-gradient(top, rgba(34,139,34,1) 0%, rgba(34,100,34,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,139,34,1)), color-stop(100%,rgba(34,100,34,1))); background: -webkit-linear-gradient(top, rgba(34,139,34,1) 0%,rgba(34,100,34,1) 100%);background: -o-linear-gradient(top, rgba(34,139,34,1) 0%,rgba(34,100,34,1) 100%); background: linear-gradient(top, rgba(34,139,34,1) 0%,rgba(34,100,34,1) 100%);}button.forest.gradient:hover, a.button.forest.gradient:hover, input[type="submit"].forest.gradient:hover, input[type="reset"].forest.gradient:hover, input[type="button"].forest.gradient:hover{text-shadow:0 .1rem 0 #000;background: -moz-linear-gradient(top, rgba(34,139,34,0.5) 0%, rgba(34,100,34,0.5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,139,34,0.5)), color-stop(100%,rgba(34,100,34,0.5))); background: -webkit-linear-gradient(top, rgba(34,139,34,0.5) 0%,rgba(34,100,34,0.5) 100%);background: -o-linear-gradient(top, rgba(34,139,34,0.5) 0%,rgba(34,100,34,0.5) 100%); background: linear-gradient(top, rgba(34,139,34,0.5) 0%,rgba(34,100,34,0.5) 100%); }*, *::before, *::after {padding: 0;margin: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-family: inherit;background-repeat: no-repeat;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}html {font-size: 62.5%; cursor: default;tab-size: 4;}body {font-family: 'Verdana';font-size: 1.7rem;line-height: 150%;color: #333;margin: 0;}@media (max-width: 900px) {body  {font-size: 1.5rem;}}@media (max-width: 480px) {body {font-size: 1.5rem;}}body::-webkit-scrollbar{width:1rem;}body::-webkit-scrollbar-track{background:#ddd;}body::-webkit-scrollbar-thumb{background-color: blue;border-radius: 3.5rem;border: .2rem solid #ddd;}.jeans {background-image: url('img/gray_jean.png');background-repeat: repeat;}.grid{max-width:88%; margin:0 auto; padding: 0;}.grid .max{width:100%; max-width:100%; margin:0 auto;}.row{display:block; overflow:hidden; clear:both;}.alpha{margin-left:0;}.omega{margin-right:0;} .col_1  { width: 6.6666666666667%; }.col_2  { width: 15%; }.col_3  { width: 23.333333333333%; }.col_4  { width: 31.666666666667%; }.col_5  { width: 40%; }.col_6  { width: 48.333333333333%; }.col_7  { width: 56.666666666667%; }.col_8  { width: 65%; }.col_9  { width: 73.333333333333%; }.col_10 { width: 81.666666666667%; }.col_11 { width: 90%; }.col_12 { width: 98.333333333333%; }.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11,.col_12 {margin: 0.8rem 0.83333333333333% 0.8rem 0.83333333333333%;float: left;display: block;} @media all and (min-width: 1024px) {.show-desktop-only{display:block;}.show-desktop-dn{display:block;}.hide-desktop-only{display:none;}.show-tab-l-only   {display:none;}.show-tab-l-up {display:block;}.show-tab-l-dn {display:none;}.hide-tab-l-only  {display:block;}.hide-tab-l-dn         {display:block;}.show-tab-p-only{display:none;}.show-tab-p-up {display:block;}.show-tab-p-dn {display:none;}.hide-tab-p-only{display:block;}.hide-tab-p-dn   {display:block;}.show-phone-l-only{display:none;}.show-phone-l-up {display:block;}.show-phone-l-dn{display:none;}.hide-phone-l-only{display:block;}.hide-phone-l-dn{display:block;}.show-phone-p-only{display:none;}.show-phone-p-up{display:block;}.hide-phone-p-only{display:block;}} @media all and (min-width: 769px) and (max-width: 1023px) {.show-desktop-only{display:none;}.show-desktop-dn{display:block;}.hide-desktop-only{display:block;}.show-tab-l-only   {display:block;}.show-tab-l-up {display:block;}.show-tab-l-dn {display:block;}.hide-tab-l-only  {display:none;}.hide-tab-l-dn         {display:none;}.show-tab-p-only{display:none;}.show-tab-p-up {display:block;}.show-tab-p-dn {display:none;}.hide-tab-p-only{display:block;}.hide-tab-p-dn   {display:block;}.show-phone-l-only{display:none;}.show-phone-l-up {display:block;}.show-phone-l-dn{display:none;}.hide-phone-l-only{display:block;}.hide-phone-l-dn{display:block;}.show-phone-p-only{display:none;}.show-phone-p-up{display:block;}.hide-phone-p-only{display:block;}}@media all and (min-width: 481px) and (max-width: 768px) {.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11,.col_12 {float:none;width:auto;clear:both;display:block;}.show-desktop-only{display:none;}.show-desktop-dn{display:block;}.hide-desktop-only{display:block;}.show-tab-l-only   {display:none;}.show-tab-l-up {display:none;}.show-tab-l-dn {display:block;}.hide-tab-l-only  {display:block;}.hide-tab-l-dn         {display:none;}.show-tab-p-only{display:block;}.show-tab-p-up {display:block;}.show-tab-p-dn {display:block;}.hide-tab-p-only{display:none;}.hide-tab-p-dn   {display:none;}.show-phone-l-only{display:none;}.show-phone-l-up {display:block;}.show-phone-l-dn{display:none;}.hide-phone-l-only{display:block;}.hide-phone-l-dn{display:block;}.show-phone-p-only{display:none;}.show-phone-p-up{display:block;}.hide-phone-p-only{display:block;}}@media all and (min-width: 361px) and (max-width: 480px) {.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11,.col_12 {float:none;width:auto;clear:both;display:block;}.show-desktop-only{display:none;}.show-desktop-dn{display:block;}.hide-desktop-only{display:block;}.show-tab-l-only   {display:none;}.show-tab-l-up {display:none;}.show-tab-l-dn {display:block;}.hide-tab-l-only  {display:block;}.hide-tab-l-dn         {display:none;}.show-tab-p-only{display:none;}.show-tab-p-up {display:none;}.show-tab-p-dn {display:block;}.hide-tab-p-only{display:block;}.hide-tab-p-dn   {display:none;}.show-phone-l-only{display:block;}.show-phone-l-up {display:block;}.show-phone-l-dn{display:block;}.hide-phone-l-only{display:none;}.hide-phone-l-dn{display:none;}.show-phone-p-only{display:none;}.show-phone-p-up{display:block;}.hide-phone-p-only{display:block;}}@media all and (max-width: 360px) {.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11,.col_12 {float:none;width:auto;clear:both;display:block;}.show-desktop-only{display:none;}.show-desktop-dn{display:block;}.hide-desktop-only{display:block;}.show-tab-l-only   {display:none;}.show-tab-l-up {display:none;}.show-tab-l-dn {display:block;}.hide-tab-l-only  {display:block;}.hide-tab-l-dn         {display:none;}.show-tab-p-only{display:none;}.show-tab-p-up {display:none;}.show-tab-p-dn {display:block;}.hide-tab-p-only{display:block;}.hide-tab-p-dn   {display:none;}.show-phone-l-only{display:none;}.show-phone-l-up {display:none;}.show-phone-l-dn{display:block;}.hide-phone-l-only{display:block;}.hide-phone-l-dn{display:none;}.show-phone-p-only{display:block;}.show-phone-p-up{display:block;}.hide-phone-p-only{display:block;}}.left {text-align:left;}.right {text-align:right;}.center {text-align:center;}.justify {text-align:justify;}.align-left{float:left;margin:0 1rem .5rem 0;}.align-right{float:right;margin:0 0 .5rem 1rem;}.full-width{clear:both;display:block;width:100%;height:auto;margin:0 0 1rem 0;}.float-left {float:left;}.float-right {float:right;}.float-none {float:none;}.float-inherit {float:inherit;}.float-left-alt {float:left; width: auto;}.float-right-alt {float:right; width: auto;}.float-none-alt {float:none; width: auto;}.float-inherit-alt {float:inherit; width: auto;}.jeans {background-image: url('img/gray_jean.png');background-repeat: repeat;}.bg-black{background: #000;}.bg-dkgray{background: #999;}.bg-gray{background: #ccc;}.bg-ltgray{background: #eee;}.bg-whitesmoke{background: #f5f5f5;}.bg-ltblue{background: #F0F8FF;}.bg-blue{background: #0000FF;}.bg-navy{background: #000080;}.bg-ltgreen{background: #00FA9A;}.bg-green{background: green;}.bg-dkgreen{background: #006400;}.bg-red{background: #FF0000;}.bg-alert{background: #ff9999;}.bg-warn{background: #DEAE00;}.bg-highlight{background: #ffff00;}.bg-ghost{background: #F8F8FF;}.bg-white{background: #fff;}.tiny-radius{border-radius: .5rem;}.small-radius{border-radius: .9rem;}.medium-radius{border-radius: 1.3rem;}.large-radius{border-radius: 1.7rem;}.round{border-radius: 100rem;}.tiny-top-radius{border-radius: .5rem .5rem 0 0;}.small-top-radius{border-radius: .9rem .9rem 0 0;}.medium-top-radius{border-radius: 1.3rem 1.3rem 0 0;}.large-top-radius{border-radius: 1.7rem 1.7rem 0 0;}.round-top-radius{border-radius: 100rem 100rem 0 0;}.tiny-right-radius{border-radius: 0 .5rem .5rem 0;}.small-right-radius{border-radius: 0 .9rem .9rem 0;}.medium-right-radius{border-radius: 0 1.3rem 1.3rem 0;}.large-right-radius{border-radius: 0 1.7rem 1.7rem 0;}.round-right-radius{border-radius: 0 100rem 100rem 0;}.tiny-bottom-radius{border-radius: 0 0 .5rem .5rem;}.small-bottom-radius{border-radius: 0 0 .9rem .9rem;}.medium-bottom-radius{border-radius: 0 0 1.3rem 1.3rem;}.large-bottom-radius{border-radius: 0 0 1.7rem 1.7rem;}.round-bottom-radius{border-radius: 0 0 100rem 100rem;}.tiny-left-radius{border-radius: .5rem 0 0 .5rem;}.small-left-radius{border-radius: .9rem 0 0 .9rem;}.medium-left-radius{border-radius: 1.3rem 0 0 1.3rem;}.large-left-radius{border-radius: 1.7rem 0 0 1.7rem;}.round-left-radius{border-radius: 100rem 0 0 100rem;}.left-leaf{border-radius: 10rem  2rem 10rem  2rem;}.right-leaf{border-radius:  2rem 10rem  2rem 10rem;}.left-top-quarter-round{border-radius: 0 0 10rem 0;}.right-top-quarter-round{border-radius: 0 0 0 10rem;}.left-bottom-quarter-round{border-radius: 0 10rem 0 0;}.right-bottom-quarter-round{border-radius: 10rem 0 0 0;}.bdr-style-dash {border-style: dashed;}.bdr-style-dots {border-style: dotted;}.bdr-style-double {border-style: double;}.bdr-style-ridge {border-style: ridge;}.bdr-width-thin {border-width: thin;}.bdr-width-med {border-width: medium;}.bdr-width-thick {border-width: thick;}.bdr-width-hev-sides {border-width: .1rem 2rem;}.bdr-width-hev-tb {border-width: 2rem .1rem;}.bdr-col-black{border: 1px solid #000;}.bdr-col-offblack{border: 1px solid #222;} .bdr-col-dkgray{border: 1px solid #999;}.bdr-col-gray{border: 1px solid #ccc;}.bdr-col-ltgray{border: 1px solid #eee;} .bdr-col-blue{border: 1px solid blue;} .bdr-col-navy{border: 1px solid #000080;}.bdr-col-cyan{border: 1px solid cyan;}.bdr-col-mariner{border: 1px solid #2B7CBC;}.bdr-col-green{border: 1px solid green;}.bdr-col-ltgreen{border: 1px solid #5DF977;}.bdr-col-sage{border: 1px solid #b5f1bf;}.bdr-col-orange{border: 1px solid #FF8800;}.bdr-col-red{border: 1px solid #ff0000;}.bdr-col-white{border: 1px solid #fff;}.recess {box-shadow: 0 0 .5rem #000;}.recess-alt {box-shadow: 0 0 1rem #000;}.recess-b {box-shadow: 0 0 .5rem blue;}.recess-b-alt {box-shadow: 0 0 1rem blue;}.recess-r {box-shadow: 0 0 .5rem red;}.recess-r-alt {box-shadow: 0 0 1rem red;}.recess-hov:hover,.recess-hov:active  {box-shadow: 0 0 .5rem #000;}.recess-hov-alt:hover,.recess-hov-alt:active  {box-shadow: 0 0 1rem #000;}.recess-hov-b:hover, .recess-hov-b:active  {box-shadow: 0 0 .5rem blue;}.recess-hov-b-alt:hover,.recess-hov-b-alt:active  {box-shadow: 0 0 1rem blue;}.recess-hov-r:hover, .recess-hov-b:active  {box-shadow: 0 0 .5rem red;}.recess-hov-r-alt:hover,.recess-hov-b-alt:active  {box-shadow: 0 0 1rem red;}.bx-shad-bl {box-shadow: .3rem .8rem .8rem #000;}.bx-shad-bl-alt {box-shadow: .5rem 1rem .8rem #000;}.bx-shad-bl-b {box-shadow: .3rem .8rem .8rem blue;}.bx-shad-bl-b-alt {box-shadow: .5rem 1rem .8rem blue;}.bx-shad-bl-r {box-shadow: .3rem .8rem .8rem red;}.bx-shad-bl-r-alt {box-shadow: .5rem 1rem .8rem red;}.bx-shad-bl-hov:hover,.bx-shad-bl-hov:active  {box-shadow: .3rem .8rem .8rem #000;}.bx-shad-bl-hov-alt:hover,.bx-shad-bl-hov-alt:active  {box-shadow: .5rem 1rem .8rem #000;}.bx-shad-bl-hov-b:hover, .bx-shad-bl-hov-b:active  {box-shadow: .3rem .8rem .8rem blue;}.bx-shad-bl-hov-b-alt:hover,.bx-shad-bl-hov-b-alt:active  {box-shadow: .5rem 1rem .8rem blue;}.bx-shad-bl-hov-r:hover, .bx-shad-bl-hov-b:active  {box-shadow: .3rem .8rem .8rem red;}.bx-shad-bl-hov-r-alt:hover,.bx-shad-bl-hov-b-alt:active  {box-shadow: .5rem 1rem .8rem red;}.bx-shad-br {box-shadow: -.3rem .8rem .8rem #000;}.bx-shad-br-alt {box-shadow: -.5rem 1rem .8rem #000;}.bx-shad-br-b {box-shadow: -.3rem .8rem .8rem blue;}.bx-shad-br-b-alt {box-shadow: -.5rem 1rem .8rem blue;}.bx-shad-br-r {box-shadow: -.3rem .8rem .8rem red;}.bx-shad-br-r-alt {box-shadow: -.5rem 1rem .8rem red;}.bx-shad-br-hov:hover,.bx-shad-br-hov:active  {box-shadow: -.3rem .8rem .8rem #000;}.bx-shad-br-hov-alt:hover,.bx-shad-br-hov-alt:active  {box-shadow: -.5rem 1rem .8rem #000;}.bx-shad-br-hov-b:hover, .bx-shad-br-hov-b:active  {box-shadow: -.3rem .8rem .8rem blue;}.bx-shad-br-hov-b-alt:hover,.bx-shad-br-hov-b-alt:active  {box-shadow: -.5rem 1rem .8rem blue;}.bx-shad-br-hov-r:hover, .bx-shad-br-hov-b:active  {box-shadow: -.3rem .8rem .8rem red;}.bx-shad-br-hov-r-alt:hover,.bx-shad-br-hov-b-alt:active  {box-shadow: -.5rem 1rem .8rem red;}.bx-shad-bo {box-shadow: 0 .8rem .8rem #000;}.bx-shad-bo-alt {box-shadow: 0 1rem .8rem #000;}.bx-shad-bo-b {box-shadow: 0 .8rem .8rem blue;}.bx-shad-bo-b-alt {box-shadow: 0 1rem .8rem blue;}.bx-shad-bo-r {box-shadow: 0 .8rem .8rem red;}.bx-shad-bo-r-alt {box-shadow: 0 1rem .8rem red;}.bx-shad-bo-hov:hover,.bx-shad-bo-hov:active  {box-shadow: 0 .8rem .8rem #000;}.bx-shad-bo-hov-alt:hover,.bx-shad-bo-hov-alt:active  {box-shadow: 0 1rem .8rem #000;}.bx-shad-bo-hov-b:hover, .bx-shad-bo-hov-b:active  {box-shadow: 0 .8rem .8rem blue;}.bx-shad-bo-hov-b-alt:hover,.bx-shad-bo-hov-b-alt:active  {box-shadow: 0 1rem .8rem blue;}.bx-shad-bo-hov-r:hover, .bx-shad-bo-hov-b:active  {box-shadow: 0 .8rem .8rem red;}.bx-shad-bo-hov-r-alt:hover,.bx-shad-bo-hov-b-alt:active  {box-shadow: 0 1rem .8rem red;}.bx-shad-tl {box-shadow: .3rem -.8rem .8rem #000;}.bx-shad-tl-alt {box-shadow: .5rem -1rem .8rem #000;}.bx-shad-tl-b {box-shadow: .3rem .8rem -.8rem blue;}.bx-shad-tl-b-alt {box-shadow: .5rem -1rem .8rem blue;}.bx-shad-tl-r {box-shadow: .3rem .8rem -.8rem red;}.bx-shad-tl-r-alt {box-shadow: .5rem -1rem .8rem red;}.bx-shad-tl-hov:hover,.bx-shad-tl-hov:active  {box-shadow: .3rem -.8rem .8rem #000;}.bx-shad-tl-hov-alt:hover,.bx-shad-tl-hov-alt:active  {box-shadow: .5rem -1rem .8rem #000;}.bx-shad-tl-hov-b:hover, .bx-shad-tl-hov-b:active  {box-shadow: .3rem -.8rem .8rem blue;}.bx-shad-tl-hov-b-alt:hover,.bx-shad-tl-hov-b-alt:active  {box-shadow: .5rem -1rem .8rem blue;}.bx-shad-tl-hov-r:hover, .bx-shad-tl-hov-b:active  {box-shadow: .3rem -.8rem .8rem red;}.bx-shad-tl-hov-r-alt:hover,.bx-shad-tl-hov-b-alt:active  {box-shadow: .5rem -1rem .8rem red;}.bx-shad-tr {box-shadow: -.3rem -.8rem .8rem #000;}.bx-shad-tr-alt {box-shadow: -.5rem -1rem .8rem #000;}.bx-shad-tr-b {box-shadow: -.3rem .8rem -.8rem blue;}.bx-shad-tr-b-alt {box-shadow: -.5rem -1rem .8rem blue;}.bx-shad-tr-r {box-shadow: -.3rem .8rem -.8rem red;}.bx-shad-tr-r-alt {box-shadow: -.5rem -1rem .8rem red;}.bx-shad-tr-hov:hover,.bx-shad-tr-hov:active  {box-shadow: -.3rem -.8rem .8rem #000;}.bx-shad-tr-hov-alt:hover,.bx-shad-tr-hov-alt:active  {box-shadow: -.5rem -1rem .8rem #000;}.bx-shad-tr-hov-b:hover, .bx-shad-tr-hov-b:active  {box-shadow: -.3rem -.8rem .8rem blue;}.bx-shad-tr-hov-b-alt:hover,.bx-shad-tr-hov-b-alt:active  {box-shadow: -.5rem -1rem .8rem blue;}.bx-shad-tr-hov-r:hover, .bx-shad-tr-hov-b:active  {box-shadow: -.3rem -.8rem .8rem red;}.bx-shad-tr-hov-r-alt:hover,.bx-shad-tr-hov-b-alt:active  {box-shadow: -.5rem -1rem .8rem red;}.bx-shad-to {box-shadow: 0 -.8rem .8rem #000;}.bx-shad-to-alt {box-shadow: 0 -1rem .8rem #000;}.bx-shad-to-b {box-shadow: 0 .8rem -.8rem blue;}.bx-shad-to-b-alt {box-shadow: 0 -1rem .8rem blue;}.bx-shad-to-r {box-shadow: 0 .8rem -.8rem red;}.bx-shad-to-r-alt {box-shadow: 0 -1rem .8rem red;}.bx-shad-to-hov:hover,.bx-shad-to-hov:active  {box-shadow: 0 -.8rem .8rem #000;}.bx-shad-to-hov-alt:hover,.bx-shad-to-hov-alt:active  {box-shadow: 0 -1rem .8rem #000;}.bx-shad-to-hov-b:hover, .bx-shad-to-hov-b:active  {box-shadow: 0 -.8rem .8rem blue;}.bx-shad-to-hov-b-alt:hover,.bx-shad-to-hov-b-alt:active  {box-shadow: 0 -1rem .8rem blue;}.bx-shad-to-hov-r:hover, .bx-shad-to-hov-b:active  {box-shadow: 0 -.8rem .8rem red;}.bx-shad-to-hov-r-alt:hover,.bx-shad-to-hov-b-alt:active  {box-shadow: 0 -1rem .8rem red;}.default {cursor: default;}.copy {cursor: copy;}.crosshair {cursor: crosshair;}.help {cursor: help;}.move {cursor: move;}.not-allowed {cursor: not-allowed;}.pointer {cursor: pointer;}.progress {cursor: progress;}.text {cursor:text;}.wait {cursor: wait;}.zoom-in {cursor: zoom-in;}.zoom-out {cursor: zoom-out;}.expand, input[type="submit"].button .expand,.button .expand{width: 100%;}.fs-10{font-size: 1rem;}.fs-12{font-size: 1.2rem;}.fs-14{font-size: 1.4rem;}.fs-18{font-size: 1.8rem;}.fs-20{font-size: 2rem;}.fs-22{font-size: 2.2rem;}.fs-24{font-size: 2.4rem;}.fs-100{font-size: 10rem;}.mnH-300 {min-height:20rem;}.mxH-300{max-height: 30rem;}.hide {display:none;}.show {display:block;}.mar-10 {margin:1rem;}.mar-20 {margin:2rem;}.mar-30 {margin:3rem;} .mar-t-20 {margin-top:2rem;}.mar-t-30 {margin-top:3rem;}.mar-t-50 {margin-top:5rem;}.mar-b-20 {margin-bottom:2rem;}.mar-b-30 {margin-bottom:3rem;}.mar-b-50 {margin-bottom:5rem;}   .opacity-100 {opacity: 1;}.opacity-95 {opacity: 0.95;}.opacity-90 {opacity: 0.90;}.opacity-85 {opacity: 0.85;}.opacity-80 {opacity: 0.80;}.opacity-75 {opacity: 0.75;}.opacity-70 {opacity: 0.70;}.opacity-65 {opacity: 0.65;}.opacity-60 {opacity: 0.60;}.opacity-55 {opacity: 0.55;}.opacity-50 {opacity: 0.50;}.opacity-45 {opacity: 0.45;}.opacity-40 {opacity: 0.40;}.opacity-35 {opacity: 0.35;}.opacity-30 {opacity: 0.30;}.opacity-25 {opacity: 0.25;}.opacity-20 {opacity: 0.20;}.opacity-15 {opacity: 0.15;}.opacity-10 {opacity: 0.10;}.opacity-05 {opacity: 0.05;}    .pad-5 {padding:.5rem;}.pad-10 {padding:1rem;}.pad-20 {padding:2rem;}.pad-30 {padding:3rem;}.pad-t-20{padding-top: 2rem;} .black{color: #000;} .offblack{color: #222;}  .dkgray{color: #categories;} .gray{color: #ccc;} .ltgray{color: #eee;}  .blue{color: blue;}  .navy{color: #000080;} .cyan{color: #00meta_descF;} .mariner{color: #2B7CBC;} .ltgreen{color: #5DF977;} .green{color: green;} .dkgreen{color:#006400;}  .sage{color: #b5f1bf;} .orange{color: #FF8800;} .red{color: #ff0000;} .white{color: #fff;}   .width90{width: 90%; margin: 2rem auto;}.width80{width: 80%; margin: 2rem auto;}.width75{width: 75%; margin: 2rem auto;}.width60{width: 60%; margin: 2rem auto;}.width50{width: 50%; margin: 2rem auto;}.width30{width: 30%; margin: 2rem auto;}.admin-toolbar-wrap{position: fixed;top:0;left: 0;height: 5rem;line-height: 5rem;background: #222;display: none;width: 100%;text-align: center;z-index: 200;}.admin-toolbar{} .bibleWrap{position: fixed;top: 5rem;left: 0;padding: .5rem .5rem 2rem .5rem;background-color: #f5f5f5;border: .1rem solid #999;width: 50%;z-index: 200;box-sizing: border-box;box-shadow: 0 0 .5rem #cccccc;min-height:3rem;display: none;}.bibleTopbar{position: absolute;top: 0;left: 0;padding: .2rem;background-color: #eee;border-bottom: .1rem solid #ccc;width: 100%;}ul.bibleTopbarButtons{position: absolute;top: 0;right: 1rem;list-style-type:none; padding:0; margin:0;float: right;}ul.bibleTopbarButtons li{display:inline-block;color:#ccc;width: 2rem;height: 2rem;line-height: 2rem;font-size: 1.6rem;padding:.5rem;clear:both;border-radius: 10rem;margin: 0 .4rem;} ul.bibleTopbarButtons li:hover, ul.bibleTopbarButtonsli:active{color:blue;cursor: pointer;} .showBibleWrap{box-sizing: border-box;padding:1.5rem;padding-top: 2.7rem;}.bibleResults, .bibleSearchResults{width: 100%;overflow-y: scroll;background-color: #fff;box-sizing: border-box;border: .1rem solid #ccc;height: 47rem;padding:1.5rem;font-size: 1.6rem; } .bibleResults::-webkit-scrollbar, .bibleSearchResults::-webkit-scrollbar {width: 1.1rem;}.bibleResults::-webkit-scrollbar-track, .bibleSearchResults::-webkit-scrollbar-track   {background: #ddd;}.bibleResults::-webkit-scrollbar-thumb, .bibleSearchResults::-webkit-scrollbar-thumb  {background-color: blue;border-radius: .6rem;border: .3rem solid #ddd;}.showBibleSearchWrap{box-sizing: border-box;padding:1.5rem;padding-top: 2.7rem;}.bibleSearchOptions{min-height: 1.5rem;max-height: 1.5rem;}.block-grid-wrap{margin: 1rem 0;display: block;width: 100%;}.blk-grid-2, .blk-grid-3, .blk-grid-4 {display: block; float: left;margin: .7rem 0.83333333333333%;}.blk-grid-2{width: 48.333333333333%;}.blk-grid-3{width: 31.666666666667%;}.blk-grid-4{width: 23.333333333333%;}.grid-block-content{padding: .8rem;}@media all and (max-width: 76.8rem) {.blk-grid-2,.blk-grid-3,.blk-grid-4{width: 100%; margin:0; padding:0;}}.block-grid-head{color: blue;margin-top: 4rem;text-align: center;}.cat-grid-block-wrap{margin-top: 1rem;padding: 1rem;border: 1px solid #ccc;background: white;}.cat-grid-block-wrap:hover{border-color: #ccc;-webkit-box-shadow: 0 0 .5rem #555;-moz-box-shadow: 0 0 .5rem #555;box-shadow: 0 0 .5rem #555;}.cat-grid-block-title{font-weight: bold;font-size: 2rem;color: black;text-align: center;padding: 1.5rem 0;}.cat-grid-block-button-wrap{text-align:right;}.subTitle {font-weight: bold;color: #777;font-size: 20px;margin-top: -10px;text-align: center;}.instruct {position: absolute;left: 20%;color: blue;font-size: 16px;line-height: 16px;width: 60%;text-align: center;margin-bottom: 15px;font-weight: normal;}.altar-container{padding-top: 25px;}.congrats {padding: 4px;font-size: 16px;line-height: 18px;font-style: italic;font-family: bookman;color: #8080ff;margin-top: 15px;}.con-grace, .con-faith, .con-righteousness, .con-justification, .con-sanctification, .con-holiness, .con-peace, .con-rest, .con-charity,.con-truth,.con-regeneration,.con-renewing {display: none;}.stone-container {position: relative;}.stone-holder {width: 25%;float:left;box-sizing: border-box;}.avatar-wrap {position: relative;min-height: 402px;}.avatar-img {position: relative;z-index: -1;}.heart {position: absolute;left: 25%;top: 45%;width: 50%;z-index: 5;background-position: center center;background-repeat: no-repeat;background-size: auto;min-height: 85px;}.heart-light {width: 25%;max-height: 25px;float:left;position: relative;z-index: 10;}.key-wrap {padding: 10px;background-color: white;box-sizing: border-box;border: 1px solid #333;border-top: 0px;min-height: 380px;}.element-key-head {text-align: center;border: 1px solid #333;padding-bottom: 5px;background-color: cyan;color: black;padding:4px;}.element-name {Font-size: 14px;}.receive-box {background-color: #999;border: 1px solid #555;text-align: center;font-size: 30px;color: black;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-top: 2px;margin-bottom: 2px;height: 60px;line-height: 60px;}.stone-dropped {background-color: transparent;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-top: 2px;margin-bottom: 2px;height: 60px;line-height: 60px;}.receive-dropped {background-color: transparent;border: 0px solid #555;text-align: center;padding: 10px;box-sizing: border-box;margin-top: 2px;margin-bottom: 2px;}.holder {text-align:center;}.dragIt {position: relative;z-index: 2;}#ws_renewing {position: relative; z-index: 13}#ws_charity {position: relative; z-index: 12}#ws_holiness {position: relative; z-index: 11}#ws_rest {position: relative; z-index: 10}#ws_faith {position: relative; z-index: 9}#ws_truth {position: relative; z-index: 8}#ws_regeneration {position: relative; z-index: 7}#ws_grace {position: relative; z-index: 6}#ws_sanctification {position: relative; z-index: 5}#ws_righteousness {position: relative; z-index: 4}#ws_peace {position: relative; z-index: 3}#ws_justification {position: relative; z-index: 2}.closeAltarDim {position: absolute;right: 20px;top: 20px;color: #999;font-size: 20px;cursor: pointer;}.avatar-selector-wrap {position: fixed;top: 0px;right: 0px;z-index: 19000;height: 100%;width: 100%;background: black;opacity: 0.7;display: none;}.avatar-selector-slide {position: absolute;top: 25%;right: 25%;z-index: 20000;height: 250px;width: 50%;overflow-x: auto;overflow-y: auto;background: white;opacity: none;display: none;padding: 6px;}avatar-selector-title {position: relative;text-align: center;font-size: 14px;color: black;}.the-avatars-wrap {width: 900px;position: relative;}.avatar-block {position: relative;width: 100px;height: 180px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 5px;border: 1px #999 dotted;float: left;margin: 4px 4px;}.av-img {position: relative;cursor: pointer;}.facts-container {border-bottom: 2px solid #999;display: none;}.facts-instruct {font-family: bookman;font-size: 14px;font-style: italic;font-weight: bold;line-height: 16px;padding-top: 15px;}.fact-links {padding-top: 25px;padding-left: 25px;}.facts {color: blue;}.facts:hover {cursor:pointer;}.facts span {color: #999;font-weight: bold;}.goReview {text-align: center;padding-top: 20px;}.completed-altar {display:none;}.fact-selector-wrap {position: fixed;top: 0px;right: 0px;z-index: 19000;height: 100%;width: 100%;background: black;opacity: 0.7;display: none;}.render-fact {position: absolute;top: 15%;right: 15%;z-index: 20000;height: 75%;width: 75%;overflow-x: auto;overflow-y: auto;background: white;opacity: none;display: none;padding: 12px;}.show-fact-two {display: none;}.show-fact-two {display: none;}.goReview {display: none;}ul.button-bar{display:inline-block;margin:0;padding:0;font-size:0;position:relative;top:0;left:0;zoom:1;border:0;background:0;}ul.button-bar li{display:inline-block;position:relative;top:0;left:0;zoom:1;margin:0 -.1rem 0 0;padding:0;line-height:100%;font-size:0;border:.1rem solid #ccc;background: rgb(252,252,252);background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); }ul.button-bar li a{margin:0;display:inline-block;padding:.7rem 1rem;position:relative;top:0;left:0;zoom:1;font-weight:normal;font-size:1.4rem; text-shadow:0 .1rem 0 #fff;color:#666;text-decoration:none;vertical-align: middle;line-height:100%;border-left:.1rem solid #fff;}ul.button-bar li.first,ul.button-bar li.first a{-moz-border-radius-bottomleft: .5rem;-moz-border-radius-topleft: .5rem;-webkit-border-bottom-left-radius: .5rem;-webkit-border-top-left-radius: .5rem;border-top-left-radius: .5rem;border-bottom-left-radius: .5rem;-moz-background-clip:content-box;-webkit-background-clip: border;background-clip: content-box;}ul.button-bar li.last,ul.button-bar li.last a{-moz-border-radius-bottomright: .5rem;-moz-border-radius-topright: .5rem;-webkit-border-bottom-right-radius: .5rem;-webkit-border-top-right-radius: .5rem;border-top-right-radius: .5rem;border-bottom-right-radius: .5rem;-moz-background-clip:content-box;-webkit-background-clip: border;}ul.button-bar li a:hover{background: rgb(252,252,252);background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); }ul.button-bar li a:active{-webkit-box-shadow:inset 0 3px .5rem rgba(0,0,0,0.2),inset 0 -1rem 20px rgba(0,0,0,0.07);-moz-box-shadow:inset 0 3px .5rem rgba(0,0,0,0.2),inset 0 -1rem 20px rgba(0,0,0,0.07);box-shadow:inset 0 3px .5rem rgba(0,0,0,0.2),inset 0 -1rem 20px rgba(0,0,0,0.07);border-left:.1rem solid #ccc;}.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}.clearfix:after{clear:both; content:' '; display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix, *:first-child+html .clearfix{zoom:1}.copyWrap{position: fixed;left: 0;bottom: 0;height:2.6rem;line-height:2.6rem;padding:0;margin:0;width: 100%;}.copyrightWrap{position: relative;width: 100%;color:#999;background-color:#000;text-align: center;font-size: 1.2rem;height:2.6rem;margin: 0;}.copyrightWrap a.copyright-link,.copyrightWrap a.copyright-link:visited ,.copyrightWrapPop a.copyright-link,.copyrightWrapPop a.copyright-link:visited,.copyrightWrapAlt a.copyright-link,.copyrightWrapAlt a.copyright-link:visited{color:#999;font-size: 1.2rem;text-decoration: none;}.copyrightWrap a.copyright-link:hover,.copyrightWrap a.copyright-link:active,.copyrightWrapPop a.copyright-link:hover,.copyrightWrapPop a.copyright-link:active,.copyrightWrapAlt a.copyright-link:hover,.copyrightWrapAlt a.copyright-link:active{color:#0080FF;text-decoration: none;}.copyrightWrapPop,.copyrightWrapAlt{color:#999;text-align: center;font-size: 1.2rem;}@media all and (min-width: 361px) and (max-width: 480px) { .copyRightLinks{display:none;}}@media all and (max-width: 360px) {.copyRightText{display:none;} .copyRightLinks{display:none;}}.pageFooterWrap{color: #f5f5f5;position: relative;margin: 0;margin-top: 3rem;padding:2rem;padding-bottom: 5rem;background-color: #333;}.buttonPad{padding-top: 1.4px;}.form-wrap{display:none;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}form{padding:0;margin:0;}fieldset{margin:3rem 0 2rem 0;padding:.5rem 1.5rem 1.5rem 1.5rem;border:.1rem solid #ccc;background:#f5f5f5;-moz-border-radius:.5rem;-webkit-border-radius:.5rem;border-radius:.5rem;position: relative;top:0;left:0;font-family: Arial;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}fieldset fieldset,fieldset.alt,fieldset.alt legend{background:#fff;}fieldset fieldset fieldset{background:#f1f1f1;}fieldset fieldset fieldset fieldset{background:#fff;}legend{-moz-border-radius:.5rem;-webkit-border-radius:.5rem;border-radius:.5rem;border:.1rem solid #ccc;background:#f5f5f5;padding:.2rem 1rem;margin:0 0 0 0;display:block;position: relative;top:0;left:0;font-weight: bold;color: #333;font-family: Arial;}.msie fieldset{padding-top:2.5rem;}.msie legend{position:absolute;top:-0.7rem;left:1rem;}label{display:inline-block;vertical-align: middle;padding:0;position:relative;top:0;left:0;zoom:1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-size:1.6rem;font-weight: bold;font-family: Arial;}.inline{display:inline;}label span{color:#999;font-size:1.2rem;font-weight: normal;}label small{font-weight:normal;font-size: 1.2rem;color:blue;}label.disabled{color:#ccc;}input{display:inline-block;vertical-align: middle;width:auto;zoom:1;border:.1rem solid #ccc;padding: .4rem .4rem .4rem .8rem;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-size:1.6rem;}input::-webkit-input-placeholder, input:-moz-placeholder, .placeholder{color:#ccc;font-size:1.6rem;}input::-moz-focus-inner {border:0;}input[disabled="disabled"], input.disabled{color:#999;background:#f5f5f5;-moz-box-shadow:inset 0 0 .2rem #ddd;-webkit-box-shadow:inset 0 .1rem .2rem #ddd;box-shadow:inset 0 .1rem .2rem #ddd;}input[type="text"]:focus, textarea:focus,  select:focus, nput[type="file"]:focus, input[type="password"]:focus{-webkit-box-shadow: 0 0 .7rem #6DB9FF;-moz-box-shadow   : 0 0 .7rem #6DB9FF;box-shadow        : 0 0 .7rem #6DB9FF;border: .1rem solid #50B1FE;outline: none;}.ckAlert{-webkit-box-shadow: 0 0 .7rem #ff0000;-moz-box-shadow   : 0 0 .7rem #ff0000;box-shadow        : 0 0 .7rem #ff0000;border: .1rem solid #ff0000;}input[type="text"], textarea, button, .button, a, input[type="file"]{-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;transition: box-shadow 0.5s, border 0.5s, background 0.5s;}input[type="checkbox"]{display:inline;padding:0;border:0;background:none;vertical-align:middle;}input[type="radio"]{display:inline;padding:0;border:0;background:none;vertical-align:middle;}input[type="radio"]:focus, input[ type="checkbox"]:focus{-webkit-box-shadow: 0 0 .5rem #6DB9FF;-moz-box-shadow   : 0 0 .5rem #6DB9FF;box-shadow        : 0 0 .5rem #6DB9FF;outline-color: #6DB9FF;}input[type="file"]{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;}select{display:inline;border:.1rem solid #ccc;line-height:100%;padding:.3rem;vertical-align: middle;font-size:1.6rem;}select[disabled="disabled"], select.disabled{color:#999;background:#f5f5f5;-moz-box-shadow:inset 0 0 .2rem #ddd;-webkit-box-shadow:inset 0 .1rem .2rem #ddd;box-shadow:inset 0 .1rem .2rem #ddd;}textarea{width:auto;height:200px;margin:0;border:.1rem solid #ccc;padding:.5rem;-moz-border-radius:.5rem;-webkit-border-radius:.5rem;border-radius:.5rem;vertical-align: middle;font-family:inherit;font-size:1.6rem;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}label.error{color:red;}input.error{border:.1rem solid red;}select.error{border:.1rem solid red;}.switch {  position: relative;  display: inline-block;  width: 5rem;  height: 2.4rem;}.switch input {   opacity: 0;  width: 0;  height: 0;}.slider {  position: absolute;  cursor: pointer;  top: 0;  left: 0;  right: 0;  bottom: 0;  background-color: #ccc;  -webkit-transition: .4s;  transition: .4s;}.slider:before {  position: absolute;  content: "";  height: 2rem;  width: 2rem;  left: .4rem;  bottom: .2rem;  background-color: white;  -webkit-transition: .4s;  transition: .4s;}input:checked + .slider {  background-color: #2196F3;}input:focus + .slider {  box-shadow: 0 0 .1rem #2196F3;}input:checked + .slider:before {  -webkit-transform: translateX(2rem);  -ms-transform: translateX(2rem);  transform: translateX(2rem);}.slider.round {  border-radius: 2.4rem;}.slider.round:before {  border-radius: 50%;}.iconWrapper{border:-.1rem solid #333;border-radius: .5rem;padding: 1rem;background-color: #eee;-webkit-box-shadow: 0 0 .5rem #000;-moz-box-shadow: 0 0 .5rem #000;box-shadow: 0 0 .5rem #000;}  .iconName{overflow:hidden;color: blue;font-size: 1.6rem;text-align: center;}.iconWrap{font-size: 3.5rem;text-align: center;height: 7rem;line-height: 7rem;color:blue;background-color: white;-webkit-box-shadow: 0 0 .5rem #ccc;-moz-box-shadow: 0 0 .5rem #ccc;box-shadow: 0 0 .5rem #ccc;}.iconWrap:hover{color:#ccc;}#gotoTopWrap{display:none;position: fixed;bottom: 3rem;right:.3rem;text-align: right;padding: 0;width: auto;z-index:200;}a.button .gototop{padding: 0;}.index-header-wrap{position:relative;clear:both;}.index-header-wrap img{width: 100%; height: auto;}.widget_headline_wrap{position: absolute;bottom:7.5rem;right:2rem;width: 65%;clear:both;}.widget_headline_wrap h1{text-align: center;font-size: 4.5rem;color: white;font-family: arial black;text-shadow: 0 0 .3rem #000000;}.widget_headline_wrap h2{text-align: center;font-size: 2rem;color: yellow;font-family: verdana;font-weight: 500;text-shadow: 0 0 .3rem #000000;}.colums_wrap{position: absolute;top:2rem;right:3rem;width:75%;height: 30rem;clear: both;}.widget_column {padding: 1.5rem;border-radius: .5rem;color: white;}.widget_column:hover {background: #F8F8FF;color: #999;}.widget_column h3 {text-align: center;color: #45D6F7;font-family: Arial Black;}h1{font-family: 'Arimo', sans-serif;font-weight:normal;font-size:4rem;margin:1rem 0 1rem 0;line-height:150%;color: #000;}h2{font-family: 'Arimo', sans-serif;font-weight:normal;font-size:3.5rem;margin:1rem 0 1rem 0;line-height:150%;color: #000;}.subtitle{font-size:2.5rem;margin:0 0 1rem 0;line-height:110%;color: #777;}h3{font-family: 'Arimo', sans-serif;font-weight:normal;font-size:3rem;margin:1rem 0 1rem 0;line-height:140%;color: #000;}h4{font-family: 'Arimo', sans-serif;font-weight:bold;font-size:2.5rem;margin:1rem 0 1rem 0;line-height:140%;color: #000;}h5{font-family: 'Arimo', sans-serif;font-weight:normal;font-size:2.5rem;margin:1rem 0 1rem 0;line-height:140%;color: #000;}h6{font-family: 'Arimo', sans-serif;color: #000;font-size:2rem;margin:1rem 0 .5rem 0;font-weight: bold;line-height:140%;}  @media all and (min-width: 769px) and (max-width: 1023px) {h1{font-size:4rem;}h2{font-size:3.5rem;}.subtitle{font-size:2.5rem;}h3{font-size:3rem;}h4{font-size:2.5rem;}h5{font-size:2.5rem;}h6{font-size:2rem;}}@media all and (min-width: 481px) and (max-width: 768px) {h1{font-size:4rem;}h2{font-size:3.5rem;}.subtitle{font-size:2.5rem;}h3{font-size:3rem;}h4{font-size:2.5rem;}h5{font-size:2.5rem;}h6{font-size:2rem;}}@media all and (min-width: 361px) and (max-width: 480px) {h1{font-size:4rem;}h2{font-size:3.5rem;}.subtitle{font-size:2.5rem;}h3{font-size:3rem;}h4{font-size:2.5rem;}h5{font-size:2.5rem;}h6{font-size:2rem;}}@media all and (max-width: 360px) {h1{font-size:2.5rem;}h2{font-size:2rem;}.subtitle{font-size:2rem;}h3{font-size:1.9rem;}h4{font-size:1.7rem;}h5{font-size:1.7rem;}h6{font-size:1.5rem;}}blockquote{font-size:1.5rem;line-height:1.5;font-style: italic;margin:3rem 3rem 3rem 0;padding:0 0 0 2rem;border-left:.1rem solid #ccc;}strong,b{font-weight:700}hr{clear:both;border:0;border-top:.1rem solid #ccc;margin:3rem 0;min-height: 0;height:.1rem;}p{margin:1.5rem 0; font-size: 1.7rem;}img{margin:0;padding:0;display:inline-block;position:relative;zoom:1;vertical-align: bottom;max-width: 100%;height:auto;}div.caption{background:#f5f5f5;border:1px solid #ddd;padding:.3rem;max-width:100%;display:inline-block;height:auto;}div.caption img{display:block;padding:0;margin:0;width:100%;height:auto;}div.caption span{display:block;margin-top:.3rem;font-size:1.2rem;color:#666;padding:0 .5rem;}a,a:visited, .forgot-link, .loginLinks, .legalLinks{color:#0000ff;text-decoration: none;}a:hover, .forgot-link:hover, .loginLinks:hover,.legalLinks:hover{color:#8080ff;cursor: pointer;}.forgot-link, .loginLinks{font-size: 1.4rem;}.legalLinks{font-size: 1.2rem;}a img{border:0;}ul, ol{padding:0;margin:0 0 2rem 2.5rem;}li{padding:.5rem 0;margin:0;}ul.list-unstyled{padding:0;margin:0 0 2rem 0;}ul.list-unstyled li{padding:.5rem 0;margin:0;list-style-type:none;}ul.alt{padding:0;margin:0 0 2rem 0;}ul.alt li{list-style-type:none;border-top:.1rem dotted #ccc;border-bottom:.1rem dotted #ccc;margin:0 0 -.1rem 0;background:url(img/icon-arrow-right.png) no-repeat .5rem 0.7em;padding-left:2rem;}ul.icons{margin:0 0 2rem 0;padding:0;}ul.icons li{list-style-type:none;margin:0;padding:.5rem 0;}.loginWrap, .registerWrap {position: fixed;top:0;z-index: 1001;background-color: #fff;display:none;padding: .2rem;}.registerContent, .loginContent {max-height: 20rem;overflow-y: scroll;}.capImg {border-radius: .5rem;-webkit-box-shadow: 0 0 .5rem #999;-moz-box-shadow: 0 0 .5rem #999;box-shadow: 0 0 .5rem #999;}.editProImgWrap{position: fixed;top:0;left: 0;width: 75%;height:80%;background: #F8F8FF;padding: 2rem;z-index: 200;}.closer{position: fixed;top:5.5rem;right: 1.5rem;z-index: 201;}ul.verticalMenu{list-style-type:none; padding:0; margin:0;}  ul.verticalMenu li{display:block;color:#ccc;height: 3.5rem;line-height: 3.5rem;font-size: 1.6rem;padding:0 1rem;padding-top:0;border-bottom: .1rem solid #eee;clear:both; }   ul.verticalMenu li span.text{color: #333;cursor: pointer;} ul.verticalMenu li:hover,  ul.verticalMenu li:active{background:#f5f5f5;color:blue;cursor: pointer; }  .breadcrumb-wrap{color: #0d0dff; padding-top: 1.5rem; font-size: 1.2rem;}.breadcrumb-wrap a{color: #0d0dff;}.breadcrumb-wrap a:hover{cursor: pointer;color:#4d4dff;}.atBreadcrumb{color: black;}.noteWrap{position: absolute;top:5rem;right:0;padding: .5rem .5rem 2rem .5rem;background-color: #f5f5f5;border: .1rem solid #999;width: 50%;z-index: 200;box-sizing: border-box;box-shadow: 0 0 .5rem #cccccc;min-height:3rem;}.notation, .legal-note{position: relative;border: .1rem solid #ccc;-webkit-box-shadow: 0 0 .5rem #ccc;-moz-box-shadow: 0 0 .5rem #ccc;box-shadow: 0 0 .5rem #ccc;padding: 1.5rem;}.notation {background-color: #fff;margin: 2rem;font-size: 1.4rem;}.legal-note{background-color: #f5f5f5;margin: 2rem;margin-bottom: .5rem;font-size: 1.2rem;max-height: 200;overflow-y: scroll;} .footerNote{font-size: 1.4rem;font-family: Times New Roman;font-style: italic;color: #999;}.footerNote .alt{color: red;}.footerNote .alt-b{color: blue;}.footerNote .big{font-size:2rem;}.msg-wrap{position: absolute;top:25%;left:25%;-moz-border-radius:1.5rem;-webkit-border-radius:1.5rem;border-radius:1.5rem;background:white;width: 50%;min-height: 10rem;max-height: 50%;color: black;clear:both;padding: 1.5rem;vertical-align: center;box-shadow: 0 0 .5rem blue;text-align:center;font-weight:300;}.dimmer, .gatekeeper,.forgotPass,.loginLink{position: fixed;top:0; left:0;z-index: 1000;background: rgba(000,000,000, 0.8);width: 100%;height:100%;display:none;}.close {position: absolute;right: 1rem;top: 1rem;color: #ccc;font-size: 1.6rem;-webkit-box-shadow: 0 0 1rem #ccc;-moz-box-shadow: 0 0 1rem #ccc;box-shadow: 0 0 1rem #ccc;padding: .5rem 1.5rem;border-radius: 10rem;}.close:hover {color: cyan; cursor:pointer;-webkit-box-shadow: 0 0 1rem cyan;-moz-box-shadow: 0 0 1rem cyan;box-shadow: 0 0 1rem cyan;}.popped {position: fixed;top:0;z-index: 1001;background-color: white;min-height: 20rem;display:none;padding: 2rem;} @media all and (min-width: 1281px) {.popped {height:45rem}}@media all and (min-width: 1025px) and (max-width: 1280) {.popped {height:40rem}}@media all and (min-width: 769px) and (max-width: 1024px) {.popped {height:40rem}}@media all and (min-width: 481px) and (max-width: 768px) {.popped {height:40rem}}@media all and (max-width: 480) {.popped {height:40rem}}.popPageWrap{border: 1px solid #ccc;min-height: 20rem;-webkit-box-shadow: 0 0 .5rem #cccccc;-moz-box-shadow: 0 0 .5rem #cccccc;box-shadow: 0 0 .5rem #cccccc;}.popPageTitle{background: black;background-image: url("../gallery/logos/s8w-logo-35.png");background-repeat: no-repeat;background-position: 1rem center;padding-left: 60;color: cyan;font-size: 2rem;height: 4.5rem;line-height: 4.5rem;border: 1px solid #ccc;-webkit-box-shadow: 0 0 .5rem #cccccc;-moz-box-shadow: 0 0 .5rem #cccccc;box-shadow: 0 0 .5rem #cccccc;}.popPageContent{padding: 2rem;}iframe{width: 100%; border: 0;height: 100%;}.blankIframe{}  .randomSacrifice{font-family: Times New Roman;font-style: italic;color: #f5f5f5;font-size: 1.4rem;background-color: #444;border: 1rem solid #ccc;border-radius: .5rem;padding: 1rem;margin-top: 4rem; } .randomSacrifice b{font-size: 1.8rem;}   .resultsWrap{border: 1px solid #999;border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: white;}.parentItemWrap{background: #F8F8FF;border-bottom: 1px solid #999;border-radius: 5px 5px 0 0;}.subItemWrap{background: #F8F8FF;border: 1px solid #999;padding: 10px;border-radius: 0 0 .5rem .5rem;}.sub-inner-wrap{background: white;border-radius: 5px;border-right: 1x solid #999;border-left: 1x solid #999;}.resultsItemWrap{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.resultsInfoReveal{-webkit-box-shadow: 0px 0px 5px #000000;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 15px;margin: 10px 30px;background-color: white;}.quickMenu {background-color: #fff;border: 1px solid #000;-webkit-box-shadow: 0 2px 4px #999;-moz-box-shadow: 0 2px 4px #999;box-shadow: 0 4px 2px #999;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.quickMenu:hover {cursor:pointer;background-color: #f9f9f9;-webkit-box-shadow: 0 0 6px #999;-moz-box-shadow: 0 0 6px #999;box-shadow: 0 0 6px #999;}.qm-glyph{font-size: 45px;color: rgb(122,188,255);text-align: center;}.qm-text{font-family: arial black;font-size: 16px;color: #999;text-align: center;}fieldset.qmFieldset {background-color: #F5FCFF; padding: 15px;}fieldset.qmFieldset legend {background-color: #fff; color:blue;}.no-results{border: dotted 1px #999999;background: #f2f2f2;color: red;text-align: center;font-size: 13px;padding: 10px 30px;}.labelNote{font-size: 12px; color: blue;}.list-head {border-bottom: 1px solid #999}.list-head div {background:none;}.list-item-row {border: 1px black solid; border-top: 0; text-align: left; }.list-item-row:hover {background-color:#E6E7E8;}.resultsListWrap{border: 1px solid #999;background: #f2f2f2;padding: 0 5px;margin-bottom: 5px;}.scrollBar{overflow-y: scroll; width:100%;}.scrollBar::-webkit-scrollbar{width:.8rem;}.scrollBar::-webkit-scrollbar-track{background:#ddd;}.scrollBar::-webkit-scrollbar-thumb{background-color: blue;border-radius: 3.5rem;border: .2rem solid #ddd;}.adminScrollWrap{font-size: 1.4rem; color: #999;text-align: center;}.adminScrollWrap a {font-size: 1.4rem; color:Blue;}.adminScrollWrap a:hover {cursor: pointer; color: red;}.leftSlideWrap, .rightSlideWrap {position: fixed;top: 5rem;width: 40rem;background-color: white;border: .1rem solid #bbb;border-radius: .7rem;-webkit-box-shadow: 0 0 .9rem #ccc;-moz-box-shadow: 0 0 .9rem #ccc;box-shadow: 0 0 .9rem #ccc;min-height: 20rem;padding:1rem;z-index: 200;display:none;}@media all and (max-width: 800px) {.leftSlideWrap, .rightSlideWrap {width: 100%;}}.leftSlideWrap{left: 0;box-shadow: .3rem -.3rem .9rem #ccc;border-radius: 0 .9rem .9rem 0;}.rightSlideWrap{right: 0;box-shadow: -.3rem -.3rem .9rem #ccc;border-radius: .9rem 0 0 .9rem;}.leftClose,.rightClose{position: absolute;top: .5rem;z-index: 110;display: block;color:#ccc;width: auto;width: 2rem;height: 2rem;line-height: 2rem;margin: .4rem .4rem;font-size: 1.6rem;background:#f5f5f5;border-radius: 10rem;text-align: center;padding: 0;}.leftClose:hover,.rightClose:hover,.leftClose:active,.rightClose:active{background:#f5f5f5;color:blue;cursor: pointer;-webkit-box-shadow: 0 0 .5rem blue;-moz-box-shadow: 0 0 .5rem blue;box-shadow: 0 0 .5rem blue;}.rightClose{right: .5rem;}.leftClose{left:.5rem;}div.leftSlideWrap div.slideTitle, div.rightSlideWrap div.slideTitle{z-index:120;height: 3.5rem;line-height:3.5rem;font-size: 2rem;font-weight: 700;border-bottom: .1rem solid #eee;cursor: pointer;}div.leftSlideWrap div.slideTitle{padding-left: 4rem;}div.rightSlideWrap div.slideTitle{padding-left: 1.5rem;}.slideContent{ min-height: 20rem;overflow-y: scroll;}.slideContent::-webkit-scrollbar {width: 1.1rem;}.slideContent::-webkit-scrollbar-track  {background: #ccc;}.slideContent::-webkit-scrollbar-thumb {  background-color: blue ;  border-radius: .6rem;  border: .3rem solid #ccc;}.content-wrap{position: fixed;top: 50;left: 0;width: 50%;height: 100%;overflow-y:scroll;}.header-img {margin-top: 0;margin-bottom: 20px;width: 100%;height: auto;}.author-wrap {margin: 2rem 5%;margin-bottom: 20px;font-size:12px;clear:both;padding: 10px 0;line-height:18px;font-style: italic;border-bottom: 1px dotted #999;border-top: 1px dotted #999;min-height:95x;}.author-img {margin-left: 15px;margin-right: 15px;width: 75px;height: 75px;float: left;border-radius: 100rem;box-shadow: 0 0 5x #bbb;}.head-1{font-size: 30x;text-align:center;}.head-2{font-size: 20x;}.note-details{padding: 4px 10px;line-height:18px;border: 1px solid #333;font-size:12px;margin: 5x 10x;}ul.tabs{margin:1rem 0 -.1rem 0;padding:0;width:100%;border-bottom:.1rem solid #e5e5e5;float:left;font-size:0;}ul.tabs.left{text-align:left;}ul.tabs.center{text-align:center;}ul.tabs.right{text-align:right;}ul.tabs.right li{margin:0 0 0 -.2rem;}ul.tabs li{font-size:1.4rem;list-style-type:none;margin:0 -.2rem 0 0;padding:0;display:inline-block;position:relative;top:0;left:0;zoom:1;}ul.tabs li a{text-decoration:none;color:blue;display:inline-block;padding:.9rem 1.5rem;position: relative;top:0;left:0;line-height:100%;background:#f5f5f5;-webkit-box-shadow: inset 0 -.3rem .3rem rgba(0,0,0,0.03);-moz-box-shadow: inset 0 -.3rem .3rem rgba(0,0,0,0.03);box-shadow: inset 0 -.3rem .3rem rgba(0,0,0,0.03);border:.1rem solid #e5e5e5;border-bottom:0;font-size:1.4rem;zoom:1;}ul.tabs li a:hover{background:#fff;}ul.tabs li.current a{position:relative;top:.1rem;left:0;background:#fff;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;color:#222;}.tab-content{border:.1rem solid #efefef;border:.1rem solid #e5e5e5;background:#fff;clear:both;padding:1rem;margin:0 0 4rem 0; }  .tab-content-wrap{border: .1rem #ddd solid;padding: 2rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;border-radius: .5rem;-webkit-box-shadow: 0 0 .3rem #ccc;-moz-box-shadow: 0 0 .3rem #ccc;box-shadow: 0 0 .3rem #ccc; }   .tab-content-wrap b{letter-spacing: .1rem;}.tt {  display: inline;  position: relative;}.tt:hover:after {  background: #333;  background: rgba(0, 0, 0, .8);  border-radius: 20rem;  bottom: -4rem;  color: #fff;  content: attr(tipTitle);  left: 0;  padding: .5rem 1.5rem;  position: absolute;  z-index: 103;  width: 2.5rem;  text-align:center;}.tt:hover:before {  border: solid;  border-color: #333 transparent;  border-width: 0 .8rem .8rem .8rem;  bottom: -.6rem;  content: "";  left: 50%;  position: absolute;  z-index: 101;}.topad-wrap {position: relative;padding: 0;background: #18243D;width: 100%; display:none;}.topad_inner_wrap{text-align: center;}.top-ad-img {width: 8.5rem;height: auto; margin-right: 1.5rem; float: left; line-height: 8.5rem;}.topad-text-wrap {text-align:center;height: 8.5rem;line-height: 8.5rem;}.topad-button-wrap{height: 8.5rem;line-height: 8.5rem;}.topad_close_div {position: absolute;right: 2.5rem;height: 9rem;line-height: 9rem;color: white;font-size: 1.5rem;}.topad_close_div:hover {cursor:pointer;color: red;}.topad-wrap div.topad-text-ad span.topad-primary-text {font-size: 2.4rem;font-family: EB Garamond;color: #fff;font-weight:300;}.topad-wrap div.topad-text-ad span.topad-sub-text {font-size: 1.8rem;font-family:Book Antiqua;color: #9FCFFF;font-weight:400;}.topad-wrap {background: #18243D;}.topad-wrap div.topad-text-ad span.topad-primary-text {font-size: 2.4rem;font-family: EB Garamond;color: #fff;font-weight:300;}.topad-wrap div.topad-text-ad span.topad-sub-text {font-size: 1.8rem;font-family:Book Antiqua;color: #9FCFFF;font-weight:400;}.topbar{position: fixed; top:0; left:0; width: 100%; z-index: 100;}.topbar-wrap{position: relative;background-color: #fff;box-shadow: inset 0 -.3rem .5rem -.3rem rgba(0,0,0,0.3);height: 5rem;line-height: 5rem;text-align: center;}ul.tbMenu{display: inline-block;list-style-type:none; padding:0; margin:0;}.tbMenu li {display: inline-block;width: auto;text-align: center;padding: 0;width: 3.5rem;height: 3.5rem;line-height: 3.5rem;border-radius: 10rem;}.tbMenu li:hover {-webkit-box-shadow: 0 0 .5rem blue;-moz-box-shadow: 0 0 .5rem blue;box-shadow: 0 0 .5rem blue;cursor:pointer;background:#ddd;}.tbMenu li a {color:#ccc;font-size: 1.8rem;cursor:pointer;margin: .4rem .4rem;}.tbMenu li a:hover, .tbMenu li a:active {color:blue;}.tbMenu li.tab {position: relative;width: auto;border-radius: .5rem .5rem .5rem .5rem;border: 1px #ccc solid;margin: .4rem;padding: 0 .5rem 0 .5rem;color: #999;}.tbMenu li.tab:hover {cursor: pointer;color: white;box-shadow: 0 0 0 white;color: #333;background-color: #F8F8FF;}.tbMenu li.tab a {font-size: 1.4rem;color: inherit;}.tbMenu li.tab a:hover {color: inherit;}ul.tbMenu.tbLeft {position: absolute; left:1rem; top:0; margin-right: 1rem;}ul.tbMenu.tbRight {position: absolute; right:0; top:0; margin-right: 1rem;}.loginButton{position: absolute; right:1rem; top:0; width: auto;}.exitScreen{display:none;} @media all and (min-width: 1024px) {.tbHomeLink{display:block;}.tbRestorationLink{display:block;}.tbArticlesLink{display:block;}.tbCorsesLink{display:block;}.tbWorkshopsLink{display:block;}.tbVideoLink{display:block;}.tbPodcastLink{display:block;}.tbEbookLink{display:block;}.tbToolsLink{display:block;}.tbFAQLink{display:block;}.tbAboutLink{display:block;}.tbCalenderLink{display:block;}.tbProfileLink{display:block;}.tbBibleLink{display:block;}.tbViewLink{display:block;}.tbFullScreenLink{display:block;}} @media all and (min-width: 769px) and (max-width: 1023px) {.tbHomeLink{display:block;}.tbRestorationLink{display:block;}.tbArticlesLink{display:block;}.tbCorsesLink{display:block;}.tbWorkshopsLink{display:block;}.tbVideoLink{display:block;}.tbPodcastLink{display:block;}.tbEbookLink{display:block;}.tbToolsLink{display:block;}.tbFAQLink{display:block;}.tbAboutLink{display:block;}.tbCalenderLink{display:block;}.tbProfileLink{display:block;}.tbBibleLink{display:block;}.tbViewLink{display:block;}.tbFullScreenLink{display:block;}}@media all and (min-width: 481px) and (max-width: 768px) {.tbHomeLink{display:block;}.tbRestorationLink{display:block;}.tbArticlesLink{display:block;}.tbCorsesLink{display:block;}.tbWorkshopsLink{display:block;}.tbVideoLink{display:block;}.tbPodcastLink{display:block;}.tbEbookLink{display:block;}.tbToolsLink{display:block;}.tbFAQLink{display:block;}.tbAboutLink{display:block;}.tbCalenderLink{display:block;}.tbProfileLink{display:block;}.tbBibleLink{display:block;}.tbViewLink{display:block;}.tbFullScreenLink{display:block;}}@media all and (min-width: 361px) and (max-width: 480px) {.tbHomeLink{display:block;}.tbRestorationLink{display:block;}.tbArticlesLink{display:block;}.tbCorsesLink{display:block;}.tbWorkshopsLink{display:block;}.tbVideoLink{display:block;}.tbPodcastLink{display:block;}.tbEbookLink{display:block;}.tbToolsLink{display:block;}.tbFAQLink{display:block;}.tbAboutLink{display:block;}.tbCalenderLink{display:block;}.tbProfileLink{display:block;}.tbBibleLink{display:block;}.tbViewLink{display:block;}.tbFullScreenLink{display:block;}}@media all and (max-width: 360px) {.tbHomeLink{display:block;}.tbRestorationLink{display:block;}.tbArticlesLink{display:block;}.tbCorsesLink{display:block;}.tbWorkshopsLink{display:block;}.tbVideoLink{display:block;}.tbPodcastLink{display:block;}.tbEbookLink{display:block;}.tbToolsLink{display:block;}.tbFAQLink{display:block;}.tbAboutLink{display:block;}.tbCalenderLink{display:block;}.tbProfileLink{display:block;}.tbBibleLink{display:block;}.tbViewLink{display:block;}.tbFullScreenLink{display:block;}}.homeOnlyWrap{height: 65px;line-height: 100%;background-color: #000;background-image: url("../gallery/logos/s8w-logo-50.png");background-repeat: no-repeat;box-shadow: inset 0 -.3rem .5rem -.3rem rgba(0,0,0,0.3);background-position: 1.5rem 50%;padding: 1rem 3.5rem 0 75px;}.homeHeadTitle {color:cyan;margin-top: 0;}.goHome{color:blue; font-size: 3.5rem;}.goHome:hover{color:cyan;}