﻿@charset "utf-8";
/* CSS Document */

body {
    height: 100%;
    /*width:100%;*/
    background-color: #050505 !important;
    /*font-family: ‘YuGoth’, Arial, sans-serif !important;*/
}

/*@font-face {
	font-family: YuGoth;
	src:url(../fonts/YuGothR.ttc);
}*/

.content{
    font-size: 14px;
    color:white;
}

.row, #footer {
    color: white;
}

#footer {
    height: 100%;
    max-width: 1050px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-color: #202020;
}


.articletitle {
    line-height: 40px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
    text-align: left;
    font-size: 12pt;
    float: left;
    padding: 40px 0 40px 0;
}



.col-md-4 a, .col-md-4 a:active {
    color: #ffffff;
    text-decoration: none;
}

    .col-md-4 a:hover {
        color: #c9102c;
        text-decoration: none;
    }

.col-sm-12 a, .col-sm-12 a:active {
    color: #ffffff;
    text-decoration: none;
}

    .col-sm-12 a:hover {
        color: #c9102c;
        text-decoration: none;
    }

.col-12 a, .col-12 a:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

    .col-12 a:hover {
        color: #ec1033;
        text-decoration: none;
        font-weight: 700;
    }

.pinklink a, .pinklink a:active {
    color: #ea566d;
    text-decoration: none;
    background-color: none;
}

    .pinklink a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: none;
    }

.aboutshaw a, .aboutshaw a:active {
    color: #c9102c;
    text-decoration: none;
}

    .aboutshaw a:hover {
        color: #ffffff;
        text-decoration: none;
    }

p a, p a:active {
    color: #ffffff;
    text-decoration: none;
}

    p a:hover {
        color: #c9102c;
        text-decoration: none;
    }


.space {
    width: 100%;
    height: 25px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-color: none;
}

#topbar {
    height: 53px;
    /*width: 1031px;*/
    float: none;
    padding: 20px 0px;
    margin-left: auto;
    margin-right: auto;
}

.navtext {
    font-size: 9pt;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    float: left;
    padding-left: 16px;
    padding-right: 17px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-align: center;
    line-height: 53px;
    display: block;
    position: relative;
}

#border {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
}

#bottombar {
    /*width:526px;*/
    height: 109px;
    padding: 36px 302px;
    display: block;
    position: relative;
}

#back {
    height: 66px;
    padding: 2px 0;
    width: 263px;
    float: left;
    position: relative;
    display: block;
    z-index: 997;
}

#logo {
    float: left;
    margin-top: 2px;
    display: block;
    position: relative;
    cursor: pointer;
}

.bottomtext {
    /*width:263px;*/
    padding: 5px 0px;
    line-height: 6px;
    font-size: 9pt;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    position: relative;
    display: block;
    text-align: left;
}

#socialmedia {
    height: 66px;
    padding: 2px 0;
    width: 173px;
    float: left;
    position: relative;
    display: block;
    z-index: 998;
    padding-left: 90px;
}

.social {
    float: left;
    padding: 7px 7px 0 0;
    display: block;
    position: relative;
    cursor: pointer;
}

#liner {
    line-height: 70px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    position: relative;
    font-size: 9pt;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 995;
}

.wrapper {
    padding: 40px 40px;
    max-width: 1050px;
    background-color: #121212;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.header {
    line-height: 35px;
    font-size: 9pt;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    float: none;
    position: relative;
    display: block;
    text-align: left;
    width: 1050px;
}

.title {
    font-size: 10.5pt;
    color: #bbbbbb;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
}


.divider {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
    position: relative;
    display: block;
    margin-top: 20px;
}

.togglepage {
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18pt;
    line-height: 40px;
}

    .togglepage a, .togglepage a:active {
        color: #ffffff;
        text-decoration: none;
    }

        .togglepage a:hover {
            color: #c9102c;
            text-decoration: none;
        }
