﻿﻿.TopSection {
    background: #f8fbfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmJmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmViZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8fbfc 0%, #dfebf0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fbfc), color-stop(100%,#dfebf0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8fbfc 0%,#dfebf0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8fbfc 0%,#dfebf0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8fbfc 0%,#dfebf0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8fbfc 0%,#dfebf0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfc', endColorstr='#dfebf0',GradientType=0 ); /* IE6-8 */
    border-bottom:1px solid #b8b9bb;
}
.TopSection .outline {
    border-bottom: 1px solid #fff;
}
.TopSection h1 {
    color: #4ea6c9;
    font-size:24px; line-height:24px;
    font-weight: bolder;
    text-transform:uppercase;
    margin: 0.7em 0 0.1em 0;
    max-width:650px;
}
.TopSection .Breadcrumb, .TopSection .Breadcrumb a {
    color: #7f7f7f;
    text-decoration: none;
    margin-bottom: 1.5em;
    font-size:1em;
}
.ContentPane{font-size:9pt; line-height:22px;}
.ContentPane h1{margin-top:0; font-size:24px; line-height:28px;}


    .TopSection .Breadcrumb a:hover {
        text-decoration: underline;
        color:#00ae42;
    }
.siteSearch {
    position: absolute;
    top: 1.6em;
    right: 2em;
    background:url("../imgs/backgrounds/searchBG.png");
    background-repeat:no-repeat;
    background-position:top left;
    width:201px;
    height:32px;
}

#dnn_dnnSEARCH_txtSearch {
    background: transparent;
    border: none;
    padding: 6px 7px;
   color: #7f7f7f;
	display:inline-block;
	font-size:10pt;
width:144px;
}

.siteSearch .SearchLink {
    text-indent: -999em;
    background: url("../imgs/backgrounds/searchLinkBG.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 20px;
    display:inline-block;
    margin: 6px 0 0 10px;
}

/*Hack to target only mozilla browsers*/


.TopSection .headerSection {
    background: url("../imgs/backgrounds/innerHeaderBG.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* CONTENT SECTION */
.ContentSection {
    margin-top: 3em!important;
	min-height:350px;
}
.block{display:block;}
.center{text-align:center;}
nav.sideNavigation {
    width: 25%;
    float: left;
    text-align:right;
    background-image: url("../imgs/backgrounds/tabBGTop.png");
    background-position: top right;
    background-repeat:no-repeat;
}
span.sideTop {
    background-image: url("../imgs/backgrounds/tabBGBottom.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    display:block;
    height:1px;
}
nav.sideNavigation h4 {
    display: block;
    margin:0;
    padding: 0.45em;
    text-transform: uppercase;
    color: #4ea6c9;
    font-size: 1.1em;
}
.ContentPane {
    width: 69%;
    float: right;
}

/*Contact WSI Consultant HTML Template*/

.contactConsultant {
    background-image:url("../imgs/backgrounds/contactConsultant.png");
    background-repeat:no-repeat;
    background-position:top center;
    text-align:center;
    font-weight:bold;
    color:#003768;
    padding:1em;
    background-size:contain;
}
    .contactConsultant h1 {
        margin: 0;
        font-weight: normal;
        text-transform: uppercase;
    }
    .contactConsultant .button {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #fff !important;
        border: none;
        background-color: #00ae42;
        margin:0.5em 0 0 0;
        font-weight:normal;
        font-size:0.9em;
        padding:0.2em 1em;
    }
        .contactConsultant .button:hover {
            background-color: #01bf49;
        }
/*SITEMAP NAVIGATION*/
.sitemap {
	width:100%;
	padding:10px 0;
   /* background:url("../imgs/backgrounds/navBorder.png");
    background-position:bottom right;
    background-repeat:no-repeat;*/
    margin-top: -1px;
    padding-bottom: 30px;
}
.sitemap p{padding-right:10px; color:#003768;}



a.active {
	
}
.sitemap ul {
	padding:0;
	margin:0;
    margin-right: 0.5em;
}
    .sitemap ul ul {
        margin-right: 1em;
    }
.sitemap li {
	list-style-type:none;
	width: 100%;
	display:block;
	margin-top: 0em;
	font-size:1em;
}
.sitemap li:hover {
	
}
.sitemap a {
	margin: 0 0.5em 0em 1.5em;
	font-weight: normal;
	text-decoration:none;
	font-size: 1em;
    display:block;
    color:#46A1C2!important;
	font-family:'ralewayregular',Arial,Helvetica,sans-serif!important;
	text-decoration:none!important;
    padding: 5px 0 8px 1.5em;
	outline:none;
}

.sitemap li li a {
    font-size: 1em;
     padding: 3px 0 5px 1.5em;
     
}
    .sitemap a:hover {
        text-decoration: underline;
    }
    .sitemap a.active {
        font-weight:bold;
    }
.clearfix::after{content:"";display:table;clear:both}
