@charset "UTF-8";
/* CSS Document */

/* Web Fonts */
/*
	Copyright (C) Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
*/

@font-face {
	font-family: 'HCo Gotham';
	src:url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff2/Gotham-Light_Web.woff2') format('woff2'),
		url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff2/Gotham-LightItalic_Web.woff2') format('woff2'),
		url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff/Gotham-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff2/Gotham-Book_Web.woff2') format('woff2'),
		url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff2/Gotham-BookItalic_Web.woff2') format('woff2'),
		url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff/Gotham-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff2/Gotham-Bold_Web.woff2') format('woff2'),
		url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff2/Gotham-BoldItalic_Web.woff2') format('woff2'),
		url('https://isg-imisdemo.isgsolutions.com/iMIS/ISGACTFLTest/Fonts/woff/Gotham-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

/* General Setup */
body {
	font-family: 'HCo Gotham', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #231F20;
}
img{
	max-width: 100%;
	height: auto;
}
a {
	color: #1c5080;
	text-decoration: none;
	hyphens: auto;
	white-space: normal;
}
a:hover, 
a:focus {
	color: #70be4b;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HCo Gotham', sans-serif;
	color: #1c5080;
	margin-bottom: .5em;
}
h1, h2, h3 {
	line-height: 1.2;
	hyphens: auto;
}
h1 {
	/* text-align: center;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0);
	padding-bottom: 9px; */
	text-align: left;
	font-weight: 700 !important;
}
/* h1::before {
    border-bottom: 6px solid #70be4b;
    bottom: 0;
    content: '';
    height: 1px;
    left: 20%;
    position: absolute;
    width: 60%;
} */
h2 {
	font-weight: 300 !important;
	border: none;
}
h3 {
	font-weight: 400 !important;
}
h4 {
	font-weight: 700 !important;
}
.small {
	font-size: 10px;
}

.container, .header-container, .SliderPage1{
	max-width: 1400px;
}

/* Mobile-First Media Queries */
@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
	h2, h2.panel-title, h2.PanelTitle {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.nav-auxiliary .nav-aux-cart .cartFull,
	.nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
		top: 10px;
		left: 10px;
	}
	.nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter {
		background: #e57b24;
		color: #fff;
	}
	.nav-auxiliary .nav-aux-button .NavigationLink {
		padding: 11px 10px;
	}
	.nav-auxiliary .signup a {
		padding: 12px 10px;
	}
	.nav-auxiliary .nav-aux-button .NavigationLink:hover,
	.nav-auxiliary .nav-aux-button .NavigationLink:focus {
		background: none;
	}
	/* .navbar-toggle {
		position: absolute;
		top: 72px;
		right: 15px;
	} */
	.navbar-toggle,
	.navbar-toggle.collapsed,
	.navbar-toggle:hover, 
	.navbar-toggle:focus {
		 
	}
	.navbar-toggle .icon-bar {
		background: #1c5080;
	}
	.navbar-collapse, 
	.searchbar-collapse {
		background-color: #fff;
	}
	.rmSeparator {
		display: none;
	}
	.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
		font-weight: 400;
	}
	.RadMenu .rmText {
		border-bottom: 1px solid #d9d9d9 !important;
	}
	.RadMenu.RadMenu_Austin .rmLink:hover, 
	.RadMenu.RadMenu_Austin .rmLink:focus {
		background: #e7e7e7;
		color: #1c5080;
	}
	.nav-auxiliary .nav-aux-button .NavigationLink {
		margin: 0;
	}
	.nav-auxiliary .auth-link-container-sm a {
		margin: 0;
	}
	.header-social {
		 
		display: none;
	}
	.RadMenu .rmText {
		border-bottom: 1px solid;
		width: 100%;
	}
	.footer-content p,
	.footer-content ul.quicklinks {
		margin-bottom: 2em;
	}
	
}
/* @media (max-width: 480px) {
	.navbar-toggle {
		right: 0;
	}
	#ctl01_TemplateBody_WebPartManager1_gwpciSignIn_ciSignIn_forgotPasswordUser span {
		display: none;
	}
	#ctl01_TemplateBody_WebPartManager1_gwpciSignIn_ciSignIn_forgotPasswordUser a {
		margin-left: 1em;
	}
}
@media (max-width: 445px) {
	.navbar-toggle {
		top: 110px;
	}
}
@media (max-width: 310px) {
	#masterLogoArea {
		width: 80%;
	}
	.navbar-toggle {
		top: 150px;
	}
} */

/* Header */
.header {
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #bbb;
}
 

/* Social Networking */
/* .header-social {
	float: left;
}
.header-social ul {
	list-style: none;
	margin-top: 12px;
	padding: 0;
}
.header-social li {
	float: left;
	font-size: 20px;
	margin: 0 8px;
}
.nav-auxiliary .header-social a {
	padding: 0;
}
.nav-auxiliary .header-social a:hover,
.nav-auxiliary .header-social a:focus {
	color: #ffbe33;
	background: none;
}
.header-social li:last-child a {
	background: url("/images/actfl_icon_header3.png") no-repeat scroll 0 0;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.header-social li:last-child a:hover,
.header-social li:last-child a:focus {
	background: url("/images/actfl_icon_header2.png") no-repeat scroll 0 -25px;
} */

/* Auxiliary Navigation */
/* .nav-auxiliary {
	font-weight: 700;
}
.nav-auxiliary a {
	color: #fff;
	padding: 15px 20px 10px;
}
.nav-auxiliary a:hover,
.nav-auxiliary a:focus,
.nav-auxiliary .signup a:hover,
.nav-auxiliary .signup a:focus {
	background: #133758;
	text-decoration: none;
}
.nav-auxiliary .pull-right {
	margin-right: -15px;
}
.nav-auxiliary .NavigationListItem {
	margin: 0;
}
.navbar-header .NavigationLink,
.nav-auxiliary .auth-link-container-sm {
	vertical-align: middle;
}
.nav-auxiliary .nav-aux-button .NavigationLink {
	background: none;
}
.nav-auxiliary .auth-link-container-sm a {
	background: url("/images/actfl_login_icon_utility.png") no-repeat scroll 18px 15px;
	padding: 15px 20px 10px 44px;
	display: inline-block;
}
.nav-auxiliary .auth-link-container-sm a:hover,
.nav-auxiliary .auth-link-container-sm a:focus {
	background: #133758 url("/images/actfl_login_icon_utility.png") no-repeat scroll 18px 15px;
}
.nav-auxiliary .card .nav-text {
    background: url("/images/actfl_card_icon_utility.png") no-repeat scroll 0 0;
    padding: 5px 0 10px 34px;
}
.nav-auxiliary .store .nav-text {
    background: url("/images/actfl_store_icon_utility.png") no-repeat scroll 0 0;
    padding-left: 22px;
}
.nav-auxiliary .about a,
.nav-auxiliary .nav-aux-button.about a.NavigationLink,
.nav-auxiliary .actfl a,
.nav-auxiliary .nav-aux-button.actfl a.NavigationLink,
.nav-auxiliary .signup a {
	background: #e57b24;
}
.nav-auxiliary .about a:hover,
.nav-auxiliary .about a:focus,
.nav-auxiliary .nav-aux-button.about a.NavigationLink:hover,
.nav-auxiliary .nav-aux-button.about a.NavigationLink:focus,
.nav-auxiliary .actfl a:hover,
.nav-auxiliary .actfl a:focus,
.nav-auxiliary .nav-aux-button.actfl a.NavigationLink:hover,
.nav-auxiliary .nav-aux-button.actfl a.NavigationLink:focus,
.nav-auxiliary .signup a:hover,
.nav-auxiliary .signup a:focus {
	background: #c26417;
}
.nav-auxiliary .green a {
	background: #6fbf4a;
}
.nav-auxiliary .green a:hover,
.nav-auxiliary .green a:focus {
	background: #59a038;
}
.nav-auxiliary .signup .nav-text {
    background: url("/images/iconSignup.png") no-repeat scroll 0 2px;
    padding-left: 28px;
}
.nav-auxiliary .actfl .nav-text {
    background: url("/images/iconHome.png") no-repeat scroll 0 2px;
    padding-left: 28px;
}
.nav-auxiliary .nav-aux-button.nav-aux-cart a:hover,
.nav-auxiliary .nav-aux-button.nav-aux-cart a:focus {
	background-color: #133758;
}
.nav-auxiliary .nav-aux-cart .nav-text,
.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
	background: url("/images/cartIcon.png") no-repeat scroll 0 center !important;
	padding: 15px 0 10px 26px !important;
}
.nav-auxiliary .nav-aux-cart .cartFull {
	top: 10px;
	left: 18px;
} */

/* Search */
/* .search-container-sm {
	display: none !important;
}
.searchbox .nav-text {
	display: none;
}
.searchbox a {
	background: #133758;
	padding: 12px 20px 10px;
}
.searchbox a:hover,
.searchbox a:focus {
	background: #11314e;
}
.searchbox a::before {
	font-family: FontAwesome;
	content: "\f002";
} */

/* Logo */
/* #masterLogoArea {
	margin: 1.2em 0;
} */

/* Primary Navigation */
/* .RadMenu.RadMenu_Austin .rmLink {
	color: #1c5080;
}
.RadMenu.RadMenu_Austin .rmRootLink.rmSelected {
	background: none;
	color: #447f28;
} */

/* Content Area */
#masterContentArea {
	padding-bottom: 100px;
	margin: 0;
}
.breadcrumb-obo-container {
	background: #1c5080;
	color: #bbb;
	font-size: 14px;
	font-weight: 700;
}
.breadcrumb-obo-container a {
	color: #fff;
}
.body-container {
	margin-top: 30px;
}
.obo-panel {
	margin: 0;
}

/* Sidebar */
.nav-secondary .sub-nav-head {
	background: #e57b24;
}
.nav-secondary {
	background: #f7f7f7;
}
.RadTreeView.RadTreeView_Austin a.rtIn {
	color: #1c5080;
}
.nav-secondary .SubNavigationSeparator {
		background: #d0d0d0;
}

/* Sub-Footer */
.subfoot {
	max-width: 100vw;
	overflow: hidden;
}
.subfoot svg path {
	fill: #1c5080;
}
.subfoot #ctl01_PreFooter_Zone1PlaceHolder {
	margin-bottom: -.5em;
}

/* Footer */
/* .footer {
	background: radial-gradient(at 50% bottom, #3fa6ab 15%, #1c5080 70%);
}
.footer-content,
.footer-nav-copyright {
	background: none;
}
.footer-content {
	padding: 0;
	text-transform: uppercase;
}
.footer-content a {
	color: #fff;
}
.footer-content h2 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: .5em;
}
.footer-content ul {
	list-style: none;
	padding: 0;
}
.footer-content li {
	display: inline;
}
.footer-content ul.social {
	margin-bottom: 5px;
}
.footer-content ul.social li  {
	font-size: 2.25em;
	margin: 0 .25em;
	line-height: 1;
}
.footer-content ul.social a:hover,
.footer-content ul.social a:focus {
	color: #ffbe33;
}
.footer-content ul.social li:last-child a {
	background: url("/images/actfl_icon_footer2.png") no-repeat scroll 0 0;
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: bottom;
}
.footer-content ul.social li:last-child a:hover,
.footer-content ul.social li:last-child a:focus {
	background: url("/images/actfl_icon_footer2.png") no-repeat scroll 0 -38px;
}
.footer-content ul.quicklinks li {
	border-right: 1px solid #fff;
	padding: 0 .75em 0 .5em;
}
.footer-content ul.quicklinks li:last-child {
	border: none;
}
.footer-content ul.quicklinks a:hover,
.footer-content ul.quicklinks a:focus {
	color: #70be4b;
	text-decoration: none;
}
.footer-nav-copyright {
	padding: 0 0 5em;
}
.footer-nav-copyright p {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.footer-nav-copyright .footer-copyright {
	width: 100%;
	margin: 0 auto;
} */

/* Various iParts */
.ste-section {
	height: 0;
} /* temporary */	

button,
.TextButton,
.btn {
	background: #70be4b;
	border-radius: 5px;
}
button:hover,
button:focus,
.TextButton:hover,
.TextButton:focus,
.btn:hover,
.btn:focus {
	background: #59a038;
}
.TextButton[disabled] {
	background: #75a160;
}
.PrimaryButton {
	background: #e57b24;
}
.PrimaryButton:hover,
.PrimaryButton:focus {
	background: #c26417;
}
a.FeatureActionLink {
	font-family: 'HCo Gotham', sans-serif;
}
.CalloutPart2 .panel-body,
.CommunicationPreferencesSection,
.FilterPanel {
	background: #f7f7f7 !important;
}
.Quote {
	border-color: #e57b24;
	background: #f7f7f7;
}
.Quote::before {
    color: #d0d0d0;
}
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, 
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover,
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:focus {
    border-color: #1c5080;
    background-color: #1c5080;
}
.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
	border-color: #1c5080;
}
.RadTreeView.GLE .rtIn, 
.RadTreeView.GLE .rtHover .rtIn, 
.RadTreeView.GLE .rtSelected .rtIn {
    color: #1c5080;
	text-decoration: none !important;
}
.RadTreeView.GLE a:hover, 
.RadTreeView.GLE a:focus, .RadTreeView.GLE span[onclick]:hover, 
.RadTreeView.GLE span[onclick]:focus {
	background: #1c5080;
}
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, 
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, 
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight,
.RadGrid.RadGrid_MetroTouch th.rgSorted {
	background: #1c5080;
}
.RadAjaxPanel {
	background: #ffffff;
	margin-top: -2px;
}

.Info {
	 color: #7d8387;
}
.RadGrid.RadGrid_MetroTouch .rgRow td, 
.RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.RadGrid.RadGrid_MetroTouch .rgAltRow td, 
.RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child {
	vertical-align: top;
}
.rwTitlebarControls {
	text-transform: capitalize;
}
#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_PasswordEditor_LabelUserId {
	font-weight: 700;
}
a#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_NewChangeLogonPasswordCommon_updatePasswordUser {
	background: #70be4b;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
	display: inline-block;
	text-transform: capitalize;
}
a#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_NewChangeLogonPasswordCommon_updatePasswordUser:hover,
a#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_NewChangeLogonPasswordCommon_updatePasswordUser:focus {
	background: #59a038;
}

/* Panels */
.PanelTitle,
.panel-title, 
.SectionLabel {
	font-family: 'HCo Gotham', sans-serif;
	color: #1c5080;
}
.panel-heading-collapse {
	display: none;
}
/* Renewal Change Panels */
#ctl01_TemplateBody_WebPartManager1_gwpciNewISGUDFieldEditorCommon1_ciNewISGUDFieldEditorCommon1_panUD_name_demo_actfl_primary_sig2 .PanelField.Left label:first-child,
#ctl01_TemplateBody_WebPartManager1_gwpciNewISGUDFieldEditorCommon1_ciNewISGUDFieldEditorCommon1_panUD_name_demo_actfl_primary_sig2 .PanelFieldValue {
	width: 100%;
	display: block !important;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewISGUDFieldEditorCommon1_ciNewISGUDFieldEditorCommon1_panUD_name_demo_actfl_primary_sig2 .PanelField.Left label:first-child {
	text-decoration: underline;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewISGUDFieldEditorCommon1_ciNewISGUDFieldEditorCommon1_panUD_name_demo_actfl_primary_sig2 .PanelFieldValue input {
	width: 5%;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewISGUDFieldEditorCommon1_ciNewISGUDFieldEditorCommon1_panUD_name_demo_actfl_primary_sig2 .PanelFieldValue label {
	width: 95%;
}
.ISG_CheckBoxList input {
	float: left;
}

/* Responsive Panel Styles */
@media (max-width: 640px) {
	.panel input,
	.panel select {
		margin-left: 5px !important;
	}
	.RadGrid.RadGrid_Metro .rgRow td {
		padding: 5px !important;
	}
	.panel,
	.StandardPanel {
		max-width: 100% !important;
		hyphens: auto !important;
		white-space: normal !important;
	}
	/*.panel table * {
		font-size: 11px;
	}*/
	.panel table.Grid th {
		white-space: normal !important;
	}
	.panel table td span {
		min-width: 0 !important;
		width: auto;
	}
	.panel table table,
	.panel table table th,
	.panel table table td,
	.panel table td div {
		margin: 0 !important;
		padding: 5px !important;
	}
	.RadGrid.RadGrid_MetroTouch .rgRow td, 
	.RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
	.RadGrid.RadGrid_MetroTouch .rgHeader, 
	.RadGrid.RadGrid_MetroTouch .rgHeader:first-child {
		padding: 5px;
	}
	.AddPadding,
	.panel-body, 
	.PanelBody {
		padding: 0;
	}
	textarea,
	select,
	.CheckBoxList,
	.RadUpload { 
		width: 100% !important;
		max-width: 100% !important;
	}
	.InputLarge,
		.InputLargeWrapper input[type="text"] {
			width: 100% !important;
	}
	/* .panel div {
		margin: 0 !important;
	} */
	.panel img {
		display: block;
	}
	.panel img.hideImages {
		display: none;
	}
	.panel span {
		display: block;
	}
	.panel a {
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-word;
		hyphens: auto;
		white-space:  normal;
	}
	.ACTFLproductImage{       
	 max-width: 100%;    
	}
}

/* Media Queries */
@media (max-width: 1440px) {
	.panel *,
	.StandardPanel *,
	.panel-body *, 
	.PanelBody * {
		/* max-width: 100% !important; */
		hyphens: auto;
		white-space: normal !important;
	}
	.panel,
	.StandardPanel,
	.panel-body, 
	.PanelBody {
		padding: 0 !important;
	}
}
/* @media (min-width: 1186px) {
	.nav-primary {
		margin: 0;
		padding: 52px 0 !important;
	}
	.RadMenu.RadMenu_Austin .rmText, 
	.RadMenu.RadMenu_Austin .rmHorizontal .rmText {
		line-height: 1;
	}
} */

/* cutoff width will vary with topnav item updates */
/* @media (max-width: 860px) {
	ul.NavigationUnorderedList {
		float: right;
	}
}
@media (min-width: 769px) and (max-width: 1185px) {
	.nav-primary {
		margin-bottom: 1em;
	}
	.RadMenu.RadMenu_Austin .rmText, 
	.RadMenu.RadMenu_Austin .rmHorizontal .rmText {
		line-height: 2;
	}
}  */

/* upper cutoff width will vary with topnav item updates */
@media (min-width: 768px) {
	h1 {
		font-size: 60px;
	}
	h2, h2.panel-title, h2.PanelTitle {
		font-size: 45px;
		margin-top: 0 !important;
		border: none;
	}
	h3 {
		font-size: 36px;
		font-weight: 700;
		margin-top: 0 !important;
	}
	h4 {
		font-size: 30px;
		font-weight: 300;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 22px;
		font-weight: 300;
	}

	.ACTFLheader .header-container {
		 
		padding-left:25px;
		padding-right:25px;
	  }
	/* .header {
		width: 100%;
	}
	.nav-auxiliary .nav-aux-account .nav-text {
		background-position: 0 -98px;
	}
	 
	.RadMenu.RadMenu_Austin .rmText, 
	.RadMenu.RadMenu_Austin .rmHorizontal .rmText {
		padding: 0 .5em;
	}
  */
	 
}

/* begin changes for OPI application - Philip Varady, III - ISG Solutions - pbvarady@isgsolutions.com - 2021-08-11 */

.OPIpanel .TextButton {
	width:300px;
	font-weight:bold;
}

.OPIpanel .panel-heading-options {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.OPIstepsList {
	list-style:none;
}

.OPIpage a {
	text-decoration:underline;
	font-weight:bold;
}

.OPIpage .TextButton {
	text-decoration:none;
}

.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon_ciNewPanelEditorCommon_multipleInstanceList_Grid1_GridData {
	max-height:190px;
}
.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon_ciNewPanelEditorCommon_multipleInstanceList_Grid1 {
	max-height:200px;
	overflow-y:scroll;
}

#ctl00_TemplateBody_PanelFieldEditor_editablePanel .ruButton.ruBrowse {
	font-size:1.5em;
    }
#ctl00_TemplateBody_PanelFieldEditor_editablePanel .Label.Required {
    font-size:1.75em;
    width:100%;
}

.OPIinstructions {
	background-color:lightgrey;
	padding:15px;
	margin-bottom:10px;
	font-weight:500;
}

.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl09,
.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon_ciNewPanelEditorCommon_ctl09 {
	background-image:none!important;
}

.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl08,
.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon2_ciNewPanelEditorCommon2_ctl09,
.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon_ciNewPanelEditorCommon_ctl08,
.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl09,
.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon2_ciNewPanelEditorCommon2_ctl08 {
	width:0;
}

@media (max-width:1500px) {
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon2_ciNewPanelEditorCommon2_ctl08,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl09,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl08,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon2_ciNewPanelEditorCommon2_ctl09,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon_ciNewPanelEditorCommon_ctl08 {
		margin-bottom:20px;
		margin-left:0px;
	}
}

@media (max-width:650px) {
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon2_ciNewPanelEditorCommon2_ctl08,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl09,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciPersonalOPICertUpload_ciPersonalOPICertUpload_ctl08,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon2_ciNewPanelEditorCommon2_ctl09,
	.OPIpage #ctl01_TemplateBody_WebPartManager1_gwpciNewPanelEditorCommon_ciNewPanelEditorCommon_ctl08 {
		margin-bottom:40px;
		margin-left:0px;
	}
}

.OPIpage .RadAjaxPanel {
	background: transparent;
	margin-top: 0px;
}

.OPIpage .sysicon.sysicon-download {
	background-position-x:-245px;
	background-color:greenyellow;
	border-radius:20px;
}

.OPIpage .AddIcon {
	margin-left:10px;
}

.OPICertOptionsPage a {
    font-weight:bold;
    background: #70be4b;
    color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	margin:5px;
}

.OPICertOptionsPage a:hover {
    background: #e57b24;
}

.OPICertOptionsPage .panel-title {
	font-size:1.5em;
	font-weight:400!important;
}

/* BEGIN 2021 redesign changes */
#masterContentArea {
	margin:auto;
	max-width:1200px;
}
/* 
#masterContentArea {
	margin:auto;
	max-width:1200px;
}

.ACTFLheader {
	font-size:.8em;
}

.ACTFLheader #WTZone2_Page1 {
    float:right;	
}

.ACTFLheader #masterLogoArea {
	margin: .5em 0;
}

.ACTFLheader .nav-auxiliary a {
	color: #fff;
	padding: 0px 20px;
	height:32px;
	line-height:32px;
}

 

.ACTFLheader #WTZone1_Page1 img {
	padding:0 3px;
}

.ACTFLheader .header-container {
  max-width: initial;
 
}


.ACTFLheader .nav-aux-button.nav-aux-cart a:hover,
.ACTFLheader a.NavigationLink:hover {
	background: #fdc429;
}

.ACTFLheader .searchbox a {
	background: #3F96B4;
	height:32px;
	width:28px;
	background-image:url("/images/ACTFLportal21/Search.png");
	background-repeat:no-repeat;
	background-position: center;
	padding-top:auto;
}
.ACTFLheader .searchbox a:hover,
.ACTFLheader .searchbox a:focus {
	background:#23718b;
	background-image:url("/images/ACTFLportal21/Search.png");
	background-repeat:no-repeat;
	background-position: center;
}


.searchbox a::before {
	content:"";
}

.nav-auxiliary .about a,
.nav-auxiliary .nav-aux-button.about a.NavigationLink,
.nav-auxiliary .actfl a,
.nav-auxiliary .nav-aux-button.actfl a.NavigationLink,
.nav-auxiliary .signup a {
	background: #E0592A;
	padding: 0px 30px;
}
.nav-auxiliary .about a:hover,
.nav-auxiliary .about a:focus,
.nav-auxiliary .nav-aux-button.about a.NavigationLink:hover,
.nav-auxiliary .nav-aux-button.about a.NavigationLink:focus,
.nav-auxiliary .actfl a:hover,
.nav-auxiliary .actfl a:focus,
.nav-auxiliary .nav-aux-button.actfl a.NavigationLink:hover,
.nav-auxiliary .nav-aux-button.actfl a.NavigationLink:focus,
.nav-auxiliary .signup a:hover,
.nav-auxiliary .signup a:focus {
	background: #c0451f;
}

.ACTFLheader .nav-image {
	display:block;
	float:left;
	position:relative;
	top:6px;
}

.ACTFLheader .nav-primary {
	padding: 0px !important;
	background: #1C355E;
	float:left;
}

.ACTFLheader .RadMenu.RadMenu_Austin .rmRootLink.rmFocused, 
.ACTFLheader #ste_container_ciPrimaryNavigation {
	background: #1C355E;
}

.ACTFLheader #ctl01_ciPrimaryNavigation_PrimaryNavigationArea {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
}

 

.ACTFLheader .RadMenu.RadMenu_Austin .rmLink {
	color:white;
	height:32px;
	line-height:32px;
	padding:3px 0px; 
}

.ACTFLheader .RadMenu.RadMenu_Austin .rmLink:hover {
	background:#348f41;
	padding-right:4px;
}

.ACTFLheader .RadMenu.RadMenu_Austin .rmLast .rmLink:hover {
	padding-right:0px;
}

.ACTFLheader .RadMenu.RadMenu_Austin .rmLink .rmText {
	line-height:32px;
	font-size:14px;
	padding:0px 15px;
}

.ACTFLheader p {
    margin-bottom: 0;
}

.ACTFLheader .RadMenu.RadMenu_Austin .rmLink:after {
	content:"|";
	display:inline;	
	font-weight:500
}

.ACTFLheader .RadMenu.RadMenu_Austin .rmLast .rmLink:after,
.ACTFLheader .RadMenu.RadMenu_Austin .rmLink:hover:after {
	content:"";
}

.ACTFLheader #masterLogoArea {
	margin-left:40px;
}

#ft.ACTFLfooter.footer {
	background:initial;
	background: #1C355E;
}

.ACTFLfooter li.rmItem  {
	list-style:none;
	display:block;
}

.ACTFLfooter h2 {
	color:white;
	font-family: 'HCo Gotham', sans-serif;
    font-size:25px;
    font-weight:800;
} */

/* static header */
/* .ACTFLheader {
	  position: fixed; 
      top: 0; 
      background:#fff;
      z-index:1000;
}

.ACTFLwrapper {
	margin-top:177px;
} */
/* end static header */
/* 
.ACTFLfooter .footer-copyright li,
.ACTFLheader #masterLogoArea li {
	display:inline;
}

.ACTFLfooter .ACTFL-footer-social li a,
.ACTFLheader #masterLogoArea li a {
   	font-family:"Font Awesome 5 Brands";
   
   	font-size:1.5em;
   	color:white;
   	padding:0 3px;
	line-height:initial;
   	font-weight:normal;
}

.ACTFLfooter {
    text-align:center;
}

.ACTFLfooter .footer-copyright ul,
.ACTFLheader #masterLogoArea ul {
	margin-bottom:0;
	padding-inline-start:0;
}

.ACTFLfooter .footer-copyright li a:hover,
.ACTFLheader #masterLogoArea li a:hover {
    color:#bed62f;
}

.ACTFL-footer-menu {
    display: block;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
	padding-top:20px;
}

.ACTFL-footer-menu li::after {
	content:"|"
}

.ACTFL-footer-social {
	padding-bottom:30px;
	font-size:1.75em;
}

.ACTFL-footer-social li {
	padding:7px;
}

.ACTFLfooter {
	font-weight:bold;
}

.ACTFLfooter h2 {
	font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
	padding-top:50px;
	font-size:20px;
}

.ACTFLheader {
	background:#fff;
}

.ACTFLheader .header-bottom-container{
	background:#fff;
}

.ACTFLheader .nav-auxiliary .nav-aux-cart .nav-text,
.ACTFLheader .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
	background: none!important;
	padding-left:0!important;
}

.ACTFLheader .nav-auxiliary .nav-aux-cart .nav-text::before,
.ACTFLheader .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text::before {
	content:"\f07a";
	font-family:"FontAwesome"; 
	font-size:1.5em;
	margin-right:5px;
}

.ACTFLheader .cartFull .cartCenter.cartSprite {
	position:absolute;
	top:-5px;
	left:7.5px;
	font-size:.85em;
}

.ACTFLfooter .container {
	width:100%;
	margin:0;
	max-width:initial;
	padding:0;
}

.ACTFLfooter .footer-svg {
	background:#fff;
}

.ACTFLcentral .nav-image {
	max-width:28px;
} */

.ACTFLstore21 .rgHeader {
	display:none;
}

/* ACTFL store interface */
.ACTFLproduct {
    display:block;
    height:auto;
    font-size:1.1em
}

.ACTFLProductName {
    font-weight:bold;
    font-size:1.2em;
    text-transform:uppercase;
	width:100%;
	padding-bottom:15px
}

.ACTFLproductLeft{
    float:left;
    height:100%;
    width:30%;
    text-align:center;
}

.ACTFLproductRight{
    height:100%;
    float:right;
    width:70%;
}

.ACTFLproductImage {
    width: auto;
    max-width: 300px;
    height: 100%;
    max-height: 250px;
    margin:0 auto;
}

.ACTFLpurchaseButton {
    width:100%;
    text-align:right;
    margin:30px 0px;
}

.ACTFLproductList .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.ACTFLproductList .RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.ACTFLproductList .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.ACTFLproductList .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_MetroTouch th.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgSelectedRow,
.ACTFLproductList .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_Metro th.rgSorted {
	background:transparent;
	color:initial;
}

.ACTFLproductList .RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgActiveRow td,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgSelectedRow td,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.ACTFLproductList .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
  border-color: #fff;
}

.ACTFLproductList .RadGrid_MetroTouch .rgAltRow {
	background:#fff!important;
}

.ACTFLinteriorBanner{
	position: relative;
}

#ACTFLpageTitle {
    text-align:center;
    /* margin-top:-380px;
    margin-bottom:170px; */
    font-size:4em;
    font-weight:bold;
    color:#fff;
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -50%);
}

.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton {
  color: #fff;
  background-color: #348f41!important;
  border-color: transparent;
}

.btn:hover,
.TextButton:hover,
.TextButtonWithImage:hover,
.ruButton:hover,
#masterHeaderActionArea a:hover,
.RadGrid input.TextButton:hover
 {
    background-color: rgb(52, 143, 65,0.85)!important;
}

#ctl01_TemplateBody_WebPartManager1_gwpciShippingMethod_ciShippingMethod_AddressSelectorSM_ShowAddressPanel {
	line-height:1.75;
	font-weight:500;
}

#ctl01_TemplateBody_WebPartManager1_gwpciShippingMethod_ciShippingMethod_AddressSelectorSM_LinkChoose {
	background:#348f41;
	padding:5px;
	color:#fff;
	border-radius:8px;
}

#ctl01_TemplateBody_WebPartManager1_gwpciShippingMethod_ciShippingMethod_AddressSelectorSM_LinkChoose:hover {
     background-color: rgb(52, 143, 65,0.85)!important;
}

/* @media (max-width:1500px) {
	#ACTFLpageTitle {
	    margin-top:-250px;
	}
} */

@media (max-width:1150px) {
	#ACTFLpageTitle {
	    /* margin-top:-180px; */
	    font-size:2.5em;
	}
}

.ACTFLstore21 .RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.ACTFLstore21 .RadGrid_MetroTouch .rgSelectedRow,
.ACTFLstore21 .RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.ACTFLstore21 .RadGrid_MetroTouch .rgSelectedRow td.rgSorted {
	background-color:initial!important;
    color:black!important;
}

.ACTFLprices {
	padding-top:20px;
	font-weight:bold;
}



.ProductDisplay,
.EmptyMasterContentPanel {
	background:#f7f7f7;
}

.ACTFLproductDescription {
	max-height:200px;
	overflow-y:auto;
	padding:6px;
}

#ctl01_TemplateBody_WebPartManager1_gwpciACTFLStoreCCO_ciACTFLStoreCCO_Zone1PlaceHolder .rgHeader {
	display:none;
}

.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_MetroTouch .rgPagePrev:active, .RadGrid.RadGrid_MetroTouch .rgPageNext:active, .RadGrid.RadGrid_MetroTouch .rgPageFirst:active, .RadGrid.RadGrid_MetroTouch .rgPageLast:active,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_Metro .rgPagePrev:active,
.RadGrid.RadGrid_Metro .rgPageNext:active,
.RadGrid.RadGrid_Metro .rgPageFirst:active,
.RadGrid.RadGrid_Metro .rgPageLast:active,
.RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
  background-color: #348f41;
  border-color: #348f41;
}

#ctl01_TemplateBody_WebPartManager1_gwpciACTFLStoreCCO_ciACTFLStoreCCO_VLMproducts_ResultsGrid_Grid1_ctl00_ctl02_ctl00_ChangePageSizeTextBox_wrapper {
	width:45px!important;
}

/* 3.8.2022 - fix margin spacing issue with ASI Error message on large screens - pbvarady@isgsolutions.com */
@media (min-width:1500px) {
	.AsiError {
		margin-top:100px;
	}
}

@media (max-width:770px) {
	.AsiError {
		margin-top:120px;
	}
}



/* BEGIN 2023 redesign changes */


.ACTFLheader .header-container{
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	/* padding-top: 17px;
	padding-bottom: 17px; */
	align-items: center;
}
.ACTFLheader .header-logo-container{
    flex: 0 0 233px;
	padding-right: 15px;
	padding-top: 17px;
	padding-bottom: 17px;
}
/* .ACTFLLogo23{
	max-width: 210px;
} */
.ACTFLLogo23 img{
	margin: 0px !important;
}
.mainnav{
	margin-left: auto;
	/* font-size: 112.5%;
	font-weight: 700; */
}

.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink{
	font-size: 112.5%;
	font-weight: bold;
	text-transform: none;
}
.ACTFLheader .RadMenu.RadMenu_Austin .rmLink{
	color: #333 !important;
}
.RadMenu.RadMenu_Austin .rmRootLink.rmExpanded, .RadMenu.RadMenu_Austin .rmRootLink:hover, .RadMenu.RadMenu_Austin .rmRootLink.rmFocused{
	color: #333;
	text-decoration: underline;
	background: none;
}
 
.RadMenu.RadMenu_Austin .rmText{
	float: none;
	display: inline;
}
.nav-primary{
	margin-top: 0px;
}


.navbar-header {
	padding: 17px 0;
}

.nav-auxiliary a{
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}
.nav-auxiliary a:hover{
 
	color: #388033;
}
.nav-auxiliary a{
	padding: 35px 10px 5px 10px;
	position: relative;
}

.nav-auxiliary a::after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
 
}



.nav-auxiliary .join a{
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 25%);
    text-shadow: none;
	background-color: #388033;
    color: #fff;
	padding: 16px 20px;
	font-size: 18px;
	font-weight: bold;
}
.nav-auxiliary .join a:hover, .nav-auxiliary .join a:focus{
    background-color: #114c0e;
    color: #fff;
}



.nav-aux-button a::after{
    
	 background: url(images/cart-icon.svg) center center no-repeat;
}
.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text{
	background: none;
	padding-left: 0px;
}
.authcontrol a::after{
    
	background: url(images/signin-icon.svg) center center no-repeat;
}
.search-container-sm {
	display: none !important;
}
.searchbox a::after {
	background: url(images/search-icon.svg) center center no-repeat;
}


/**********/
.ACTFLfooter{
	font-size: 18px;
	color: #fff;
}
 
.footer-content{
	background: #388033;
	padding-top: 30px;
	text-align: left;
}
.footer-content a{
	color: #fff;
}
.footer-content a:hover{
	color: #fff;
}


.footer-grid{
	display: flex;
	flex-flow: row wrap;
}
.order-3{
	order: 3;
}

.footer-info{
	display: flex;
	margin-bottom: 20px;
}
.footer-logo{
	padding-right: 20px;
	flex:0 0 230px;
}

.footer-links{
	margin: 0px;
	padding: 0px;
	display: flex;
    font-weight: bold;
    justify-content: space-between;
}
.footer-links li {
	list-style: none;
}
.footer-links a{
text-decoration: none;
display: block;
padding: 12px 16px;
}
.footer-links a:hover{
   text-decoration: underline;
}

.footer-media{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.footer-media li{
    list-style: none;
	display: inline-block;
	/* padding: 10px; */
}
.footer-media .icon{
	display: inline-block;
}
.footer-media li img{
   width: 32px;
}
.footer-nav-copyright{
	background: #388033;
	padding: 0px;
	color: #fff;
	font-size: 16px;
}
.footer-copyright{
	border-top: 1px solid #ccc;
	padding: 30px 0 70px 0;
}

.footer-nav-copyright .footer-copyright{
	display: block;
	margin: 0px;
	float: none;
	text-align: center;
}

.footer-nav-copyright a:hover, .footer-nav-copyright a:active{
	text-decoration: underline;
}

.backToTop{
	z-index: 10;
    background-color: #fff;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 25%);
    text-decoration: none;
    text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 5px 5px 10px 5px;
	font-size: 9px;
	font-weight: 700;
	color: #388033;
	width: 60px;
	text-transform: uppercase;
	display: block;
}
.backToTop a{
	color: #388033;
	display: block;
}
.backToTop a:hover{
	color: #333;
}
.backtop_icon{
	margin-bottom: -5px;
}

/********** responsive *************/

@media (max-width:767px) {
	#ACTFLpageTitle {
	    /* margin-top:-110px;
		margin-bottom:10px; */
	    font-size:1.25em;
	}
	.ACTFLauxNav .UtilitySection.UtilityNavigationList{
        /* display:inline-block; */
		/* text-align:center; */
		/* height:0px; */
	}
	.ACTFLheader  {
        width:100%;
		margin:auto;
	}
	/* .ACTFLauxNav {
		margin-bottom:28px;
	} */

	.ACTFLauxNav .UtilityNavigation {
		display: flex;
		align-items: center;
	}
	.ACTFLauxNav .UtilityNavigationToggle{
		margin-left: auto;
	}
 
	.ACTFLheader  {
		margin:0;
	}
	.ACTFLheader .navbar-toggle.collapsed {
        background-color:#fff;
    }
    .ACTFLheader .navbar-toggle:hover, .navbar-toggle:focus { 
        background-color:#fff;
    }
    .ACTFLheader {
	    background:#fff;
    }
    .ACTFLheader .navbar-toggle .icon-bar {
		background: #348f41;
	}
	/* .ACTFLheader #masterLogoArea {
    	margin:0;
    	width:100%;
    	text-align:center;
		padding-top:10px;
	} */
	.ACTFLheader .header-logo-container{
		flex: 0 0 100%;
		text-align: center;
		padding: 15px 0;
	}
	.ACTFLLogo23{
		max-width: 210px;
		margin: 0 auto;
	}
	.navbar-header{
		flex: 0 0 100%;
	}

	.navbar-header > div{
		display: block;
	}
	
	.nav-auxiliary .nav-aux-button .NavigationLink{
		background: transparent;
		padding: 35px 10px 5px 10px;
	}
	.nav-auxiliary .nav-aux-button.nav-aux-account .nav-text, .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text{
		width: auto; 
     height: auto;
	}
	.navbar-toggle.collapsed{
		padding-bottom: 0px;
	}
	.nav-auxiliary .nav-aux-button.nav-aux-account .nav-text, .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text{
		padding-left: 0px;
	}
	.nav-auxiliary .join a{
		padding: 12px;
		font-size: 14px;
	}
	.nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle{
		margin-left: 10px;
	}
	.mainnav{
		position: absolute;
		right: 0px;
		background: #388033;
    	top: 180px;
		width: 100%;
		z-index: 999;
	}
	.mainnav .navbar-collapse{
		/* background: #114c0e; */
		background: #388033;
		margin-left: 0px;
		margin-right: 0px;
	}
	.RadMenu.RadMenu_Austin .rmText{
		display: block;
	}
	.ACTFLheader .RadMenu.RadMenu_Austin .rmLink{
		color: #fff !important;
	}
/* 	
	.ACTFLfooter .footer-svg {
	    background:#fff;
	}
	.ACTFLfooter .masked-svg-content {
		background:transparent;
	}
	.ACTFLheader #ctl01_ciPrimaryNavigation_PrimaryNavigationControl {
		width:100%;
		margin:0 auto
	}
	.ACTFLheader .RadMenu.RadMenu_Austin .rmLink:after {
	    content:"";
	} */
	/* .ACTFLwrapper {
		margin-top:150px;
	} */
	.ACTFLproductLeft,
	.ACTFLproductRight {
		width:100%;
	}
	.ACTFLpurchaseButton {
		text-align:center;
	}
	.footer-content{
		text-align: center;
	}
	.footer-grid{
		display: block;
		 
	}
	.footer-info{
		display: block;
	}
	.footer-logo{
		width: 230px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer-links{
		margin-bottom: 30px;
		flex-direction: column;
		text-align: center;
	}
	.footer-media{
		text-align: center;
		margin-bottom: 20px;
	}
	 
}
