.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: 2em;
    font-weight: bolder;
    text-transform:uppercase;
    margin: 1.7em 0 0.1em 0
}
.TopSection .Breadcrumb, .TopSection .Breadcrumb a {
    color: #7f7f7f;
    text-decoration: none;
    margin-bottom: 0.2em;
    font-size:1.1em;
    margin-top: -15px;
}
    .TopSection .Breadcrumb a:hover {
        text-decoration: underline;
        color:#00ae42;
    }
.siteSearch {
    position: absolute;
    top: 1.6em;
    right: 2em;
    background:url("images/backgrounds/searchBG.png");
    background-repeat:no-repeat;
    background-position:top left;
    width:201px;
    height:32px;
}
.wrap2 {
	padding:0;
}
#dnn_dnnSEARCH_txtSearch {
    background: transparent;
    border: none;
    padding: 6px 7px;
    font-weight:bold;
    color: #7f7f7f;
}

.siteSearch .SearchLink {
    text-indent: -999em;
    background: url("images/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*/

@-moz-document url-prefix() { 
  #dnn_dnnSEARCH_txtSearch {
     padding: 6px 0px 6px 7px;
  }
.siteSearch .SearchLink {
    margin: 6px 0 0 2px;
}
}
.TopSection .headerSection {
    background: url("images/backgrounds/innerHeaderBG.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top:0/*2*/em;
}

/* CONTENT SECTION */
.ContentSection {
    margin-top: 3em;
}
nav.sideNavigation {
    width: 25%;
    float: left;
    text-align:right;
    background-image: url("images/backgrounds/tabBGTop.png");
    background-position: top right;
    background-repeat:no-repeat;
}
span.sideTop {
    background-image: url("images/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.5em;
}
.ContentPane {
    width: 71%;
    float: right;
}

/*Contact WSI Consultant HTML Template*/

.contactConsultant {
    background-image:url("images/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 h2 {
        margin: 0;
        font-weight: normal;
    	font-size: 1.8em;
        text-transform: uppercase;
    	text-align: center;
    }

    .contactConsultant .button {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #fff !important;
        border: none;
        background-color: #00ae42;
        margin:0.5em auto;
        font-weight:normal;
        font-size:1.5em;
        padding:0.2em 1em;
        width: -webkit-max-content;
        width: -moz-fit-content;        
    }
        .contactConsultant .button:hover {
            background-color: #01bf49;
        }
/*SITEMAP NAVIGATION*/
.sitemap {
	width:100%;
	padding:10px 0;
    background:url("images/backgrounds/navBorder.png");
    background-position:bottom right;
    background-repeat:no-repeat;
    margin-top: -1px;
    padding-bottom: 30px;
}
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;
}
.sitemap li:hover {}
	
}
.sitemap a {
	margin: 0 0.5em 0em 1.5em;
	font-weight: normal;
	text-decoration:none;
	font-size: 1.25em;
    display:block;
    color:#003768;
    padding: 5px 0 8px 1.5em;
}
.sitemap li li a {
    font-size: 1.25em;
     padding: 3px 0 5px 1.5em;
     color:#4ea6c9 !important;
}
    .sitemap a:hover {
        text-decoration: underline;
    	font-weight:bold;
    }
    .sitemap a.active {
        font-weight:bold;
    }

.4boxes {
    width: 50%;
    background-color: blue;
}

@font-face {
    font-family: 'raleway-regular-webfont';
    src: url('../../../../Fonts/raleway-regular-webfont.eot');
    src: url('../../../../Fonts/raleway-regular-webfont.eot#iefix') format('embedded-opentype'),
    url('../../../../Fonts/raleway-regular-webfont.woff') format('woff'),
    url('../../../../Fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../../../../Fonts/raleway-regular-webfont.svg#MolengoRegular') format('svg');
    font-weight: normal;
    font-style: normal; 
}

/*Subscribe / Access buttons*/

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 3px 3px #666666;
  -moz-box-shadow: 2px 3px 3px #666666;
  box-shadow: 2px 3px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: -moz-fit-content;
  display: inline-block;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn a {
    color: #ffffff;
}

.btn a:visited {
    text-decoration: none;
    color: #fff;
}
/* Webapps video thumbnail*/

.thumbnailVideo{
position: relative;
z-index: 0;
}

.thumbnailVideo:hover{
background-color: transparent;
z-index: 50;
}


.thumbnailVideo span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -1000px;
border: 1px solid #003768;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailVideo span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailVideo:hover span{ /*CSS for enlarged image on hover*/
/*position: relative;*/
   visibility: visible;
   top: -75px;
   left: 65px; /*position where enlarged image should offset horizontally */
  /* width: 250px; */

}

/* .search-box { */
/* background-image: url("http://www.wsiworld.com/Portals/_default/Skins/WSIWorld/images/backgrounds/searchBG.png");*/
/* }   */ 
    
table.webform {
        background-color: lightblue;
    }