@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

/* DNN Body */
#Body {
    /* CSS3 */
    background: #fff /* Old browsers */
    min-height: 1px;
}

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Arial, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #002e63;
}

h2, h2 .Head {
    font-size: 22px;
    color:#831519;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight:normal;
}

h3, h3 .Head {
    font-size: 18px;
    color: #831519;
    font-weight:bold;
    font-family: Georgia,Times,"Times New Roman",serif
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #c52026;
    text-decoration:none;
    outline: 0;
}

    a:hover {
        color: #c52026;
        outline: 0;
		text-decoration: underline;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 15px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 32px;
	display:none;
}
#userControls .language {
    min-height:0!important;
    display:inline;
}
.wrapper {
    margin: 0 Auto;
    width: 980px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: right;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            height: 25px;
            min-width: 12px;
            padding: 7px 15px 0 15px;
            color: #333;
            font-size: 11px;
            vertical-align: middle;
        }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                background: rgb(45,45,45); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #ddd;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                text-decoration: none;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #333;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
    }

    #login .userNotifications {
        border-right: 1px solid #CCC;
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
        border-right: 1px solid #CCC;
    }

        #login .loginGroup a {
            color: #333;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
   background: #002e63;
    /* CSS3 */
    /*-webkit-box-shadow: 1px 50px 100px 0px #cacaca;*/
    /*box-shadow: 1px 50px 100px 0px #cacaca;*/
    /*height:169px;*/
}

#siteHeadinner {
    padding: 0;
	margin-top:-23px;
}

#logo {
    float: left;
}

#dnn_headerContentPane { float:left; margin-bottom:15px; width:30%; }
.row-fluid.nav-row { background:#111; }

/* Language */
.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* for Simple Menu, see Simple menu folder */

    .navbar{margin-bottom:0!important;}
    .navbar-inner{border:none!important; box-shadow:none!important; background:none transparent!important; padding-left:0!important; padding-right:0!important;}
        .navbar .brand {padding:0!important; margin-bottom:15px; margin-top:15px; margin-left:0; width:68%; }
		#dnn_dnnLOGO_imgLogo { margin-left:15px; }

    
	

/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
}

/* Content Pane - Home */
/* Removed for Bootstrap
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}
*/

/* Content Pane - 2 columns */
/* Removed for Bootstrap
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}
    */

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    /*clear: both;*/
    
    background: #002e63;
    padding:30px 0;
}
#footer .container { 
    background:url(http://www.sos.mt.gov/Portals/142/images/assets/footer-seal.png) no-repeat center center transparent; 
    min-height:345px;
}

.footer-column { width:30%; margin:0 1%; float:left; font-size:12px; color:#fff; }
.footer-column h2 a { text-decoration:none; }
.footer-column h2 { border-bottom: 1px solid #fff; color:#fff; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12px; font-weight:bold; margin-bottom:5px; padding-bottom:5px; text-transform:uppercase; }
.footer-column a { color:#fff; }
.footer-text, .footer-text a { color:#fff; text-align:center; font-size:12px; }

/* Removed for Bootstrap

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}
*/

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

.slider-overlay { background:rgba(32, 32, 32, .65); color:#fff; margin-top:-60px; padding:21px 2%; position:absolute; width:96%; }
.slider-overlay p { color:#fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; line-height:18px; margin:0 auto; text-align:center; width:95%; }
.slider-overlay p a { color:#fff; font-weight:strong; }
table.myForm { color:#fff; margin:0 auto; }
.myForm td { font-family: 'Josefin Sans', sans-serif; font-size:22px; }
.myForm input { border:0; margin:0; width:300px; }
.myForm input.news-submit { background:#002e63; border:0; color:#fff; font-size:15px; padding:8px; width:100px; }
.row-fluid.newsletter-row { height:40px; background:#acacac; margin-bottom:40px; padding:10px 0; }

	
/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 25px;
    text-align:center;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 12px;
        color: #a6a6a6;
    }

    #copyright a:hover {
        color: #D00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

    #copyright .pull-right {
        text-align:right;
    }

/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: bold;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: normal;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
.threeColSocial a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover,
    .threeColSocial a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto!important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px!important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

.threeColSocial .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        display:block;
        list-style-type: none;
        margin-bottom: 30px;
    }
    .content_newslist ul li:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
/*  rewritten for Bootstrap
    .content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}*/
.content_adstyleOne {
    position: relative;
    margin-right: 0px;
    margin-bottom:18px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

/* Ads - Style Two: 570x130 */
/*  rewritten for Bootstrap
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
} */
.content_adstyleTwo {
    position: relative;
    margin-bottom: 18px;
}
    .content_adstyleOne img,
    .content_adstyleTwo img{width:100%;}

    .content_adstyleOne img{bottom:0; width:102%!important; max-width:102%;}

    .content_adstyleTwo .adContent {
        top: 0;
    }
    .content_adstyleTwo h2 {
        line-height:1;
    }

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
    .content_team  ul{ margin: 0 -12px; }

    .content_team  ul li {
	    display: inline-block;
        width: 14%;
        margin:0 0 40px 2%;	
	    text-align: center;
	    list-style-type: none;
	}

    /*.content_team  ul li.last { margin-right: 0; }*/

    .content_team  ul li .teampic {
	    background-color: #bfbfbf;
    }

    .content_team  ul li img {
        width: 100%;
    }

    .content_team  ul li span {
	    display: block;
	    font-weight: bold;
	    white-space: nowrap; 
    }



/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }




/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height:0 !important;
}

/* Navbar */


/* Logo */
/*.brand.hidden-desktop {max-width:60%;}*/

/*.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {box-shadow:none!important; background-color:transparent!important; outline:none!important;}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {background-color:transparent!important; color:#D00!important; outline:none!important;}

.dropdown, .dropdown a {outline:none!important;}*/

.carousel-inner > a > img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-inner img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-control{top:auto!important; bottom:5%;}

.ControlContainer{width:940px!important;}


#nav-trigger { display:none; text-align:center; }
nav#nav-mobile { position:relative; display:none; }

/* Media Queries */

/*IE Fixes*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) 
{
	.land-table { table-layout: fixed; }
}

/* Large desktop */
@media (min-width: 1200px) {
	.container { width:1200px; }
	.row-fluid.home-content { width:1200px; margin:0 auto; }	
    select.status-options{display:none;}
    .ControlContainer{width:1170px!important;}
	#main-nav { width:1200px; height:60px; margin:0 auto; padding:10px 0;}
	
}
/* Portrait tablet to landscape and larger */
@media (min-width:768px){
    .carousel-control{ top:inherit; bottom:10px; height:20px; width:20px; border:none; border-radius:0; z-index:6; background-position:center center; background-repeat:no-repeat; background-color:transparent;}
    .carousel-indicators{ background:rgba(34, 34, 34,0.7); top:auto; bottom:0; padding:15px 35px 15px 30px; right:0; width:63px;}
    .carousel-indicators li{margin-bottom:0;}
    .carousel-control.right{ background-image:url(images/right-arrow.png); text-indent:-9999px; right:10px;}
    .carousel-control.left{ background-image:url(images/left-arrow.png); text-indent:-9999px; right:95px; left:auto;}
	span.corey-top { background: url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat -557px -275px transparent; text-indent: -9999px; display:none; float:right; height:120px; position:relative; width:110px; z-index:4; }
	.sidebar { width:25%; margin-bottom:25px; }
	.internalContent { width:72%; }
	#AWLiveAccordionWrapper24262 { width:auto!important; }
	
}

	 
	
@media (min-width: 980px) {
	a.fb, a.tw, a.yt, a.in { margin:65px 5px 0 0; }
	#toggle { display:none; }
	#mobile-nav { display:none; }
	#main-nav ul { list-style:none; padding:0; }
	#main-nav { display:block; min-width:980px; height:60px; margin:0 auto; padding:10px 0;}
	#main-nav a { color:#fff; width:16%; float:left; font-size:14px; display:block; line-height:16px; text-align:center; text-decoration:none; padding-bottom:7px; }
	#main-nav a:hover { border-bottom: 3px solid white; }
	#main-nav a span { display:block; height:23px; margin:0 auto 5px auto; }
	#main-nav a span.meet-corey { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat 0px 0px transparent; width:23px; }
	#main-nav a span.about-off { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -33px 0px transparent; width:24px; }
	#main-nav a span.bus-ser { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -66px 0px transparent; width:21px; }
	#main-nav a span.elec-ser { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -95px 0px transparent; width:20px; }
	#main-nav a span.notary-ser { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -119px 0px transparent; width:47px; }
	#main-nav a span.admin-ser { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -168px 0px transparent; width:31px; }
	#main-nav a span.land { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -244px 0px transparent; width:40px; }
	#main-nav a span.news-media { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -207px 0px transparent; width:28px; }
	#main-nav a span.cont { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -290px 0px transparent; width:28px; }
	#main-nav a span.ttm { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png)no-repeat -323px 0px transparent; width:28px; }
	/*.row-fluid.home-content { margin:0 15px; min-width:950px; }	*/
	/*.container { width:100%; }*/
	#dnn_bottomLeftContentPane { padding-left:10px; }
	
	}
 
/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {
	#main-nav { display:none; }
	#toggle { color:#fff; display:block; font-size:18px; font-weight:bold; line-height:36px; text-align:center; text-decoration:none; }
	#toggle span:after, #toggle span:before { content: ""; position: absolute; left: 0; top: -9px; }
	#toggle span:after{ top: 9px; }
	#toggle span { position: relative; display: block; }
	#toggle span, #toggle span:after, #toggle span:before { width: 100%; height: 5px; background-color: #888; transition: all 0.3s; backface-visibility: hidden; border-radius: 2px; }

	/* on activation */
	#toggle.on span { background-color: transparent; }
	#toggle.on span:before { transform: rotate(45deg) translate(5px, 5px); }
	#toggle.on span:after { transform: rotate(-45deg) translate(7px, -8px); }
	#toggle.on + #mobile-nav { opacity: 1; visibility: visible; height:auto; padding:10px; }

	/* menu appearance*/
	#mobile-nav { position: relative; height:0; margin: auto; text-align: center;  background: #111; opacity: 0; visibility: hidden; transition: opacity .4s; }
	#mobile-nav ul, #mobile-nav li a { color:#fff!important; list-style: none; display: block; margin: 0; padding: 0; }
	#mobile-nav li a { padding: 5px; color: #fff; font-size:17px; line-height:22px; text-decoration: none; transition: all .2s; }
	 a.fb, a.tw, a.yt, a.in { margin-top:25px; }
	 .special-events { width:96%!important; }
	 
	 /* business home page */
	 #section-wrap { width:100%!important; }
	 .business-icons { margin:0 auto; }
	 /*notary home page*/
	 .special-events.notary { display:block!important; float:left!important; vertical-align:none!important;}
	 .notary-icons { display:block!important; vertical-align:none!important; width:auto!important;}
	 .column, .land-right, .land-video { width:100%!important; }
	
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:94%; padding-left:2%; padding-right:2%;}
    .content_products ul li {width: 47.5%;}
    select.status-options{display:none;}
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:103%!important; max-width:103%;}
    .content_adstyleOne .adContent { bottom: 0; right: -3%; }
    .content_adstyleOne, .content_adstyleTwo{ margin-bottom:15px; }
	#sims-steps { height:200px!important; }
	.sims-box { float:none; width:100%!important; padding:0!important; }
	.sims-box img { display:block; }
	a.step { width:22%!important; }
	.row-fluid .span3 { width:27%!important; margin-left:1%!important; }
	.row-fluid .span9 { width:72%!important; }
	.footer-menu { width:19%!important; margin:0 2% 25px 2%!important; }
	#footer .container {width:90%!important; }
	.elec-list { margin:30px 3% 20px 0!important; width:30%!important; height:295px!important; }
	ul.ar-steps { height:170px!important; }
	.land-btns > a { width:20%!important;; margin:0 2%!important;; }
	.land-meet-btn { width:20%!important;; margin:0 2%!important;; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:90%; padding-left:5%; padding-right:5%;}
    .content_products ul { margin: 0 -2%; }
    .content_products ul li {width: 45.5%; margin:0 2% 45px;}
    .adContent {padding-top:5px;}
    .adContent h2{font-size:18px;}
    .carousel-control{
        top:auto !important;
        bottom:20% !important;
    }
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:100%!important; max-width:100%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0%;
    }
	.sidebar { width:100%; margin-bottom:25px; }
	.internalContent { width:100%; }
	#dnn_E1B8_Pane1 { width:100%; }
	#dnn_E1B8_Pane2 { width:67%; }
	#dnn_E1B8_Pane2 { width:33%; }
	a.quick-link { margin-right:15px; }
	#dnn_ctr36929_View_Row { padding-left:2%; }
	#dnn_bottomLeftContentPane { width:96%; padding:0 2%; }
	a.division { margin:10px 0; width:33%!important; }
	#dnn_E1B8_Pane2 { width:63%!important; }
	#dnn_E1B8_Pane3 { width:31%!important; }
	#sims-steps { height:200px!important; }
	.sims-box { float:none; width:100%!important; padding:0!important; }
	.sims-box img { display:block; }
	a.step { height:80px!important; width:47%!important; }
	.bus-icon, a.bus-icon, .bus-icon2 { width:33%!important; }
	a.annual-report img.clipboard  { display:none!important; }
	.myForm td, .myForm input, .myForm input.news-submit { width:auto; }
	.row-fluid.newsletter-row { height:auto; }
	#home-sidebar { float:none; margin:0 auto; width:65%; clear:both; }
	#home-sidebar .initiative { width:100%; }
	#home-sidebar .initiative a.sm-bus img { display:block; margin:0 auto; }
	#home-sidebar .ttm { padding: 5px 2%; width:96%; }
	#column1 { width:100%!important; margin: 0 0 25px 0!important; }
	#column2 { width:100%!important; }
	#column3 { width:100%!important; margin-right:0!important; }
	#column4 { width:100%!important; }
	.business-icons a {  margin: 5px!important; }
	.election-icons a { margin:25px auto!important; float:none!important; } 
	.election-icons a:nth-child(even) { margin:25px auto!important; } 
	.special-events { float:none!important; width:96%!important; }
	.elec-list { float:none!important; width:100%!important; }
	.elec-list:nth-child(3) { width:auto!important; }
	ul.ar-steps { border:none!important; }
	ul.ar-steps li { width:45%!important; }
    .land-table { display:block!important; }
	.land-table-column { display:inline-block!important; float:left!important; }
	.land-btns > a { width:43%!important;; margin:20px 3%!important; }
	.land-btns > a:nth-child(1) { padding:25px 0!important; }
	.land-meet-btn { width:43%!important;; margin:20px 3%!important; }
	.land-topics { border-right:none!important; border-bottom:2px solid #857345!important; width:96%!important; }
	.land-topics h3, .land-topics h3 a { text-align: center!important; }
	.land-members { border-right:none!important; border-bottom:2px solid #857345!important; margin:30px 0; width:96%!important; }
	.land-members img {  margin:30px auto!important; }
	.land-dyk { width:96%!important; }
	.hottopic { border-right:none!important; border-bottom:2px solid #857345!important; margin-bottom:35px!important; width:96%!important; }
	.land-table > .hottopic:last-child { margin-bottom:0px!important;}
}
 
 
 
/* Landscape phones and down */
@media (max-width: 480px) {
    #Body{margin:0; padding:0;}
    .content_products ul li {width: 98%;}
    .LoginPanel{width:90%!important;}

    /* DNN Social */
    .moduleSearch{width:inherit; float:none; padding-right:20px;}
        .moduleSearch input{ width:100%!important; margin-bottom:10px!important;}
        .moduleSearch > input[type="text"] + a { float:left; width:auto;}
    div.blog-list-title{width:inherit;}
    div[class*="status-container"]{padding:0 20px;}
    .link-wrap{display:none;}
    select.status-options{margin:20px 0;width:100%;}
    table.idea-list-table tbody td{padding:10px 5px!important;}
        .idea-list-vote-panel{width:auto;}
        .dnnSocialLink span{line-height:1; font-size:inherit;}
        .answer-list-tbl-container {padding:0;}
        table.answer-list-table td{padding-left:5px;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {width:33%;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics{ width:200px;}
        .dnnSocialLink .profile-link {margin-top:50px;}
		.headerContent { float:right; width:20%; }
		.navbar .brand { width:100%; margin-bottom:0; }
		#dnn_headerContentPane { display:block; float:none; margin:0 auto 15px auto; width:115px; }
		.navbar-inner { padding-left:0!important; }
		a.division { width:50%!important; }
		#dnn_E1B8_Pane2 { width:90%!important; }
	#dnn_E1B8_Pane3 { display:none; }
	.sims-box { float:none; width:100%!important; padding:0!important; }
	.sims-box img { display:block; }
	a.step { height:75px!important; padding:5px 1.5%!important; width:97%!important; }
	.bus-icon, a.bus-icon, .bus-icon2 { width:50%!important; }
	.footer-menu { width:46%!important; margin:0 0 0 4%!important; }
	table.myForm { width:240px!important; margin:0 0 15px 10px!important; }
	.footer-column { width:98%; }
	a.tw { display:none!important; }
	ul.ar-steps li { width:95%!important; }
	.land-btns > a:nth-child(3), .land-btns > a:nth-child(1) { font-size:22px!important; }
	.land-meet-btn a{ font-size:18px!important; }
}

@media (max-width: 356px) {
	a.division { margin:5px 0!important; width:90%!important; }
	.bus-icon, a.bus-icon, .bus-icon2 { width:100%!important; }
	.bus-icon2 { height:130px!important; }
	
}

/* Container styles */

.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}

.DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
} 




/*---Basic Styles---*/
#contentWrapper { clear:both; padding-top:30px; padding-bottom: 40px; }
h2.header { background:#857345; box-shadow:2px 2px 3px #8c8c8c; color:#fff; display:block; margin-bottom:15px; padding: 7px 10px; width:100%; }
ul { padding-left:25px; }
.caption { background:#e0e0e0; border: 1px solid #c7c7c7; display:block; float:right; margin:0 0 10px 10px; padding:10px; width:190px; }
.caption img { display:block; margin:0 auto; max-width:190px; }
.caption p { margin: 5px 0 0 0; color: #555; line-height: 17px; }
a.btn { background: #c52026; color: #fff; padding: 10px 15px; text-decoration: none; border-radius: 6px; font-weight: bold; text-align:center; box-shadow: 2px 2px 3px #989898; }
a.btn:hover { box-shadow:none; }
a.button { background: #002e63; border:1px solid #002e63; color: #fff; display:block; float:left; margin: 10px 5px; padding: 10px 15px; text-decoration: none; font-weight: bold; text-align:center; }
a.button:hover { background:#fff; border:1px solid #002e63; color:#002e63; }
.shaded-box { background:#FFFFEE; border:1px solid #ccc; margin:15px auto; padding:10px; }
.shaded-box2 { background:#EEFFFF; border:1px solid #BDE6E6; clear:both; margin:15px 0; padding:15px; }
.shaded-box3 { background:#F1F1CB; border:1px solid #CDB21F; float:right; margin:0 0 15px 15px; padding:15px; width:275px; }
.liveaccredmond .ui-state-default, .liveaccredmond .ui-widget-content .ui-state-default { border-top:0!important; border-left:0!important; border-right:0!important; border-bottom:1px solid #ccc!important; border-radius:0px!important; background:none!important; color:#002e63!important; }
.liveaccredmond .ui-widget-content { border:0!important; background:none!important; }
.ui-accordion ol, .ui-accordion ul { font-size: 14px; }
#column1 { float:left; display:inline-block; margin-bottom:40px; margin-right:10%; width:55%; }
#column2 { float:left; width:30%; }
#column3 { float:left; margin-right:5%; width:48%; }
#column4 { float:right; width:34% }
.ttmsidebar { background:rgba(133, 115, 69, 0.20); border:1px solid #dadada; padding:5%; width:90%; }
.ttmsidebar h3 { color:#002e63; border-bottom:2px solid; padding: 0px 0 4px 0; text-transform:uppercase; }
h2.newstitle { border-bottom:2px solid #857345; color:#857345; font-size:35px; font-weight:bold; text-transform:uppercase; }
.news h3 a { color:#002e63; font-size:19px; line-height:22px; }
.news a:hover { text-decoration:underline; }
.news p { color:#002e63; font-size: 16px; font-style:italic; margin:-10px 0 30px 0; }
p.news-caption { font-size:10px; line-height:12px; margin-top:10px; font-style:italic; }


/*---Site Header Styles---*/
a.fb { background: url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat -90px -24px transparent; text-indent: -99999px; display: block; width: 28px; height: 28px; float: right; }
a.tw { background: url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat -59px -24px transparent; text-indent: -99999px; display: block; width: 28px; height: 28px; float: right;}
a.yt { background: url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat -28px -24px transparent; text-indent: -99999px; display: block; width: 28px; height: 28px; float: right; }
a.in { background: url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat 0px -24px transparent; text-indent: -99999px; display: block; width: 28px; height: 28px; float: right; }

/*---Table Styles---*/
td.tbl-header, th.tbl-header { background:#4d7dbb; color:#fff; }
th { text-align:left; }
td.tbl-header a { color:#fff; }
tr.row-even { background: #eee; }
td.year { background:#717171; color:#fff; }
td.primary-odd { background:#FFDBB4; }
td.general-odd { background:#CEECFF; }
td.primary-even { background:#fff; }
td.general-even { background:#fff; }
td.year2016 { background:#ffccff; text-align:center; }
td.year2018 { background:#ffff99; text-align:center; }
td.year2020 { background:#cccc99; text-align:center; }
td.year2022 { background:#ccffe6; text-align:center; }


/*---Election Styles---*/
.parties { width:45%; margin:0 2%; float:left; }
a.elec-btns { background: #c52026; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; box-shadow: 2px 2px 8px #666; color: #fff; display: block; float: left; font-size: 14px; height: 55px; line-height: 18px; margin: 20px; padding: 10px 15px; text-align: center; text-decoration: none; width: 80px; }
a.elec-btns:hover { box-shadow: 3px 3px 8px rgba(55, 55, 55, .5) inset; text-decoration: none!important; }
.voter-sticker { float: right; font-weight: bold; width: 150px; text-align: center; padding-bottom: 15px; }
.voter-sticker img { margin-bottom: 10px; }
.voter-sticker p { float: left; margin-left: 20px; }
a.fb-share { background: url(/Portals/142/Images/assets/share-icons.png) no-repeat 0px 0px transparent; display: block; float: left; height: 25px; margin: 0 5px 0 0; width: 26px; text-indent: -999999px; }
a.tw-share { background: url(/Portals/142/Images/assets/share-icons.png) no-repeat -28px 0px transparent; display: block; float: left; height: 25px; width: 26px; text-indent: -999999px; }
table.voting-systems tr:nth-child(odd) td { background: #d9d9d9; border: 0; }
table.voting-systems p { margin:0; }
table.voting-systems th { background:#1b4c7c; color:#fff; text-align:center; }
.special-events { display: block; float: left; background: #002e63; padding: 2%; width: 25%; color: #fff; margin: 0 5% 25px 0; } 
.special-events h2 { color: #fff; text-transform: uppercase; border-bottom: 2px solid red; padding-bottom: 5px; }
.special-events a { color: #857345; }
.election-icons a { background:url(http://sos.mt.gov/Portals/142/Images/elections/Elections-icons.png) no-repeat; text-indent:-99999px; display:block; float:left; margin:0 5% 50px 0; height:125px; width:300px; }
.election-icons a:nth-child(even) { margin-right:0; }
.election-icons a.icon1 { background-position: 0px 0px; }
.election-icons a.icon2 { background-position: 0px -131px; }
.election-icons a.icon3 { background-position: 0px -265px; }
.election-icons a.icon4 { background-position: 0px -397px; }
.election-icons a.icon5 { background-position: 0px -528px; }
.election-icons a.icon6 { background-position: 0px -659px; }
.election-icons a.icon1:hover { background-position: -305px 0px; }
.election-icons a.icon2:hover { background-position: -305px -131px; }
.election-icons a.icon3:hover { background-position: -305px -265px; }
.election-icons a.icon4:hover { background-position: -305px -397px; }
.election-icons a.icon5:hover { background-position: -305px -528px; }
.election-icons a.icon6:hover { background-position: -305px -659px; }
.elec-list { display: block; float: left; margin: 50px 2% 20px 0; }
.elec-list h3 { background: #dadada; padding: 10px 15px; color: #002e63; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: uppercase; }
.elec-list h3 span.sub-head { font-size: 16px; display: block; text-transform: none; font-weight: normal;     padding-top: 3px; border-top: 2px solid #c20430; margin-top: 5px; }
.elec-list:nth-child(4) { width:auto; }
.elect-list:last { margin-right:0; }
.elect-list-outer { width:100%; } 
.elect-list-inner { float:none; margin:0 auto; width:90%; }
.elec-list a, .elec-list a:link, .elec-list a:visited, .elec-list a:active { color:#002e63; }
.elec-list a:hover {
color: #002e63;
}
.elec-list p { font-weight:bold; margin:15px 0 0 0!important; font-weight:bold; }


/*---ARM Styles---*/
a.arm-box { width: 160px; background: #002e63; border: 2px solid #ffffff; display:block; padding: 15px 30px; text-decoration: none; line-height: 22px; color: #ffffff; text-align: center; margin: 10px auto; }
.arm-icons { width: 660px; display: block; margin: 0 auto; }
.arm-icons a { background:url(http://sos.mt.gov/Portals/142/Images/arm/arm-icons.png) no-repeat; text-indent:-99999px; display:block; float:left; margin:0 15px 50px 15px; height:117px; width:277px; }
a.arm-mar { background-position: 0px 0px; }
a.arm-arm { background-position: 0px -118px; }
a.arm-emer { background-position: 0px -236px; }
a.arm-temp { background-position: 0px -356px; }
a.arm-search { background-position: 0px -474px; }
a.arm-quest { background-position: 0px -594px; }
a.arm-mar:hover { background-position: 0px 0px; }
a.arm-arm:hover { background-position: 0px -118px; }
a.arm-emer:hover { background-position: 0px -236px; }
a.arm-temp:hover { background-position: 0px -356px; }
a.arm-search:hover { background-position: 0px -474px; }
a.arm-quest:hover { background-position: 0px -594px; }
a.search-arm { background:url(http://sos.mt.gov/Portals/142/Images/arm/arm-search.png) no-repeat center center transparent; text-indent:-9999px; display:block; height:70px; margin: 0 auto 35px auto; width:356px; }
.arm-list-inner {
    float: none;
    margin: 0 auto;
    width: 70%;
}



/*---Notary Styles---*/
.noty { float:left; height:380px; margin:15px 10px; text-align:center; width:200px; }
a.handbookformat { width: 40%; margin: 15px 5%; float: left; text-align: center; }
a.handbookformat img { display: block; height: 200px; margin: 0 auto; }
.postit { width:147px; height:140px; display:block; float:left; margin:15px 10px; text-indent:-9999px; }
.module1 { background:url(/portals/142/images/notary/module1.png)no-repeat center center transparent; }
.module1:hover { background:url(/portals/142/images/notary/module1_hover.png)no-repeat center center transparent; }
.module2 { background:url(/portals/142/images/notary/module2.png)no-repeat center center transparent; }
.module2:hover { background:url(/portals/142/images/notary/module2_hover.png)no-repeat center center transparent; }
.module3 { background:url(/portals/142/images/notary/module3.png)no-repeat center center transparent; }
.module3:hover { background:url(/portals/142/images/notary/module3_hover3.png)no-repeat center center transparent; }
.module4 { background:url(/portals/142/images/notary/module4.png)no-repeat center center transparent; }
.module4:hover { background:url(/portals/142/images/notary/module4_hover.png)no-repeat center center transparent; }
a.register { background: #2b6a78; border-radius: 4px; color: #fff; display: block; font-weight: bold; float: right; padding: 10px; text-align: center; text-decoration: none; width: 100px; margin: 5px 0; }
.piccap p { color: #444; font-size: 11px; font-style: italic; line-height: 14px; margin: 0; padding: 5px 10px; text-align: center; }
p.testimonial { background: url(/portals/142/images/notary/testimonial-bg.jpg) no-repeat 0 0 transparent; box-shadow: 1px 2px 8px #030303; font-style: italic; margin: 15px auto; padding: 15px 45px; text-align: center; width: 500px; }
.piccap { border: 1px solid #999; display: block; margin: 10px auto; width: 585px; }
.special-events.notary { display:inline-block; float:none; vertical-align:middle;}
.special-events a.reg { background:#857345; color:#fff; display:inline-block; margin:5px 0 0 0; padding:2px 7px; width:auto; }
.notary-icons { display:inline-block; vertical-align:middle; width:65%;}
.notary-icons a { background:url(http://sos.mt.gov/Portals/142/Images/notary/notary-icons.png) no-repeat; text-indent:-99999px; display:block; float:left; margin:0 5% 50px 0; height:115px; width:275px; }
.notary-icons a:nth-child(even) { margin-right:0; }
.notary-icons a.icon1 { background-position: 0px 0px; }
.notary-icons a.icon2 { background-position: 0px -119px; }
.notary-icons a.icon3 { background-position: 0px -239px; }
.notary-icons a.icon4 { background-position: 0px -359px; }
.notary-icons a.icon5 { background-position: 0px -478px; }
.notary-icons a.icon6 { background-position: 0px -598px; }
.notary-icons a.icon1:hover { background-position: -283px 0px; }
.notary-icons a.icon2:hover { background-position: -283px -119px; }
.notary-icons a.icon3:hover { background-position: -283px -239px; }
.notary-icons a.icon4:hover { background-position: -283px -359px; }
.notary-icons a.icon5:hover { background-position: -283px -478px; }
.notary-icons a.icon6:hover { background-position: -283px -598px; }

/*---Business Styles---*/
a.tc { background:url(/portals/142/images/toolkit/tool-bg.png) no-repeat center center transparent; display:block; float:left; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size:18px; font-weight:bold; height:75px; line-height:20px; margin-bottom:10px; margin-right:10px; padding-top:35px; text-align:center; text-decoration:none!important; width:110px; }
a.regd:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat 0px 0px transparent!important; text-indent:-99999px; }
a.regf:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat 0px 0px transparent!important; text-indent:-99999px; }
a.ame:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat -120px 0px transparent!important; text-indent:-99999px; }
a.rei:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat -240px 0px transparent!important; text-indent:-99999px; }
a.ren:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat -362px 0px transparent!important; text-indent:-99999px; }
a.can:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat -483px 0px transparent!important; text-indent:-99999px; }
a.tra:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat -603px 0px transparent!important; text-indent:-99999px; }
a.mer:hover { background:url(/portals/142/images/toolkit/tool-hover-merger.png) no-repeat 0px 0px transparent!important; text-indent:-99999px; }
a.coo:hover { background:url(/portals/142/images/toolkit/tool-hovers.png) no-repeat -724px 0px transparent!important; text-indent:-99999px; }
a.coo, a.rei { margin-right:0px!important; }
.tribal { float:left; width:50%; text-align:center; margin:10px 0;}
.tribal img { display:block; margin:5px auto; }
.help { background: #f7f7f7; border: 1px solid #dadada; float: left; height: 250px; margin: 5px 1%; padding: 10px 0;  width: 31%; }
.help:hover { background: #f0f0f0; }
.help h2 { font-size: 18px; margin: 5px 5px 15px 5px!important; text-align: center; }
.help-links { border-top: 1px solid #dadada; padding: 5px; }
.help-links a { display: inline-block; line-height: 17px; margin: 5px 0 0 0; text-decoration: none; }
.help-links a:hover { text-decoration:underline; }
#new { background: #ffffff; box-shadow: 2px 2px 2px #9a9a9a; width: 100%; margin: 0 0px 10px 0px; float: left; }
#new h2 { background: #4d7dbb; color: #fff;  margin: 0; padding: 5px 0; text-align: center; }
.new1 { float: left; margin: 0 0px 0px 0px; width:100%; }
.new1:nth-child(even) { background: #f7f7f7; }
.new1 h3 { float: left; font-size: 14px; font-weight: bold; line-height: 18px; padding: 10px 1% 0 3%; width: 23%; }
.new1 p { border-left: 1px solid #ccc; float: right; margin: 0px; padding: 10px 0 10px 5%!important; width: 66%; }
a.entity-box { background: #9f8eba; box-shadow: 2px 2px 3px #565656; color: #fff; float: left; font-size: 16px; height: 70px; line-height: 18px; margin: 0 15px 30px 15px; padding: 30px 10px 10px 10px; text-align: center; text-decoration: none; width: 115px; }
.bus-section { background: #e1e1e1; display: block; float: left; height: 50px; margin: 15px 0; padding: 30px 2%; width: 96%; }
a.bus-button { background: #c52026; border-radius: 6px; box-shadow: 2px 2px 2px #777; color: #fff; float: left; font-size: 14px; font-weight: bold; height: 25px; margin: 0 20px 0 0; padding: 12px 10px 10px 10px; text-align: center; text-decoration: none; }
.bus-section p { width: 55%; float: left; line-height: 24px; margin: 5px 20px 0 15px; }
.bus-section p span { font-size: 18px; font-weight: bold; }
a.toolkit { float: right; }
a.toolkit img { height: 85px; margin-top: -15px; }
a.bus-button:hover { box-shadow: none; text-decoration: none!important; }
.faq-right { border-left: 1px solid #999; float: right; margin: 0 0 15px 30px; padding: 0 0 0 30px; width: 30%; }
.faq-right ul { list-style-image: url(/Portals/142/Images/business/arrow.png); margin:0; padding:0; }
.faq-right li { margin:5px 0; }
.sub { background: #ccc; display: block; float: left; height: 40px; padding: 55px 0px; position: relative; width: 150px; }
.sub span { display: block; font-size: 14px; text-align: center; }
.sub p { display:none; }
.sub:hover { background:#c52026; height:150px; padding:0; }
.sub:hover p { color:#fff; display:block; line-height: 16px; position:absolute; text-align:center; width:150px; }
.sub:hover span { display:none; }
span.step-number { color:#c52026; font-family: Impact,Haettenschweiler,'Franklin Gothic Bold',Charcoal,'Helvetica Inserat','Bitstream Vera Sans Bold','Arial Black','sans serif'; float:left; font-size:50px; font-weight:bold; margin:15px 15px 100px 0; }
p.steps { line-height:18px; float:left; margin:0 15px 10px 0; width:185px; } 
p.steps:last { margin:0; }
#LiveAccordionWrapper54843 .ui-accordion-content { padding: 1em 1.2em; }
#LiveAccordionWrapper54843 .sub:hover p { left:0; color:#333; }

.icons { display:block; float:left; margin: 10px 0 35px 0; width:100%; }
.icons hr { margin: 1px 0 2px 0; }
.bus-icon, a.bus-icon, .bus-icon2 { background:none; display:block; float:left; font-size:14px; font-weight:bold; height:130px; line-height:18px; margin:0; padding:20px 0 15px 0; text-align:center; text-decoration:none!important; transition: background-color 0.6s ease; width:20%; }
.bus-icon img, a.bus-icon img, .bus-icon2 { height:90px; margin:0 0 15px 0; }
.bus-icon2 a.login-btn { background:url(/portals/142/images/business/ucclogin.png) no-repeat center center transparent; color:#fff; display:block; font-weight:bold; height:29px; margin:5px auto; padding:5px 0 0 0; text-align:center; text-decoration:none; width:105px; }
span.hover-text h2 { border-bottom: 1px solid #666; color:#c52026; margin: 0 0 5px 0!important; font-size:15px!important; font-weight:bold; padding:0; }
.bus-icon span.hover-text, a.bus-icon span.hover-text { display: none; font-size:13px; font-weight:normal; margin-top:-15px; padding: 0px 8px; }
.bus-icon span.display-text, a.bus-icon span.display-text { color:#333333; display: block; }
.bus-icon:hover, a.bus-icon:hover { background:#ececec; box-shadow: 2px 2px 4px #7B7B7B; color:#333; text-align:left; text-decoration:none; }
.bus-icon:hover span.display-text, a.bus-icon:hover span.display-text { display:none; }
.bus-icon:hover span.hover-text, a.bus-icon:hover span.hover-text { display:block; }
.bus-icon:hover img, a.bus-icon:hover img { display:none; }
span.hover-text a { color:#333; text-decoration:none; }

table.whats-new { background: #f8f8f8; width: 100%; margin: 0px 0px 10px 0px; }
table.whats-new td { padding:5px 15px 0 5px; vertical-align:top; }
tr.colored-cell:nth-child(odd) td { background:#eee; }
tr.colored-cell:nth-child(even) td { background:#f8f8f8; }
table.whats-new td:first-child { border-right:1px solid #ccc; }
table.whats-new td:nth-child(3) { border-left:1px solid #ccc; }
table.whats-new th.span-header { color:#fff; background:#c52026; border:0; float:none; font-weight:bold; font-size:16px; padding:5px 0; text-align:center; }

#help-tabs { margin:0 0 20px 0; }
#help-tabs .tab-titles { overflow: hidden; }
#help-tabs ul { list-style: none; margin:0; padding:0; }
#help-tabs .tab-titles li { float: left; height: 57px; line-height: 18px; width: 111px; }
#help-tabs .tab-titles li a { background: #e6e6e6; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb; border-left: 1px solid #bbb; display: block;  color: #c52026; font-size: 13px; height: 45px; text-align: center; text-decoration: none; padding: 10px 0 0 0; }
.list-wrap { background: #fff; border-right: 1px solid #bbb; border-left: 1px solid #bbb; border-bottom: 1px solid #bbb; display: block; float: left;  margin: 0; padding: 20px 15px;  width: 635px; }
#help-tabs .tab-titles li.last { border-right: 1px solid #bbb; }
#help-tabs ul { list-style: none; }
#help-tabs ul.tab-titles li a.current { background: #ffffff!important; border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-bottom: 1px solid #fff; color: #333; font-weight: bold; }
a.faq-btn { background: #c52026; border-radius: 6px; box-shadow: 2px 2px 2px -1px #a7a7a7; color: #fff; display: inline-block; float: right; font-weight: bold; height: 28px; margin: 3px 25px 10px 0; padding: 5px 0 0 0; text-align: center; text-decoration: none; width: 100px; }
a.faq-btn:hover { box-shadow: none; }
#inst-tabs ul.tab-titles { display: block; float: left; height: 73px; list-style:none; margin: 0; padding:0; width: 670px; }
#inst-tabs ul.tab-titles li a { display: block; float: left; height: 45px; line-height: 18px; margin: 10px 0 -10px 0; padding: 10px 0 0 0; text-align: center; text-decoration: none; width: 114px; }
#inst-tabs ul.tab-titles li.tab-purple a { background: #9f8eba; color: #fff; float:left; font-weight: bold; height: 55px; padding: 15px 5px 0 5px; width: 180px; }
#inst-tabs ul.tab-titles li.tab-orange a { background: #f0853b; color: #fff; float:left; font-weight: bold; height: 65px; padding: 5px 5px 0 5px; width: 218px; }
#inst-tabs ul.tab-titles li.tab-blue a { background: #5d86ca; color: #fff; float:left; font-weight: bold; height: 65px; padding: 5px 5px 0 5px; width: 240px; }
#inst-tabs ul.tab-titles li a span { font-weight: normal; font-style: italic; font-size: 12px; line-height: 16px; }
#inst-tabs ul.tab-titles li a.current{ border-top: 1px solid #636363; border-left: 1px solid #636363; border-right: 1px solid #636363; margin: 2px 0 0px 0; position: relative; z-index: 999999; }
#inst-tabs .list-wrap { background: #fff; border: 1px solid #636363; display: block; float: left; margin: -1px 0 0 0; position: relative; width: 638px; }
#inst-tables .list-wrap div { display: none; left: 20px; position: absolute; top: 20px; width: 100%; }

.search-bus { text-align:center; }
.search-bus a { background:none #fff; border: 1px solid #c52026; color:#c52026; padding:8px; text-decoration:none; -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
.search-bus a:hover { color:#fff; background:#c52026; -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
transition: color 0.3s linear; }

ul.ar-steps { border: 1px solid #dadada; padding: 0; list-style:none; list-style-type:none; margin: 10px auto 25px auto; display: block; clear: both; height: 115px; }
ul.ar-steps li { display: inline-block; float: left; width: 21%; margin: 0 1%; padding: 1%; }

#section-wrap { float:left; width:66%; }
.search { margin:0 auto 25px auto; width:400px; }
.search input.searchTerm { padding:9px 30px 9px 9px; width:300px; }
.search button.searchButton { background:url(http://sos.mt.gov/Portals/142/Images/business/search.png) no-repeat center center transparent; border:none; height:22px; margin:-20px 0 0 -30px; text-indent:-99999px; width:21px; }
.business-icons a { background:url(http://sos.mt.gov/Portals/142/Images/business/business-icons.png) no-repeat; text-indent:-99999px; display:block; float:left; margin:0 5% 50px 0; height:125px; width:300px; }
a.bus-start { background-position: 0px 0px; }
a.bus-search { background-position: 0px -1180px; }
a.bus-fee { background-position: 0px -919px; }
a.bus-ar { background-position: 0px -131px; }
a.bus-maintain { background-position: 0px -393px; }
a.bus-request { background-position: 0px -1050px; }
a.bus-renew { background-position: 0px -530px; }
a.bus-login { background-position: 0px -262px; }
a.bus-start:hover { background-position: -314px 0px; }
a.bus-search:hover { background-position: -314px -1180px; }
a.bus-fee:hover { background-position: -314px -919px; }
a.bus-ar:hover { background-position: -314px -131px; }
a.bus-maintain:hover { background-position: -313px -393px; }
a.bus-request:hover { background-position: -314px -1050px; }
a.bus-renew:hover { background-position: -314px -530px; }
a.bus-login:hover { background-position: -313px -262px; }




/*---Business FAQ Styles---*/
#LiveAccordionWrapper54572  h3, #LiveAccordionWrapper54574  h3, #LiveAccordionWrapper54575  h3, #LiveAccordionWrapper54577  h3, #LiveAccordionWrapper54580  h3 { background: none; border: none; color: #c52026; font-weight:normal; margin: 3px 0; border-radius: 0; }
#LiveAccordionWrapper54572  h3 > a, #LiveAccordionWrapper54574  h3 > a, #LiveAccordionWrapper54575  h3 > a, #LiveAccordionWrapper54577  h3 > a, #LiveAccordionWrapper54580  h3 > a { font-weight:normal; padding:.3em .5em .3em 2.2em; }
#LiveAccordionWrapper54572 > div, #LiveAccordionWrapper54574 > div, #LiveAccordionWrapper54575 > div, #LiveAccordionWrapper54577 > div, #LiveAccordionWrapper54580 > div { background:none; border:0; }
#LiveAccordionWrapper54837 > div { padding:20px 0 0 0; }


/*---RIM Styles---*/
a.rt { background: url(/portals/142/images/toolkit/rimtool-bg.png) no-repeat center center transparent; display: block; float: left; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 18px;    font-weight: bold; height: 75px; line-height: 20px; margin-bottom: 10px; margin-right: 10px; padding-top: 35px; text-align: center; text-decoration: none!important; width: 110px; }
a.rt:visited { color:#cd5728!important; }
a.intro:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat 0px 0px transparent!important; text-indent:-99999px; }
a.training:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -114px 0px transparent!important; text-indent:-99999px; }
a.disposal:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -228px 0px transparent!important; text-indent:-99999px; }
a.products:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -342px 0px transparent!important; text-indent:-99999px; }
a.storage:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -456px 0px transparent!important; text-indent:-99999px; }
a.managing:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -570px 0px transparent!important; text-indent:-99999px; }
a.recovery:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -684px 0px transparent!important; text-indent:-99999px; }
a.retention:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -798px 0px transparent!important; text-indent:-99999px; }
a.electronic:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -912px 0px transparent!important; text-indent:-99999px; }
a.gains:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -1026px 0px transparent!important; text-indent:-99999px; }
a.stategov:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -1140px 0px transparent!important; text-indent:-99999px; }
a.localgov:hover { background:url(/portals/142/images/toolkit/rimtool-hovers.png) no-repeat -1140px 0px transparent!important; text-indent:-99999px; }
a.products, a.retention, a.localgov { margin-right:0px!important; }


/*---Land Board Styles---*/
.land-btns { float:left; margin-bottom:35px; width:100%; }
.land-btns > a { background:#002e63; color:#fff; display:inline-block; float:left; font-family: Georgia,Times,Times New Roman,serif; font-size:28px; margin:0 4%; padding:38px 0px; text-align:center; text-transform:uppercase; vertical-align:middle; width:14%; }
.land-btns > a:nth-child(1) { margin-left:0; padding:25px 0;}
.land-meet-btn { background:none; margin: 0px 0 0 2%; padding: 0; float:left; text-align:right; max-width:168px; width:14%; }
.land-meet-btn a:nth-child(1){ display: inline-block; margin-bottom: -7%; }
.land-meet-btn a:nth-child(2){ color: #002e63; display: inline-block; font-family: Georgia,Times,Times New Roman,serif; font-size: 20px; text-align: center; text-transform: uppercase; width: 58%;}
span.land-home-btn-txt { font-size: 17px; text-transform: capitalize; }
span.land-watch { font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-size:18px; text-transform:lowercase; }
.land-video { float:left; margin-bottom:35px; margin-right:2%; width:64%; }
.land-right { background:#dad6ca; color:#002e63; float:left; margin-bottom:35px; margin-left:2%; padding:2% 2% 2% 3%; width:25%; }
.land-right h2 { border-bottom:2px solid #857345; color:#002e63; padding-bottom:7px; font-size:27px;}
.land-right p {font-size:20px;}
.land-right span.land-date { font-size:24px; font-weight:bold; }
.hottopic { border-right:2px solid #857345; padding:0 3%; width:30%; }
.hottopic a {color: #002e63; font-weight:bold;}
.hottopic h3 { color:#002e63; font-size:25px; font-family: Georgia,Times,"Times New Roman",serif; font-weight:normal; margin-bottom:15px; text-transform:uppercase; text-align:center; }
.land-topics { border-right:2px solid #857345; padding:0 3% 0 0; width:21%; }
.land-topics h3, .land-topics h3 a, .land-members h3, .land-dyk h3 { color:#002e63; font-size:40px; font-family: Georgia,Times,"Times New Roman",serif; font-weight:normal; margin-bottom:15px; text-transform:uppercase; text-align:center; }
.land-topics h3, .land-topics h3 a { text-align:left; }
.land-topics h4 { color:#857345; font-size:20px; margin-bottom:0; }
.land-topics p { font-size:14px; color:#000000;}
.land-members { border-right:2px solid #857345; font-size:18px; padding:0 4%; width:34%; }
.land-members img { display:block; margin:0px auto; }
.land-members p {font-size:20px; color:#000000;}
.land-dyk { font-size:18px; padding:0 0 0 3%; width:29%; }
.land-dyk p {font-size:20px; color:#000000;}
.land-dyk ul li { font-size:20px; margin:10px 0; }
.gray-box { background:#dad6ca; margin:auto auto 0 auto; padding:10px 0; text-align:center; width:250px; }
.gray-box a { color:#333; }
.welcome { background:url(http://sos.mt.gov/Portals/142/Images/landboard/welcome.png)no-repeat center center transparent; clear:both; color:#fff; font-size:30px; height:331px; line-height:38px; margin:0 auto; padding:55px 0 0 0; text-align:center; width:600px; }
.welcome span.cursive { font-family: Brush Script MT,cursive; font-size: 50px; }
.welcome h1 { color: #fff; margin-bottom: 10px; }
.welcome a { color:#fff; }
.welcome hr { width: 435px; margin: 25px auto 25px auto; border: 2px solid #857345; }
.land-table { display: -webkit-box; display: -ms-flexbox; display: flex; }
.land-table-column { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.land-table > .hottopic:last-child { border:none; }
.land-table.ht { margin:35px 0;}
a.gold-btn { background:#85764f; color:#fff; display:block; margin:35px auto 0 auto; text-align:center; text-decoration:none; width:95px; padding:10px; }
.land-question-mark { font-size: 6em; display: block; margin-top: -7%; margin-bottom: 9%; height: 0%; line-height: 0%; z-index: -9999; opacity: 0.10; }

 /*-----HOME PAGE-----*/
.row-fluid.second-row, .row-fluid.third-row { padding:30px 0; }
ul.nav.nav-pills { margin:0 auto; }
.row-fluid.slider-row {/* margin-top:-30px; margin-bottom: 25px;*/ }
.row-fluid.first-row { background-color: none; clear:both; padding-bottom: 30px; width:100%; }
.row-fluid.second-row { background-color: #e1e1e1; width:100%; }
.row-fluid.third-row { background-color: none; max-width:1000px; margin:0 auto; }
.containerHome { width:100%; margin-top:-30px; }
.prev, .next { position:relative; }
.prev a { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat -152px -27px transparent; display:block; height:55px; left:15px; margin-top:-185px; position:absolute; text-indent:-99999px; width:35px; z-index:9999; }
.next a { background:url(http://sos.mt.gov/Portals/142/Images/assets/nav-sprites.png) no-repeat -116px -27px transparent; display:block; height:55px; margin-top:-185px; position:absolute; right:15px; text-indent:-99999px; width:35px; z-index:9999; }
.ModDNNspotRotatorC { overflow: hidden; width: 100%; }
.twitter-timeline { display:block!important; margin: 0 auto; }

#home-sidebar { background:#e1e1e1; padding:15px; }
#home-sidebar .initiative { clear:both; margin-bottom:20px; width:100%; }
#home-sidebar .initiative:nth-child(last) { margin-bottom:0; }
#home-sidebar .initiative a.sm-bus span { display:none; }
#home-sidebar .ttm { background:#fff; border:1px solid #bfbfbf; padding:5px 0; text-align:center; }
#home-sidebar .ttm img { display:block; margin:0 auto; width:75%; }
#home-sidebar .ttm a { color:#002e63; display:block; font-family:Georgia,Times,"Times New Roman",serif; font-weight:bold; margin:0 auto; text-decoration:none; width:95%; }
.gold { color:#857345; }
#home-sidebar .ttm:hover a { color:#857345; }
#home-sidebar .ttm:hover .gold { color:#002e63; }

#LiveAccordionWrapper65695 > h3 > a, #LiveAccordionWrapper65695 > h3 > span { color:#857345;}
#LiveAccordionWrapper65695 > h3 > a {font-family: Arial, Helvetica, sans-serif; font-weight:bold;  font-size:18px!important; line-height:22px; color:#857345;}
#LiveAccordionWrapper65695 .ui-accordion-content > h3 a { font-family: Arial, Helvetica, sans-serif; } 
#LiveAccordionWrapper65695 .ui-accordion-content > h3 a { color:#002e63; font-size:19px; line-height:22px; }
#LiveAccordionWrapper65695 .ui-accordion-content > a:hover { text-decoration:underline; }
#LiveAccordionWrapper65695 .ui-accordion-content > p { color:#002e63; font-size: 16px; font-style:italic; margin:-10px 0 30px 0; }
#LiveAccordionWrapper65695 .ui-accordion-content > p  {font-family: Arial, Helvetica, sans-serif; }


 /*-----INTERNAL SIDEBAR PAGES-----*/
.sidebar { display:block; float:left; margin-right:3%; }
.internalContent { display:block; float:left; }
#dnn_sidebarContentPane ul { list-style:none; margin:0; padding:0; }
#dnn_sidebarContentPane ul li { margin:5px 0; }
#dnn_sidebarContentPane ul li a { font-size:14px; text-decoration:none; }
#dnn_sidebarContentPane ul li a:hover { text-decoration:underline; }
#dnn_sidebarContentPane ul li ul { padding:0 10px; }
ul.menu-list li:before { content: "- "; }
ul.menu-list { margin:0 0 0 5px!important; }

.liveaccsossidebar .ui-state-default, .liveaccsossidebar .ui-widget-content .ui-state-default { background: rgba(248,252,253,1);
    background: -moz-linear-gradient(top, rgba(248,252,253,1) 0%, rgba(187,194,192,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,252,253,1)), color-stop(100%, rgba(187,194,192,1)));
    background: -webkit-linear-gradient(top, rgba(248,252,253,1) 0%, rgba(187,194,192,1) 100%);
    background: -o-linear-gradient(top, rgba(248,252,253,1) 0%, rgba(187,194,192,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,252,253,1) 0%, rgba(187,194,192,1) 100%);
    background: linear-gradient(to bottom, rgba(248,252,253,1) 0%, rgba(187,194,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fcfd', endColorstr='#bbc2c0', GradientType=0 );
}
.liveaccsossidebar .ui-state-hover, .liveaccsossidebar .ui-widget-content .ui-state-hover, .liveaccsossidebar .ui-state-focus, .liveaccsossidebar .ui-widget-content .ui-state-focus { background: rgb(197,32,38); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(197,32,38,1) 0%, rgba(131,21,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(197,32,38,1) 0%,rgba(131,21,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(197,32,38,1) 0%,rgba(131,21,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52026', endColorstr='#831519',GradientType=0 ); /* IE6-9 */
}
	
	
#LiveAccordionWrapper54586 h3, #LiveAccordionWrapper43959 h3, #LiveAccordionWrapper57068 h3 { background:none; border:0; margin-left:-20px; }
#LiveAccordionWrapper54586 h3 a , #LiveAccordionWrapper43959  h3 a, #LiveAccordionWrapper57068 a { color:#333; font-size: 14px!important; font-weight:normal; }
#LiveAccordionWrapper54586 h3 span, #LiveAccordionWrapper43959  h3 span, #LiveAccordionWrapper57068 h3 span { background-image: url(/Portals/142/Images/assets/ui-icons.png) }
.liveaccblacktie .ui-widget-content { background:none!important; border: 0!important; }
.liveaccblacktie .ui-widget-content a { color:#c52026; text-decoration:none!important; }
.liveaccblacktie .ui-accordion .ui-accordion-header a { padding: 5px 0 5px 20px!important; }
.liveaccblacktie .ui-accordion .ui-accordion-header .ui-icon { left:0!important; }
.liveaccblacktie .ui-accordion .ui-accordion-content { padding: 0px 0px 0px 15px!important; }
.liveaccblacktie .ui-widget-content a:hover { text-decoration:underline; }
.liveaccblacktie .ui-widget-content a { color: #c52026; }

a.annual-report { background:#fff; border:1px solid #c52026; color:#333; display:block; padding:5px 0; text-align:center; text-decoration:none; width:100%; }
img.clipboard { float:left; height:70px; margin: 5px -100px 0 100px; width:50px; }
a.annual-report h2 { color:#c52026; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size:22px; font-weight:bold; border-bottom:1px solid #c52026; margin: 5px auto; padding-bottom: 5px; width:60%; }
a.annual-report p { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size:16px; line-height:22px; margin:0 auto; width:60%; }
a.annual-report:hover { background:#f3f3f3; border:1px solid #333; }
a.annual-report:hover h2 { border-bottom:1px solid #888888; color:#002e63; }
a.receipt { display:block; margin-top:10px; text-align:center; }

.typed-text { font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; text-align:center; }

#notary-classes tr:nth-child(odd) { background: #fff; }
#notary-classes a { background: #c52026; color: #fff; padding: 8px 10px; text-decoration: none; }
#notary-classes td { padding:20px 5px; }

.white { color:#fff; margin: 50px 0 0 0; }

 /*-----Temporary changes-----*/

 
 /*----MAP STYLES-----*/
 .column { float:left; margin:25px; 1% 0 1%; text-align:center; width:45%; }
#mtstate { display:block; width:100%; position:relative; top:0; left:0; max-height:692px; }
#state-outline {  height:100%; width:100%; }
path { display:block; stroke: #333!important; fill:#d3d3d3; stroke-width:15px; }	
path:hover { stroke:#cc0000!important; stroke-width:1px; stroke-linejoin:round; cursor:pointer; fill:#857345!important; }
#info-box { display:none; position:absolute; z-index:1; background:#fff; border: 2px solid #666;  padding:8px; }

#Cascade, #Custer, #Hill, #Lincoln, #Fallon { fill:#002e63!important; }