﻿*{
    margin:0px; 
    padding: 0px;
}
body{
    background-color:#606060;
}
header{
    position: relative;
    width: 100%;
    height: 600px;
    background-color:#050b23;
}

#Background{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1480px;
    bottom: 0px;
    margin-left: -720px;
    background-color:#050b23;
	background-image: url(/images/master/Judge-Roy-Moore-050b23.jpg);
    background-size: 1480px 600px;
    background-position: center top;
}
#Logo{
    position: absolute;
    top: 50%;
    left: 50%;
    float: left;
    width: 600px;
    height: 294px;
    margin-top: -190px;
    margin-left: -590px;
    padding: 47px 50px;

    background-color: #ffffff;
    box-shadow: 0px 6px 8px rgba(0,0,0,.5);

    box-sizing: border-box;
}
    #Logo span{
        display: block;
        width: 500px;
        height: 200px;
        background-image: url(/images/master/Judge-Moore-For-Senate-Full.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
        #Logo span span{
            display: inline;
            width: auto;
            height: auto;
            position: relative;
            left: -10000px;
        }

#Navigation{
    position: absolute;
    top: 50%;
    right: 50%;
    float: right;
    width: 180px;
    margin-top: -230px;
    margin-right: -560px;
    overflow: hidden;
}
    #Navigation ul{
        list-style-type: none;
        overflow: hidden;
    }
        #Navigation ul li{
            display: block;
            background-color:#ffffff;
            overflow: hidden;
        }
            #Navigation ul li a{
                display: block;
                padding: 0px 20px;

                color: #1e223c;
                font-size: 18px;
                font-family: 'Roboto', Arial, Verdana, sans-serif;
                font-weight: 700;
                line-height: 41px;
                white-space: nowrap;
                text-decoration: none;
                text-transform: uppercase;

                border-bottom: 1px solid #efefef;
            }
                #Navigation ul li a:hover{
                    background-color: #efefef;
                }
            #Navigation ul li.donate a{
                background-color: #840316;
                color: #ffffff;
                line-height: 42px;

                border-bottom: 0px;
            }
                #Navigation ul li.donate a:hover{
                    background-color: #9f0b21;
                }
            #Navigation ul li a span{
                position: relative;
                left: -10000px;
            }
            #Navigation ul li.facebook,
            #Navigation ul li.twitter {
                float: right;
                width: 40px;
                margin: 12px 12px 0px 0px;
                border-right: 0px;
                background-color:transparent;
            }     
                #Navigation ul li.facebook{
                    margin-right: 34px;
                }       
                #Navigation ul li.facebook a{
                    width: 40px;
                    height: 40px;
                    padding: 0px 0px;
                    background-color:transparent;
                    background-image: url(/images/icons/iconFacebook.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 40px 40px;
                    border-radius: 20px;
                    border-width: 0px;
                }
                #Navigation ul li.twitter a{
                    width: 40px;
                    height: 40px;
                    padding: 0px 0px;
                    background-color:transparent;
                    background-image: url(/images/icons/iconTwitter.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 40px 40px;
                    border-radius: 20px;
                    border-width: 0px;
                }


    header p.hamburger {
        z-index: 101;
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        float: right;
        overflow: hidden;
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        cursor: pointer;
        background-color: #ffffff;
        -moz-transition: background 0.3s;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
        header p.hamburger:focus {
            outline: none;
        }
        header p.hamburger span {
            display: block;
            position: absolute;
            top: 17px;
            left: 6px;
            right: 6px;
            height: 6px;
            background-color: #840316;
            -moz-transition: background 0s 0.3s;
            -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s;
        }
            header p.hamburger span::before,
            header p.hamburger span::after {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 6px;
                background-color: #840316;
                content: "";
                -moz-transition-duration: 0.3s, 0.3s;
                -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
                -moz-transition-delay: 0.3s, 0s;
                -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
            }
            header p.hamburger span::before {
                top: -10px;
                -moz-transition-property: top, transform;
                -webkit-transition-property: top, transform;
                transition-property: top, transform;
            }
            header p.hamburger span::after {
                bottom: -10px;
                -moz-transition-property: bottom, transform;
                -webkit-transition-property: bottom, transform;
                transition-property: bottom, transform;
            }
/* expanded state, i.e. menu open */
        header p.hamburger.expanded {
            background-color: #840316;
        }
            header p.hamburger.expanded span {
                background: none;
            }
                header p.hamburger.expanded span::before {
                    top: 0;
                    -ms-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
                header p.hamburger.expanded span::after {
                background-color: #ffffff;
                    bottom: 0;
                    -ms-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }
                header p.hamburger.expanded span::before,
                header p.hamburger.expanded span::after {
                background-color: #ffffff;
                    -moz-transition-delay: 0s, 0.3s;
                    -webkit-transition-delay: 0s, 0.3s;
                    transition-delay: 0s, 0.3s;
                }
@media(max-width:1400px) {
    #Background {
        left: 0%;
        width: 100%;
        margin-left: 0px;
    }
}
@media(max-width:1180px) {
    #Background {  
        top: 64px;      
        background-image: url(/images/master/Judge-Roy-Moore-1000x600.jpg);
        background-size: 1000px 600px;
        background-position: center top;
    }
    header{
        background-position: center 64px;
    }
    #Logo{
        top: 0px;
        left: 0px;
        width: 128px;
        height: 64px;
        padding: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }
        #Logo span{
            width: 128px;
            height: 64px;
        }
            #Logo span span{
                display: inline;
                width: auto;
                height: auto;
                position: relative;
                left: -10000px;
            }

    #Navigation{
        top: 0px;
        left: 128px;
        right: 0px;
        width: auto;
        height: 64px;
        padding-left: 20px;
        margin-top: 0px;
        margin-right: 0px;
        background-color: #ffffff;
    }
        #Navigation ul{
            border-left: 1px solid #dedede;
            overflow: hidden;
        }
        #Navigation ul li{
            float: left;
            border-right: 1px solid #dedede;
            overflow: hidden;
        }
            #Navigation ul li a{
                padding: 0px 8px;
                font-size: 16px;
                line-height: 64px;
                border-bottom: 0px;
            }
            #Navigation ul li.donate {
                float: right;
                border-right: 0px;
            }
                #Navigation ul li.donate a {
                    line-height: 64px;
                }
            #Navigation ul li.facebook,
            #Navigation ul li.twitter {
                margin: 12px 12px 0px 0px;
                border-right: 0px;
            }            
}
@media(max-width:1050px) {
    #Navigation ul li a{
        font-size: 14px;
    }
    #Navigation ul li.facebook,
    #Navigation ul li.twitter {
        width: 20px;
        margin: 22px 12px 0px 0px;
    }            
        #Navigation ul li.facebook a,
        #Navigation ul li.twitter a{
            width: 20px;
            height: 20px;
            background-size: 20px 20px;
            border-radius: 10px;
        }
}
@media(max-width:940px) {
    #Logo{
        top: auto;
        bottom: 60px;
        left: auto;
        right: 10px;
        width: 170px;
        height: 60px;
        padding: 0px;
        margin-top: 0px;
        background-color: transparent;
        box-shadow: none;
    }
        #Logo span{
            width: 170px;
            height: 60px;
            background-image: url(/images/master/Judge-Moore-For-Senate-full-white.svg);
            background-size: contain;
        }
            #Logo span span{
                display: inline;
                width: auto;
                height: auto;
                position: relative;
                left: -10000px;
            }
    header p.hamburger {
        display: block;
    }
    #Navigation{
        z-index: 100;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        height: 100%;
        background-color: transparent;
    }
        #Navigation div.wrap{
            z-index: 2;
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            max-width: 80%;
            min-width: 200px;
            padding: 40px 0px 40px 0px;
            margin-left: -100%;

            overflow: auto;
            background-color:#efefef;

            box-shadow: 0px 0px 8px rgba(0,0,0,.5);
        }
        #Navigation span.cover{
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            opacity: 0;
            background-color: rgba(25, 38, 47, 0.34);
        }
        #Navigation ul{
        }
            #Navigation ul li{
                float: none;
                display: block;
                background-color: #ffffff;
            }
                #Navigation ul li a{
                    display: block;
                    height: auto;
                    padding: 0px 20px 0px 20px;
                    font-size: 16px;
                }
            #Navigation ul li.donate{
                float: none;
            }
            #Navigation ul li.facebook,
            #Navigation ul li.twitter{
                clear: none;
                width: 50%;
                padding: 12px;
                margin: 0px;
                background: transparent;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }    
                #Navigation ul li.facebook a{
                    float: left;
                    width: 40px;
                    height: 40px;
                    background-size: 40px 40px;
                    border-radius: 20px;
                }
                #Navigation ul li.twitter a{
                    float: right;
                    width: 40px;
                    height: 40px;
                    background-size: 40px 40px;
                    border-radius: 20px;
                }
    #Background {  
        top: 0px;      
    }
}
@media(max-width:740px) and (orientation: portrait) {
    header{
        height: 360px;
        padding-bottom: 0px;
    }
    #Background {  
        top: 0px;      
        background-image: url(/images/master/Judge-Roy-Moore-1000x600.jpg);
        background-size: cover;
        background-position: center top;
    }
}
@media(max-width:740px) and (orientation: landscape) {
    header{
        height: 240px;
        padding-bottom: 0px;
    }
    #Background {  
        top: 0px;      
        background-image: url(/images/master/Judge-Roy-Moore-1000x600.jpg);
        background-size: 400px 240px;
        background-position: center top;
        background-repeat: no-repeat;
    }
}
@media(max-width:740px) {
    #Logo {
        top: auto;
        bottom: 10px;
        left: auto;
        right: 10px;
        width: 170px;
        height: 60px;
        padding: 0px;
        margin-top: 0px;
        background-color: transparent;
        box-shadow: none;
    }
        #Logo span {
            width: 170px;
            height: 60px;
            background-image: url(/images/master/Judge-Moore-For-Senate-full-white.svg);
            background-size: contain;
        }
            #Logo span span {
                display: inline;
                width: auto;
                height: auto;
                position: relative;
                left: -10000px;
            }
}



#Content{
    background-color:#dedede;
    border-top: 3px solid #cccccc;
}
#TileLinks{
    position: relative;
    width: 1000px;
    margin: -75px auto 0px auto;
    box-shadow: 0px 0px 8px rgba(0,0,0,.5);
    overflow: hidden;
}
    #TileLinks ul{
        list-style-type: none;
    }
        #TileLinks ul li{
            position: relative;
            float: left;
            overflow: hidden;
            background-color:#ffffff;
        }
            #TileLinks ul li a{
                float: left;
                width: 250px;
                color: #141433;
                font-size: 24px;
                font-family: 'Montserrat', Arial, Verdana, sans-serif;
                font-weight: 700;
                line-height: 150px;
                white-space: nowrap;
                text-decoration: none;
                text-align: center;
                text-transform: uppercase;

                border-right: 1px solid #dedede;

                box-sizing: border-box;
            }
            #TileLinks ul li:last-child{
                background-color: #8b181b;
            }
                #TileLinks ul li:last-child a{
                    color: #ffffff;
                    border-right: 0px;
                }
@media(max-width:1180px) {
    #TileLinks{
       margin: -40px 10px 10px 10px;
       width: auto;
    }
        #TileLinks ul li{
            float: left;
            width: 25%;
        }
            #TileLinks ul li a{
                display: block;
                float: none;
                width: auto;
                font-size: 20px;
                line-height: 80px;
            }
}
@media(max-width:740px) {
    #TileLinks{
       margin: 20px 20px 20px 20px;
       width: auto;
    }
        #TileLinks ul li a{
            font-size: 16px;
        }
}
@media(max-width:520px) {
    #TileLinks ul li{
        position: static;
        display: block;
        float: none;
        width: auto;
        height: auto;
        padding-bottom: 0px;
    }
        #TileLinks ul li a{
            position: static;
            top: auto;
            left: auto;
            right: auto;
            display: block;
            width: 100%;
            margin-top: 0px;
            line-height: 60px;

            border-bottom: 1px solid #dedede;
        }
            #TileLinks ul li:last-child a{
                border-bottom: 0px;
            }
}

#ContentWrap{
    max-width: 1180px;
    padding: 40px;
    margin: 0px auto;

}
#ContentWrap p{
    padding-bottom: 20px;
    color: #3e3e3e;
    font-size: 18px;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    line-height: 26px;
}


footer{
    min-height: 600px;
    border-top: 4px solid #3e3e3e;
}
    footer div.wrap{
        max-width: 1180px;
        padding: 40px;
        margin: 0px auto;
    }
#FooterSignup{
    position: relative;
    float: right;
    width: 320px;
    padding-bottom: 20px;
    margin-top: -70px;
    margin-left: 20px;
    background-color:#dedede;
}
    #FooterSignup h2{
        padding: 12px 24px;
        background-color: #840316;
        color: #ffffff;
        font-size: 24px;
        font-family: 'Montserrat', Arial, Verdana, sans-serif;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    #FooterSignup p{
        padding: 12px 24px 0px 24px;
            
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        font-size: 14px;
        line-height: 16px;
        color: #1e223c;
    }
    #FooterSignup iframe{
        width: 272px;
        height: 280px;
        margin: 10px 24px 0px 24px;
        border: 0px;

    }


    #FooterSignup div.row{
        padding: 12px 24px 0px 24px;
    }
    #FooterSignup div.errorMessage{
        padding: 12px 24px 12px 56px;

        font-family: 'Roboto', Arial, Verdana, sans-serif;
        color: #dc2533;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;

        background-image: url(/images/icons/iconAlert.png);
        background-size: 32px 32px;
        background-position: 24px center;
        background-repeat: no-repeat;
    }
    #FooterSignup div.confirmMessage{
        padding: 12px 24px 12px 56px;

        font-family: 'Roboto', Arial, Verdana, sans-serif;
        color: #13841b;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;

        background-image: url(/images/icons/iconConfirm.png);
        background-size: 32px 32px;
        background-position: 24px center;
        background-repeat: no-repeat;
    }

    #FooterSignup label{
        display: block;
        padding: 0px;
            
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        font-size: 14px;
        line-height: 16px;
        color: #1e223c;
        font-weight: bold;
        overflow: hidden;
    }
    #FooterSignup input[type=text],
    #FooterSignup input[type=number],
    #FooterSignup input[type=email]{
        width: 100%;
        height: 40px;
        padding: 0px 8px 0px 8px;
        margin-bottom:12px;
            
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-weight: 400;
        color: #1e223c;
                
        background-color: #fff;
        border: 0px;

        -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;

        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
                        
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #FooterSignup input[type=text].alert,
    #FooterSignup input[type=number].alert,
    #FooterSignup input[type=email].alert {
        padding-left: 32px;
        background-color: #f5c4c4;
        background-image: url(/images/icons/iconAlert.png);
        background-size: 32px 32px;
        background-position: left center;
        background-repeat: no-repeat;
    }
    
    #FooterSignup input::-webkit-input-placeholder {
        font-style: italic;
        color: #c6c6c6;
    }
    #FooterSignup input:-moz-placeholder { /* Firefox 18- */
        font-style: italic;
        color: #c6c6c6;
    }
    #FooterSignup input::-moz-placeholder { /* Firefox 19+ */
        font-style: italic;
        color: #c6c6c6;
    }
    #FooterSignup input:-ms-input-placeholder {
        font-style: italic;
        color: #c6c6c6;
    }

    #FooterSignup .button {
        float: right;
        padding: 0px 8px 0px 28px;
        margin:0px 0px 2px 2px;

        cursor: pointer;

        background: #840316;
        background-image: url(/images/icons/iconSend.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: 8px center;
           
        color: #ffffff;
        font-family: 'Montserrat', Arial, Verdana, sans-serif;
        font-size: 16px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;

        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
        #FooterSignup .button:hover {
            background-color: #9f0b21;
        }

    footer div.info{
        padding: 12px 24px 0px 24px;
            
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
    }
        footer div.info h2{
            padding: 12px 0px;
            color: #ffffff;
            font-size: 24px;
            font-family: 'Montserrat', Arial, Verdana, sans-serif;
            line-height: 36px;
            font-weight: 700;
            text-align: left;
            text-transform: uppercase;
        }
        footer div.info a{
            color: #ffffff;
        }
@media(max-width:740px) { 
    #FooterSignup{
        float: none;
        width: auto;
        margin-left: 0px;
        overflow: hidden;
    }
        #FooterSignup p{
            text-align: center;
        }
        #FooterSignup iframe{
            width: 100%;
            height: 280px;
            margin: 10px 0px 0px 0px;
            border: 0px;

        }
}
@media(max-width:360px) {
    footer{
        border-top: 0px;
    }
    footer div.wrap{
        padding: 0px;
    } 
    #FooterSignup{
        margin-top: 0px;
    }
    #FooterSignup .button {
        float: none;
        display: block;
        padding: 0px 28px 0px 28px;
        margin:0px 0px 2px 0px;
    }
}


#Notification-Overlay {
    display: none;
    z-index: 120;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(/images/media/stripes.png);
    opacity: .7;
    cursor: pointer;
}
#Notification-Alert {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.6);
}
    #Notification-Alert div.wrap{
        position: absolute;
        top: 16px;
        bottom: 16px;
        left: 16px;
        right: 16px;
        overflow: auto;
    }
    #Notification-Alert div.left{
        float: left;
		width: 50%;
		padding-right: 8px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
    }
    #Notification-Alert div.right{
        float: right;
		width: 50%;
		padding-left: 8px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
    }
	#Notification-Alert div h2{
        padding-bottom: 26px;
        color: #3e3e3e;
        font-size: 26px;
        font-family: 'Montserrat', Arial, Verdana, sans-serif;
        line-height: 34px;
        font-weight: 700;
    }
    #Notification-Alert div p{
        padding-bottom: 26px;
        color: #3e3e3e;
        font-size: 18px;
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        line-height: 26px;
    }
    #Notification-Alert div img{
        max-width: 100%;
    }
	#Notification-Alert div a{
        color: #3e3e3e;
    }
    #Notification-Alert span.close{
        position: absolute;
        top: -23px;
        right:-23px;
        float:right;
        width: 25px;
        height: 25px;
        border-radius:13px;
        cursor: pointer;
        background: transparent url(/images/media/close-sprite.png) no-repeat 0px 0px;
        background-size: 25px 50px;
    }
        #Notification-Alert span.close:hover{
            background-position: 0px -25px;
        }
@media(max-width:770px) { 
    #Notification-Alert div.left,
    #Notification-Alert div.right{
        float: none;
		width: auto;
		padding: 0px;
    }
}