﻿body {
	/*next 2 lines for IE scrollbar issue*/
	-ms-overflow-style: scrollbar;
	overflow-y: auto;
	font-size: 17px;
}

.WDSSDarkBlue {
    color:#00498f;
}

.WDSSLightBlue {
    color:#6caedf;
}

.WDSSGrey {
  color: #3b3c3d; 
}

.branding {
	margin-top: 5px; 
}

.fixedTop0 {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color:#fff;

	top:0;
}

.navTop {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;

	top:55px;	/*room for branding(fixedTop0)*/
}

.topStart {
	margin-top:110px;	/*room for nav bar*/
}

strong.contactStrong /*used for phone and email*/ {
	padding-left: 10px;
	font-size: 1.6em;
	font-weight: 500;
}

strong.officeStrong /*used for office address*/ {
	margin-left:10px;
	font-size: 1.2em;
	font-weight: 500;
}

h6 /*used for header in Dialogs*/ {
	font-size: 1.5em;
	font-weight: 200;
	margin-top: 0px;
}

img.contactIcon {
	width: 60px;
}

img.officeIcon {
	width: 60px;
}

img.mediaIcon {
	width: 36px;
}

@media(max-width:767px) {
	body {
		font-size: 16px;
	}

	img.contactIcon {
		width: 30px;
	}

	img.officeIcon {
		width: 30px;
	}

	img.mediaIcon {
		width: 30px;
	}

	.navTop {
		top:100px;	/*room for branding(fixedTop0)*/
	}

	.topStart {
		margin-top:155px;	/*room for nav bar*/
	}
}

@media(min-width:992px) {
	img.contactIcon {
		width: 100px;
	}

	img.officeIcon {
		width: 80px;
	}

	img.mediaIcon {
		width: 60px;
	}
}

/* ConnectTo   
----------------------------------------------------------*/
.label {
	font-size: 16px;	
	background-color: Transparent;
	color: #3b3c3d;
	padding-top: 0px;
	padding-right: 0px;
}

.textEntry {
	background-color: White;
	border: 1px solid #ccc;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-top: 3px;
}

input.textEntry {
	width: 120px;
	border: 1px solid #ccc;
	color: black;
	padding-left:3px;
	border-radius: 0.8rem;
}

.footer {
	text-align: center;
}

.footer-text {
	vertical-align: middle;
	color: #0000BB;
	font-family: Verdana;
	font-size: Small;
	font-weight: normal;
}

.nonStickyFooter {
	visibility: hidden;
}

/* Expandable list   
----------------------------------------------------------*/
.plusImageApply {
	list-style-image: url(../images/Plus.png);
	cursor: pointer;
}

.minusImageApply {
	list-style-image: url(../images/Minus.png);
	cursor: pointer;
}

.selectedImageApply {
	list-style-image: url(../images/Check.png);
	cursor: auto;
}

ul.nonCategory {
	list-style-image: url(../images/Check.png);
}

/* modal dialog   
----------------------------------------------------------*/
.modal .close-button{
	color: #e95420;
	font-size: xx-large;
}


hr.flare {
    overflow: visible; /* must have */
    height: 30px;
    border-style: solid;
    border-color: #575c60;
    border-width: 1px 0 0 0;
    border-radius: 20px;

	 margin-bottom: -10px;
}

hr.flare:before { 
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #575c60;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


.bullelements{
  font-size:2rem;
}

.Icon360 {
	max-width:32px;
}

@media(min-width:768px) {
	.Icon360 {
		max-width:64px;
	}
}

.sub-headline {
	font-family: Roboto, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

