@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
 
/* BACKGROUND */
 
.page-watch-options {
    padding-bottom: 1.5em;
}
/* CONTENT PANELS */
 
.content-panel {
    border: solid 1px #1F3366;
    border-radius: 2.5px;
    background-color: #fcfdfb;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #001040;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}
.content-panel.standalone {
    background: #fcfdfb;
    padding: 10px 30px;
    margin: 5px auto;
}
.content-panel.series {
    padding: 0 20px;
    margin-bottom: 20px;
}
.content-panel.centered {
    text-align: center;
}
.content-panel.left-column {
    float: left;
    width: 48%;
}
.content-panel.right-column {
    float: right;
    width: 48%;
}
 
.content-panel .panel-heading {
    padding: 2px 10px;
    color: #ffffff;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.content-panel .panel-heading > p,
.content-panel .panel-footer > p {
    margin: 0;
}
.content-panel .panel-body {
    padding: 5px 10px;
    background: #fff9f0 url(http://aepassociation.wikidot.com/local--files/component:theme/panel-bg-gradient-reverse.png) bottom repeat-x;
    /* box-shadow: 1px 2px 3px rgba(0,0,0,.2) inset */
}
.content-panel .panel-footer {
    padding: 1px 10px;
    color: #fffff0;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.content-panel .panel-footer a {
    color: #ffffff;
}
.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0,0,0,.15)
}
 
/* ANIMATION */
 
#container-wrap-wrap {
    overflow-x: hidden;
 
}
 
div#container {
    background: url(http://fasacss.wdfiles.com/local--files/start/maps%281%29.png) repeat-x;
    animation: animate 16s linear infinite;
    animation-direction: alternate;
    background-size: 865px !important;
}
 
@keyframes animate  {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -336px 0;
    }
}
 @keyframes animateback  {
    from {
        background-position: -336px 0;
    }
    to {
        background-position: 0 0;
    }
}
/* LOGO */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background-size:112px;
}
div#header h1 a span {
    display: none;
}
div#header h1 a:before {
    font-family: 'Poppins', sans-serif;
    content: "F.A.S.A.";
    font-weight: bold;
    color: #E9E9E9;
 
}
div#header h2 span {
    font-size:0px;
    padding: 0px;
}
div#header h2:after {
    font-family:'Poppins', sans-serif;
    color: #E9E9E9;
    content: "Sandox";
    font-weight: bold;
    padding: 19px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
/* GLOBAL WIDTH */
#header, #top-bar {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
 
#top-bar {
    width: 100%;
    margin: 0 auto;
}
#header {
    height: 200px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url('http://fasacss.wikidot.com/local--files/start/doubleFASA.png') 0px 0px no-repeat;
    background-size: 132px;
}
#search-top-box {
    position: absolute;
    top: 79px;
    right: 9px;
    width: 200px;
    text-align: right;
}
#search-top-box-input {
    font-family: 'Poppins';
    font-weight: bold;
    border: solid 1px #999;
    border-radius: 10px;
    color: #ccc;
    padding: 3px;
    background-color: #333;
}
#search-top-box .button {
    border-radius: 10px;
    color: #333;
    font-family: 'Poppins';
    border-color: #ccc;
    padding: 3px;
}
#search-top-box-input:hover,
#search-top-box-input:
    border: solid 1px #fff;
    color: #fff;
    background-color: #424242;
}
#search-top-box-form input[type=submit] {
    border: solid 1px #999;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 70%;
    font-weight: bold;
    color: #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    cursor: pointer;
    transition: 1s;
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border-radius: 10px;
    color: #ccc;
    padding: 3px;
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,.25);
    background-color: #5e5e5e;
    font-family: 'Poppins';
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0,0,0,.8);
}
 
#login-status {
    color: #aaa;
    font-size: 90%;
    z-index: 30;
}
#login-status a {
    background: transparent;
    color: #ddd;
}
#login-status ul a {
    color: #fafafa;
    background: transparent;
}
 
#account-topbutton {
    background: #ccc;
    color: #f4f4f4;
}
 
.printuser img.small {
    margin-right: 1px;
}
 
#header h1 {
    font-family: 'Public Sans', sans-serif;
    margin-left: 130px;
    padding: 0;
    font-size: 200%;
    float: left;
    max-height: 110px;
}
#header h2 {
    font-family: 'Public Sans, sans-serif';
    margin-left: 120px;
    padding: 0;
    clear: left;
    float: left;
    font-size: 90%;
    max-height: 100px;
}
 
#header h1 a {
    display: block;
    margin: 0;
    padding: 70px 0px 20px;
    line-height: 0px;
    max-height: 200px;
    color: #e9e9e9;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 230%;
    text-decoration: none;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.9px;
}
 
#header h2 span {
    margin-top: 10px !important;
    display: block;
    margin: 0;
    padding: 40px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: #f0f0c0;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
/* TOP MENU */
 
 
a {
    color: #0025bb;
    text-decoration: none;
    background: transparent;
}
a.newpage {
    color: #1177dd;
    text-decoration: none;
    background: transparent;
}
a:hover {
    text-decoration: underline;
    background-color: transparent;
}
 
/* side-bar */
 
#side-bar {
    padding: 1.5em;
    padding-top: 1em;
    padding-bottom: 1.4em;
    font-family: 'Poppins';
    font-weight: bold;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 0;
    background-color: #333;
    border: 2px solid #ccc;
    border-left: none;
}
#side-bar > div {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #eee !important;
}
#side-bar span span {
    color: #979696 !important;
    padding-left: 10px;
    font-size: .9em;
}
#side-bar hr {
    height: 1px;
    background-color: #5a5a5a !important;
}
#main-content {
    padding-left: 5em;
}
#page-title {
    border-bottom: none;
    background: #333;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins';
    padding-left: 1.3em;
    border-radius: 30px;
    width: 85%;
    margin-right: auto;
    border: 2px solid #ccc;
}
#page-content{
    padding-top: 20px;
    font-family: 'Arial';
    width: 95%;
}
 
#header {
    text-align: center;
}
 
div#container-wrap{
    background: url(http://fasacss.wdfiles.com/local--files/start/FASABlue.png) top left repeat-x !important;
    background-size: 100% 187px !important;
   
}
/*---------------Everything on the bottom of the page--------------*/
/* Footer */
#page-options-bottom a {
    border: 2px solid #ccc;
    box-shadow: none !important;
    background: #383838 !important;
}
#page-options-bottom a:hover {
    color: #fff !important;
}
#page-options-bottom-2 a {
    border: 2px solid #ccc;
    box-shadow: none !important;
    background: #383838 !important;
}
#page-options-bottom-2 a:hover {
    color: #fff !important;
}
#footer {
    background: url('http://project-scope.wikidot.com/local--files/admin-themes:theme/prismal.png') repeat-x;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow:0px -2px 3px rgba(0,0,0,.2);
    box-shadow:0px 2px 3px rgba(0,0,0,.2);
    color: #e5e5e5;
    text-align: left;
    font-family: 'Poppins';
 
}
#footer p {
    padding-right: 100px;
    margin: 0px;
}
#footer a {
    color: #e5e5e5;
}
#footer a:hover {
    border-bottom: 0px;
}
#footer{
    background: #3a3a3a /*#007291*/ ;
}
.footnotes-footer {
    border: 1px solid #212687;
    border-left: 8px solid #212687;
    color: #000;
    padding: 10px;
    margin: 10px;
    padding: 5px 5px 5px 15px;
    width:80%;
    font-family: 'Poppins';
    font-size: 1.1em;
}
/* License area */
#license-area{
    font-family: 'Poppins';
    background: #212687;
    box-shadow: inset 0px 10px 10px -10px #000;
    color: #bbe;
}
#license-area a{
    color: #bbe;
}
 
/* Don't tell kreiner we ripped his code pretty please :)*/
/* ------ Page Options ------ */
div#page-options-container {
    font-family: 'Poppins', monospace;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
}
div#page-info,
div.page-watch-options {
    padding: 0 1em;
}
div#page-options-bottom {
    width: 70%;
    margin-bottom: 2.125rem;
}
div#page-options-bottom-2 {
    width: 70%;
    margin-top: -2.125rem;
}
div#page-options-bottom,
div#page-options-bottom-2 {
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div#page-options-bottom,
div#page-options-bottom-2,
div#page-options-bottom > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
div#page-options-bottom > a,
div#page-options-bottom-2 > a {
    font-family: 'Poppins', monospace;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: .25rem;
    box-shadow: 0px 1px 3px -1px #114;
    border-radius: 4px;
    font-weight: bold;
    background-color: #f2f2fa;
    color: #aaa;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
div#page-options-bottom-2 > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
div#page-options-bottom > a:hover,
div#page-options-bottom > a:active,
div#page-options-bottom-2 > a:hover,
div#page-options-bottom-2 > a:active{
    text-decoration: none;
    background-color: #ccd;
    color: #474973;
}
 
#page-options-bottom a{
    background: transparent;
}
.page-options-bottom a, a.action-area-close{
    text-decoration: none;
}
#page-options-bottom a:hover{
}
 
/* mobile in some regard */
 
@media (max-width: 768px) {
    .anom-top {font-size: 0px;}
    .tales-top {font-size: 0px;}
    .org-top {font-size: 0px;}
    .univ-top {font-size: 0px;}
    .bgrd-top {font-size: 0px;}
   
     .anom-top::after {content:"DAs"; font-size: 13px;}
    .tales-top::after {content:"Tales"; font-size: 13px;}
    .org-top::after {content:"Groups"; font-size: 13px;}
    .univ-top::after {content:"Lore"; font-size: 13px;}
    .bgrd-top::after {content:"About"; font-size: 13px;}
   
}
 
#top-bar span {
    color: #eee;
    margin: 5px;
    padding: 3px;
    border-top: 0;
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    line-height: 1px;
    max-height: 0px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}
 
/* Tabs */
.yui-navset .selected em {
box-shadow: none;
color: #eee;
}
.yui-navset .selected em:hover {
box-shadow: none !important;
color: #eee;
background: color(var(--color-var));
}
.yui-navset ul.yui-nav {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding-right: 1px;
    padding-top: 0px;
}.yui-navset ul.yui-nav li {
    width: 25%;
    flex-grow: 1;
    margin: 0!important;
    padding: 0!important;
    line-height: 141%;
 
}
.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em {
    border: none;
}
.yui-navset ul.yui-nav li a {
    border: none;
    width: 100%;
    text-align: center;
    background-color: #ddd!important;
    background-image: none!important;
    margin: 0!important;
    padding: 0!important;
    border: solid #a3a3a3;
    border-width: 0 0 1px 1px;
}
.yui-navset .yui-nav .selected a {
    background: rgb(var(--color-var))!important;
    color: #fff;
    border-radius: 0;
    border-top: none;
}
.yui-navset ul.yui-nav li a em {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0;
}
.yui-navset ul.yui-nav li.selected a em {
    padding: 0.25em 0.75em;
}
.yui-navset {
    border: none;
    border: solid #a3a3a3;
    border-width: 1px 1px 0 0;
    border-radius: 4px;
}
.yui-navset div.yui-content {
    border: none;
    border: solid #a3a3a3;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}
.yui-navset div.yui-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    transform: translateY(-0.25em);
}
.yui-navset em {
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    padding-bottom: none;
    top: 0px !important;
}
.yui-navset em:hover {
    color: #fff;
    background: rgba(var(--color-var), .6) !important;
}
 
#page-content .yui-navset .yui-content > div {
    opacity: 0;
}
#page-content .yui-navset .yui-content > div[style*="none"] {
    animation: none;
}
#page-content .yui-navset .yui-content > div[style*="block"] {
    opacity: 0;
    animation: appear 0.4s ease-in-out 0s forwards;
}
@keyframes appear {to {opacity: 1;}}
 
.yui-navset .selected em {
    background: #0d206d;
}
.yui-navset .selected em:hover {
    background: #0023ab !important;
}
.yui-navset em:hover {
    background: #383838 !important;
}
/* Image Block */
.scp-image-block {
    border: solid 2px #444;
    box-shadow: none;
    width: 300px;
    margin-bottom: 3em !important;
}
 
.scp-image-block.block-right {
        float: right;
    clear: right;
    margin: 0 2em 1em 2em;
}
 
.scp-image-block.block-left {
    float: left;
    clear: left;
    margin: 0 2em 1em 0;
}
 
.scp-image-block.block-center {
    margin-right: auto;
    margin-left: auto;
}
.scp-image-block img {
    border: 0;
    width: 300px;
    transition: 1s;
}
.scp-image-block:hover{
     transform: scale (500, 500);
}
.scp-image-block .scp-image-caption {
    background-color: #383838;
    border-top: solid 1px #444;
    padding: 3px 0;
    font-size: 80%;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    text-align: center;
    width: 320px;
}
.scp-image-block > p {
    margin: 0;
}
.scp-image-block .scp-image-caption > p {
    margin: 0;
    padding: 0 10px;
}
 
/* Image Frame*/
  .imgframe {
     border: solid 2px #444;
     box-shadow: none;
     width: 300px;
     margin-bottom: 3em !important;
}
 .imgframe.orient-right {
     float: right;
     clear: right;
     margin: 0 2em 1em 2em;
}
 .imgframe.orient-left {
     float: left;
     clear: left;
     margin: 0 2em 1em 0;
}
 .imgframe.orient-left {
     margin-right: auto;
     margin-left: auto;
}
 .imgframe img {
     border: 0;
     width: 300px;
     transition: 1s;
}
 .imgframe .imgframe-caption {
     background-color: #383838;
     border-top: solid 1px #444;
     padding: 3px 0;
     font-size: 80%;
     color: #fff;
     font-family: 'Poppins';
     font-weight: bold;
     text-align: center;
     width: 320px;
}
 .imgframe > p {
     margin: 0;
}
 .imgframe .imgframe-caption > p {
     margin: 0;
     padding: 0 10px;
}
 
/* Top-bar Navigation */
#top-bar {
    font-weight: bold;
}
 #top-bar ul > li > a {
    padding: 10px !important;
}
#top-bar, #top-bar > ul > li > a{
    background-color: none;
    /*padding: 2px 100px 2px 30%;*/
    padding: 0;
    margin: 0;
    color: #e5e5e5;
    left: 0; right:0;
    width: 100%;
}
 
#top-bar > ul > li{
    margin-top: 0;
    padding-right: 4px;
}
#top-bar ul > li > a{
   text-align: center;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 3px;
   border-left: 2px solid transparent;
   border-right: 2px solid transparent;
}
#top-bar ul li ul{
    margin-top: 0px;
    box-shadow: none !important;
    border-top: none !important;
    z-index: 1;
    width: unset;
    background-color: #313131;
    border-width: 3px;
    border-color: #383838 !important;
    border-top: none !important;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {/*See the above, but this makes it cute when you hover over them*/
    background-color: #422;
    background: linear-gradient(180deg, #101333, #1c2068);
    box-shadow: inset 0px 4px 5px -1px #000;
}
#top-bar ul li.sfhover, #top-bar ul li a:hover{
    text-decoration: none;
    color: #99c;
}
 
#top-bar ul li a{
    padding-top: 2px;
    padding-bottom: 3px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
#top-bar ul li{
    padding-right: 4px;
}
#top-bar ul li.sfhover, #top-bar ul li a:hover{
    text-decoration: none;
    color: #99c;
}
#top-bar li ul li a {
    color: #e5e5e5;
    text-decoration: none;
    background: initial;
    background-color: #1c2068;
    box-shadow: initial;
}
#top-bar ul{
    padding-top: 0;
    padding-bottom: 0;
    float: right;
}
#top-bar ul li.sfhover ul li a, #top-bar ul li.sfhover ul li a:hover{
    background: unset;
    box-shadow: unset;
}
#top-bar ul li ul li a:hover, #top-bar ul li.sfhover ul li a:hover{
    color: #eee;
    background: linear-gradient(150deg, #0000, #0000, #113f) !important;
    background-size: 400% 200% !important;
    -webkit-animation: TBGradTrans 1s ease 1 forwards;
    -moz-animation: TBGradTrans 1s ease 1 forwards;
    animation: TBGradTrans 1s ease 1 forwards;
    border-radius: 0px;
}
#top-bar {
    position: absolute;
    font-family: 'Poppins';
    font-weight: bold;
    z-index: 50;
    top: 143px;
    height: 21px;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 90%;
}
 
#top-bar ul {
    float: right;
}
 
#top-bar li {
    margin: 0;
}
 
#top-bar a {
    color: #fff;
    background: transparent;
}
 
#top-bar ul li {
    border: 0;
    position: relative;
}
 
#top-bar ul li ul {
    border: solid 1px #cecece;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}
 
#top-bar ul li a {
    border-radius: none !important;
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    border-radius: none !important;
    background: #eee;
    color: #c3c3c3;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
}
#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #ffffff;
}
 
.top-bar ul li:last-of-type ul {
    right: 0;
}
@-webkit-keyframes TBGradTrans {
    0% {
        background-position: 0% 50%;
    }
    50% {
        color: #aaf;
        background-position: 100% 50%;
    }
    100% {
        color: #aaf;
        background-position: 100% 50%;
    }
}
 
@-moz-keyframes TBGradTrans {
    0% {
        background-position: 0% 50%;
    }
    50% {
        color: #aaf;
        background-position: 100% 50%;
    }
    100% {
        color: #aaf;
        background-position: 100% 50%;
    }
}
 
@keyframes TBGradTrans {
    0% {
 
        background-position: 0% 50%;
    }
    50% {
        color: #aaf;
        background-position: 100% 50%;
    }
    100% {
        color: #aaf;
        background-position: 100% 50%;
    }
}
 
@media (max-width: 375px) {
 
    #top-bar span:after {
        font-size: 10px;
    }    
}
@media (max-width: 336px) {
 
    #top-bar span:after {
        font-size: 8px;
    }    
}
#account-options ul li a{
    color: #eee;
}
#account-options ul li a:hover{
    color: #eee;
}
#login-status {
    background: #333;
    padding: 10px;
    padding-top: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 0px;
}
#account-options ul {
    background: #333;
}
@media (max-width: 768px) {
    #side-bar {
        display: unset !important;
        position: absolute;
        margin: unset;
        right: unset;
        left: -209px;
        transition: 1s;
        z-index: 100;
}
    #side-bar:hover{
        display: unset !important;
        position: absolute;
        margin: unset;
        left: 0px;
        box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.62);
    }
}
#side-bar {
    width: 14%;
}
 
 
/* mobile */
@media (max-width: 768px) {
    #side-bar {
        position: fixed;
        filter: opacity(0%);
    }
#main-content {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 0%;
   
}
#page-title {
    margin-right: 50%;
    margin-left: 0%;
    padding-left: 15%;
    width: 67%;
    padding-right: 15%;
}
#content-wrap {
    margin-right: 4%;
    margin-left: 7%;
    padding-right: 0%;
    padding-left: 0%;
}
#page-title {
    text-align: center;  
}
#search-top-box-input {
    display: none;
}
#search-top-box .button {
    display: none;
}
#header h1 a {
    font-size: 180%;
    font-weight: bolder;
}
#header h2 {
    font-size: 70%;
}
/* image frame*/
  .imgframe {
     border: solid 2px #444;
     box-shadow: none;
     width: 80% !important;
     margin-bottom: 3em !important;
}
 .imgframe.orient-right {
     float: unset;
     clear: unset;
     margin: 0 2em 1em 2em;
}
 .imgframe.orient-left {
     float: unset;
     clear: unset;
     margin: 0 2em 1em 0;
}
 .imgframe.orient-left {
     margin-right: auto;
     margin-left: auto;
}
 .imgframe img {
     border: 0;
     width: 100% !important;
     transition: 1s;
}
 .imgframe .imgframe-caption {
     background-color: #383838;
     border-top: solid 1px #444;
     padding: 3px 0;
     font-size: 80%;
     color: #fff;
     font-family: 'Poppins';
     font-weight: bold;
     text-align: center;
     width: 100% !important;
}
 .imgframe > p {
     margin: 0;
}
 .imgframe .imgframe-caption > p {
     margin: 0;
     padding: 0 10px;
}
    .wd-adunit {
        display: none !important;
    }
}
@media (max-width: 768px) {
    #top-bar {
    width: 100%;
    margin: 0 auto;
}
#top-bar span {
    color: #eee;
    margin: 5px;
    padding: 3px;
    border-top: 0;
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    line-height: 1px;
    max-height: 0px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}
/* Top-bar Navigation */
#top-bar {
    font-weight: bold;
}
 #top-bar ul > li > a {
    padding: 10px !important;
}
#top-bar, #top-bar > ul > li > a{
    background-color: none;
    /*padding: 2px 100px 2px 30%;*/
    padding: 0;
    margin: 0;
    color: #e5e5e5;
    left: 0; right:0;
    width: 100%;
}
 
#top-bar > ul > li{
    margin-top: 0;
    padding-right: 4px;
}
#top-bar ul > li > a{
   text-align: center;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 3px;
   border-left: 2px solid transparent;
   border-right: 2px solid transparent;
}
#top-bar ul li ul{
    margin-top: 0px;
    padding-top: 10%;
    right: -110%;
    font-size: 80%;
    box-shadow: none !important;
    border-top: none !important;
    z-index: 1;
    width: unset;
    background-color: #313131;
    border-width: 3px;
    border-color: #383838 !important;
    border-top: none !important;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {/*See the above, but this makes it cute when you hover over them*/
    background-color: #422;
    background: linear-gradient(180deg, #101333, #1c2068);
    box-shadow: inset 0px 4px 5px -1px #000;
}
#top-bar ul li.sfhover, #top-bar ul li a:hover{
    text-decoration: none;
    color: #99c;
}
 
#top-bar ul li a{
    padding-top: 2px;
    padding-bottom: 3px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
#top-bar ul li{
    padding-right: 4px;
}
#top-bar ul li.sfhover, #top-bar ul li a:hover{
    text-decoration: none;
    color: #99c;
}
#top-bar li ul li a {
    color: #e5e5e5;
    text-decoration: none;
    background: initial;
    background-color: #1c2068;
    box-shadow: initial;
}
#top-bar ul{
    padding-top: 0;
    padding-bottom: 0;
    float: right;
}
#top-bar ul li.sfhover ul li a, #top-bar ul li.sfhover ul li a:hover{
    background: unset;
    box-shadow: unset;
}
#top-bar ul li ul li a:hover, #top-bar ul li.sfhover ul li a:hover{
    color: #eee;
    background: linear-gradient(150deg, #0000, #0000, #113f) !important;
    background-size: 400% 200% !important;
    -webkit-animation: TBGradTrans 1s ease 1 forwards;
    -moz-animation: TBGradTrans 1s ease 1 forwards;
    animation: TBGradTrans 1s ease 1 forwards;
    border-radius: 0px;
}
#top-bar {
    position: absolute;
    font-family: 'Poppins';
    font-weight: bold;
    z-index: 50;
    top: 143px;
    height: 21px;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 90%;
}
 
#top-bar ul {
    float: right;
}
 
#top-bar li {
    margin: 0;
}
 
#top-bar a {
    color: #fff;
    background: transparent;
}
 
#top-bar ul li {
    border: 0;
    position: relative;
}
 
#top-bar ul li ul {
    border: solid 1px #cecece;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
    float: left;
}
 
#top-bar ul li a {
    border-radius: none !important;
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    border-radius: none !important;
    background: #eee;
    color: #c3c3c3;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: unset;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
}
#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: unset;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: unset;
}
#top-bar ul li ul li a {
    border-width: unset;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #ffffff;
}
 
.top-bar ul li:last-of-type ul {
    right: unset;
}
@-webkit-keyframes TBGradTrans {
    0% {
        background-position: 0% 50%;
    }
    50% {
        color: #aaf;
        background-position: 100% 50%;
    }
    100% {
        color: #aaf;
        background-position: 100% 50%;
    }
}
 
@-moz-keyframes TBGradTrans {
    0% {
        background-position: 0% 50%;
    }
    50% {
        color: #aaf;
        background-position: 100% 50%;
    }
    100% {
        color: #aaf;
        background-position: 100% 50%;
    }
}
 
@keyframes TBGradTrans {
    0% {
 
        background-position: 0% 50%;
    }
    50% {
        color: #aaf;
        background-position: 100% 50%;
    }
    100% {
        color: #aaf;
        background-position: 100% 50%;
    }
}
 
}
 
#side-bar {
    width: 200px;
}
@media (min-width: 768px) {
#main-content {
    margin-right:3em;
}
}