body {
	background: #fff;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}

#page {
	background-color: #ffffff;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: justify;
}

	#page.gray {
		background: linear-gradient(#eaeaea, #fff);	
		padding: 30px 0px;
		box-shadow: 0px 0px 40px #ccc;
	}

	#page.lightgray {
		background: none;
		background-color: none;
		padding: 30px 0px;
		box-shadow: 0px 0px 0px #ccc;
	}

#full {
	
}

	#full #wrap.narrowmargin {
		margin: 10px auto 10px auto;
		padding: 40px 0px 60px 0px;
	}

	#full.gray {
		background: linear-gradient(#cfe2e6, #fafcfc);	
		margin: 30px 0px;
	}

	#full.lightgray {
		background: linear-gradient(#eaeaea, #fcfcfc);	
		margin: 30px 0px;
	}

#header {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 30px auto;

}

	#header #logo {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		padding-top: 30px;
		width: 325px;
		display: inline-table;
		vertical-align: middle;
		float: left;
	}

		#header #logo img {
			width: 275px;
		}
	
	#header #tag {
		display: inline-table;
		vertical-align: middle;
		
		padding-top: 30px;
	
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #933c06;
		letter-spacing: 3px;		
	}
	
		#header #tag a {
			text-decoration: none;
			color: #933c06;
		}
	
	#header #navigation {
		width: 860px;
		display: inline-table;
		vertical-align: top;
		margin-right: 0px;
		margin-top: 0px;
		padding-right: 0px;
		padding-top: 0px;
		text-align: right;
	}
	
		#header #navigation ul li {
			margin-right: 20px;
			background: none;
			padding: 0px;
		}
	
		#header #navigation a {
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #2b2b2b;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#header #navigation a.blue {
				background-color: #0082a0;
				padding: 10px 15px;
				color: #fff;
				border-radius: 6px;
			}
			
			#header #navigation a.green {
				background-color: #556c11;
				padding: 10px 15px;
				color: #fff;
				border-radius: 6px;
			}

			#header #navigation a.blue:hover {
				color: #a8ecfc;
			}
			
			#header #navigation a.green:hover {
				color: #e0f79b;
			}


		
			#header #navigation a:hover {
				color: #6d2103;
			}

		#header #navigation .dropdown-content {

			z-index: 5000000;
		}
		
		#header #navigation .dropdown-content a {
			position: relative;
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
			z-index: 5000000;
		}
		
			#header #navigation .dropdown-content a:hover {
				font-weight: bold;
			}


	#header #actions {
		width: 860px;
		display: inline-table;
		vertical-align: top;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 5px;
		padding-top: 27px;
		text-align: right;
	}
	
		#header #actions ul li {
			margin-right: 10px;
			background: none;
			padding: 0px;
		}
	
		#header #actions a {
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #2b2b2b;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#header #actions a.blue {
				background-color: #0082a0;
				padding: 9px 15px;
				color: #fff;
				border-radius: 6px;
			}

			#header #actions a.brown {
				background-color: #933c06;
				padding: 9px 15px;
				color: #fff;
				border-radius: 6px;
			}
			
			#header #actions a.green {
				background-color: #556c11;
				padding: 9px 15px;
				color: #fff;
				border-radius: 6px;
			}

			#header #actions a.blue:hover {
				color: #a8ecfc;
			}

			#header #actions a.brown:hover {
				color: #fbd1b7;
			}

			#header #actions a.green:hover {
				color: #e0f79b;
			}


		
			#header #actions a:hover {
				color: #6d2103;
			}
		
		#header #actions .dropdown-content a {
			z-index: 500000;			
		}

		#header #actions .dropdown-content a {
			position: relative;
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
			z-index: 500000;
		}
		
			#header #actions .dropdown-content a:hover {
				font-weight: bold;
			}

	#header #navigationBar {
	
		display: none;
		background: url(/wp-content/uploads/2018/08/overlay-nav.png);
		position: fixed;
		margin-top: 0px;
		
		font-family: 'Montserrat', sans-seif;
		font-size: 24px;
		font-weight: normal;
		line-height: 48px;
		text-transform: uppercase;
		
		white-space: nowrap;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
		z-index: 100000000;
	
		width: 0px;
		height: 100%;
		overflow-x: hidden;
	}
	
		#header #navigationBar.closedWidth {
			width: 0px;
		}
		
		#header #navigationControl.closedLeft {
			margin-left: 0px;
		}
		
		#header #navigationBar.openWidth {
			width: 475px;
		}
		
		#header #navigationControl.openLeft {
			margin-left: 474px;
		}
		
		#navigationBar #wrap {
			width: 450px;
			padding-top: 20px;
			padding-bottom: 40px;
			overflow-x: hidden;
			white-space: nowrap;
		}

		#header #navigationBar .submenu {
			margin-left: 20px;
			font-size: 18px;
			line-height: 40px;
		}
		
		#header #navigationBar a {
			color: #ffffff;
			text-decoration: none;
		}
		
			#header #navigationBar a:hover {
				color: #0082a0;
			}
	
	#header #navigationControl {
		display: none;
		position: fixed;
		background: url(/wp-content/uploads/2018/08/overlay-nav.png);
		padding: 15px;
		margin-top: 35px;
		z-index: 250000;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
	}


#announcementBanner {
	background-color: #0082a0;
	padding: 25px 0px;
	width: 100%;
}

	#announcementBanner #wrap {
		width: 90%;
		max-width: 1200px;
		text-align: center;
		margin: 0 auto;
		
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color: #ffffff;
	}

	#announcementBanner a {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		margin: 8px 5px 8px 5px;
		padding: 5px 10px;
		border: 1px solid rgba(255,255,255,0.3);
	}


#submenu {
    border-top: 1px solid #eaeaea;
}
	
	#submenu #navigation {
		display: inline-table;
		vertical-align: middle;
		margin-left: 50px;
		width: 100%;
	}
	
		#submenu ul li {
			margin-right: 40px;
			background: none;
			padding: 0px;
		}
	
		#submenu a {
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			color: #2b2b2b;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#submenu a:hover {
				color: #6d2103;
			}
		
		#submenu .dropdown-content a {
			min-width: 200px;
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#submenu .dropdown-content a:hover {
				font-weight: bold;
			}



		
#banner {
	position: relative;
	width: 100%;
	background: url(/wp-content/uploads/2018/10/banner-mobile.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 450px;
	max-height: 450px;
	max-width: 1900px;
	margin: 0 auto;
}

	#banner.careers {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-1.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.team {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-2.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.meeting {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-3.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.classroom {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-4.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.join {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-5.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.discussion {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-6.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.consult {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-13.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.teacher {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-8.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner.workforce {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-9.png) center bottom no-repeat;
		background-size: cover;
		min-height: 450px;
		max-height: 450px;
	}

	#banner.inspired {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-11.png) center bottom no-repeat;
		background-size: cover;
		min-height: 450px;
		max-height: 450px;
	}

	#banner.benefits {
		width: 100%;
		background: url(/wp-content/uploads/2018/10/banner-s-12.png) center bottom no-repeat;
		background-size: cover;
		min-height: 240px;
		max-height: 240px;
	}

	#banner #photo {
		background-size: cover;
		width: 521px;
		display: inline-table;
		vertical-align: top;
		height: 600px;
	}

	#banner #img_container {
		position: absolute;
		z-index: 0;
		height: 450px;
		width: 100%;
		max-width: 1900px;
		text-align: center;
		overflow: hidden;
	}

		#banner #img_container_wrap {

		}

			#banner #img_container img{
				position: absolute;
				top:0;
				display:none;
				width:100%;
				min-width: 1900px;
				margin-left: -950px;
				height:100%;
			}
	
	#banner #wrap {
		width: 90%;
		max-width: 1068px;
		margin: 0 auto;
		text-align: right;
	}
	
	#banner #product {
		position: relative;
		width: 480px;
		display: inline-table;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 40px;
		cursor: pointer;
		z-index: 40000;
	}
	
		#banner #product #marker {
			position: absolute;
			margin-left: 445px;
			margin-top: 30px;
			

		}
		
			#banner #product #block-2:hover #marker {
				position: absolute;
				margin-left: 445px;
				margin-top: 30px;
			}
			
		
			#banner #product #marker a {
				background-color: #ffffff;
				border-radius: 3px;
				
				font-family: 'Open Sans', sans-serif;
				font-weight: bold;
				font-size: 15px;
				color: #3f2116;
				padding: 4px 10px;
				
				text-decoration: none;
				

			}
			
			#banner #product #marker.yellow a {
				color: #916d00;
			}
			
			#banner #product #marker.green a {
				color: #566c11;
			}
			
		#banner #product #icon #iconImg {
			width: 75px;
			height: 70px;
		}

	
		#banner #product #blockOuter {
		    display: table;
		    position: absolute;
		    height: 110px;
		    width: 547px;
		    
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}

		#banner #product #blockMiddle {
		    display: table-cell;
		    vertical-align: middle;
    	}
    	
    	#banner #product #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #product #icon img {
			    -moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
		
    	#banner #product #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #000;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
		#banner #product #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 160px;
		}
		
		#banner #product #subNav {
			position: absolute;
			margin-top: 50px;
			padding: 20px 0px;
			border-top: 0px;
			width: 547px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			text-align: center;
			
		    -moz-transition: all 0.6s ease-in;
		    -o-transition: all 0.6s ease-in;
		    -webkit-transition: all 0.6s ease-in;
		    transition: all 0.6s ease-in;

		}
		
			#banner #product #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #product #subNav a.green {
				background-color: #556c11;
			}

			#banner #product #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #product #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 10px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #product #subNav a:hover {
					opacity: 0.7;
				}

	
		#banner #product #block-1 {
			width: 100%;
			height: 110px;
			
			vertical-align: middle;	
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
			
		#banner #product #block-2 {
			width: 100%;
			height: 110px;
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}

		#banner #product #block-3 {
			width: 100%;
			height: 110px;
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
	
			
		#banner #product #block-4 {
			width: 100%;
			height: 110px;
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}


		#banner #product #block-1:hover #subNav, #banner #product #block-2:hover #subNav, #banner #product #block-3:hover #subNav, #banner #product #block-4:hover #subNav {
			opacity: 1;
		}


			#banner #product #block-1:hover
			{

			}
			
			#banner #product #block-2:hover
			{

			}
			
			#banner #product #block-3:hover
			{

			}
			
			#banner #product #block-4:hover
			{

			}
		
			#banner #product #block-1:hover #blockOuter {

			}
			
			#banner #product #block-2:hover #blockOuter {

			}
			
			#banner #product #block-3:hover #blockOuter {

			}
			
			#banner #product #block-4:hover #blockOuter {

			}
			
			#banner #product #block-1 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-disability-off.png) no-repeat;
				background-size: cover;
				
				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
			
			#banner #product #block-2 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-life-off.png) no-repeat;
				background-size: cover;

				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
						
			#banner #product #block-3 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-work-off.png) no-repeat;
				background-size: cover;
				
				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
			
			#banner #product #block-4 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-quick-off.png) no-repeat;
				background-size: cover;
				
				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}

			
			#banner #product #block-1:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-disability-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-2:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-life-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-3:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-work-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-4:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-quick-on.png) no-repeat;
				background-size: cover;
			}

	
	
	#banner #platform {
		width: 340px;
		display: inline-table;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 40px;
	}
	
		#banner #platform.noTopMargin {
			margin-top: 0px;
		}
				
		#banner #platform #icon #iconImg {
			width: 75px;
			height: 45px;
		}

	
		#banner #platform #blockOuter {
		    display: table;
		    position: absolute;
		    height: 45px;
		    width: 400px;
		    
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
			#banner #platform #block:hover
			{
				height: 45px;
			}
						
			#banner #platform #block.sub:hover
			{
				height: 110px;
			}
		
			#banner #platform #block:hover #blockOuter {
				height: 45px;
			}
			
			#banner #platform #block.sub:hover #blockOuter {
				height: 45px;
			}
			
		
		#banner #platform #blockMiddle {
		    padding-top: 10px;
		    vertical-align: middle;
    	}
    	
    	#banner #platform #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #platform #icon img {
			    -moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}


		#banner #platform #block-title {
			width: 100%;
			height: 55px;
			vertical-align: middle;	
			background-color: #0082a0;
			
			border-radius: 10px 10px 0px 0px;
			
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 21px;
			color: #fff;

			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}

		#banner #platform #block {
			width: 100%;
			height: 45px;
			vertical-align: middle;	
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
			#banner #platform #block:hover {
			}
			
						
				#banner #platform #block:hover #icon img {

}
				
				#banner #platform #block:hover #caption {

				}
			
			#banner #platform #block.sub:hover #subNav {
				opacity: 1;
			}
		
    	#banner #platform #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 18px;
			color: #000;
			
			margin-left: 50px;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
			#banner #platform #caption a {
				color: #000;
				text-decoration: none;
			}
			
			#banner #platform #caption a:hover {
				color: #0082a0;
				text-decoration: none;
			}
			
			#banner #platform #caption a.active {
				color: #0082a0;
				text-decoration: none;
				font-weight: bold;
			}
		
			#banner #platform #block-title #caption, #banner #platform #block-title #caption a {
				margin-top: 15px;
				color: #fff;
			}

		
		#banner #platform #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 50px;
		}
		
		#banner #platform #subNav {
			position: relative;
			display: block;
			margin-top: 5px;
			padding: 0px 0px;
			border-top: 0px;
			width: 400px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			text-align: center;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;

		}
		
			#banner #platform #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #platform #subNav a.green {
				background-color: #556c11;
			}

			#banner #platform #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #platform #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 0px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #platform #subNav a:hover {
					opacity: 0.7;
				}



#segment {
	width: 44%; 
	display: inline-table; 
	margin-right: 10px; 
	vertical-align: top; 
	text-align: left;
	box-shadow: 0px 0px 20px #ccc;
}

	#segment #container {
		padding: 5px 20px; 
		min-height: 270px;
	}

	#segment #control {
		padding:  5px 20px 20px 20px;
	}

		
#standout {
	background-color: #0082a0;
	padding: 55px 0 75px 0;
	margin-bottom: 70px;
}

	#standout.clear {
		padding: 25px 0 45px 0;
		background-color: #fafafa;	
		margin-bottom: 0px;
	}

		#standout.clear #label {
			color: #000;	
		}

		#standout.clear #links a {
			display: inline-block;
			padding: 20px 20px;
			border: 1px solid rgba(0,0,0,.3);
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;	
			text-align: right;
		}

	#standout #wrap {
		width: 90%;
		max-width: 1240px;
		margin: 0 auto;
	}

	#standout.sub #label {
		display: none;
	}
	
	#standout.sub #circles {
		width: 100%;
	}

	#standout #label {
		margin-left: 80px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-right: 30px;
		width: 100%;
		max-width: 530px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 30px;
		color: #ffffff;
	}

		#standout #label.full {
			width: 100%;	
		}

	#standout #links {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 100%;
		max-width: 500px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #ffffff;
		text-align: center;
		
		text-align: right;
		
	    -moz-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;

	}
				
		.dim {
			opacity: 0.3;
		}
		
		.bright {
			opacity: 1;	
		}
		
		#standout #links ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}	

		#standout #links ul li {
			display: inline-block;
			background: none;
			padding: 0px;
		}
	
		#standout #links a {
			display: inline-block;
			padding: 20px 20px;
			border: 1px solid rgba(255,255,255,.3);
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;	
		}


			
#tailor {
	background-color: #566c11;
	padding: 40px 0 60px 0;
}

	#tailor p {
		display: inline;	
	}

	#tailor #wrap {
		width: 90%;
		max-width: 1068px;
		margin: 0 auto;
	}

	#tailor.sub #label {
		display: none;
	}
	
	#tailor.sub #circles {
		width: 100%;
	}

	#tailor #label {
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 20px;
		margin-bottom: 0px;
		display: inline-table;
		vertical-align: middle;
		width: 100%;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 27px;
		line-height: 45px;
		color: #ffffff;
		text-align: center;
	}

		#tailor #label a {
			display: inline-block;
			padding: 20px 20px;
			font-size: 15px;
			line-height: 17px;
			border: 1px solid rgba(255,255,255,.3);
			color: #ffffff;
			margin-top: 10px;
			text-decoration: none;
			text-transform: uppercase;	
		}

	#tailor #circles {
		padding-top: 20px;
		margin-bottom: 0px;
		width: 500px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #ffffff;
		text-align: center;
		
	    -moz-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;

	}
	
		#tailor #circles #circle img {
			margin-bottom: 7px;
			width: 100px;
		}
		
		#tailor #circles #circle {
			display: inline-table;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		#tailor #circles #circle-1, #tailor #circles #circle-2, #tailor #circles #circle-3 {		
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
		.dim {
			opacity: 0.3;
		}
		
		.bright {
			opacity: 1;	
		}
		
		#column .glow #heading {
			background: url(/wp-content/uploads/2018/08/heading-bg-hover.gif) bottom repeat-x;
			opacity: 1;	
		}

		
		#tailor #circles a {
			color: #ffffff;
			text-decoration: none;	
		}

#flowSelection {
	
	
}

	#flowSelection a {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 20px 0px;
		margin: 0px 3px;
		width: 49%;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		cursor: pointer;
	}

		#flowSelection a.active {
			border: 1px solid #0082a0;
			color: #fff;
			background-color: #0082a0;
		}
	
		#flowSelection a.active:hover {
			color: #fff;
		}	

	#segment #flowSelection a {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 20px 0px;
		margin: 0px 3px;
		width: 95%;
		text-align: center;
		font-weight: bold;
	}
		
	#flowButton a {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 20px 0px;
		margin-bottom: 10px;
		width: 80%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}
	
		#flowButton a:hover {
			border: 1px solid #0082a0;
		}


#halfColumn
{
	display: inline-block;
	vertical-align: top;
	width: 45%;
}


#wholeColumn
{
	display: inline-block;
	vertical-align: top;
	width: 92%;
}

#spacer {
	display: block;
	height: 45px;
}

#mast {
	background-color: #dddddd;
	padding: 0px 0 0px 0;
}

	#mast #label {
		padding-top: 20px;
	}
	
	#mast.sub #circles {
		width: 100%;
	}

	#mast #label {
		margin-left: 68px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 442px;
		display: inline-table;
		vertical-align: top;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 30px;
		color: #ffffff;
	}

	#mast #utility {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 457px;
		display: inline-table;
		vertical-align: top;

		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		line-height: 22px;
		font-weight: normal;
		color: #5d5e60;
		text-align: right;
		
	    -moz-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;

	}
	
		#mast #utility #wrap {
			padding-top: 25px;
		}

		#mast #utility a {
			color: #6d2103;
			font-size: 12px;
			font-weight: bold;
		}



#content {
	width: 100%;
}

	#content #wrap {
		width: 85%;
		margin: 85px auto 85px auto;
		max-width: 1068px;
	}
	
	#content #wrap.narrowmargin {
		margin: 10px auto 10px auto;
	}

	#content #wrap.wide {
		max-width: 950px;
	}
	
	#content #wrap.narrowTopMargin {
		margin-top: 50px;
	}
	
	#content #wrap.noTopMargin {
		margin-top: 0px;
	}
	
	#content #wrap.noBottomMargin {
		margin-bottom: 20px;
	}
	
	#content a {
		color: #0082a0;
	 	-moz-transition: all 0.5s ease-out;
    	-o-transition: all 0.5s ease-out;
    	-webkit-transition: all 0.5s ease-out;
    	transition: all 0.5s ease-out;
		text-decoration: none;
	}

		#content a:hover {
			color: #556c11;
			text-decoration: underline;
		}
	
	#content #contentBanner {
		width: 100%;
		max-width: 850px;
		margin: 0 auto;
	}
	
#column {
	width: 260px;
	display: inline-table;
	vertical-align: top;
	margin-right: 30px;
}

	#column.noRightMargin {
		margin-right: 0px;
	}
	
	#column #heading {
		background-color: #f4f4f4;
		background: url(/wp-content/uploads/2018/08/heading-bg.gif) bottom repeat-x;
		border-bottom: 1px solid #cccccc;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 20px 0px;
		
	    -moz-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
	    -webkit-transition: all 0.2s ease-in;
	    transition: all 0.2s ease-in;
	}
	
		#column:hover #heading {
			background: url(/wp-content/uploads/2018/08/heading-bg-hover.gif) bottom repeat-x;
		}

	
	#column ul {
		list-style: none;
		margin: 0px;
		padding: 0px;	
	}

    #column ul li.WhatIs{
        border-bottom:none;
    }

		#column ul li {
			border-bottom: 1px solid #cccccc;
			padding: 8px 20px;
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
			background: none;

		}

			#column ul li:hover {
				background-color: #f4f4f4;
				font-weight: normal;
			}
			
			#column ul li.selected {
				background-color: #becf87;
				font-weight: bold;
			}
			
			#column ul li a {
				color: #000000;
				text-decoration: none;
			}
			
				#column ul li a:hover {
					color: #6d2103;
				}
				
			#list .list li a:hover
			{
				color: #000000;
			}
							
		#column .productSubmenu
		{
			height: 0px;
			overflow: hidden;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;

		}
		
			#column .productSubmenu li {
				background-color: #f4f4f4;
				text-transform: uppercase;
				font-size: 12px;
			}
			
				#column .productSubmenu li:hover {
					background-color: #f5fbe2;
					text-transform: uppercase;
					font-size: 12px;
				}
				
				#column .productSubmenu li.clear {
					background-color: #ffffff;;
					text-transform: uppercase;
					font-size: 12px;
				}
				
								
			
				#column .productSubmenu li.close {
					background: #333;
					color: #fff;
					padding: 3px 20px;
					text-decoration: none;
					text-align: center;
				}
				
					#column .productSubmenu li.close:hover {
						background-color: #becf87;
						color: #000;
					}
				
					#column .productSubmenu li.close a {
						color: #ffffff;
						font-weight: bold;
					}
					
						#column .productSubmenu li.close:hover a {
							color: #000;
						}
				
	#column ul.list {
		list-style: circle;
		margin: 0px 0px 0px 40px;
		padding: 10px;	
	}
	
		#column ul.list li {
			border-bottom: 0px solid #cccccc;
			padding: 0px 0px 10px 0px;
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
		}

			#column ul.list li:hover {
				background: none;
			}


		#column #column-dbl, #column #column-pfl, #column #column-login {		
		    -moz-transition: all 1.0s ease-in;
		    -o-transition: all 1.0s ease-in;
		    -webkit-transition: all 1.0s ease-in;
		    transition: all 1.0s ease-in;
		}


#block {
	width: 48%;
	display: inline-table;
	vertical-align: top;
	margin-right: 30px;
}

	#block.noRightMargin {
		margin-right: 0px;
	}
	
	#block #heading {
		background-color: #f4f4f4;
		background: url(/wp-content/uploads/2018/08/heading-bg.gif) bottom repeat-x;
		border-bottom: 1px solid #cccccc;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 20px 0px;
		
	    -moz-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
	    -webkit-transition: all 0.2s ease-in;
	    transition: all 0.2s ease-in;
	}

#square {
	width: 48%;
	display: inline-table;
	vertical-align: top;
	margin-right: 25px;
	
	color: #fff;
}

	#square.fullWidth {
		width: 100%;
	}

	#square #leftLean {
		padding-right: 40px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#square #rightLean {
		padding-left: 40px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}


	#square.r {
		background-color: #6d2103;
	}
	
	#square.g {
		background-color: #6e8133;
	}
	
	#square a {
		color: #fff;
	}


	#square.noRightMargin {
		margin-right: 0px;
	}
	
	#square #heading {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 20px 0px;
		
		color: #fff;
		
	    -moz-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
	    -webkit-transition: all 0.2s ease-in;
	    transition: all 0.2s ease-in;
	}

#box {
	display: inline-table;
	width: 30%;
	margin: 0 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px #ccc;
	vertical-align: top;
}

	#box.red {
		min-height: 545px;
	}

	#box.noshadow {
		box-shadow: 0px 0px 20px #fff;
	}

	#box:hover {
		box-shadow: 0px 0px 20px #333;
		
		-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;	
	}
	
	#box.noshadow {
		box-shadow: 0px 0px 20px #fff;
		
		-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;	
	}

	#box #icon {
		text-align: center;
		padding: 20px 0px;
		font-size: 21px;
		line-height: 40px;
		
	}
	
		#box #icon .team {
			width: 75%;
		}
	
		#box #icon.left {
			text-align: left;
			padding-left: 20px;
			padding-right: 20px;
		}

	
	#box #caption {
		background-color: #eaeaea;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		line-height: 31px;
		
		min-height: 95px;
		
		padding: 10px 20px;
		
		-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;	
	}
	
		#box #caption a {
			color: #000000;
			text-decoration: none;
		}
	
		#box.noshadow #caption {
			padding-bottom: 20px;
		}

		#box #caption h3 {
			font-size: 24px;	
		}

		#box #caption span {
			font-size: 18px;
			line-height: 25px;
			font-style: italic;
		}

		#box:hover #caption, #box.red #caption {
			background-color: #0082a0;
			color: #fff;
		}
		
		#box:hover #caption a, #box.red #caption a {
			color: #fff;
			text-decoration: none;
		}

#aside {
	background-color: #0082a0;
	font-size: 35px;
	line-height: 52px;
	color: #fff;
	width: 33%;
	padding: 20px;
	text-align: center;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 8px;
}

	#aside.gray {
		background: linear-gradient(#0082a0, #0493b3);	
		border: 2px solid #fff;
		border-radius: 10px;
		font-size: 20px;
		font-weight: bold;
		line-height: 32px;
		margin-left: 50px;
		padding: 20px 10px;
		box-shadow: 0px 0px 20px #ccc;
		color: #fff;
	}

	#aside.gray a {
		border: 1px solid rgba(0,0,0,.3);
		color: #000;
	}

		#aside a:hover {
			color: #000;	
		}

	#aside a {
		display: block;
		padding: 10px 10px;
		border: 1px solid rgba(255,255,255,.3);
		color: #ffffff;
		font-size: 15px;
		line-height: 25px;
		width: 82%;
		margin: 15px auto;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;	
	}

		#aside a:hover {
			color: #fff;	
		}

		#aside a.noBorder {
			border: 0px;
			padding: 0px;
			margin: 0 auto;
			width: 88%;
		}

.iframeClaim {

}

.reference {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
}

.boardCard {
	margin-top: 55px;
}

	.boardCard .icon {
		width: 200px;
		display: inline-block;	
		vertical-align: middle;
	}

		.boardCard .icon img {
			width: 175px;
		}

	.boardCard .caption {
		max-width: 600px;
		display: inline-block;	
		vertical-align: middle;
	}


.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

	.tooltip .tooltiptext {
	    visibility: hidden;
	    width: 120px;
	    background-color: #6d2103;
	    color: #fff;
	    text-align: center;
	    padding: 5px 0;
	    border-radius: 6px;
	    margin-left: 20px;
	    /*margin-top: -5px;*/
	 
	    position: absolute;
	    z-index: 1;
	}
	
	.tooltip:hover .tooltiptext {
	    visibility: visible;
	}
	
	.tooltip .tooltiptext::after {
	    content: " ";
	    position: absolute;
	    top: 50%;
	    right: 100%; 
	    margin-top: -5px;
	    border-width: 5px;
	    border-style: solid;
	    border-color: transparent #6d2103 transparent transparent;
   	}

    .intermittent.tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        display:none;
        border-color: transparent #6d2103 transparent transparent;
    }


.portrait {
	margin-top: -120px;
}




.portalControl {
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 250px;
    padding: 10px 0px;
    margin: 20px 20px;
   
    
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
    font-size: 47px;
    color: #000;
    
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

	.portalControl:hover, .portalControl.active {
	    background: linear-gradient(to bottom, rgba(244,250,225,1) 0%,rgba(218,232,175,1) 100%);
	}

	.portalControl.active::after   {
	    content: " ";
	    position: absolute;
	    top: 100%;
	    right: 45%; 
	    margin-left: 215px;
	    border-width: 18px;
	    border-style: solid;
	    border-color: #dae8af transparent transparent transparent;
   	}


.portalControlSmall {
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 220px;
    padding: 10px 0px;
    margin: 20px 10px;
   
    
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
    font-size: 31px;
    color: #000;
    
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

	.portalControlSmall:hover, .portalControlSmall.active {
	    background: linear-gradient(to bottom, rgba(244,250,225,1) 0%,rgba(218,232,175,1) 100%);
	}

	.portalControlSmall.active::after   {
	    content: " ";
	    position: absolute;
	    top: 100%;
	    right: 45%; 
	    margin-left: 215px;
	    border-width: 18px;
	    border-style: solid;
	    border-color: #dae8af transparent transparent transparent;
   	}




#divDetails {
	margin-top: 30px;
}

#divDetails_Summary {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #655f5d;
}
	
	#divDetails_Grid {
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
	    font-size: 18px;
	    color: #655f5d;
	    
	    /*overflow-x: scroll;*/
	}
	
	#third {
		width: 30%;
		display: inline-table;
		vertical-align: top;
	}


.third {
    width: 30%;
    display: inline-table;
    vertical-align: top;
}

.fourth {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}


@supports (-ms-ime-align:auto) {
	.portrait {
		margin-top: -119px;
	}
}

#quote {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0px 0px 0px;
}


#footer {
	
}

	#ambest {
		background: linear-gradient(#eaeaea, #fafafa);
		border-top: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		width: 100%;
		margin: 0 auto;
	}

		#ambest p {
			display: inline;	
		}
	
		#ambest #symbol {
			position: absolute;
			margin-top: -35px;
			margin-left: 345px;
			text-align: center;
		}
		
			#ambest #symbol img {
				width: 220px;
			}
			
		#ambest #wrap {
			width: 90%;
			max-width: 1068px;
			margin: 0 auto;
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 18px;
			line-height: 30px;
			color: #000000;
			text-align: center;
			padding: 42px 0px;

		}
		
	#contact {
		text-align: center;	
		padding: 40px 0px;
		border-bottom: 1px solid #cacaca;
		
		width: 85%;
		margin: 0 auto;
	}
	
		#contact.topBorder {
			border-top: 1px solid #cacaca;
		}
	
		#contact #phone {
			display: none;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 40px;
			letter-spacing: 3px;
			color: #655f5d;
			text-align: center;
			padding-top: 42px;
			margin-right: 30px;
		}

		#contact #tag {
			display: inline;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			font-size: 16px;
			letter-spacing: 3px;
			color: #655f5d;
			text-align: center;
			padding-top: 62px;
			
		}
		
	#utility {
		padding: 30px 0px 50px 0px;
		text-align: center;
		
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 1px;
		color: #000000;
		text-align: center;
	}
	
		#utility a {
			color: #000000;
			text-decoration: none;
			margin-right: 5px;
			margin-left: 5px;
		}
		
			#utility a:hover {
				color: #6d2103;
			}
	
		#utility #nav {
			text-transform: uppercase;
		}



/* -- WORKSITE -- */

#banner-ws {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-size: contain;
	min-height: 563px;
	max-height: 563px;
}

	#banner-ws-w {
		background: url(/wp-content/uploads/2019/11/banner-ws-1-w.jpg) right no-repeat;
		background-size: cover;
		min-height: 563px;
		max-height: 563px;
	}

	#banner-ws #wrap {
		position: relative;
		z-index: 20000;
	}
	
	#banner-ws #img_container {
		position: absolute;
		z-index: 0;
		height: 563px;
		width: 100%;
		max-width: 1200px;
		text-align: center;
		overflow: hidden;
	}

		#banner-ws #img_container_wrap {

		}

			#banner-ws #img_container img{
				position: absolute;
				top:0;
				display:none;
				max-width: 1200px;
				margin-left: -490px;
				height:100%;
			}

	
	#banner-ws-w #img_container {
		display: none;
		position: absolute;
		z-index: 0;
		height: 563px;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}

		#banner-ws-w #img_container_wrap {

		}

			#banner-ws-w #img_container img{
				position: absolute;
				top:0;
				left: 0;
				display:none;
				width:100%;
				height:100%;
			}

#divDownloadNow {
	display: none;
}

h5 {	
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #02819f;
}

h6 {	
	font-size: 60px;
	line-height: 85px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0px;
}

.copymedium {
	font-size: 16px;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
}


#banner-ws #wrap {
	width: 50%;
}

.ctabutton {
	border: 0px;
	border-radius: 6px;
	background-color: #556c11;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}

	.ctabutton.bl {
		background-color: #000;	
	}

.ws-darkblue {
	background-color: #155c6f;
	color: #ffffff;
}

.ws-lightblue {
	background-color: #02819f;
	color: #ffffff;
}

.ws-blue {
	background-color: #027f9b;
	color: #ffffff;
}

.ws-green {
	background-color: #546c11;
	color: #ffffff;
}

.ws-gray {
	background: url(/wp-content/uploads/2019/11/cap-g.jpg) left no-repeat #fbfbfd;
	background-size: contain;
}

.ws-clear {
	background: url(/wp-content/uploads/2019/11/cap-w.jpg) right no-repeat #fff;
	background-size: contain;
}


.ws-panel {

}

	.ws-panel #wrap {
		width: 90%;
		max-width: 1200px;	
		margin: 0 auto;
		padding: 120px 0px 140px 0px;
	}
	
	.ws-panel #side {
		width: 20%;
		display: inline-table;
		min-height: 200px;
		height: 100%;
		vertical-align: middle;
		text-align: center;
		padding: 0px;
	}
	
		.ws-panel #side img {
			width: 80%;
			max-width: 200px;
			vertical-align: middle;
		}
		
			
	.ws-panel #middle {
		width: 60%;
		display: inline-table;
		vertical-align: top;
	}

		.ws-panel #middle #text {
			width: 90%;
			max-width: 1200px;
			margin: 30px auto;
		}


.columnHalf {
	width: 45% !important;
	margin: 0 auto;
	text-align: left;
}

.translucent {
	color: #fff;
	opacity: 0.5;	
}

.w {
	color: #fff;
}

.lb {
	color: #8dbcca;
}

.underline-b {
	border-bottom: 4px solid #02819f;
}

.underline-g {
	border-bottom: 4px solid #546c11;
}

.ul-check {
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}

	.ul-check li {
		background: url(/wp-content/uploads/2019/11/icon-check.png) 0px 10px no-repeat;
		padding: 5px 0px 5px 30px;
		display: inline-table;
		width: 40%;
	}
	
.textAlignLeft {
	text-align: left !important;
}
	
.textAlignRight {
	text-align: right !important;
}

.showMobileOnly {
	display: none;
}

div.wpcf7-response-output {
	font-size: 16px;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

			#banner-ws #img_container img{
				position: absolute;
				top:0;
				display:none;
				max-width: 1200px;
				margin-left: 105px;
				height:100%;
			}
	
}


@media only screen and (max-width: 1058px) {
	#banner-ws #img_container {
		display: none;
	}
	
	#banner-ws #wrap {
		width: 80%;
		margin: 0 auto;
	}

	.ws-gray {
		background: none;
		background-color: #fbfbfd;
		background-size: contain;
	}
	
	.ws-clear {
		background: none;
		background-color: #fff;
		background-size: contain;
	}

	.columnHalf {
		width: 90% !important;
		margin: 0 auto;
		text-align: center;
		margin-right: 0px !important;
	}
	
	.ul-check li {
		width: 100%;
	}
	
	.showMobileOnly {
		display: block;	
	}


}


/*-- MENU --*/


.dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 10px;
}

.dropdown-content a:hover { }

.dropdown:hover .dropdown-content {
    display: block;
}


/*-- ELEMENTS --*/

.Gridheader {
    /* background: linear-gradient(to bottom, rgba(86,108,17,1) 0%,rgba(115,138,42,1) 50%,rgba(115,138,42,1) 51%,rgba(145,170,66,1) 100%); */
    color: #585858;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 2px solid #f4f4f4;
}
    td.Gridheader  {
        padding-left: 15px;
    }

.GridRow {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

    .GridRow td {
        padding: 4px 15px;
        border-bottom: 2px solid #f4f4f4;
    }

.GridNote {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

div.GridNote {
    text-align: right;
    margin-top: 10px;
    margin-right: 5px;
}

    .GridNote td {
        padding: 4px 20px;
    }

.GridSummary {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 4px;
}

    .GridSummary td {
        background: #f4f4f4;
        border-top: 3px solid #fff;
        padding: 4px 15px;
    }
    
    
ul.expansion {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

	ul.expansion li {
		max-height: initial;
		height: auto;
		overflow: hidden;
		
		padding-right: 25px;
		
		background: url(/wp-content/uploads/2018/08/arrow-up.png) right 40px no-repeat;

		 -moz-transition: all 0.5s ease-in;
    	-o-transition: all 0.5s ease-in;
   	 	-webkit-transition: all 0.5s ease-in;
   		 transition: all 0.5s ease-in;
	}

	ul.expansion li div {
		display: none;
	}

	ul.expansion li h3 {
		text-align: left;
	}

	ul.expansion li.expandItem {
		cursor: pointer;
	}
	
	ul.expansion li.expanded {
	
		background: url(/wp-content/uploads/2018/08/arrow-down.png) right 40px no-repeat;
		
		max-height: 2000px;
		overflow: hidden;
	}

		ul.expansion li.expanded div {
			display: block;
		}

	ul.expansion li ol.reference {
		list-style: numeric;		
	}

		ul.expansion li ol li {
				background: none;
		}

ul.expansion li ul {
	margin: 20px;
	list-style: circle;	
}

	ul.expansion li ul li, ul.expansion li ol li {
		max-height: none;
		overflow: visible;
		
		background: none;
	}
	
	ul.expansion li.expanded ul li, ul.expansion li.expanded ol li {
		max-height: none;
		overflow: visible;
		
		background: none;
	}

.wp-video {
	width: 90% !important;
}

.wideVideo {
	width: 100% !important;
	height: auto !important;
}



#row.shadow {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 20px;
	padding-bottom: 10px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn, .btn-lrg {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #655f5d;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Open Sans', sans-serif;
}

	.stretch {
		width: 100%;
	}

	.btn-lrg {
		font-size: 22px;
	}

	.btn:hover, .btn-lrg:hover {
		background-color: #f4f4f4;
	}
	

#infoBox
{
	text-align: center;	
}

	#infoBox:hover #infoBox-Detail {
		display: block;
	}
	
		#infoBox-Detail:hover  {
			display: block;
		}

	#icon-question {
		border: 1px solid #cccccc;
		border-radius: 50px;
		display: inline-block;
		width: 30px;
		text-align: center;
		padding: 0px;
	}
	
		#infoBox:hover #icon-question {
			background-color: #f7f7f7;

		}
	
	#infoBox-Detail {
		background-color: #ffffff;
		position: absolute;
		width: 280px;
		border: 1px solid #cccccc;
		padding: 20px 30px 20px 30px;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
		z-index: 20000;
		text-align: left;
	}
	
	
.form-container {
	background-color: #f7f7f7;
	padding: 40px 20px;
	border: 1px dotted #cccccc;
}

.form-text {
	width: 93%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.form-text-narrow {
	width: 90%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.form-hidden {
	display: none;
}


.form-button {
	border: 0px;
	border-radius: 6px;
	background-color: #556c11;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	
	-moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;	
 
}

	.form-button:hover {
		opacity: 0.7;
	}


.form-button-bl {
	border: 0px;
	border-radius: 6px;
	background-color: #000;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	
	-moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;	
 
}

	.form-button-bl:hover {
		opacity: 0.7;
	}

/* only put this on the forms that need it
    input[type=radio] { transform: scale(2); }*/


/*-- FONTS --*/

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 55px;
	color: #000000;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #000000;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
	color: #000000;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000000;
}

	h4 a {
		text-decoration: none;
	}

.highlight {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 21px;
	line-height: 42px;
	color: #000000;
}

.contenttext {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 34px;
}

.bodytext {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

strong {
	font-weight: 700;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub { 
  top: 0.4em; 
}

ul {
	list-style: none;
}

	ul li {
		background: url('/wp-content/uploads/2021/12/bp.png') no-repeat 0px 7px;
		padding: 0px 0px 0px 30px;
	}

		ul li ul {
			list-style: circle;
		}

			ul li ul li {
				background: none;
				padding: 0px;
			}

ul.bullet_icon {
	list-style: none !important;
}

	ul.bullet_icon li {
		background: url('/wp-content/uploads/2021/12/bp.png') no-repeat 0px 7px !important;
		padding: 0px 0px 0px 30px !important;
	}

		ul.bullet_icon li ul {
			list-style: circle !important;
		}

			ul.bullet_icon li ul li {
				background: none !important;
				padding: 0px !important;
			}

.pop {
	color: #0082a0;
}

.cR {
	color: #792720;
}

.cY {
	color: #836414;
}

.cG {
	color: #4d5a11;
}

.center {
	text-align: center;
}


@media only screen and (max-width: 1000px) and (min-width: 701px) {
	
	#header #navigationBar {
		font-size: 20px;
		font-weight: normal;
		line-height: 36px;
	}

		#header #navigationBar .submenu {
			margin-left: 20px;
			font-size: 15px;
			line-height: 30px;
		}
	
}


@media only screen and (max-width: 700px) {
	
	#header #navigationBar {
		font-size: 24px;
		font-weight: normal;
		line-height: 48px;
	}

		#header #navigationBar .submenu {
			margin-left: 20px;
			font-size: 18px;
			line-height: 40px;
		}
	
}


@media only screen and (max-width: 1000px) {

	#page {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
	}
	
	#header {
		width: 100%;
		height: 160px;
	}
	
		#header #logo {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			padding-top: 20px;
			width: 100%;
			display: block;
			vertical-align: middle;
			height: auto;
			
			text-align: center;
		}
		
		#header #tag {
			display: block;
			vertical-align: middle;
			
			text-align: center;
			
			width: 100%;
			padding-top: 0px;
			margin-bottom: 30px;
		
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
			color: #933c06;
			letter-spacing: 4px;		
		}

	#header #navigation {
		display: none;
	}

	#header #actions {
		width: 100%;
		display: inline-table;
		vertical-align: top;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 5px;
		padding-top: 20px;
		text-align: center;
	}
	
		#header #actions ul {
			margin: 0px;
			padding: 0px;
		}
	
			#header #actions ul li {
				margin-right: 5px;
				margin-left: 5px;
			}
	
		#header #actions a {
			font-family: 'Montserrat', sans-serif;
			font-size: 16px;
			color: #2b2b2b;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#header #actions a.blue {
				background-color: #0082a0;
				padding: 9px 15px;
				color: #fff;
				border-radius: 6px;
			}

			#header #actions a.brown {
				background-color: #933c06;
				padding: 9px 15px;
				color: #fff;
				border-radius: 6px;
			}
			
			#header #actions a.green {
				background-color: #556c11;
				padding: 9px 15px;
				color: #fff;
				border-radius: 6px;
			}

			#header #actions a.blue:hover {
				color: #a8ecfc;
			}

			#header #actions a.brown:hover {
				color: #fbd1b7;
			}

			#header #actions a.green:hover {
				color: #e0f79b;
			}


		
			#header #actions a:hover {
				color: #6d2103;
			}
	
		#header #actions .dropdown-content {
			z-index: 500000;			
		}
		
		#header #actions .dropdown-content a {
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
			z-index: 500000;
		}
		
			#header #actions .dropdown-content a:hover {
				font-weight: bold;
			}
	
	#header #navigationControl {
		display: inline;
	}
	
	#header #navigationBar {
		display: inline;
		font-weight: normal;
	}

		#header #navigationBar .submenu {
			margin-left: 20px;
		}
		
		#header #navigationBar #marginWrap {
			padding-top: 20px;
			padding-bottom: 40px;
			display: block;
		}


	#banner {
		background: none;
		width: 100%;
		min-height: 445px;
		max-height: 445px;
		background-size: auto;
		padding-top: 20px;
		margin-bottom: 70px;
	}
	
		#banner.noMenu {
			min-height: 135px;
			max-height: 135px;
		}
	
		#banner.careers {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-1.png) center top no-repeat;
			background-size: 1100px 142px;
		}
	
		#banner.team {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-2.png) center top no-repeat;
			background-size: 1100px 142px;
		}
	
		#banner.meeting {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-3.png) center top no-repeat;
			background-size: 1100px 142px;
		}

		#banner.classroom {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-mobile.jpg) center top no-repeat;
			background-size: 1100px 142px;
		}
	
		#banner.join {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-5.png) center top no-repeat;
			background-size: 1100px 142px;
		}
	
		#banner.discussion {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-6.png) center top no-repeat;
			background-size: 1100px 142px;
		}
	
		#banner.consult {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-13.png) center top no-repeat;
			background-size: 1100px 142px;
		}
		
		#banner.teacher {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-8.png) center top no-repeat;
			background-size: 1100px 142px;
		}
		
		#banner.workforce {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-9.png) center top no-repeat;
			background-size: 1100px 142px;
		}
		
		#banner.inspired {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-11.png) center bottom no-repeat;
			min-height: 250px;
			max-height: 250px;
			background-size: cover;
		}
	
		#banner.benefits {
			width: 100%;
			background: url(/wp-content/uploads/2018/10/banner-s-12.png) center bottom no-repeat;
			background-size: auto;
		}
	
		#banner #photo {
			background: url(/wp-content/uploads/2018/10/banner-s-mobile.jpg) no-repeat;
			background-size: auto;
			width: 100%;
			display: inline-table;
			vertical-align: top;
			height: 600px;
		}

		#banner #img_container {
			position: absolute;
			z-index: 0;
			height: 260px;
			width: 100%;
			max-width: 1900px;
			text-align: center;
			overflow: hidden;
		}

				#banner #img_container img{
					position: absolute;
					top:0;
					display:none;
					width:100%;
					min-width: 1100px;
					margin-left: -550px;
					*margin-left: 0px !important;
					height:100%;
				}
	
		#banner #wrap {
			width: 100%;
			margin: 0 auto;
			text-align: center;
			padding-top: 0px;
		}
		
	#banner #product {
		width: 547px;
		display: inline-table;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 240px;
		z-index: 400000;
		cursor: pointer;
	}
	
		#banner #product #marker {
			position: absolute;
			margin-left: 445px;
			margin-top: 30px;
			

		}
		
			#banner #product #block-2:hover #marker {
				position: absolute;
				margin-left: 445px;
				margin-top: 30px;
			}
			
		
			#banner #product #marker a {
				background-color: #ffffff;
				border-radius: 3px;
				
				font-family: 'Open Sans', sans-serif;
				font-weight: bold;
				font-size: 15px;
				color: #3f2116;
				padding: 4px 10px;
				
				text-decoration: none;
				

			}
			
			#banner #product #marker.yellow a {
				color: #916d00;
			}
			
			#banner #product #marker.green a {
				color: #566c11;
			}
			
		#banner #product #icon #iconImg {
			width: 75px;
			height: 70px;
		}

	
		#banner #product #blockOuter {
		    display: table;
		    position: absolute;
		    height: 90px;
		    width: 547px;
		    
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}

		#banner #product #blockMiddle {
		    display: table-cell;
		    vertical-align: middle;
    	}
    	
    	#banner #product #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #product #icon img {
			    -moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
		
    	#banner #product #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #000;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
		#banner #product #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 160px;
		}
		
		#banner #product #subNav {
			position: absolute;
			margin-top: 50px;
			padding: 20px 0px;
			border-top: 0px;
			width: 547px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			text-align: center;
			
		    -moz-transition: all 0.6s ease-in;
		    -o-transition: all 0.6s ease-in;
		    -webkit-transition: all 0.6s ease-in;
		    transition: all 0.6s ease-in;

		}
		
			#banner #product #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #product #subNav a.green {
				background-color: #556c11;
			}

			#banner #product #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #product #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 10px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #product #subNav a:hover {
					opacity: 0.7;
				}

	
		#banner #product #block-1 {
			width: 100%;
			height: 90px;
			
			vertical-align: middle;	
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
			
		#banner #product #block-2 {
			width: 100%;
			height: 90px;
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}

		#banner #product #block-3 {
			width: 100%;
			height: 90px;
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
	
			
		#banner #product #block-4 {
			width: 100%;
			height: 90px;
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}


		#banner #product #block-1:hover #subNav, #banner #product #block-2:hover #subNav, #banner #product #block-3:hover #subNav, #banner #product #block-4:hover #subNav {
			opacity: 1;
		}


			#banner #product #block-1:hover
			{

			}
			
			#banner #product #block-2:hover
			{

			}
			
			#banner #product #block-3:hover
			{

			}
			
			#banner #product #block-4:hover
			{

			}
		
			#banner #product #block-1:hover #blockOuter {

			}
			
			#banner #product #block-2:hover #blockOuter {

			}
			
			#banner #product #block-3:hover #blockOuter {

			}
			
			#banner #product #block-4:hover #blockOuter {

			}
			
			#banner #product #block-1 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-disability-off.png) no-repeat;
				background-size: cover;
				
				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
			
			#banner #product #block-2 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-life-off.png) no-repeat;
				background-size: cover;

				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
						
			#banner #product #block-3 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-work-off.png) no-repeat;
				background-size: cover;
				
				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
			
			#banner #product #block-4 #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-quick-off.png) no-repeat;
				background-size: cover;
				
				-moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}

			
			#banner #product #block-1:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-disability-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-2:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-life-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-3:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-work-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-4:hover #icon #iconImg {
				background: url(/wp-content/uploads/2018/08/p-quick-on.png) no-repeat;
				background-size: cover;
			}
	
	

	#banner #platform {
		width: 400px;
		display: inline-table;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 105px;
	}

		#banner #platform.noTopMargin {
			margin-top: -20px !important;
		}

				
		#banner #platform #icon #iconImg {
			width: 75px;
			height: 45px;
		}

	
		#banner #platform #blockOuter {
		    display: table;
		    position: absolute;
		    height: 45px;
		    width: 400px;
		    
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
			#banner #platform #block:hover
			{
				height: 45px;
			}
						
			#banner #platform #block.sub:hover
			{
				height: 110px;
			}
		
			#banner #platform #block:hover #blockOuter {
				height: 45px;
			}
			
			#banner #platform #block.sub:hover #blockOuter {
				height: 45px;
			}
			
		
		#banner #platform #blockMiddle {
		    padding-top: 10px;
		    vertical-align: middle;
    	}
    	
    	#banner #platform #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #platform #icon img {
			    -moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}


		#banner #platform #block-title {
			width: 100%;
			height: 55px;
			vertical-align: middle;	
			background-color: #0082a0;
			
			border-radius: 10px 10px 0px 0px;
			
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 21px;
			color: #fff;

			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}

		#banner #platform #block {
			width: 100%;
			height: 45px;
			vertical-align: middle;	
			border-top: 1px solid #eaeaea;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
			#banner #platform #block:hover {
			}
			
						
				#banner #platform #block:hover #icon img {

}
				
				#banner #platform #block:hover #caption {

				}
			
			#banner #platform #block.sub:hover #subNav {
				opacity: 1;
			}
		
    	#banner #platform #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 18px;
			color: #000;
			
			margin-left: 50px;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
		}
		
			#banner #platform #caption a {
				color: #000;
				text-decoration: none;
			}
			
			#banner #platform #caption a:hover {
				color: #0082a0;
				text-decoration: none;
			}
			
			#banner #platform #caption a.active {
				color: #0082a0;
				text-decoration: none;
				font-weight: bold;
			}
		
			#banner #platform #block-title #caption, #banner #platform #block-title #caption a {
				margin-top: 15px;
				color: #fff;
			}

		
		#banner #platform #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 50px;
		}
		
		#banner #platform #subNav {
			position: relative;
			display: block;
			margin-top: 5px;
			padding: 0px 0px;
			border-top: 0px;
			width: 400px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			text-align: center;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;

		}
		
			#banner #platform #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #platform #subNav a.green {
				background-color: #556c11;
			}

			#banner #platform #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #platform #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 0px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #platform #subNav a:hover {
					opacity: 0.7;
				}


	#halfColumn {
		width: 100%;
	}
	
	
	#box {
		display: inline-table;
		width: 45%;
		margin: 0 10px;
		margin-bottom: 30px;
		box-shadow: 0px 0px 20px #ccc;
		vertical-align: top;
	}

	#segment {
		width: 100%; 
		display: inline-table; 
		margin-right: auto;
		margin-left: auto;
		vertical-align: top; 
		text-align: left;
		box-shadow: 0px 0px 20px #ccc;
	}

		#segment #container {
			padding: 5px 20px; 
			min-height: auto;
		}

		#segment #control {
			padding:  5px 20px 20px 20px;
		}


	#standout {
		background-color: #0082a0;
		padding: 55px 0 75px 0;
		margin-bottom: 70px;
		width: 100%;
	}

		#standout #wrap {
			width: 65%;
			max-width: 1240px;
			margin: 0 auto;
		}

		#standout #label {
			margin-left: 0px;
			margin-top: 20px;
			margin-bottom: 0px;
			margin-right: 0px;
			width: 100%;
			max-width: auto;
			display: inline-table;
			vertical-align: middle;
			text-align: center;

			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 30px;
			color: #ffffff;
		}

			#standout #label.full {
				width: 100%;	
			}

		#standout #links {
			margin-top: 20px;
			margin-bottom: 0px;
			width: 100%;
			max-width: auto;
			display: inline-table;
			vertical-align: middle;

			font-family: 'Montserrat', sans-serif;
			font-size: 15px;
			font-weight: normal;
			color: #ffffff;
			text-align: center;

			-moz-transition: all 0.3s ease-in;
			-o-transition: all 0.3s ease-in;
			-webkit-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;

		}

			.dim {
				opacity: 0.3;
			}

			.bright {
				opacity: 1;	
			}

			#standout #links ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
				text-align: center;
			}	

			#standout #links ul li {
				display: inline-block;
				text-align: center;
			}

			#standout #links a {
				display: inline-block;
				padding: 20px 20px;
				border: 1px solid rgba(255,255,255,.3);
				color: #ffffff;
				text-decoration: none;
				text-transform: uppercase;	
				text-align: center;
			}


				
	#tailor {
		background-color: #566c11;
		padding: 20px 0 40px 0;
	}
		
		#tailor #wrap {
			width: 90%;
			margin: 0 auto;
			padding: 0px 0px;
		}
	
		#tailor.sub #label {
			display: none;
		}
		
		#tailor.sub #circles {
			width: 100%;
		}
	
		#tailor #label {
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-top: 40px;
			padding-bottom: 20px;
			width: 100%;
			display: block;
			vertical-align: middle;
			text-align: center;
	
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 35px;
			color: #ffffff;
		}
	
		#tailor #circles {
			margin-top: 0px;
			margin-bottom: 0px;
			padding-top: 30px;
			padding-bottom: 20px;
			width: 100%;
			display: block;
			vertical-align: middle;
	
			font-family: 'Montserrat', sans-serif;
			font-size: 15px;
			font-weight: normal;
			color: #ffffff;
			text-align: center;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
	
		}
		
			.home #tailor #circles {
				padding-top: 20px;
				padding-bottom: 40px;
			}
		
			#tailor #circles #circle img {
				margin-bottom: 7px;
				width: 100px;
			}
			
			#tailor #circles #circle {
				display: inline-table;
				margin-left: 15px;
				margin-right: 15px;
			}
			
			#tailor #circles #circle-1, #tailor #circles #circle-2, #tailor #circles #circle-3 {		
			    -moz-transition: all 0.3s ease-in;
			    -o-transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			    transition: all 0.3s ease-in;
			}
			
			.dim {
				opacity: 0.3;
			}
			
			.bright {
				opacity: 1;	
			}
			
			#column .glow #heading {
				background: url(/wp-content/uploads/2018/08/heading-bg-hover.gif) bottom repeat-x;
				opacity: 1;	
			}
	
			
			#tailor #circles a {
				color: #ffffff;
				text-decoration: none;	
			}
			
				
	#mast {
		background-color: #dddddd;
		padding: 0px 0 0px 0;
		width: 100%;
	}
	
		#mast #label {
			margin-left: 0px;
			margin-top: 20px;
			margin-bottom: 0px;
			width: 100%;
			display: inline-table;
			vertical-align: top;
			
			text-align: center;
	
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 30px;
			color: #ffffff;
		}
	
		#mast #utility {
			margin-top: 0px;
			margin-bottom: 0px;
			width: 100%;
			display: inline-table;
			vertical-align: top;
	
			font-family: 'Montserrat', sans-serif;
			font-size: 15px;
			line-height: 22px;
			font-weight: normal;
			color: #5d5e60;
			text-align: center;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
	
		}
		
			#mast #utility #wrap {
				padding-top: 0px;
			}
	
			#mast #utility a {
				color: #6d2103;
				font-size: 12px;
				font-weight: bold;
			}

		

	#block {
		width: 100%;
		display: inline-table;
		vertical-align: top;
		margin-right: 30px;
	}
	
		#block.noRightMargin {
			margin-right: 0px;
		}
		
		#block #heading {
			background-color: #f4f4f4;
			background: url(/wp-content/uploads/2018/08/heading-bg.gif) bottom repeat-x;
			border-bottom: 1px solid #cccccc;
			font-family: 'Montserrat', sans-serif;
			font-size: 20px;
			text-align: center;
			padding: 20px 0px;
			
		    -moz-transition: all 0.2s ease-in;
		    -o-transition: all 0.2s ease-in;
		    -webkit-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
		}

	
			
	#square {
		width: 100%;
		display: inline-table;
		vertical-align: top;
		margin-right: 0px;
		margin-top: 20px;
		
		color: #fff;
	}
	
		#square #leftLean {
			padding-right: 0px;	
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		#square #rightLean {
			padding-left: 0px;	
			padding-top: 10px;
			padding-bottom: 10px;
		}
	
	
		#square.r {
			background-color: #6d2103;
		}
		
		#square.g {
			background-color: #6e8133;
		}
		
		#square a {
			color: #fff;
		}
	
	
		#square.noRightMargin {
			margin-right: 0px;
		}
		
		#square #heading {
			font-family: 'Montserrat', sans-serif;
			font-size: 20px;
			text-align: center;
			padding: 20px 0px;
			
			color: #fff;
			
		    -moz-transition: all 0.2s ease-in;
		    -o-transition: all 0.2s ease-in;
		    -webkit-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
		}
	
	.portrait {
		display: none;
	}

			
	#footer {
		
	}
	
		#ambest {
			width: 100%;
			margin: 0 auto;
		}
		
			#ambest #symbol {
				position: absolute;
				margin-top: -21px;
				margin-left: 180px;
				text-align: center;
			}
			
				#ambest #symbol img {
					width: 145px;
				}
				
			#ambest #wrap {
				width: 100%;
				font-family: 'Open Sans', sans-serif;
				font-weight: 200;
				font-size: 18px;
				color: #000000;
				text-align: center;

			}
			
		#contact {
			text-align: center;	
			padding: 20px 0px;
			border-bottom: 1px solid #cacaca;
			
			width: 85%;
			margin: 0 auto;
		}
	
			
			#contact #phone {
				display: block;
				vertical-align: middle;
				
				font-family: 'Open Sans', sans-serif;
				font-weight: 200;
				font-size: 40px;
				letter-spacing: 3px;
				color: #655f5d;
				text-align: center;
				padding-top: 0px;
				margin-right: 0px;
			}
	
			#contact #tag {
				display: block;
				vertical-align: middle;
				
				font-family: 'Open Sans', sans-serif;
				font-weight: 200;
				font-size: 16px;
				letter-spacing: 3px;
				color: #655f5d;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 10px;
			}
	
	
	#utility {
		padding: 30px 0px 50px 0px;
		text-align: center;
		
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 1px;
		color: #000000;
		text-align: center;
	}
	
		#utility a {
			color: #000000;
			text-decoration: none;
			width: 100%;
			display: block;
		}
		
			#utility a:hover {
				color: #6d2103;
			}
	
		#utility #nav {
			text-transform: uppercase;
		}

			
	#infoBox
	{
		
	}
	
		#infoBox:hover #infoBox-Detail {
		}
	
		#icon-question {
			display: none;
		}
		
			#infoBox:hover #icon-question {
			}
		
		#infoBox-Detail {
			background-color: #ffffff;
			position: relative;
			display: block;
			width: 100%;
			border: 0px;
			padding: 0px 0px;
			box-shadow: none;
			z-index: 20000;
		}



	.floatRight, .floatLeft {
		width: 35%;
		max-width: 400px;
		text-align: center;
		margin-bottom: 14px;
		vertical-align: top;
	}
	
	.floatLeft {
		display: inline-block;
		margin-right: 30px;
	}

	.form-text {
		font-size: 27px;
	}
	
	.form-button {
		opacity: 1;
	}
	
	.btn {
	    display: inline-block;
	    padding: 6px 22px;
	    margin-bottom: 0;
	    font-size: 19px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    cursor: pointer;
	    background-image: none;
	    background-color: #ffffff;
	    border: 1px solid #cccccc;
	    border-radius: 6px;
	    
	    -moz-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;
	
	    
		font-family: 'Open Sans', sans-serif;
	}

	#column {
		width: 100%;
	}

        #column ul li#submenu_PFL_Charts_Header {
            width: 91%;
        }

}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }

        ul.tabs li.current {
            background: rgba(238,238,238,1);
            color: #222;
        }

.tab-content {
    display: none;
    padding: 15px;
    border-top: rgba(238,238,238,1) 1px solid;
}

    .tab-content.current {
        display: inherit;
    }

@media print {
    .tab-content {
        display: inherit;
    }
}

.table-styled {
    width: 640px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table-styled tr td {
        padding-bottom: 5px;
    }

.white-border {
    border: 1px #fff solid !important;
}

.GridDark {
    background: #ececec !important;
}

.ErrorMessage {
    font-weight: bold;
    color: #990000;
}

.WhatIs {
    /*float: left;
    position: absolute;
    max-width: 200px !important;
       bottom: 120px;*/
    border-bottom: 0 !important;
}

#column ul li.WhatIs {
    background: white;
}

#column ul li {
    border-bottom: 1px solid #cccccc;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 41px;
}

#column #column-dbl, #column #column-pfl, #column #column-login {
    min-height: 575px;
}

#column ul.LoginTo li {
    line-height: 28px !important;
}

.FAQ {
    list-style: none;
}

    .FAQ a:link {
        text-decoration: underline !important;
    }

    .FAQ li {
        line-height: 200%;
    }

    .FAQ thead {
        font-weight: bold;
        padding: 5px;
        vertical-align: top;
        text-align: left;
    }

    .FAQ table td {
        padding: 5px;
        vertical-align: top;
        text-align: left;
    }

#pnlPolicies a {
    text-decoration: underline;
}

li#submenu_PFL_Charts_Header {
    line-height: 28px !important;
}

.productSubmenu ul li {
    line-height: 21px !important;
}

.divAlert {
    font-family: 'Open Sans', sans-serif;
    background: #d91313;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}

.label {

    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.table_scrollable{
    overflow:auto;
    min-height:100px;
}

#spnDBLPFL {
    display: none;
}
.GridTable {
    font-family: 'Open Sans', sans-serif;
}

.FancyTable, .FancyTable td {
    border-top: 1px solid #dee2e6;
    padding: 10px;
    display:table-cell;
}

.FancyTableHeader{
    font-weight:bold;
}
    .FancyTableHeader th {
        border-top: none;
        padding: 10px;
        /*border-bottom: 3px #000 solid;*/
        padding-left: 20px;
        background-color: #6d2103;
        text-align:left;
        color:#fff;
    }

.text-right{
    text-align:right;
}

.padding-left-small{
    padding-left:4px;
}

.form-text-small{
    width:200px;
    font-size:14px;

}

.info-text {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.dblOnlyImg{
    left:35%;
    position:relative;
}