@media only screen and (min-width: 992px) {

.ui.column.grid>[class*="four wide computer"].column, .ui.grid>.column.row>[class*="four wide computer"].column, .ui.grid>.row>[class*="four wide computer"].column, .ui.grid>[class*="four wide computer"].column {
    width: 30%!important;
}
.ui.column.grid>[class*="twelve wide computer"].column, .ui.grid>.column.row>[class*="twelve wide computer"].column, .ui.grid>.row>[class*="twelve wide computer"].column, .ui.grid>[class*="twelve wide computer"].column {
    width: 70%!important;
}

}



.four iframe {
    width: 100%;
}



#wrapper {
    min-height: unset !important;
}

div#footer {
    background: #edf0f3;
    border-radius: 10px;
    padding: 50px;
}
#footercontainer {
    margin: 50px auto;
}

div#forum-index {
    margin: 0px !important;
}
#forum-index > div {
    align-items: center;
    padding: 25px 10px;
}
.ui.breadcrumb {
    width: 100%;
  	padding: 15px 20px;
}









div#news-post .content {
    padding: 25px 30px;
}
#news-post .extra.content {
    padding: 20px 30px;
}
.NewsHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#NewsHeading {
    font-weight: 800;
    font-size: 18px;
    color: inherit;
}
.NewsDate {
    display: grid;
    text-align: center;
    background: rgba(0,0,0,0.035);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px;
    border-radius: 4px;
}
.NewsMonth {
    font-size: 16px;
    font-weight: 700 !important;
}





.four.wide.computer.column .card > div {
    padding: 20px;
}
.four.wide.computer.column .extra.content {
    padding: 15px 20px !important;
}




.ui.top.attached.tabular.menu {
    border: none;
}




#forum-node h3.ui.header {
    padding-bottom: 12px;
}
div#forum-node .ui.middle.aligned.stackable.grid {
    margin: -0.8rem 0px 0.5rem;
}
div#forum-node .ui.middle.aligned.stackable.grid >div:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
}
div#forum-node .ui.middle.aligned.stackable.grid >div:last-child {
    border-bottom: 0px;
}
div#forum-node .ui.middle.aligned.stackable.grid >div {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
div#forum-node .ui.middle.aligned.stackable.grid >div:nth-child(odd) {
    background: rgba(0,0,0,0.01);
}
div#forum-node .ui.middle.aligned.stackable.grid >div:nth-child(even) {
    background: rgba(0,0,0,0.04);
}


div#forum-node .fas {
    font-size: 24px;
    opacity: 0.2;
}
#forum-node .nine a.header {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
}
#forum-node .description {
    font-size: 13px;
    color: rgba(0,0,0,0.6);
}


.StaffBlock .header {
    padding: 20px !important;
    font-weight: 800;
    font-family: inherit;
}
.StaffMember {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 15px;
    gap: 15px;
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
}
.StaffMember img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 4px !important;
  	margin: 0px !important;
}
.StaffMember a {
    font-weight: 700;
    font-size: 16px;
}
.StaffMembers {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 20px;
    gap: 20px;
}








#StoreLink {
    position: relative;
}
#StoreLink::after {
	background: #ff9800;
}
.Stars {
    position: absolute;
    top: 5px;
    display: flex;
    right: 0;
    gap: 3px;
}
.Stars span {
    color: #ff9800;
  	animation-name: StarAnim;
  	animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.Stars span:first-child {
    margin-top: 8px;
  	animation-delay: 1s;
}
.Stars span:last-child {
    margin-top: 15px;
  	animation-delay: 0.5s;
}
@keyframes StarAnim {

  0% {
    opacity: 0.3
  }
  100% {
    opacity: 0.9;
  }
}  





.ui.top.attached.tabular.menu i {
    opacity: 0.25;
}
.ui.top.attached.tabular.menu a {
    display: flex;
    gap: 8px;
}






















.ui.inverted.menu {
    background: #0e1318;
}
.ui.inverted.menu .active.item {
    background: #141b22;
}
#toc a.item {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}


@media(max-width: 786px) 
{
  
.LogoBlock {
    padding: 125px 50px;
} 
.LogoBlock img {
    width: 100%;
}
  
.toc.item {
    font-size: 20px;
    padding: 20px 15px !important;
}
  
}






.VotingLinks {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 20px;
}
a.VoteLink {
    background: var(--contentbg);
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%) !important;
    border-radius: 4px;
    padding: 25px;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
    display: block;
    position: relative;
}
a.VoteLink:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--primarycolor);
    width: 30px;
    height: 4px;
    margin: 0px auto;
    bottom: 0;
  	transition: 0.3s all !important;
}
a.VoteLink:hover:after {
    width: 50px;
}



@media(max-width: 786px) 
{
  
  .VotingLinks {
    grid-template-columns: repeat(1,1fr) !important;
  }
  
}






.IP {
    background: var(--contentbg);
    padding: 14px 26px;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%) !important;
    border-radius: 4px;
    font-weight: 600;
    width: fit-content;
    margin: 0px auto;
    cursor: pointer;
    display: block;
    margin-bottom: 50px;
  	margin-top: -30px;
}
span.count {
    background: var(--primarycolor);
    color: #fff;
    padding: 8px 14px;
    border-radius: 2px;
    text-shadow: 1px 2px 1px rgb(0 0 0 / 30%);
}
.IP p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}







.ui.form .field>label {
    color: rgba(0,0,0,0.75);
}
#FormPage h3.ui.header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 4px;
    background: var(--primarycolor);
    left: 0px;
}
#FormPage h3.ui.header {
    position: relative;
    padding: 10px 0px;
}
#FormPage .ui.segment {
    padding: 25px;
}