﻿/*Dividers*/
.bluetitle {
    background-color: #5c96d6;
    color: #FFF;
    padding: 4px 0 4px 10px;
}

/*Links*/
a:link {
    color: #333;
    text-decoration: none;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff6a00;
    text-decoration: none
}

A.interestbutton:link {
    padding: 5px;
    max-width: 300px;
    color: white !important;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
}

A.interestbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #fe9808;
}

A.interestbutton:hover {
    background: #ff6a00;
    color: white !important;
}


a.whitelink:link {
    color: #FFF;
}

a.whitelink:visited {
    color: #FFF;
}

a.whitelink:hover {
    color: #ffd800;
}


/*Text*/
.smalltext {
    font-size: 0.8em;
    margin-bottom: 4px;
    color: gray;
}

.smalltextdark {
    font-size: 0.8em;
    margin-bottom: 4px;
    color: #d6d6d6;
}

.smalltextwhite {
    font-size: 0.8em;
    margin-bottom: 4px;
    color: #FFF;
}
.titleheight{
    min-height:60px;
}

/*Sponsors*/
.slot {
    max-height: 50px;
}

    .slot img {
        max-width: 145px;
        max-height: 50px;
    }


/*Images*/
.featuredimage{
    max-height:350px;
}
.profileimage {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    box-shadow: 0px 0px 0px 1.5px #8e9296;
}
.profileimage-large {
    border-radius: 50%;
    height: 180px;
    width: 180px;
    box-shadow: 0px 0px 0px 1.5px #8e9296;
}

.profileimage2 {
    width: 80%;
}
.block-image {
    height: 120px;
    width: 100%;
    vertical-align: top;
}
.block-image-news {
    height: 160px;
    width: 100%;
    vertical-align: top;
}
.block-image-article {
    height: 190px;
    width: 100%;
    vertical-align: top;
    display:inline;
}
.banner {
    width: 100%;
    height: 30vw;
    max-height: 350px;
    min-height: 150px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    line-height: 100%;
    font-size: 1.2em;
}
.news img {
    max-height: 140px;
    max-width: 100%;
}
/*Text Overlays*/
.overlaytextmain {
    position: relative;
    display: block;
    top: 5%;
    left:2%;
    color:dimgray;
    font-size: 1.4em;
    text-shadow: 1px 1px #aaa;
    z-index: 40;
    opacity: 2.0;
    font-family: 'Cinzel', serif;
    letter-spacing: 10px;
    text-align: left;
    font-size: 3em;
    line-height: 1em;
}

.overlaytext {
    position: relative;
    display: block;
    top:2%;
    left: 2%;
    color: dimgray;
    font-size: 1.4em !important;
    text-shadow: 1px 1px #aaa;
    z-index: 40;
    opacity: 2.0;
    font-family: 'Cinzel', serif;
    letter-spacing: 5px;
    text-align: right;
    font-size: 2em;
    line-height: 1.0em;
}

.overlaysub {
    text-align: center;
    position: relative;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    font-family: 'Cinzel', serif;
}

.overlaysub2 {
    text-align: center;
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    font-family: 'Cinzel', serif;
}

.overlaybutton {
    text-align: center;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Social Buttons*/
.social {
    color: #FFF;
}

    .social a:link {
        color: #FFF;
    }

    .social a:visited {
        color: #FFF;
    }

    .social a:hover {
        color: #ffd800;
    }

    .social a:active {
        color: #ffd800;
    }

.socialbuttons {
    Width: 33%;
    height: 20%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #FFF;
    font-weight: normal !important;
    font-size: 12px;
}

.twitterbg {
    background-color: rgb(55, 183, 245);
}

.facebookbg {
    background-color: rgb(10, 119, 255);
}

.googlebg {
    background-color: rgb(255, 10, 21);
}
.socialgrey {
    background-color: #505050
}
/*Review Items*/
.reviewbar {
    color: #FFF;
    background-color: #5c96d6;
    padding: 10px;
    overflow: hidden;
}

.reviewscore {
    font-size: 26px;
    font-weight: bold;
    border-right: solid 2px #FFF;
    margin-right: 10px;
}
.border {
    border: 1px solid rgba(224, 224, 224, 0.7);
}
.comment {
    width: 100%;
    text-align: center;
    background-color: #384046;
    color:#FFF;
    margin:10px 0 10px 0;
    padding:10px 0 10px 0;
}

/*Hub Pages*/
.greytitle {
    background-color: #505050;
    color: #FFF;
    padding: 4px 0 4px 10px;
}
/*Stripes for Lists*/
.stripe:nth-child(even) {
    background: #FFF
}

.stripe:nth-child(odd) {
    background: #f6f6f6;
}

/*Custom Layout*/
/*small tiles 5 wide*/
.smalltiles {
    width: 18%;
    margin: 10px 1% 10px 1%;
}
.newstiles {
    width: 20%;
    margin: 10px 1% 10px 1%;
}

/*Buttons*/
A.mainbutton:link {
    padding: 10px;
    max-width: 50px;
    position:relative;
    left:2%;
    top:0%;
    background: dimgrey;
    color: white !important;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.0em;
    border-radius: 5px;
}

A.mainbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: dimgrey;
}

A.mainbutton:hover {
    background: white;
    color: black !important;
}


/*Tablet Portrait*/
@media only screen and (max-width : 640px) {

    .block-image-article {
        height: 250px;
        width: 100%;
    }
    /*small tiles 2 wide*/
    .smalltiles {
        width: 48%;
        margin: 10px 1% 10px 1%;
        display: inline;
    }
    .newstiles {
        width: 40%;
        margin: 10px 1% 10px 1%;
    }
    .mobilecenter{
        text-align:center;
    }
}
/*Tablet Portrait*/
@media only screen and (max-width : 840px) {
    
    .block-image-article {
        height: 250px;
        width: 100%;
        vertical-align: top;
    }
    .block-image {
        height: 200px;
        width: 100%;
        vertical-align: top;
    }
    /*small tiles 2 wide*/
    .smalltiles {
        width: 48%;
        margin: 10px 1% 10px 1%;
        display: inline;
    }

    .newstiles {
        width: 40%;
        margin: 10px 1% 10px 1%;
    }
    .column3b {
        width: 48%;
        margin: 10px 1% 10px 1%;
    }
    .hidemobile {
        display: none
    }

    .showmobile {
        display: block
    }
    .news img {
        max-height: 300px;
        max-width: 100%;
    }
    .mobilecenter {
        text-align: center;
    }

}
/*Tablet Portrait*/
@media only screen and (max-width : 22em) {

    /*small tiles 2 wide*/
    .smalltiles {
        width: 98%;
        margin: 10px 1% 10px 1%;
        display: inline;
    }
}