﻿
@font-face {
    font-family: "BasisGrt";
    src: url("webfonts/BasisGrtforThrivent.woff") format('woff');
}

@font-face {
    font-family: "BasisGrt";
    src: url("webfonts/BasisGrtforThrivent-Bold.woff") format('woff');
    font-weight: bold;
}


@font-face {
    font-family: "BasisGrt";
    src: url("webfonts/BasisGrtforThrivent-Italic.woff") format('woff');
    font-style: italic;
}


#wrapper {
    max-width: 1440px;
    margin: auto;
   
    padding: 10px;
}

    #wrapper .header {
        /*background-color: #f4f4f4;*/
        padding: 10px 0;
        margin-bottom: 0px;
      
        color: #000000;
        background-color: #F5F8F9;
        /* background-color: transparent;*/
        /*padding: 10px 0;
    margin-bottom: 40px;*/
     /*   border-bottom: solid;
        border-color: #1c4259;
        border-width: 5px;    bottom border */  



    }
zowidth {
   width: 150px;
}

#wrapper .logo {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

#wrapper .logo img {
    max-width: 100%;
    max-height:50px;
}


@media only screen   and (max-width: 1366px) {

    #wrapper .logowidth {
        width: 100px;
    }

    #wrapper .logo {
        margin: 10px 0;
        width: 100%;
        display: inline-block;
    }
}



#wrapper .jumbotron {
        padding: 1.875em;
        padding-top: 1em;
        background-color: #e9eaea;
    }

        #wrapper .jumbotron .RadButton {
            float: right;
            margin-top: .667em;
            font-size: .5em;
        }

#wrapper .header2 {
    /*background-color: #f4f4f4;*/
   /* padding: 10px 0;
    margin-bottom: 10px;
    border-color: white;
      color: purple; 
    background-color: white;*/
    /*padding: 10px 0;
    margin-bottom: 40px;*/

    padding: 10px 0;
    margin-bottom: 0px;
    color: #000000;
    background-color: #F5F8F9;
}


    #wrapper .footer {
        width: 100%;
        padding: 20px 15px 20px 15px;
        line-height: 20px;
        color: #1c4259;
        background-color: white;
    }

#footlink {
    font: normal 14px Helvetica, Arial, sans-serif;
    color: #1c4259;
}

.footbold {
    font-weight: bold;
    font-size: 1.05em;
    color: #1c4259;
}

#footlink a:link {
    text-decoration: none;
    color: #1c4259;
    ;
}

#footlink a:visited {
    text-decoration:  underline;
    color: #1c4259;
    ;
}

#footlink a:hover {
    text-decoration: underline;
    color: #1c4259;
}

#footlink a:active {
    text-decoration: underline; 
    color: #1c42f9;
    ;
}

    .whiteSpace {
        padding-top: 20px;
    }