@import url('PopupWindow.css');
@import url('global.css');
@import url('registration.css');
@import url('/css/fonts/roboto/roboto.css');

        html, body,form
		{
            margin: 0px;
            padding: 0px;
			height:100%;
			width:100%;
			/*background: #FAFAFA;*/
			background: #FFF;
        }
		
		body
		{
			color: black;
			font-family: 'Open Sans',Arial,sans-serif;
			font-size: 14px;
			line-height: 20px;
			letter-spacing: 0.015em;
			font-weight:normal;
			min-height: 100%;
			position: relative;
			height: auto !important;
		}

		table
		{
			font-family: 'Open Sans',Arial,sans-serif;
			font-size: 16px;
			line-height: 26px;
		}
		
		img
		{
			border:none;
		}
		
		a:link, a:visited, a:active,a.redlink:link, a.redlink:visited,a.redlink:active,.NormalRed
		{ 	
			color: #B60002; 
			font-family: 'Open Sans';
			font-size: 14px;
			line-height: 20px;
			letter-spacing: 0.015em;
			font-weight:normal;
		}
		a:link, a:visited, a:active,a.redlink:link, a.redlink:visited,a.redlink:active{
			text-decoration:underline;
		}
		a:hover,a.redlink:hover, a.redlink:hover .NormalRed
		{
			text-decoration: none; 
		}	
		
		/*table, tr, td ,div,ul li,p,.inputtext,label,p.inputtext
		{
			
		}*/
		
		p.inputtext
		{
			margin:10px 0px;
		}
		
		select, input[type="text"],input[type="password"]
		{
			background: none repeat scroll 0 0 #FFF;
			border: 1px solid #BFBFBF;
			border-radius: 4px;
			color: #555555;
			font-family: "Open Sans";
			font-size: 16px;
			line-height: 100%;
			padding-bottom: 7px;
			padding-left: 20px;
			padding-top: 7px;
			  -webkit-transition: all 0.30s ease-in-out;
			  -moz-transition: all 0.30s ease-in-out;
			  -ms-transition: all 0.30s ease-in-out;
			  -o-transition: all 0.30s ease-in-out;
			  outline: none;
		}
		input[type="text"],input[type="password"]{
			padding-top: 10px;
			padding-bottom: 10px;
		}
		select:focus,input[type="text"]:focus,input[type="password"]:focus{
			border-color: #EFA259;
			box-shadow: 0 0 5px #EFA259;
		}
		select:disabled,input[type="text"]:disabled,input[type="password"]:disabled{
			background-color: #ddd;
		}
		textarea
		{
			background: none repeat scroll 0 0 #FFF;
			border: 1px solid #BFBFBF;
			border-radius: 4px;
			color: #555555;
			font-family: 'Open Sans';
			font-size: 16px;
			line-height: 130%;
			padding-bottom: 10px;
			padding-left: 20px;
			padding-top: 10px;	
			  -webkit-transition: all 0.30s ease-in-out;
			  -moz-transition: all 0.30s ease-in-out;
			  -ms-transition: all 0.30s ease-in-out;
			  -o-transition: all 0.30s ease-in-out;
			  outline: none;
		}
		textarea:focus{
			border-color: #EFA259;
			box-shadow: 0 0 5px #EFA259;
		}
		select:hover,input[type="text"]:hover,input[type="password"]:hover,textarea:hover
		{
			background-color:#FFFFFF;
		}
@media only screen and (max-width: 768px) 
{
	select, input[type="text"],input[type="password"], textarea{
		font-size: 16px;
	}
}
		
		/* admin-skin */
		.admin-skin select, .admin-skin  input[type="text"], .admin-skin  input[type="password"],
		.stp-simple-controls select, .stp-simple-controls  input[type="text"], .stp-simple-controls  input[type="password"],
		.expresscard select, .expresscard  input[type="text"], .expresscard  input[type="password"]
		{
			background: none repeat scroll 0 0 #F8F8F8;
			border: 1px solid #C0C0C0;
			color: #555555;
			font-family: "Open Sans";
			font-size: 13px;
			line-height: 100%;
			padding-bottom: 4px;
			padding-left: 3px;
			padding-top: 4px;
		}
		.admin-skin input[type="text"], .admin-skin input[type="password"],
		.stp-simple-controls input[type="text"], .stp-simple-controls input[type="password"],
		.expresscard input[type="text"], .expresscard input[type="password"]
		{
			padding-top: 6px;
			padding-bottom: 6px;
		}
		.admin-skin select:disabled, .admin-skin input[type="text"]:disabled, .admin-skin  input[type="password"]:disabled,
		.stp-simple-controls select:disabled, .stp-simple-controls input[type="text"]:disabled, .stp-simple-controls  input[type="password"]:disabled,
		.expresscard select:disabled, .expresscard input[type="text"]:disabled, .expresscard  input[type="password"]:disabled
		{
			background-color: #ddd;
		}
		.admin-skin textarea,
		.stp-simple-controls textarea,
		.expresscard textarea
		{
			background: none repeat scroll 0 0 #F8F8F8;
			border: 1px solid #C0C0C0;
			color: #555555;
			font-family: 'Open Sans';
			font-size: 13px;
			line-height: 130%;
			padding-bottom: 2px;
			padding-left: 5px;
			padding-top: 2px;	
		}
		
		
		
		.Input123
		{
			background: none repeat scroll 0 0 #F8F8F8;
			border: 1px solid #C0C0C0;
			color: #555555;
			font-family: Verdana;
			font-size: 11px;
			line-height: 100%;
			padding-bottom: 2px;
			padding-left: 5px;
			padding-top: 2px;	
		}
		.Input123:hover
		{
			background-color:#FFFFFF;
		}
		
		hr
		{
			height:0px;
			border: 1px #AAA dotted;
		}
		
		.page_title,h5,h3,h2,h3.page_title
		{
			color:#B60002;
			font-family:Arial;
			font-size:24px;
			/*font-size:22px;*/
			line-height:32px;
			margin-bottom:10px;
			margin-top:0px;
			font-weight:normal;
			letter-spacing: 0px;
			word-spacing:0px;
		}
		
		.gray_title, p strong, .Sub_Title_1, .TextHtml .Sub_Title_1
		{
			color: #3C3C3C;
			/*font-family: Arial;*/
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing:0.015em;
			word-spacing:0px;
		}
		.red_tirle
		{
			color: #B60002;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing:0.015em;
			word-spacing:0px;
		}
		
		
		
		
		
		
		/*standart button*/
		
		a.standart-button:link,a.standart-button:active,a.standart-button:visited,a.standart-button:hover
		{
			
			color:#FFF;
			text-decoration:none;
			font-weight:bold;
			height:32px;
			line-height:32px;
			display:inline-block;
			cursor: pointer;
		}

		.standart-button-left,.button .button_left
		{
			display: none;
			float:left;
			width: 1px;
			min-height:40px;
			padding:0px;
			background-color: #B60002;
			display: none;
			/*background: url("/Portals/0/media/Ambria_Button_Left_Right.png") no-repeat 0px 0px transparent;*/
		}

		.standart-button-right,.button  .button_right
		{
			display: none;
			float:left;	
			width: 1px;
			min-height:40px;	
			padding:0px;
			background-color: #B60002;
			margin-right: 10px;
			display: none;
			/*background: url("/Portals/0/media/Ambria_Button_Left_Right.png") no-repeat 0px -32px transparent;*/
		}

		.standart-button-center,.button  .button_center,.button-green  .button-green_center
		{
			float:left;	
			min-height:40px;
			line-height:40px;
			display:block;
			background-color: #B60002;
			/*background: url("/Portals/0/media/Ambria_Button_Center.png") repeat-x scroll 0px 0px transparent;*/
			padding:0px 15px 0px 15px;
			font-family: 'Open Sans';
			font-size:14px;
			color:#FFF;
			vertical-align:top;		
			text-align:Center;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
		}

		a.standart-button:link .standart-button-center span,a.standart-button:active .standart-button-center span,a.standart-button:visited .standart-button-center span,a.standart-button:hover .standart-button-center span,
		.button	td.button_center, .button-green td.button-green_center
		{
			font-size:14px;
			color:#FFFFFF;
			line-height:40px;
			text-decoration:none;
			font-family:'Open Sans';
			font-weight:normal;
		}


		a.standart-button:hover .standart-button-center,a.button:hover  .button_center
		{
			background-color: #FF6E60;
			/*background: url("/Portals/0/media/Ambria_Button_Center.png") repeat-x scroll 0px -31px transparent;*/
		}

		a.standart-button:hover .standart-button-right,a.button:hover  .button_right
		{
			background-color: #FF6E60;
			/*background: url("/Portals/0/media/Ambria_Button_Left_Right.png") no-repeat 0px -96px transparent;*/
		}


		a.standart-button:hover .standart-button-left,a.button:hover  .button_left
		{
			background-color: #FF6E60;
			/*background: url("/Portals/0/media/Ambria_Button_Left_Right.png") no-repeat 0px -64px transparent;*/
		}
		
		.button-green  .button-green_center, .button-green .button-green_left, .button-green .button-green_right{
			background-color: #009900 !important;
		}
		.button-green:hover  .button-green_center, .button-green:hover .button-green_left, .button-green:hover .button-green_right{
			background-color: #00B600 !important;
		}
		
		/*end button*/
		
		/*middle button*/
		
		.middle-button{
			margin-left: 45px;
		}
		
		a.middle-button:link,a.middle-button:active,a.middle-button:visited,a.middle-button:hover
		{
			
			color:#FFF;
			text-decoration:none;
			font-weight:bold;
			height:30px;
			line-height:32px;
			display:inline-block;
			cursor: pointer;
		}

		.middle-button-left
		{
			float:left;
			width:7px;
			height:30px;
			background:url(/Portals/0/media/Americare_Btn_01_middle.png) no-repeat;
		}

		.middle-button-right
		{
			float:left;
			width:7px;
			height:30px;
			background:url(/Portals/0/media/Americare_Btn_05_middle.png) no-repeat;
		}

		.middle-button-center
		{
			float:left;
			background:url(/Portals/0/media/Americare_Btn_03_middle.png) repeat-x;			
			height:30px;
			padding:0px 5px 0px 9px;
			font-family: Arial;
			font-size: 12px;
		}

		.middle-button-center span
		{
			font-size:12px;
			color:#FFFFFF;
			line-height:29px;
		}


		a.middle-button:hover .middle-button-center
		{
			background:url(/Portals/0/media/Americare_Btn_03_middle_highlight.png) repeat-x;
		}

		a.middle-button:hover .middle-button-right
		{
			background:url(/Portals/0/media/Americare_Btn_05_middle_highlight.png) no-repeat;
		}


		a.middle-button:hover .middle-button-left
		{
			background:url(/Portals/0/media/Americare_Btn_01_middle_highlight.png) no-repeat;
		}
		
		.middle-button-center img{
			margin-top: 6px;
			float: right;
		}

		
		/*end middle button*/
		
		/*standart button small*/
		
		a.standart-button-small:link,a.standart-button-small:active,a.standart-button-small:visited,a.standart-button-small:hover
		{
			
			color:#FFF;
			text-decoration:none;
			font-weight:bold;
			height:27px;
			line-height:27px;
			display:inline-block;
			cursor: pointer;
		}

		.standart-button-small-left
		{
			float:left;
			width:6px;
			height:27px;
			/*background:url(/images/ambria/sprite_button_small.png) no-repeat 0px 0px;*/
			background:url(/Portals/0/media/Americare_Btn_01_small.png) no-repeat;
			
			
		}

		.standart-button-small-right
		{
			float:left;
			width:6px;
			height:27px;
			/*background:url(/images/ambria/sprite_button_small.png) no-repeat -15px 0px;*/
			background:url(/Portals/0/media/Americare_Btn_05_small.png) no-repeat;
			
			
		}

		.standart-button-small-center
		{
			float:left;
			/*background:url(/images/ambria/sprite_button_center_small.png) repeat-x 0px 0px;*/
			background:url(/Portals/0/media/Americare_Btn_03_small.png) repeat-x;
			
			height:27px;
			padding:0px 7px;
			
		}

		.standart-button-small-center span
		{
			font-size:11px;
			color:#FFFFFF;
			line-height:25px;
		}


		

		
		/*end button*/
		
		.loginsection a:link,.loginsection a:visited,.loginsection a:active,.loginsection a:hover 
		{
			/*color: #000000;*/
			color: #b60002;
			font-size: 11px;
			font-weight: normal;
			/*letter-spacing: 1px;*/
			text-decoration:underline;
			font-family: Verdana;
		}
		.loginsection a.no-underline:link,.loginsection a.no-underline:visited,.loginsection a.no-underline:active,.loginsection a.no-underline:hover {
			text-decoration: none;
		}
		.loginsection a:hover {
			text-decoration: none;
		}
		.loginsection a.no-underline:hover {
			text-decoration:underline;
		}
		
        .main
        {
            width: 100%;

            font-family: Arial;
            font-size: 12px;
			margin: 0px;
            padding: 0px;
			background:#FFFFFF;
        }
        .header
		{
            width: 960px;
            margin: 0 auto;
            overflow: hidden;
        }
		.home3 .header{
			padding-top: 10px; 
		}
		@media only screen and (max-width: 960px) 
		{
			.home3 .header-wrap.landing .header{
				position:relative;
			}
		}
		.home3 .header-wrap{
			background: #f6f6f6; /* Old browsers */
			background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		}
		.home3 .header-wrap-fixed{
			position: fixed;
			z-index: 255;
			border-bottom: 2px solid #DDD;
			left: 0;
			right: 0;
			top: 0;
			-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
			box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
		}
		.home3 .loginsection-fixed{
			display: none;
		}
		.home3 .logo-fixed{
			margin-top: 0 !important;
		}
		.home3 .logo.landing.logo-fixed{
			margin-top: 0px !important;
		}
		.home3 .logo-img-fixed{
			width: 134px !important;
			margin-top: -3px !important;
			margin-bottom: 3px !important;
		}
		.home3 .logo.landing .logo-img-fixed{
			width: 154px !important;
		}
		
@media only screen and (max-width: 960px) 
{
	.header{ width: 100%; margin: 0 auto; overflow: hidden; }
	.home3 .landing .header{
		padding-top: 2px; 
		position:relative;
	}
}
@media only screen and (max-width: 768px) 
{
	.header{ width: 100%; margin: 0 auto; overflow: hidden; }
}
		
        .menu
		{
            width: 100%;
            background-color: #B60002;
            height: 38px;
        }
		.home3 .menu{ background-color: transparent;  }
		.home3 .header-wrap .menu{ margin-top: -15px;  }
		.home3 .header-wrap-fixed .menu{ margin-top: 0px; }
		.menu a
		{
			font-family:Arial;
		}
		
        .menu_content
        {
            min-width: 950px;
			max-width: 1000px;
            margin: 0px auto;
            height: 38px;
			padding-left: 30px;
            /*overflow: hidden;*/
        }
		.home3 .menu_content{
			min-width: 780px;
			max-width: 780px;
			padding-left: 30px;
		}
		.menu_content.menu_content_fullwidth{
			max-width: 795px;
			padding-left: 20px;
		}
		.menu_content.menu_content_myambria{
			max-width: 795px;
			padding-left: 9px;
		}
@media only screen and (max-width: 960px) 
{
	.menu_content{ min-width: 734px; max-width: 734px; }
	.menu_content.menu_content_fullwidth{
			max-width: 795px;
			padding-left: 20px;
		}
	.menu_content.menu_content_myambria{
		max-width: 795px;
		padding-left: 9px;
	}
}
@media only screen and (max-width: 768px) 
{
	.menu_content{ width: 90%; padding-left: 0px; min-width: 0 !important; max-width: auto !important;}
}
		
        .menu_item
        {
            height: 38px;
            line-height: 38px;
            color: #FFFFFF;
            font-size: 14px;
            float: left;
            text-transform: uppercase;
            display:block;
            text-decoration:none;		
			min-width:90px;
			text-align:center;
        }
		.home3 .menu_item{
			min-width:10px;
		}
        
		.menu_item:hover
		{
			background-color: #990000;
			color: #FFF;
		}
		
		.home3 .menu_item:hover{
			background-color: #BA1111;
			color: #FFFFFF;
			-webkit-border-radius: 3px;
			-webkit-border-bottom-right-radius: 0px;
			-webkit-border-bottom-left-radius: 0px;
			-moz-border-radius: 3px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			border-radius: 3px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		
		.menu_item_selected, .menu_item_active
		{
			background: url(/images/ambria/select_menu.png) repeat-x;
		}
		.home3 .menu_item_selected, .home3 .menu_item_active{
			background-image: none;
			background-color: #BA1111;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		.home3 .menu_item_selected{
			/*background: linear-gradient(to bottom,  #E21212 0%,#BA1111 100%);*/
			/*background: linear-gradient(to bottom,  #5B7477 0%,#52696D 100%);*/
			background: -moz-linear-gradient(top,  #a56f6f 0%, #a70000 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a56f6f), color-stop(100%,#a70000)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #a56f6f 0%,#a70000 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #a56f6f 0%,#a70000 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #a56f6f 0%,#a70000 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #a56f6f 0%,#a70000 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a56f6f', endColorstr='#a70000',GradientType=0 ); /* IE6-9 */
		}
		.home3 .menu_content_active .menu_item_selected{
			background-image: none;
			background-color: transparent;
		}
		.home3 .menu_item_selected.menu_item_active{
			background-image: none;
			background-color: #BA1111;
		}
		
		
        .menu_item a:link,.menu_item a:visited,.menu_item a:hover,.menu_item a:active
        {
            display: block;
            color:#FFFFFF;
			font-size:13px;
			padding:0px 10px;
			font-weight:bold;
			line-height:38px;
			text-decoration:none;
        }
		.home2 .menu_item a:link, .home2 .menu_item a:visited, .home2 .menu_item a:hover, .home2 .menu_item a:active{
			font-family: "Open Sans";
			font-weight: normal;
			font-size: 17px;
			padding:0px 9px;
		}
		.home3 .menu_item > a:link, .home3 .menu_item > a:visited, .home3 .menu_item > a:hover, .home3 .menu_item > a:active{
			font-weight: bold;
			font-size: 14px;
			letter-spacing: -1px;
		}
		.home3 .menu_content_myambria .menu_item > a:link, .home3 .menu_content_myambria .menu_item > a:visited, .home3 .menu_content_myambria .menu_item > a:hover, .home3 .menu_content_myambria .menu_item > a:active{
			padding: 0 7px;
		}
		.home3 .menu_content_fullwidth .menu_item > a:link, .home3 .menu_content_fullwidth .menu_item > a:visited, .home3 .menu_content_fullwidth .menu_item > a:hover, .home3 .menu_content_fullwidth .menu_item > a:active{
			padding: 0 5px;
			font-size: 13px;
		}
		.home3 .menu_item > a:link, .home3 .menu_item  > a:visited, .home3 .menu_item  > a:active{
			color:#B60002;
		}
		.home3 .menu_item:hover > a,
		.home3 .menu_item.menu_item_active > a{
			color:#FFF;
		}
		
		.menu_item_selected a:link,.menu_item_selected a:visited,.menu_item_selected a:hover,.menu_item_selected a:active
        {
            color:#B60002;
			font-size:13px;
			padding:0px 10px;
        }
		.home3 .menu_item_selected a:link, .home3 .menu_item_selected a:visited, .home3 .menu_item_selected a:hover, .home3 .menu_item_selected a:active,
		.home3 .menu_item_active a:link, .home3 .menu_item_active a:visited, .home3 .menu_item_active a:hover, .home3 .menu_item_active a:active
		{
			color:#FFF;
		}
		.home3 .menu_content_active .menu_item_selected a:link, .home3 .menu_content_active .menu_item_selected a:visited, .home3 .menu_content_active .menu_item_selected a:hover, .home3 .menu_content_active .menu_item_selected a:active{
			color:#B60002;
		}
		.home3.prototype3 .menu_content_active .menu_item_selected a:link, .home3.prototype3 .menu_content_active .menu_item_selected a:visited, .home3.prototype3 .menu_content_active .menu_item_selected a:hover, .home3.prototype3 .menu_content_active .menu_item_selected a:active{
			color:#FFF;
		}
		.home3 .menu_content_active .menu_item_active a:link, .home3 .menu_content_active .menu_item_active a:visited, .home3 .menu_content_active .menu_item_active a:hover, .home3 .menu_content_active .menu_item_active a:active{
			color:#FFF;
		}
		.home3 .menu.customhtml2 .menu_item_selected .submenu a:link, .home3 .menu.customhtml2 .menu_item_selected .submenu a:visited, .home3 .menu.customhtml2 .menu_item_selected .submenu a:hover, .home3 .menu.customhtml2 .menu_item_selected .submenu a:active,
		.home3 .menu.customhtml2 .menu_item_active .submenu a:link, .home3 .menu.customhtml2 .menu_item_active .submenu a:visited, .home3 .menu.customhtml2 .menu_item_active .submenu a:hover, .home3 .menu.customhtml2 .menu_item_active .submenu a:active
		{
			color:#777;
			text-align: left;
			text-transform: none;
			line-height: 26px;
			font-size: 13px;
			margin-right: 15px;
		}
		.home3 .menu.customhtml2 .menu_item_selected .submenu a:hover,.home3 .menu.customhtml2 .menu_item_active .submenu a:hover{
			text-decoration: none;
			background-color: #F4F4F4;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		.home3 .menu.customhtml2 .submenu a:before{
			content: "\f0da";
			font-family: FontAwesome;
			margin-right: 5px;
			color:#777;
		}
        .home3 .menu .menu_item_selected .submenu.custom-submenu a:link, .home3 .menu .menu_item_selected .submenu.custom-submenu a:visited, .home3 .menu .menu_item_selected .submenu.custom-submenu a:hover, .home3 .menu .menu_item_selected .submenu.custom-submenu a:active,
		.home3 .menu .menu_item_active .submenu.custom-submenu a:link, .home3 .menu .menu_item_active .submenu.custom-submenu a:visited, .home3 .menu .menu_item_active .submenu.custom-submenu a:hover, .home3 .menu .menu_item_active .submenu.custom-submenu a:active
		{
			color:#777;
			text-align: left;
			text-transform: none;
			line-height: 26px;
			font-size: 14px;
			margin-right: 15px;
			margin-bottom: 2px;
		}
		.home3 .menu .menu_item_selected .submenu.custom-submenu a.l1:link, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1:visited, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1:hover, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1:active,
		.home3 .menu .menu_item_active .submenu.custom-submenu a.l1:link, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1:visited, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1:hover, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1:active
		{
			color:#b60002;
			cursor: default;
			text-decoration: underline;
		}
		.home3 .menu .menu_item_selected .submenu.custom-submenu a.l1:hover,.home3 .menu .menu_item_active .submenu.custom-submenu a.l1:hover{
			text-decoration: none;
			background-color: #b60002;
			color: #FFF;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor: pointer;
		}
		.home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s2:link, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s2:visited, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s2:hover, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s2:active,
		.home3 .menu .menu_item_active .submenu.custom-submenu a.l1s2:link, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1s2:visited, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1s2:hover, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1s2:active
		{
			color:#B60002;
			cursor: default;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: bold;
		}
		.home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s2:hover,.home3 .menu .menu_item_active .submenu.custom-submenu a.l1s2:hover{
			text-decoration: none;
			background-color: #b60002;
			color: #FFF;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor: pointer;
		}
		.home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s3:link, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s3:visited, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s3:hover, .home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s3:active,
		.home3 .menu .menu_item_active .submenu.custom-submenu a.l1s3:link, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1s3:visited, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1s3:hover, .home3 .menu .menu_item_active .submenu.custom-submenu a.l1s3:active
		{
			color:#B60002;
			cursor: pointer;
			text-transform: none;
			font-size: 14px !important;
			font-weight: normal;
			text-decoration: underline;
		}
		.home3 .menu .menu_item_selected .submenu.custom-submenu a.l1s3:hover,.home3 .menu .menu_item_active .submenu.custom-submenu a.l1s3:hover{
			text-decoration: none !important;
		}
		.home3 .menu .submenu.custom-submenu a:before{
			content: "\f0da";
			font-family: FontAwesome;
			margin-right: 5px;
			color:#777;
		}
		.home3 .menu .submenu.custom-submenu a.l1s2:before, .home3 .menu .submenu.custom-submenu a.l1s3:before{
			content: "";
			display: none;
		}
		.home3 .menu .submenu.custom-submenu a.l1:before{
			content: "";
			display: none;
		}
		.home3 .menu .submenu.custom-submenu p.l2{
			color:#888;
			text-align: left;
			text-transform: none;
			line-height: 18px;
			font-size: 12px;
			margin-right: 5px;
			margin-left: 20px; 
		}
		.home3 .menu .submenu.custom-submenu p.l2s2{
			color:#888;
			text-align: left;
			text-transform: none;
			line-height: 18px;
			font-size: 12px;
			margin-right: 5px;
			margin-left: 10px; 
			margin-bottom: 10px;
		}
		
		
@media only screen and (max-width: 960px) 
{
	.menu_item a:link,.menu_item a:visited,.menu_item a:hover,.menu_item a:active,
	.menu_item_selected a:link,.menu_item_selected a:visited,.menu_item_selected a:hover,.menu_item_selected a:active,
	.menu_item_active a:link,.menu_item_active a:visited,.menu_item_active a:hover,.menu_item_active a:active
        {
		font-size:11px;
		font-weight:normal;
		padding:0px 5px;
	}
	.home2 .menu_item a:link, .home2 .menu_item a:visited, .home2 .menu_item a:hover, .home2 .menu_item a:active{
		font-size: 13px;
	}
	.menu_item{ min-width: 70px; }
}
        
        .menu  .container_top_left, .menu  .container_top_right, .menu .container_top_center
		{
            background-position: left -12px;
            height: 3px;
        }
        
        .menu_item_separator
        {
            background-color: #FFFFFF;
			float: left;
			height: 100%;
			border-left:1px solid #990000;
			border-right:1px solid #CA0002;
        }
		.home3 .menu_item_separator{ 
			border:none; 
			background-color: transparent;
			background-image:none;
			width: 3px;
		}
		.home3 .menu_content_myambria .menu_item_separator, .home3 .menu_content_fullwidth .menu_item_separator{
			width: 1px;
		}
        .content
        {
            width: 960px;
            margin-left: auto;
            margin-right: auto;
			margin-top:15px;
			margin-bottom: 0px;
        }
@media only screen and (max-width: 960px) 
{
	.content{ width: 734px; margin: 15px auto 0px auto;}
	.skin-landing > .content{ width: 100%; margin: 15px auto 0px auto; }
}
@media only screen and (max-width: 768px) 
{
	.content{ width: 90%; margin: 15px auto 0px auto;}
	.skin-landing > .content{ width: 100%; margin: 15px auto 0px auto; }
}
@media only screen and (max-width: 450px) 
{
	.content{ width: 90%; margin: 15px auto 0px auto;}
	.skin-landing > .content{ width: 100%; margin: 15px auto 0px auto; }
}

		
		.main_pane
		{
			/*margin-right:375px;*/
			padding-right: 15px;
			margin-right:0px;
			margin-top:0px;
			display: table;
		}
@media only screen and (max-width: 768px) 
{
	.main_pane{ 
		padding-right: 0; 
		display:block;
	}
}
		
		.left_pane
		{			
			margin-right:293px;
		}
		
		.bottom_pane
		{
			clear:both;
		}
		
		.right_pane_content
		{
			float:right;
			padding-left:20px;
		}
		
		
		
		.content_bg
		{
			background:url(/images/ambria/dotted-line.png) repeat-y;
		}
		
		.content_rightimage_bg
		{
			background:url(/images/ambria/imagepane_separator.png) right repeat-y;
		}
		.content_rightimage_bg.rightimage_narrow
		{
			background:url(/images/ambria/imagepane_separator.png) right repeat-y;
			background-position: right -100px top;
		}
		.leftmenu_pane
		{
			float:left;
			width:230px;
		}
		.footer_pane
		{
			clear:both;
		}
		.rightcontent_pane
		{
			margin-left:260px;
		}
		
@media only screen and (max-width: 960px) 
{
	.content_bg{ background-image: none; }
	.content_rightimage_bg{ background-image: none; }
	.content_rightimage_bg.rightimage_narrow{ background-image: none; }
	.leftmenu_pane{ float: none; width: 100%; display: none; }
	.rightcontent_pane{ margin-left: 0; }
}
@media only screen and (max-width: 768px) 
{
	.content_bg{ background-image: none; }
	.content_rightimage_bg{ background-image: none; }
	.leftmenu_pane{ float: none; width: 100%; display: none; }
	.rightcontent_pane{ margin-left: 0; }
}
		.rightcontent_pane_left
		{
			
		}
		
		.rightcontent_pane_right
		{
			float:right;
			padding-left: 20px;
		}
@media only screen and (max-width: 570px) 
{
	.rightcontent_pane_right{ display: none; }
}
		
		.rightcontent_pane_bottom
		{
			clear: both;
		}
		
		.right_pane
		{
		float:right;
		width:345px;
		margin-top:0px;
		}
		.right_pane_video
		{
		width:50%;
		}
		@media only screen and (max-width: 768px) 
		{
			.right_pane
			{
			float:none;
			width:100%;
			display:block;
			}
			.right_pane_video{
			width:100%;
			}
		}
		
		.right_pane_menu
		{
		width:100%;
		background-color: #EFEFEF;
		}
		
		.right_content{
		 padding-left: 7px;
		 width: 250px;
		 float:right;
		 
		}
		
		.right_image{
		 float:right;
		 margin-top:0px;
		 width:265px;
		}
		.rightimage_narrow .right_image{
		 float:right;
		 margin-top:0px;
		 width:165px;
		}
@media only screen and (max-width: 960px) 
{
	.right_content{ float: none; display: block; width: 400px; margin-left: auto; margin-right: auto; }
	.right_image{ float: none; display: block; width: 400px; margin-left: auto; margin-right: auto; }
}
@media only screen and (max-width: 768px) 
{
	.right_content{ float: left; width: 100%; }
	.right_image{ float: left; width: 100%; }
	.rightimage_narrow .right_image{ float: left; width: 100%; }
}

		
		.top_banner_pane{
			margin-bottom: 15px;
		}
		
        .footer
        {
            width: 100%;
            background-color: #777;
            
            overflow: hidden;
			padding-bottom: 66px;
        }
@media only screen and (max-width: 960px) 
{
	.footer{ display: none; }
}
@media only screen and (max-width: 768px) 
{
	.footer{ display: none; }
}
        .footer_content
        {
            width:960px;
            margin: 0 auto;
            overflow: hidden;
        }
        .footer_section
        {
            float: left;
            margin: 5px 0px 5px 15px;
            width:120px;			
			margin-left:15px;
        }
        .footer_item_main
                {
            
            padding-top: 3px;
			padding-left:7px;
			
			text-transform: uppercase;
            
			margin-bottom:3px;
        }
		
		.footer_item_main span
		{
			color:#FFFFFF;
			font-family:Verdana;
		}
		
		.footer_item_main a:link,.footer_item_main a:visited,.footer_item_main a:active,.footer_item_main a:hover
		{
			color: #FFFFFF;
			font-size: 12px;
			text-decoration:none;
			font-family:Verdana;
		}
		
		.footer_item a:link,.footer_item a:visited,.footer_item a:active,.footer_item a:hover
		{
			color: #FFFFFF;
			font-size: 11px;
			text-decoration:none;
			font-family:Verdana;
			
		}
		
		
		
        .footer_item
		{
            padding: 3px 0px;
			border-bottom:1px dotted #FFFFFF;
			margin-left:5px;
        }
		
		.footer_items
		{
			border-left:1px dotted #FFFFFF;
			overflow:hidden;
		}
		
		
		
        .footer_separator
        {
            float: left;
            height: 90px;
            margin-left: 3px;
            margin-right: 0px;
            margin-top: 30px;
            border-left:1px dotted #FFFFFF;
        }
        .logo
        {
            float: left;
        }
		.logo img { width: 164px; }
@media only screen and (max-width: 960px) 
{
	.logo img{ width: 155px; }
	.logo.landing img{ width: 185px; }
	.logo { margin-left: 15px; }
}
@media only screen and (max-width: 768px) 
{
}

        .loginsection
        {
            height: 20px;
            line-height: 18px;
            overflow: hidden;
            /*margin-bottom: 8px;*/
			margin-top: -5px;
			box-sizing: content-box;
			padding-bottom: 15px;
        }
@media only screen and (max-width: 500px) 
{
	.loginsection{ height: auto; }
}

		.home3 .loginsection{
			margin-bottom: 0px;
		}
		.loginsection.login-userinfo{
			margin-bottom: 12px;
		}
        .separator
        {
            height: 12px;
        }
        .signup
        {
            float: left;
        }
        .login
        {
            float: left;
        }
        .loginimage
		{
            float: left;
            background: url(/images/ambria/Website_Sprout.png) no-repeat 0px 0px;
            height: 18px;
            width: 14px;
            margin-right: 5px;
        }
		
		.signupimage
		{
            float: left;
            background: url(/images/ambria/Website_Sprout.png) no-repeat -31px 0px;
            height: 17px;
            width: 14px;
            margin-right: 5px;
        }
		
        .logoutimage
		{
            float: left;
        }
		
		.userimage
		{
            float: left;
			background: url(/images/ambria/Website_Sprout.png) no-repeat 0px 0px;
            height: 17px;
            width: 14px;
            margin-right: 5px;
        }
		
		.webmailimage
		{
            float: left;
            background: url(/images/ambria/Ambria_Gmail_Icon.png) no-repeat 0px 0px;
            height: 16px;
            width: 22px;
            margin-right: 5px;
        }
		
        .right_headersection
        {
            float: right;
			margin-top: 3px;
        }
@media only screen and (max-width: 960px) 
{
	.right_headersection{ 
		/*background-color: #ECECEC; */
		float: none;
		margin: 0 0 5px 0;
		padding: 5px 5px 0px 5px;
	}
	.right_headersection .loginsection{
		float: right;
	}
}
		
        .searchsection
        {
            overflow: hidden;
			/*border: 2px solid #888888;*/
			padding:2px;
			/*background: #F3F5F4;*/
        }
        .search_input
        {
            float: left;
            margin-right: 5px;
        }
        .search_input input
        {
            border: 1px solid #C0C0C0;
            font-size: 11px;
            width: 180px;
            padding-left: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
			color:#555;
			font-family: Verdana;
			background: #F3F5F4;
			line-height: 100%;
        }
		.search_container_hover .searchsection, .search_container_hover .search_input input{
			background: #FFFFFF;
		}
		
		.search_container, .search_container_hover{
			float: right;
		}
		
		.card_section
		{
			float: left;
			margin: -1px 0px 0px 0px;
		}
		
		.card_section .mycart{
			margin-right: 10px;
			padding-right: 10px;
			border-right: 1px solid #CCCCCC;	
		}
		
		.card_section a
		{
			font-family: Arial;
			font-size: 12px;
			text-decoration: none;
		}
		
		.card_section span
		{
			text-decoration: none;
		}
		
		.card_section a:hover span
		{
			text-decoration: none;
		}
		
		.card_section img
		{
			margin-right: 10px;
			margin-bottom: -7px;
		}
		
        .search_link
        {
            display: block;
            float: left;
            /*background: transparent url(/images/ambria/Website_Sprout_Transparent.png) no-repeat -14px 0px;*/
			background: transparent url(/images/ambria/search.png) no-repeat;
            width: 20px;
            height: 20px;
        }
        .title
        {
            width: 100%;
            background-color: #DFDFDF;
        }
		.title_content div
		{
			color: #656565;
			font: 21px/30px "Myriad Pro",Helvetica,Arial,Sans-serif;
		}
@media only screen and (max-width: 768px) 
{
	.title_content div{ font: 14px/20px "Myriad Pro",Helvetica,Arial,Sans-serif; }
}
        .title_content
		{
            margin: 0 auto;
            width: 960px;
        }		
		.title_padding
		{
			padding: 10px 35px;
		}

@media only screen and (max-width: 960px) 
{
	.title_content{ width: 734px;}
}
@media only screen and (max-width: 768px) 
{
	.title_content{ width: 100%;}
	.title_padding{ 5px 10px;} 
}
        
        .copyright
        {
            width:100%;
            /*background-color:#333131;*/
			background: url('/images/c/bg_pattern1.png') repeat scroll 0% 0% #121214;
			margin: 0px;
            padding: 0px;
			position: absolute;
			height: 66px;
			bottom: 0;
        }
@media only screen and (max-width: 960px) 
{
	.copyright{ height: 66px; }
}
@media only screen and (max-width: 768px) 
{
	.copyright{ height: 66px; }
}
@media only screen and (max-width: 450px) 
{
	.copyright{ height: 200px; padding-top: 20px; }
}
		
		.main_graybackground
		{
			background-color:#333131;
			height:100%;
		}
        .copyright_content
        {
            margin: 0 auto;
            /*padding:10px 0px 15px 0px;*/
            width: 960px;
            overflow:hidden;
        }
@media only screen and (max-width: 960px) 
{
	.copyright_content{ width: 734px; margin: 0 auto; /*padding:10px 0px 15px 0px;*/ overflow:hidden;}
}
@media only screen and (max-width: 768px) 
{
	.copyright_content{ width: 90%; margin: 0 auto; /*padding:10px 0px 15px 0px;*/ overflow:hidden;}
}

        
        .copyright_img
        {
            float:left;
        }
		.copyright .copyright_img{ display: none; }
		.prefooterbar .copyright_img{
			float: none;
			margin-bottom: 87px;
			width: 120px;
			display: none;
		}
		.copyright_img img{ width: 132px; }
@media only screen and (max-width: 960px) 
{
	.copyright .copyright_img{ display: none; }
	.prefooterbar .copyright_img{ margin-bottom: 10px; display: none; }
}
@media only screen and (max-width: 768px) 
{
	.copyright .copyright_img{ display: none; }
	.prefooterbar .copyright_img{ margin-bottom: 30px; display: none; }
}
        .copyright_text
        {

            color: #FFFFFF;
            float: left;
            font-size: 11px;
            font-weight: normal;
			font-family: Verdana;
            height: 42px;
            line-height: 22px;
            padding-left: 40px;
			padding-top:3px;
        }
@media only screen and (max-width: 768px) 
{
	.copyright_text{ height: auto; padding-left: 0px;  float: left; clear: both;}
}
		
.copyright_text a:link,
.copyright_text a:visited,
.copyright_text a:active,
.copyright_text a:hover{
	color: #FFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
}

.copyright_text a:hover{
	text-decoration: underline;
}

        .submenu
        {
            position:absolute;
            /*left: 0;*/
			margin-left:-13px;
			margin-top: -3px;
			z-index: 200;
        }
        .submenu.pos_left
        {
            margin-left: 13px;
        }
		.home3 .submenu{ margin-left: 0px; }
		
		.admin-menu .home3.prototype3.prototype3video .submenu{ margin-top: -22px; }
		.admin-menu .home3.prototype3.prototype3video .submenu_level3{ margin-top: -25px; }
        
        .submenu_item
        {
            height:36px;            
            margin:0px 0px;
            border-bottom:1px solid #DDDDDD;
			text-align:left;
			line-height:30px;
			background-color:#FFF;
			min-width:150px;
			padding-right:10px;
        }
		.home3 .submenu_item{
			background-color:transparent;
			border-bottom:1px solid #C3613C;
		}
		
		.submenu_item:hover
		{
			background-color:#DDD;
		}
		.home3 .submenu_item:hover
		{
			background-color:#990F0F;
		}
        
        .submenu_item a:link,.submenu_item a:visited,.submenu_item a:hover,.submenu_item a:active
        {
            color:#555555;
            font-size:12px;
            text-transform:none;   
			line-height:36px;
			height:36px;            
			
			display:block;
			padding:0px 15px;
			white-space: nowrap;
			/*margin-right: 10px;*/
        }
		.home2 .submenu_item a:link, .home2 .submenu_item a:visited, .home2 .submenu_item a:hover, .home2 .submenu_item a:active{
			font-size: 16px;
		}
		.home3 .submenu_item a:link, .home3 .submenu_item a:visited, .home3 .submenu_item a:hover, .home3 .submenu_item a:active{
			font-size: 14px;
			font-weight: normal;
			color: #FFF;
		}
		
		.submenu_item_with_childs a:link,.submenu_item_with_childs a:visited,.submenu_item_with_childs a:hover,.submenu_item_with_childs a:active
		{
			background:url("/portals/_default/skins/americare/point.gif") no-repeat right center;
		}
		.home3 .submenu_item_with_childs a:link, .home3 .submenu_item_with_childs a:visited, .home3 .submenu_item_with_childs a:hover, .home3 .submenu_item_with_childs a:active
		{
			background:url("/images/custom/point_white.gif") no-repeat right center;
		}
        
        .submenu_item a:hover
        {
            background-color:#DDD;
        }
		.home3 .submenu_item a:hover{
			background-color:transparent;
		}
		
		 .submenu_level3
        {
            position:absolute;
            left: 0;
            visibility:hidden;     
            overflow:hidden;  
			z-index: 200;
			margin-left: -5px;					
        }
        .home3 .submenu_level3{ margin-left: 2px; }
        .submenu_level3.pos_left
             {
            margin-left: 13px;
        }
		.home3 .submenu_level3.pos_left{ margin-left: 0px;}
        
        .submenu_item_level3
        {
            height:36px;            
            margin:0px 0px;
            border-bottom:1px solid #DDDDDD;
			text-align:left;
			line-height:36px;
			background-color:#FFF;
			min-width:150px;
			white-space: nowrap;
        }
		.home3 .submenu_item_level3{
			background-color:transparent;
			border-bottom:1px solid #C3613C;
		}
		
        .submenu_item_level3 a:link,.submenu_item_level3 a:visited,.submenu_item_level3 a:hover,.submenu_item_level3 a:active
        {
            color:#555555;
            font-size:12px;
            text-transform:none;   
			line-height:36px;
			height:36px;            
			padding:0px 15px;
			display:block;
        }
		.home3 .submenu_item_level3 a:link, .home3 .submenu_item_level3 a:visited,.home3 .submenu_item_level3 a:hover,.home3 .submenu_item_level3 a:active{
			font-size:14px;
			font-weight: normal;
			color: #FFF;
		}
        
        .submenu_item_level3 a:hover
        {
            background-color:#DDD;
        }
		.home3 .submenu_item_level3 a:hover{
			background-color:#990F0F;
		}
		
	.home_blocks
        {
            
    }
	
	.home_blocks .left_block
	{
		float:left;
	}
	.home_blocks .right_block
	{
		float:right;
	}
	
	.home_blocks .center_block
	{
		text-align:center;
	}
	
	.blockfooter
	{
		clear:both;
	}
	
        .grey_block
        {
            float: left;
            
            background: url(/images/ambria/Homepage_Banners.png) no-repeat 0px 0px;
            height: 188px;
            width: 188px;
        }
        .blue_block
        {
            float: left;
            margin:0px 10px;
            background: url(/images/ambria/Homepage_Banners.png) no-repeat -202px 0px;
            height: 188px;
            width: 188px;
        }
        .light-grey_block
        {
            float: left;
            
            background: url(/images/ambria/Homepage_Banners.png) no-repeat -403px 0px;
            height: 188px;
            width: 188px;
        }
        .block_content
        {
            padding: 15px;
        }
		
		.block_header .gray_title
		{
			font-weight:normal;
		}
		
        .block_header
        {
            color: #000000;
            font-family: Arial;
            font-size: 14px;
            text-transform: uppercase;
            margin-top: 10px;
        }
		.block_header_second
		{
			font-weight:bold;
		}
		
        .block_text_grey
        {
            color: #ffffff;
			margin: 5px 0px 10px 0px;
			height: 85px;
            /*margin: 20px 0px 15px 0px;*/
			/*height:60px;*/
        }
        .block_text
        {
			margin: 5px 0px 10px 0px;
			vertical-align: middle;
			height: 85px;
            /*margin: 20px 0px 15px 0px;
			height:60px;*/
        }
        .block_button
        {
            background: url(/images/ambria/Website_Sprout.png) no-repeat -63px 0px;
            width: 73px;
            height: 21px;
            display: block;
        }
        .shortcut
        {
            margin-bottom: 20px;
        }
        .shortcut_header
        {
            margin-bottom: 5px;
            text-transform: uppercase;
            font-family: Arial;
            font-size: 12px;
        }
        .shortcut_content
        {
            overflow: hidden;
        }
        .shortcut_img
        {
            float: left;
			margin-right: 10px;
        }
        .shortcut_text
        {
        }
        .shortcut_text_all
        {
            display: none;
        }
        .section_separator
        {
            height: 20px;
        }
        a.shortcut_link:link,a.shortcut_link:hover,a.shortcut_link:visited,a.shortcut_link:active
        {
            
        }
        .short_section
        {
            background: url(/images/ambria/section.png) no-repeat 0px 0px;
            width: 290px;
            height: 40px;
            margin-bottom:3px;
            overflow:hidden;
        }
        .full_section
        {
            margin-bottom:3px;
            display:none;
        }
        .full_section_header
        {
            background: url(/images/ambria/section.png) no-repeat 0px -43px;
            width: 290px;
            height: 36px;
            overflow:hidden;
        }
        .full_section_content
        {
            background: url(/images/ambria/section_content.png) repeat-y 0px 0px;
            width: 290px;
            
        }
        .full_section_text
        {
            font-size:11px;
            font-family:Arial;
            color:#666666;
            padding:10px 20px;
        }
        .full_section_footer
        {
            background: url(/images/ambria/section.png) repeat-y 0px -87px;
            width: 290px;
            height: 6px;
        }
        
        .section_img
        {
            width:7px;
            height:11px;
            background: url(/images/ambria/Website_Sprout.png) no-repeat -45px 0px;
            float:left;
            margin-right:5px;

        }
        
        .full_section_img
        {
            width:11px;
            height:6px;
            background: url(/images/ambria/Website_Sprout.png) no-repeat -52px 0px;
            float:left;
            margin-right:5px;
        }
		
		.sections
        {
            background-color:#EAEAEA;
            padding:20px;
        }
        
        .section_text
        {
            text-transform:uppercase;
            font-family:Arial;
            color:#000;
            font-size:12px;
            line-height:11px;
        }
        .section_link
        {
            display:block;
            overflow:hidden;
            margin:15px 0px 0px 20px;            
        }
		
		.card_button {
			background: url("/images/ambria/Website_Sprout.png") no-repeat scroll -137px 0 transparent;
			display: block;
			height: 21px;
			width: 103px;
			margin:5px auto 0px auto;
	}
	
	
	        .container_top
        {
            overflow:hidden;
        }
		.home3 .container_top{ display: none; }
        .container_middle
        {
            overflow:hidden;
        }
        .container_bottom
        {
            overflow:hidden;
        }
		.home3 .container_bottom{ display: none; }
        .container_top_left,.container_top_right,.container_bottom_left,.container_bottom_right
        {
            width:30px;
            height:15px;
        }
        .container_top_left
        {
            background:url(/images/ambria/c-top-left.png) no-repeat left top;
        }
        .container_top_right
        {
            background:url(/images/ambria/c-top-right.png) no-repeat 0% top;
        }
        .container_bottom_left
        {
            background:url(/images/ambria/c-bottom-left.png) no-repeat left bottom;
        }
        .container_bottom_right
        {
            background:url(/images/ambria/c-bottom-right.png) no-repeat 0% bottom;
        }
        .container_top_left,.container_middle_left,.container_bottom_left
        {
            float:left;
        }
        .container_top_right,.container_middle_right,.container_bottom_right
        {
            float:right;
        }
        
        .container_top_center,.container_bottom_center
        {
            height:15px;
            overflow:hidden;
        }
        .container_middle_center
        {
            overflow:hidden;
			padding:0px 12px;
			
        }
		.home3 .container_middle_center{
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			padding-bottom: 5px;
			padding-top: 5px;
			background: #ba1111; /* Old browsers */
			background: -moz-linear-gradient(top,  #ba1111 0%, #b4430b 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba1111), color-stop(100%,#b4430b)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ba1111 0%,#b4430b 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ba1111 0%,#b4430b 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ba1111 0%,#b4430b 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ba1111 0%,#b4430b 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1111', endColorstr='#b4430b',GradientType=0 ); /* IE6-9 */
		}
		.home3 .menu.customhtml2 .container_middle_center{
			-webkit-border-radius: 3px;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius: 3px;
			-moz-border-radius-topleft: 0px;
			-moz-border-radius-topright: 0px;
			border-radius: 3px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			border-top: 6px solid #b60002;
			background: #FFFFFF; /* Old browsers */
			
			
		}
		.home3 .menu .submenu.custom-submenu .container_middle_center{
			-webkit-border-radius: 3px;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius: 3px;
			-moz-border-radius-topleft: 0px;
			-moz-border-radius-topright: 0px;
			border-radius: 3px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			border-top: 6px solid #b60002;
			background: #FFFFFF; /* Old browsers */
			
			
		}
        
        .container_top_center
        {
            background:url(/images/ambria/c-top.png) repeat-x top;
	}
        
        .container_bottom_center
        {
            background:url(/images/ambria/c-bottom.png) repeat-x bottom;
        }
        
        .container_middle_left,.container_middle_right
        {
            
        }
		
		.container_top_center_add {
			background: none repeat scroll 0 0 #FFFFFF;
			height: 17px;
			overflow: hidden;
		}

	.container_top_center_add {
		background: none repeat scroll 0 0 #FFFFFF;
		height: 17px;
		overflow: hidden;
	}
		
        .container_middle_left
        {
            background:url(/images/ambria/c-left.png) repeat-y left;
			
        }
		.submenu.custom-submenu .container_middle_left{
			width: 100%;
		}
		.home3 .container_middle_left{ background-image: none;}
        
        .container_middle_right
		{
            background:url(/images/ambria/c-right.png) repeat-y right;
        }
		.submenu.custom-submenu .container_middle_right{
			width: 100%;
		}
		.home3 .container_middle_right{ background-image: none;}

.leftmenu
{
	padding:15px;
	width:210px;
}
@media only screen and (max-width: 960px) 
{
	.leftmenu{ padding: 5px 0 15px 0; width: 100%; }
}
@media only screen and (max-width: 768px) 
{
	.leftmenu{ padding: 5px 0 15px 0; width: 100%; }
}
		
.SubMenuLevel1
{
	border-bottom:1px dotted #AAAAAA;
	line-height:16px;	
}

.SubMenuLevel1 a:link,
.SubMenuLevel1 a:visited,
.SubMenuLevel1 a:active
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 8px 10px;
	display:block;
	padding:7px 0 7px 33px;
	color: #000000; /*#656565;*/
	font-size:14px;
	font-family:'Open Sans';
	text-decoration:none;
	line-height: 20px;
}
.SubMenuLevel1 a:hover
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 11px 10px;
	text-decoration:none;
}


.SubMenuLevel2 a:link,
.SubMenuLevel2 a:visited,
.SubMenuLevel2 a:active
{
	padding:7px 0 7px 20px;
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 5px 10px;
	display:block;
	color:#000000;
	font-size:14px;
	font-family:'Open Sans';
	text-decoration:none;
	line-height: 20px;
}
.SubMenuLevel2 a:hover
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 8x 10px;
	display:block;
	text-decoration:none;
}

.SubMenuLevel2
{
	padding-left:27px;
}
.menu2
{
	padding:10px 0px 0px 30px;
	border-bottom:1px dotted #AAAAAA;
}

.SubMenuHidden
{
	display: none;
}

.SubMenuHover a:link,
.SubMenuHover a:visited,
.SubMenuHover a:active
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 8px 10px;
}

.SubMenuHover a:hover
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 11px 10px;
}

.SubMenuSelected a:link,
.SubMenuSelected a:visited,
.SubMenuSelected a:active
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 8px 10px;
	color:#B60002;
}

.SubMenuSelected a:hover
{
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 11px 10px;
}

.SubMenuSelectedChild a:link,
.SubMenuSelectedChild a:visited,
.SubMenuSelectedChild a:active,
.SubMenuSelectedChild a:hover
{
	background:transparent url(/portals/_default/skins/americare/point2.gif) no-repeat scroll 5px 10px;
	display:block;
}

.MenuHighlight
{
	background:url(/portals/_default/skins/ambria/Highlighted_Menu.png);
}

.MenuArrowDiv{
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 5;
}

.SubMenuSelected2 a:link,
.SubMenuSelected2 a:visited,
.SubMenuSelected2 a:active,
.SubMenuSelected2 a:hover
{
	color:#B60002;
	background:transparent url(/portals/_default/skins/americare/point.gif) no-repeat scroll 5px 10px;
	display:block;
}

.social_links
{
	overflow:hidden;
	float:left;
	color: #FFF;
	text-align: left;
	font-family: 'Open Sans', serif;
	font-size: 11px;
	line-height: 22px;
	margin-top: 22px;
	margin-right: 2px;
}
.social_links_mobile{ display: none; }
.social_links_desktop{ display: inline; }
@media only screen and (max-width: 960px) 
{
	.social_links_mobile{ display: none; }
	.social_links_desktop{ display: inline; }	
}
@media only screen and (max-width: 768px) 
{
	.social_links_mobile{ display: inline; }
	.social_links_desktop{ display: none; }	
	.social_links{ margin-top: 12px; }
}
@media only screen and (max-width: 450px) 
{
	.social_links{ text-align: left; float: none; display: block; clear: both; line-height: 20px; margin-top: 12px;}
	.social_links_mobile{ display: inline; }
	.social_links_desktop{ display: none; }
}

.social_links a:link,
.social_links a:visited,
.social_links a:active,
.social_links a:hover{
	color: #FFF;
	text-decoration: none;
	font-family: 'Open Sans', serif;
	font-size: 11px;
	line-height: 22px;
}

.social_links a:hover{
	text-decoration: underline;
}

.social_links div
{
	float:left;
	margin-right:10px;
}

.dottedline
{
	border-top:1px dotted #969696;
	height:0px;
}

.breadcrumb{
	width: 100%;
}
@media only screen and (max-width: 768px) 
{
	.breadcrumb{ display: none;}
}

.breadcrumb_content{
	margin: 0 auto;
	padding-top: 5px;
	width: 960px;
	font-family: Arial;
    font-size: 13px;
}
@media only screen and (max-width: 960px) 
{
	.breadcrumb_content{ width: 734px;}
}
@media only screen and (max-width: 768px) 
{
	.breadcrumb_content{ width: 90%;}
}

a.breadcrumb_link:link, a.breadcrumb_link:visited, a.breadcrumb_link:active,a.breadcrumb_link:hover
{
    color: #000000;
    font-family:Verdana;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;    
    text-decoration: underline;
}

.bswebStudentTabs td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 20px;
}

.BSWeb_StudentObjectsContent{
	margin-bottom: 10px;
}

.BSWeb_QNAContent .title, .BSWeb_QNAContent .content{
	width: 235px;
	background-color: transparent;
}
.BSWeb_QNAContent .title{
	padding: 5px 5px 0px 5px;
}
.BSWeb_QNAContent .title h5{
	font-size: 17px;
}
.BSWeb_QNAContent .content{
	margin: 0px;
}

.contact-us-form {
	margin: 10px;
}

.DataGrid td, .smgrContent td, .smclContent td, .desktop span, .smcalendar td, .smcalendar div,
.DataGrid a, .DataGrid a:link, .DataGrid a:visited, .DataGrid a:active, .DataGrid a:hover,
.DataGrid .NormalRed,
.BSWeb_SeminarsContent .normalBold p, 
.desktoplistitem, .desktoplistitem a, .desktoplistitem .NormalRed
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}



.BSWeb_SeminarsContent .actions{
	padding-top: 20px;
}


.spaninline span
{
   white-space:nowrap;

}

.spaninline
{
   width:1%;
}

.standart-template-table
{
	border-collapse:collapse;
}
.standart-template-table td
{
	border:1px solid #CCC;
	padding:3px 5px;
	font-size:11px;
	font-family:Verdana;
	line-height:20px;
	  
}

.standart-template-table-header
{
	background-color:#EEE;
}

.stp-validation-loginlink, a.stp-validation-loginlink, a.stp-validation-loginlink:hover, a.stp-validation-loginlink:link, a.stp-validation-loginlink:visited{
	font-family: Verdana,Arial,sans-serif;
	font-size: 15px;
}

.stp-vld-summary .stp-validation-loginlink, .stp-vld-summary a.stp-validation-loginlink, .stp-vld-summary a.stp-validation-loginlink:hover, .stp-vld-summary a.stp-validation-loginlink:link, .stp-vld-summary a.stp-validation-loginlink:visited{
	font-family: Verdana,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: Red;
}

.DNN_HTMLContent, .DNN_HTMLContent p, .DNN_HTMLContent .Normal, .DNN_HTMLContent ul li, .DNN_HTMLContent ol li, .DNN_HTMLContent span{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0.015em;
	line-height: 20px;	
}

.stp-footer-menu-admin{
	padding-bottom: 100px;
}

.stp-contactus-login .inputtext, .stp-contactus-login p.inputtext, .stp-contactus-login .inputtext p
{
    border: none;
}

.leftmenu_popup{
	z-index: 250;
	position: absolute; 
	border: 1px solid #D6D3CE; 
	margin-left: 0px; 
	background-color: #EFEFEF;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;	
	box-shadow: 0 0 5px #666;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

.leftmenu_hidden{
	float: left; 
	margin-right: 7px; 
	width: 11px;
	height: 500px;
	top: 0;
	margin-top: 0;
}

.leftmenu_button_content{
	height: 500px;
	background-color: #D6D3CE;
	position: relative;
	width: 11px;
}

#leftmenu_button_expand, #leftmenu_button_collapse{
	top: 35%;
	position: absolute;
}

.clickdesk{
	display: none;
}

#clickdesk_popup{
	bottom: auto !important;
	left: 900px;
	top: 200px;
}


.toplinks2, .loginsection .toplinks2 a:link, .loginsection .toplinks2 a:visited, .loginsection .toplinks2 a:active, .loginsection .toplinks2 a:hover,
.loginsection.toplinks2 a:link, .loginsection.toplinks2 a:visited, .loginsection.toplinks2 a:active, .loginsection.toplinks2 a:hover {
	font-size: 12px;
	font-family: 'Open Sans';
}

a.orange-link:link, a.orange-link:visited, a.orange-link:active, a.orange-link:hover {
	color: #FF6A00;
	font-weight: bold;
}

a.bold-link:link, a.bold-link:visited, a.bold-link:active, a.bold-link:hover {
	font-weight: bold;
}

.weather-text{
	float: left;
	padding: 10px 6px 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.weather-text a:link, .weather-text a:visited, .weather-text a:active, .weather-text a:hover{
	font-size: 21px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

.weather-hi-lo{
	float: left;
	padding: 8px 0 0 10px;
	font-size: 11px;
	line-height: 12px;
	color: #000;
}

.weather-hi-lo a:link, .weather-hi-lo a:visited, .weather-hi-lo a:active, .weather-hi-lo a:hover{
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
	color: #000;
}

.weather-loc{
	float: left;
	padding: 8px 0 0 10px;
	color: #000;
}

.weather-loc a:link, .weather-loc a:visited, .weather-loc a:active, .weather-loc a:hover{
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}

.weather-icon{
	width: 39px;
	height: 40px;
	float: left;
}

.stp-forecast-img{ width: 60px; }

.stp-layout-min{ display: none; }
.stp-layout-max{ display: inline; }
.stp-layout-full{ display: inline; }
.stp-layout-notfull{ display: none; }
.stp-img-max{ display: inline; }
@media only screen and (max-width: 960px) 
{
	.stp-layout-max.stp-img-max, .stp-img-max{ display: none; }
	.stp-layout-full{ display: none; }
	.stp-layout-notfull{ display: inline; }
}
@media only screen and (max-width: 768px) 
{
	.stp-layout-min{ display: inline; }
	.stp-layout-max{ display: none; }
	.stp-img-max{ display: none; }
	.stp-layout-full{ display: none; }
	.stp-layout-notfull{ display: inline; }
}

.cmd-nav { float: right; width: 44px; height: 40px; cursor: pointer; 
	margin: 5px 15px 12px 0;
	background: transparent url(/images/icons8-menu-32.png) center 6px no-repeat; 
	/* background: #B60002 url(/images/c/btn-nav2.png) center 10px no-repeat; */
}
/*.cmd-nav.nav-active{ height: 59px; margin: 5px 15px 0 0; }*/

.l2_menu_item, .l2_submenu_item
{
	background: url(/images/ambria/select_menu.png) repeat-x;
	background-color: #E1E1E1;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	display:block;
	text-decoration:none;		
	min-width:90px;
	text-align:left;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
.l2_menu_item.l2_menu_item_expand{
	height: auto;
}
.l2_submenu_item.l2_submenu_item_expand{
	height: auto;
}
.l2_submenu_item{
	padding-left: 15px;
	background-image: none;
	background-color: #FFF;
}
.l2_submenu_item_level3{
	padding-left: 40px;
	background-image: none;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
/*.l2_menu_item.l2_menu_item_expand,*/
.l2_menu_item_selected, .l2_submenu_item_selected, .l3_submenu_item_selected, 
.l2_submenu_item.l2_submenu_item_expand.l2_submenu_item_selected
/*,.l2_menu_item.l2_menu_item_expand.l2_menu_item_childsel*/
{
	background-color: #B60002;	
	background-image: none;
}
/*.l2_submenu_item.l2_submenu_item_expand{
	background-color: #888;	
	background-image: none;
}*/
.l2_menu_item a:link,.l2_menu_item a:visited,.l2_menu_item a:hover,.l2_menu_item a:active
.l2_submenu_item a:link,.l2_submenu_item a:visited,.l2_submenu_item a:hover,.l2_submenu_item a:active
{
	display: inline-block;
	color:#B60002;
	font-size:17px;
	padding:0px 20px;
	font-weight:normal;
	line-height:40px;
	text-decoration:none;
}

.l2_menu_item_selected > a:link,.l2_menu_item_selected > a:visited,.l2_menu_item_selected > a:hover,.l2_menu_item_selected > a:active,
.l2_submenu_item_selected a:link,.l2_submenu_item_selected a:visited,.l2_submenu_item_selected a:hover,.l2_submenu_item_selected a:active,
.l3_submenu_item_selected a:link,.l3_submenu_item_selected a:visited,.l3_submenu_item_selected a:hover,.l3_submenu_item_selected a:active,
.l2_menu_item.l2_menu_item_expand > a:link, .l2_menu_item.l2_menu_item_expand > a:visited, .l2_menu_item.l2_menu_item_expand > a:hover, .l2_menu_item.l2_menu_item_expand > a:active
/*,.l2_submenu_item.l2_submenu_item_expand > a:link, .l2_submenu_item.l2_submenu_item_expand > a:visited, .l2_submenu_item.l2_submenu_item_expand > a:hover, .l2_submenu_item.l2_submenu_item_expand > a:active*/
{
	color:#FFFFFF;
	font-size:17px;
	padding:0px 20px;
}
.l2_menu_item_selected > .l2_menu_item_title > a:link,.l2_menu_item_selected > .l2_menu_item_title > a:visited,.l2_menu_item_selected > .l2_menu_item_title > a:hover,.l2_menu_item_selected > .l2_menu_item_title > a:active
/*,
.l2_menu_item.l2_menu_item_expand > .l2_menu_item_title > a:link, .l2_menu_item.l2_menu_item_expand > .l2_menu_item_title > a:visited, .l2_menu_item.l2_menu_item_expand > .l2_menu_item_title > a:hover, .l2_menu_item.l2_menu_item_expand > .l2_menu_item_title > a:active*/{
	color:#FFFFFF;
	font-size:17px;
}
.l2_menu{ display: block; margin-bottom: 0px; }
.l2_menu_icon{
	display: inline-block;
	width: 25px;
	height: 40px;
	background: url('/images/l2_arrow_right_gray_14x14.png') no-repeat scroll 0% center transparent;
}
.l2_menu_item.l2_menu_item_selected .l2_menu_icon{
	background: url('/images/l2_arrow_right_white_14x14.png') no-repeat scroll 0% center transparent;
}
.l2_menu_item.l2_menu_item_expand .l2_menu_icon, .l2_submenu_item.l2_submenu_item_expand .l2_submenu_icon{
	background: url('/images/l2_arrow_top_gray_14x14.png') no-repeat scroll 0% center transparent;
}
.l2_menu_item.l2_menu_item_selected.l2_menu_item_expand .l2_menu_icon,
.l2_submenu_item.l2_submenu_item_selected.l2_submenu_item_expand .l2_submenu_icon{
	background: url('/images/l2_arrow_top_white_14x14.png') no-repeat scroll 0% center transparent;
}
.l2_menu_item a.l2_menu_expand_lnk:link, .l2_menu_item a.l2_menu_expand_lnk:visited, .l2_menu_item a.l2_menu_expand_lnk:hover, .l2_menu_item a.l2_menu_expand_lnk:active{
	float: right;
	height: 40px;
	padding-right: 21px;
}
.l2_submenu_item a.l2_submenu_expand_lnk:link, .l2_submenu_item a.l2_submenu_expand_lnk:visited, .l2_submenu_item a.l2_submenu_expand_lnk:hover, .l2_submenu_item a.l2_submenu_expand_lnk:active{
	float: right;
	height: 40px;
	padding-right: 21px;
}
.l2_submenu_level3{ background-color: #FFF; }

.l2_submenu_item a.l2_submenu_expand_lnk:link, .l2_submenu_item a.l2_submenuexpand_lnk:visited, .l2_submenu_item a.l2_submenu_expand_lnk:hover, .l2_submenu_item a.l2_submenu_expand_lnk:active{
	float: right;
	height: 40px;
	padding-right: 21px;
}
.l2_submenu_icon{
	display: inline-block;
	width: 25px;
	height: 40px;
	background: url('/images/l2_arrow_right_gray_14x14.png') no-repeat scroll 0% center transparent;
}

.mobile-login-buttons{
	background-color: #ECECEC;
	padding: 15px 0 15px 0;
}
.mobile-login-buttons .signup{
	border-right: 1px solid #CCCCCC;
	padding-right: 15px;
	margin-right: 15px;
}
.mobile-login-buttons .cnt{
	margin: 0 auto 0 auto;
	width: 280px;
}
.mobile-login-buttons a:hover div, .mobile-login-buttons a:link div, .mobile-login-buttons a:visited div, .mobile-login-buttons a:active div{
	background-color: #B60002;
	color: #FFF;
	padding: 8px 20px;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	min-width: 120px;
	text-align: center;
	text-decoration: none;
}
.mobile-login-buttons a.orangebtn:hover, .mobile-login-buttons a.orangebtn:link, .mobile-login-buttons a.orangebtn:visited, .mobile-login-buttons a.orangebtn:active{
	text-decoration: none;
}
.mobile-login-buttons a.orangebtn:link div, .mobile-login-buttons a.orangebtn:visited div, .mobile-login-buttons a.orangebtn:active div{
	background-color: #DB4C00;
	text-decoration: none;
}
.mobile-login-buttons a:hover div{
	background-color: #FF6E60;
}
.mobile-login-buttons .btntitletext{
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-size: 15px;
}
.right_image_top_pane{
	float: left; 
	width: 680px;
}
.right_image_left_pane{
	float: left; 
	width: 680px; 
	margin-right: 0px;
	padding-right: 15px;
}
.rightimage_narrow .right_image_left_pane{
	float: left; 
	width: 780px; 
	margin-right: 0px;
	padding-right: 15px;
}
@media only screen and (max-width: 960px) 
{
	.right_image_top_pane{ width: 100%; float: none; }
	.right_image_left_pane{ width: 100%; padding-right: 20px;}
}
@media only screen and (max-width: 768px) 
{
	.right_image_top_pane{ width: 100%;  float: none; }
	.right_image_left_pane{ width: 100%; padding-right: 0px; }
	.rightimage_narrow .right_image_left_pane{ width: 100%; padding-right: 0px; }
}
.ContactUs-Input1{	width: 400px; }
.ContactUs-Input2{	width: 630px; }
@media only screen and (max-width: 768px) 
{
	.ContactUs-Input1{	width: 95%; }
	.ContactUs-Input2{	width: 95%; }
}
.meshim_widget_components_ChatButton.br .button{
	display: none !important;
}

.stp-honors-block2, .stp-honors-block1{
	float: left;
}
.stp-honors-block2{
	margin-right: 15px;
	height: 250px;
	width: 100px;
}
.stp-honors-block2-last{
	margin-right: 0;
}
.stp-honors-block1-first{
	margin-right: 50px;
}
.home3 .icon {
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home3 i {
	font-style: italic;
}
.home3 .icon-angle-down:before {
	content: "\f107";
}

a.stp-button-new:link, a.stp-button-new:active, a.stp-button-new:visited, a.stp-button-new:hover {
    background-color: #B60002;
    color: #FFF !important;
    padding: 8px 20px;
    text-decoration: none !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    border-radius: 4px;
}

a.stp-button-new:link span, a.stp-button-new:active span, a.stp-button-new:visited span, a.stp-button-new:hover span {
    background-color: #B60002;
    color: #FFF !important;
    text-decoration: none !important;
    font-family: "Open Sans";
    font-size: 14px !important;
}

.stp-button-new.stp-button-marg1{
	margin-right: 10px;
}

.toplinks-split{
	display: inline-block; 
	border-right: 1px solid rgb(204, 204, 204); 
	height: 15px; 
	width: 1px; 
	vertical-align: middle; 
	margin-top: -3px; 
	padding-right: 10px; 
	margin-right: 12px;
}
.signup .toplinks-split{ margin-bottom: -1px; }
@media only screen and (max-width: 770px) 
{
	.signup .toplinks-split{ margin-bottom: -6px; }
}
	
.skin-landing{
	position: relative;
}
.skin-landing .main_pane{
	width: 600px;
	float: left;
}
.skin-landing .main_pane.main_pane_full{
	width: 965px;
	float: none;
}
@media only screen and (max-width: 960px) 
{
	.skin-landing .main_pane{
		width: 100%;
		display:block;
		float: none;
	}
	.skin-landing .right_pane{
		width: 100%;
		display:block;
		float: none;
	}
}
.landing_bottom_info{ display: none; }
@media only screen and (max-width: 960px) 
{
	.landing_bottom_info{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0; 
		right: 0;
		min-height: 20px;
		padding: 10px 0 10px 0;
		z-index: 255;
		border-top: 1px solid rgb(85, 85, 85);
		-webkit-box-shadow: 0px 1px 4px 0px rgb(0, 0, 0);
		-moz-box-shadow:    0px 1px 4px 0px rgb(0, 0, 0);
		box-shadow:         0px 1px 4px 0px rgb(0, 0, 0);
		background: rgb(119, 119, 119) url("/images/bg_pattern2.png") repeat scroll 0% 0%;
	}	
}
.landing_bottom_info .request_info_link{
	display: inline;
	padding: 0 35px 0 20px;
	float: left;
	width: 50%;
	border-right: 1px solid #DDD;
	position: relative;
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 22px;
	text-shadow: 0px 1px 1px rgb(0, 0, 0);
	color: #FFF;
	text-decoration: none;
}
.landing_bottom_info .request_info_link:after{
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.landing_bottom_info .chat_link{
	display: inline;
	padding: 0 35px 0 20px;
	float: right;
	width: 50%;
	position: relative;
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 22px;
	text-shadow: 0px 1px 1px rgb(0, 0, 0);
	color: #FFF;
	text-decoration: none;
}
.landing_bottom_info .chat_link:after{
	content: "\f0e6";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.skin-landing .header-wrap.header-wrap-fixed{ display: none; }
.skin-landing .l2_menu{ margin-top: 10px; }

.sub_menu_html .sub_menu_col.hasBorderR{ border-right: 1px dotted #DDD; margin-right: 15px; }
.sub_menu_html .sub_menu_col .col_title{ display:block; text-align: left; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #333; text-transform: uppercase; padding: 0px 9px; line-height: 100%; margin-bottom: 10px;}
.custom-submenu .sub_menu_html .sub_menu_col .col_title{ color: #000; font-weight: bold; margin-bottom: 5px; text-transform: none; }
.menu.customhtml2 .submenu{	left: 50% !important;	transform: translate(-50%, 0);  }
.menu.customhtml2 .menu_content.menu_content_fullwidth, .home3 .menu.customhtml2 .menu_content{ max-height: 1200px; }
.menu.customhtml2 .tabcontent-item{ display: none; color: #000; }
.menu.customhtml2 .sub_menu_tabcontent .tabcontent-item:first{ display: block; }  
.menu.customhtml2 .sub_menu_tabs a, .menu.customhtml2 .sub_menu_tabs a:link, .menu.customhtml2 .sub_menu_tabs a:hover,
  .menu.customhtml2 .sub_menu_tabs a:visited, .menu.customhtml2 .sub_menu_tabs a:active
{
	display: block;
	color:#777;
	text-align: left;
	text-transform: none;
	line-height: 36px !important;
	font-size: 13px;
	margin-right: 15px;
	background-color: #F4F4F4 !important;
	color: #b60002 !important;
	border-left: 3px solid #EEEEEE;
}
.menu.customhtml2 .sub_menu_tabs a.sel, .menu.customhtml2 .sub_menu_tabs a.sel:link, .menu.customhtml2 .sub_menu_tabs a.sel:active, .menu.customhtml2 .sub_menu_tabs a.sel:visited, .menu.customhtml2 .sub_menu_tabs a:hover{
	background-color: #FFF  !important;
	font-weight: bold;
	border-left: 3px solid #b60002 !important;
}
.home3 .menu.customhtml2 .menu_item_selected .submenu .sub_menu_tabs a:hover,.home3 .menu.customhtml2 .menu_item_active .submenu .sub_menu_tabs a:hover{
	text-decoration: none;
	background-color: #F4F4F4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #b60002;
}
.home3 .menu.customhtml2 .submenu .sub_menu_tabs a:before, .home3 .menu.customhtml2 .submenu .tabcontent-item a:before{
	content: "";
	margin: 0;
	padding: 0;
}
.menu.customhtml2 .sub_menu_tabs a:first, .menu.customhtml2 .sub_menu_tabs a:link:first{ 
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
.menu.customhtml2 .sub_menu_tabs a:last, .menu.customhtml2 .sub_menu_tabs a:link:last{ 
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.menu.customhtml2 .tabcontent-item{
	text-transform: none;
	line-height: 150% !important;
	font-size: 13px;
	text-align: left;
	color:#1d2127;
	padding-left: 20px;
	font-family: 'Open Sans';
}
.menu.customhtml2 .tabcontent-item .header-text{
	font-size: 13px;
	font-weight: bold;
}

/*custom-submenu*/
.menu .submenu.custom-submenu{	
/*left: 50% !important;	transform: translate(-50%, 0);  */
    left: 0 !important;
    right: 0 !important;
}
/*.menu.customhtml2 .menu_content.menu_content_fullwidth, .home3 .menu.customhtml2 .menu_content{ max-height: 1200px; }*/
/*.menu.customhtml2 .tabcontent-item{ display: none; color: #000; }
.menu.customhtml2 .sub_menu_tabcontent .tabcontent-item:first{ display: block; }  
.menu.customhtml2 .sub_menu_tabs a, .menu.customhtml2 .sub_menu_tabs a:link, .menu.customhtml2 .sub_menu_tabs a:hover,
  .menu.customhtml2 .sub_menu_tabs a:visited, .menu.customhtml2 .sub_menu_tabs a:active
{
	display: block;
	color:#777;
	text-align: left;
	text-transform: none;
	line-height: 36px !important;
	font-size: 13px;
	margin-right: 15px;
	background-color: #F4F4F4 !important;
	color: #b60002 !important;
	border-left: 3px solid #EEEEEE;
}
.menu.customhtml2 .sub_menu_tabs a.sel, .menu.customhtml2 .sub_menu_tabs a.sel:link, .menu.customhtml2 .sub_menu_tabs a.sel:active, .menu.customhtml2 .sub_menu_tabs a.sel:visited, .menu.customhtml2 .sub_menu_tabs a:hover{
	background-color: #FFF  !important;
	font-weight: bold;
	border-left: 3px solid #b60002 !important;
}*/
.home3 .menu .menu_item_selected .submenu.custom-submenu .sub_menu_tabs a:hover,.home3 .menu .menu_item_active .submenu.custom-submenu .sub_menu_tabs a:hover{
	text-decoration: none;
	background-color: #F4F4F4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #b60002;
}
.home3 .menu .submenu.custom-submenu .sub_menu_tabs a:before, .home3 .menu .submenu.custom-submenu .tabcontent-item a:before{
	content: "";
	margin: 0;
	padding: 0;
}
/*.menu.customhtml2 .sub_menu_tabs a:first, .menu.customhtml2 .sub_menu_tabs a:link:first{ 
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
.menu.customhtml2 .sub_menu_tabs a:last, .menu.customhtml2 .sub_menu_tabs a:link:last{ 
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.menu.customhtml2 .tabcontent-item{
	text-transform: none;
	line-height: 150% !important;
	font-size: 13px;
	text-align: left;
	color:#1d2127;
	padding-left: 20px;
	font-family: 'Open Sans';
}
.menu.customhtml2 .tabcontent-item .header-text{
	font-size: 13px;
	font-weight: bold;
}
*/
/*end custom-submenu*/

.home2 .menu_item .tabcontent-item a:link, .home2 .menu_item .tabcontent-item  a:visited, .home2 .menu_item .tabcontent-item  a:hover, .home2 .menu_item .tabcontent-item  a:active{
	font-size: 13px   !important;
	text-align: left;
	color: #b60002  !important;
	padding: 0px !important;
	text-decoration: underline;
	background: none !important;
	font-family: 'Open Sans';
}
.home2 .menu_item .tabcontent-item a.stp-link-button4:link, .home2 .menu_item .tabcontent-item  a.stp-link-button4:visited, .home2 .menu_item .tabcontent-item  a.stp-link-button4:hover, .home2 .menu_item .tabcontent-item  a.stp-link-button4:active{
	background-color: #B60002 !important;
	color: #FFF !important;
	padding: 8px 20px !important;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 14px !important;
	margin-top: 10px;
	margin-left: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: content-box;
	display: inline;
}
.home2 .menu_item .tabcontent-item  a.stp-link-button4:hover{ background-color: #FF6E60 !important; }

.home2 .menu_item .tabcontent-item .featured-box .icon-featured{     width: 60px;    height: 60px;    line-height: 57px; color: #b60002;
	display: inline-block; font-size: 30px; padding: 0; background: #fff;
	border: 1px solid #dfdfdf; color: #777; 
	-webkit-transition: -webkit-transform .2s,transform .2s;
	-moz-transition: -moz-transform .2s,transform .2s;
	transition: transform .2s,transform .2s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin: 0 15px 10px 15px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.home2 .menu_item .tabcontent-item .featured-box .icon-featured:hover{
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.home2 .menu_item .tabcontent-item .featured-box .icon-featured::after {    pointer-events: none;    position: absolute;    width: 100%;    height: 100%;    
      border-radius: 50%;    content: '';    -webkit-box-sizing: content-box;    -moz-box-sizing: content-box;    box-sizing: content-box;
	  border-color: #b60002;
}
.home2 .menu_item .tabcontent-item .fa::before {    font-family: FontAwesome; font-size: 30px; font-weight: 400; line-height: 57px; font-style: normal; color: #b60002;}
.home2 .menu_item .tabcontent-item .fa.fa-check-square-o::before {    content: "\f046"; }
.home2 .menu_item .tabcontent-item .fa.fa-file-o::before {    content: "\f016"; }
.home2 .menu_item .tabcontent-item .fa.fa-question::before {    content: "\f128"; }
.home2 .menu_item .tabcontent-item .fa.fa-phone::before {    content: "\f095"; }
.home2 .menu_item .tabcontent-item .fa.fa-envelope::before {    content: "\f0e0"; }
.home2 .menu_item .tabcontent-item .fa.fa-ambulance::before {    content: "\f0f9"; }
.home2 .menu_item .tabcontent-item .fa.fa-graduation-cap::before {   content: "\f19d"; }
.home2 .menu_item .tabcontent-item .fa.fa-money::before {    content: "\f0d6"; }
.home2 .menu_item .tabcontent-item .fa.fa-user::before {    content: "\f007"; }
.home2 .menu_item .tabcontent-item .fa.fa-hospital-o::before {    content: "\f0f8"; }
.home2 .menu_item .tabcontent-item .fa.fa-heartbeat::before {    content: "\f21e"; }
.home2 .menu_item .tabcontent-item .fa.fa-user-md::before {    content: "\f0f0"; }

.home2 .menu_item .tabcontent-item .featured-box .box-content {    padding: 30px 10px 10px 10px;    position: relative;    top: -1px;  text-align: center; }
.home2 .menu_item .tabcontent-item h5 {    font-size: 13px;    font-weight: 600;    letter-spacing: normal;    line-height: 18px;    margin: 0 0 14px 0;  color: #1d2127; }
.home2 .menu_item .tabcontent-item .featured-boxes .col-md-2 {    padding: 0 0 0 30px; float: left; position: relative; }
.home2 .menu_item .tabcontent-item .row::before{ display: table; content: " ";}
.home2 .menu_item .tabcontent-item .row::after{ display: table; content: " "; clear: both;}
.home2 .menu_item .tabcontent-item .row a:link, .home2 .menu_item .tabcontent-item .row  a:visited, .home2 .menu_item .tabcontent-item .row  a:hover, .home2 .menu_item .tabcontent-item .row  a:active{
	text-decoration: none;
}
.home2 .menu_item .tabcontent-item .row{ margin-left: 15px; }

.validator, .validator li{ color: #C50000 !important; font-weight: normal !important; }

.loginsection .signup a .txt{ display: inline; }
.loginsection a.cartlnk span{ display: inline; }
@media only screen and (max-width: 768px) 
{
	.loginsection .signup a .txt{ display: none; }
	.loginsection a.cartlnk span{ display: none; }
	.loginsection .signup .USER_object.no-underline{ font-size: 0px; color: transparent;}
	.loginsection .login a{  font-size: 0px !important; color: transparent; margin-right: 6px; }
	.reg-skin .loginsection{ display: none; }
}
.submenu.custom-submenu{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

h7{
background-color: #EDEDED;
padding: 10px 15px 10px 15px;
margin-top: 15px;
margin-bottom: 15px;
display: block;
font-size: 20px;
}

.ui-dialog a.stp-link-button4:link, .ui-dialog a.stp-link-button4:active, .ui-dialog a.stp-link-button4:visited, .ui-dialog a.stp-link-button4:hover{
	background-color: #B60002;
    color: #FFF;
    padding: 8px 20px;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 14px;
    border-radius: 4px;
	box-sizing: content-box;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
	background-color: #B60002 !important;
	background-image: none !important;
    color: #FFF !important;
    padding: 2px 8px;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 14px;
    border-radius: 4px;
	box-sizing: content-box;
	text-shadow: none;
}

.prefooterbar.prefooter-desktop{ display: block;}
.prefooterbar.prefooter-tablet{ display: none;}
.prefooterbar.prefooter-mobile{ display: none;}
@media only screen and (max-width: 960px) 
{
	.prefooterbar.prefooter-desktop{ display: none;}
	.prefooterbar.prefooter-tablet{ display: block;}
	.prefooterbar.prefooter-mobile{ display: none;}	
}
@media only screen and (max-width: 768px) 
{
	.prefooterbar.prefooter-desktop{ display: none; }
	.prefooterbar.prefooter-tablet{ display: none; }
	.prefooterbar.prefooter-mobile{ display: block;}	
}
.prefooter-tablet, .prefooter-mobile{ padding-bottom: 70px;  }
@media only screen and (max-width: 450px) 
{
	.prefooter-mobile{ padding-bottom: 200px;  }
}
.prefooter-tablet .r1, .prefooter-mobile .r1 { background: url('/images/c/bg_pattern1.png') repeat scroll 0% 0% #121214; border-top: 6px solid #222222;     padding-left: 40px; padding-right: 40px;  padding-top: 15px; padding-bottom: 10px;  }
.prefooter-mobile .r1{   border-bottom: 6px solid #222222; }
.prefooter-tablet .r2, .prefooter-mobile .r2 { background: url('/images/c/bg_pattern1.png') repeat scroll 0% 0% #121214; border-top: 6px solid #222222;      padding-left: 40px; padding-right: 40px; padding-top: 15px; padding-bottom: 10px; border-bottom: 6px solid #222222; }
.prefooter-tablet .r3, .prefooter-mobile .r3 { background: url('/images/c/bg_pattern1.png') repeat scroll 0% 0% #121214; border-top: 6px solid #222222;      padding-left: 40px; padding-right: 40px; padding-top: 15px; padding-bottom: 10px; }
.prefooter-mobile .r2 { padding-bottom: 20px; }

.prefooter-tablet a.footer-map-link:link, .prefooter-tablet  a.footer-map-link:visited, .prefooter-tablet a.footer-map-link:active, .prefooter-tablet  a.footer-map-link:hover,
.prefooter-tablet a.footer-link:link, .prefooter-tablet a.footer-link:visited, .prefooter-tablet a.footer-link:active, .prefooter-tablet a.footer-link:hover,
.prefooter-tablet a, .prefooter-tablet a:link, .prefooter-tablet a:visited, .prefooter-tablet a:active, .prefooter-tablet a:hover,
.prefooter-mobile a.footer-map-link:link, .prefooter-mobile  a.footer-map-link:visited, .prefooter-mobile a.footer-map-link:active, .prefooter-mobile  a.footer-map-link:hover,
.prefooter-mobile a.footer-link:link, .prefooter-mobile a.footer-link:visited, .prefooter-mobile a.footer-link:active, .prefooter-mobile a.footer-link:hover,
.prefooter-mobile a, .prefooter-mobile a:link, .prefooter-mobile a:visited, .prefooter-mobile a:active, .prefooter-mobile a:hover{
	color: #FFF !important;
}
.prefooterbar.prefooter-tablet .bg_title h4,.prefooterbar.prefooter-mobile .bg_title h4{ background: transparent; color: #FFF;}
.prefooterbar.prefooter-tablet h4, .home2 .prefooterbar.prefooter-tablet .DNN_HTMLContent h4 span,
.prefooterbar.prefooter-mobile h4, .home2 .prefooterbar.prefooter-mobile .DNN_HTMLContent h4 span{ color: #FFF; text-shadow: none; }
.prefooterbar.prefooter-tablet .r3 h4, .home2 .prefooterbar.prefooter-tablet .r3 .DNN_HTMLContent h4 span,
.prefooterbar.prefooter-mobile .r3 h4, .home2 .prefooterbar.prefooter-mobile .r3 .DNN_HTMLContent h4 span{ color: #FFF; }
.prefooterbar.prefooter-tablet ul.contact, .prefooterbar.prefooter-mobile ul.contact{ border: none; }

ul.footer-links1, ul.footer-links2{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.footer-links1 li{
	/*background-image: url(/images/icons8-help-16.png);*/
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 27px;
	padding-bottom: 6px;
	list-style-type: none;
}
ul.footer-links1 li:before{
	content: "\f29c";
	color: #888888;
	font-size: 15px;
	width: 16px;
	height: 16px;
	display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;	
	position: absolute;
    margin-left: -27px;
    margin-top: 5px;
}
ul.footer-links2 li{
	/*background-image: url(/images/icons8-student-male-16.png);*/
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 27px;
	padding-bottom: 6px;
	list-style-type: none;
}
ul.footer-links2 li:before{
	content: "\f19d";
	color: #888888;
	font-size: 15px;
	width: 16px;
	height: 16px;
	display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;	
	position: absolute;
    margin-left: -27px;
    margin-top: 5px;
}
ul.footer-links1 li a, ul.footer-links2 li a{ text-decoration: none; }

@media only screen and (max-width: 450px) 
{
	#dnnCPWrap{ display: none;	}
	body.admin-skin{ margin-top: 0 !important; }
}

#zopim-circle{
	position: fixed; bottom: 0px; right: 15px; width: 75px; height: 88px; overflow: hidden; visibility: visible; z-index: 1000; background: transparent; border: 0px; transition: transform 0.2s ease-in-out; backface-visibility: hidden; opacity: 1; transform: translateY(0%);
}
#zopim-circle .operator_avatar {
    float: right;
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: .3em solid #fff;
    box-sizing: content-box;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: relative;
    transition: background-color .2s ease-in-out .2s;
    -webkit-transition: background-color .2s ease-in-out .2s;
    -ms-transition: background-color .2s ease-in-out .2s;
    -o-transition: background-color .2s ease-in-out .2s;
	background-color: #b60002;
}
#zopim-circle .operator_avatar .icon-leavemessage{ line-height: 4.4em !important; }
#zopim-circle .operator_avatar .icon-leavemessage:before {
    content: "\f0e0";
	color: #FFF;
	font-size: 2.4em;
	display: inline-block;
    font-family: FontAwesome !important;
}

.home3 .menu .submenu.custom-submenu a.menu-address:link,
.home3 .menu .submenu.custom-submenu a.menu-address:active,
.home3 .menu .submenu.custom-submenu a.menu-address:hover,
.home3 .menu .submenu.custom-submenu a.menu-address:visited{
	display: block;
	color: #000;
	font-size: inherit !important;
	line-height: 150% !important;
	text-transform: none;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}
.home3 .menu .submenu.custom-submenu a.menu-address:before{ content: "\f041"; font-family: FontAwesome; font-size: 40px;  color: #b60002; position:absolute; left: 310px; top: 29px; }

.skin-circle-icon{
	position: fixed; bottom: 0px; right: 15px; width: 75px; height: 88px; overflow: hidden; visibility: visible; z-index: 16000000; background: transparent; border: 0px; transition: transform 0.2s ease-in-out; backface-visibility: hidden; opacity: 1; transform: translateY(0%);
}
.skin-circle-icon .avatar {
    float: right;
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: .3em solid #fff;
    box-sizing: content-box;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: relative;
    transition: background-color .2s ease-in-out .2s;
    -webkit-transition: background-color .2s ease-in-out .2s;
    -ms-transition: background-color .2s ease-in-out .2s;
    -o-transition: background-color .2s ease-in-out .2s;
	background-color: #b60002;
}
.skin-circle-icon .avatar .icon-advisor{ line-height: 4.4em !important; }
.skin-circle-icon .avatar .icon-advisor{
	display: inline-block;
	background:url(/images/consultation-filled-100.png) no-repeat;
	background-size: 32px 32px;
	margin-top: 15px;
	width: 32px;
	height: 32px;
}
.skin-circle-icon.icon-pos-2{  right: 105px; }
.skin-circle-icon .avatar .icon-webmeeting{
	display: inline-block;
	background:url(/images/video-chat-filled-100.png) no-repeat;
	background-size: 32px 32px;
	margin-top: 15px;
	width: 32px;
	height: 32px;
}
/* float bar left*/
.skin-float-icons-left{
	position: fixed; bottom: 50%; left: 0px; z-index: 16000000; background: transparent; border: 0px; opacity: 1; transform: translateY(-50%);
}
.skin-float-icon{
	width: auto; height: auto; overflow: hidden; visibility: visible; z-index: 16000000; background: transparent; border: 0px; transition: transform 0.2s ease-in-out; backface-visibility: hidden; opacity: 1;
}
.skin-float-icon a:link, .skin-float-icon a:active, .skin-float-icon a:visited, .skin-float-icon a:hover{
	background-color: #CCC;
	text-decoration: none !important;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.skin-float-icon .avatar {
    float: left;
    border-radius: 0;
    width: 32px;
    height: 32px;
    border: none;
    box-sizing: content-box;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: relative;
	padding: 5px;
}
.skin-float-icon .av-tooltip{ display: none; float: left; color: #FFF; padding: 11px 10px 0 10px;}
.skin-float-icon a:hover{background-color: #b60002; }
.skin-float-icon a:hover .av-tooltip{ display: inline-block; }
.skin-float-icon .avatar .icon-advisor{ line-height: 4.4em !important; }
.skin-float-icon .avatar .icon-advisor{
	display: inline-block;
	background:url(/images/consultation-filled-100.png) no-repeat;
	background-size: 32px 32px;
	margin-top: 0px;
	width: 32px;
	height: 32px;
}
.skin-float-icon.icon-pos-2{  margin-top: 3px; }
.skin-float-icon .avatar .icon-webmeeting{
	display: inline-block;
	background:url(/images/video-chat-filled-100.png) no-repeat;
	background-size: 32px 32px;
	margin-top: 0px;
	width: 32px;
	height: 32px;
}