@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');


/*

font-family: 'Montserrat', sans-serif;
font-family: 'Source Serif Pro', serif;
font-family:Arial, sans-serif;
*/



.container, .header-container, .SliderPage1,.jcTopBar,.jcInteriorHeader,.jcFeatureBoxes {
    max-width: 1950px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 150px;
    padding-right: 150px;
	zoom: 85%;
}

/*#MainPanel .EmptyMasterContentPanel .pull-right a[onclick^="window.location='/iCore/Contacts/SimpleAccountCreator.aspx?GroupId=COMMITTEE"]
{
	pointer-events:none;
	color:#ccc;
}*/
/* Special overflow classes */
.jcFullOverlay 
{
	position: absolute;
    background-color: #000;
    color: #fff;
    bottom: 100px;
    display: flex;
  
    align-items: start;
    justify-content: right;
    padding: 20px 150px!important;
	
}
.jcTanBG,.jcFullWidth 
{
	
	margin-left:-150px;
	margin-right:-150px;
	width:auto;
	overflow-x: clip;
}
.jcTanBG 
{
	background-color:#FFF7E1;
	
	margin-bottom:75px;
    padding: 75px 150px;
	
}
.jcIndented 
{
	padding: 1em 150px;
}


h1, h2, h3,h4,h5 {
    margin-top: 0.75em;
    margin-bottom: 0.375em;
}
h1, .h1, .PageTitle {
    color: #000;
    font-size: 72px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	    line-height: 1.1em;
		margin-bottom: 0.25em;
	margin-top:.25em;
}
h2, .h2, .PanelHead.Distinguish, div.PanelTitle, .panel-heading.Distinguish,h2.panel-title,h2.PanelTitle 
{
	color: #000;
    font-size: 52px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	border-bottom:none;
	line-height: 1.1em;
	margin-top:.25em;
}
h2.panel-title,h2.PanelTitle 
{
	font-size: 28px;
    font-weight: 500;
    padding: 10px 0px;
	display: block;
	margin:0px;
}
.PanelHead.Distinguish, .TitleBarCaption, div.PanelTitle, .panel-heading.Distinguish
{
	margin:0px;
	    padding-bottom: 5px;
    padding-top: 0px;

}
h3, .h3, .SectionTitle {
    color: #000;
    font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	 
}
h4, .h4, .SectionLabel {
    color: #000;
    font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin-top: 0.25em;
}
h5, .h5 {
    color: #000;
    font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
h6, H6 
{
	color:#FF2D00;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	margin:.5em 0px;
}
h1.jcEditorial 
{
	font-weight:500;
	font-size:48px;
	
}
h2.jcEditorial
{
	font-weight:500;
	font-size:28px;
	color:#333;
	
}
h3.jcEditorial
{
	font-size:22px;
	color:#333;
	font-weight:700;
}

body {
 
    font-size: 18px;
	font-family:Arial, sans-serif;
    line-height: 1.56;
    color: #333333;
	
}
.wrapper {
    background-image: url(images/template/img_bg_texture.jpg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center right -20%;
}
.jcQuotation
{
	
	font-size:22px;
	max-width:80%;
	    margin-left: 50px;
}
.jcQuotation:before
{
	    display: block;
    height: 25px;
    content: " ";
    background-image: url(images/template/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px;
    /* height: 100%; */
    width: 25px;
    margin-left: -40px;
    float: left;
    margin-top: 10px;
}
.jcBox 
{
	padding-left:50px;
	border-top:7px solid #D2D2D2;
	border-bottom:7px solid #D2D2D2;
	    padding-top: 1em;
    padding-bottom: 1em;
	
}
.jcBox .jcQuotation
{
	margin-left:0px;
}
ol.jcRedNumbers 
{
		 counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
.jcRedNumbers li {
  display: block;
  margin-bottom: .5em;
  margin-left: 2em;
}
.jcRedNumbers li::before {
 display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    width: 1.25em;
    margin-left: -2em;
    color: #FF2D00;
    font-weight: 700;
}

hr {
    margin-left: 0px;
    margin-right: 0px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D2D2D2;
}
a,a:visited {
    color: #FF2D00;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #B12028;
    text-decoration: underline;
}


.btn, .TextButton, .TextButton2, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton,
.TextButton:active,
.TextButton:visited, 
.TextButtonWithImage:active,
.TextButtonWithImage:visited,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:visited,
.RadGrid input.TextButton:active,
.RadGrid input.TextButton:visited,
.btn:active,
.RadGrid input.TextButton:active
{
    color: #fff;
    background-color: #FF2D00;
    border-color: #FF2D00;
    position: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
	transition:all .5s ease-in-out;
}
.TextButton[href^="tel:"]
{
	    padding-left: 38px;
    background-image: url(images/template/ico_topbar_phone.png);
    background-size: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.TextButton[href^="mailto:"]
{
	    padding-left: 38px;
    background-image: url(images/template/ico_topbar_envelope.png);
    background-size: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
	
	
}
.PrimaryButton,.TransButton, .SaveAndClose, .SaveAs, .UsePrimaryButton .TextButton, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a, .RadGrid input.PrimaryButton
{
	padding: 16px 28px;
    background-image: url(images/template/ico_arrow_white.svg);
    background-size: 18px;
    background-position: right 25px center;
    background-repeat: no-repeat;
    padding-right: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
	margin-top: 5px;
}

.btn:hover, .btn:focus, .btn:active, .btn:visited,
.TextButton:hover,
.TextButton:focus,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
.ruButton:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus
 {
  color: #fff;
  background-color:#B12028;
   border-color: #B12028;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active, .btn.aspNetDisabled, .btn.aspNetDisabled:hover, .btn.aspNetDisabled:focus, .btn.aspNetDisabled:active,
.TextButton[disabled],
.TextButton[disabled]:hover,
.TextButton[disabled]:focus,
.TextButton[disabled]:active, fieldset[disabled]
.TextButton, fieldset[disabled]
.TextButton:hover, fieldset[disabled]
.TextButton:focus, fieldset[disabled]
.TextButton:active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.TextButtonWithImage[disabled],
.TextButtonWithImage[disabled]:hover,
.TextButtonWithImage[disabled]:focus,
.TextButtonWithImage[disabled]:active, fieldset[disabled]
.TextButtonWithImage, fieldset[disabled]
.TextButtonWithImage:hover, fieldset[disabled]
.TextButtonWithImage:focus, fieldset[disabled]
.TextButtonWithImage:active,
.TextButtonWithImage.aspNetDisabled,
.TextButtonWithImage.aspNetDisabled:hover,
.TextButtonWithImage.aspNetDisabled:focus,
.TextButtonWithImage.aspNetDisabled:active,
.ruButton[disabled],
.ruButton[disabled]:hover,
.ruButton[disabled]:focus,
.ruButton[disabled]:active, fieldset[disabled]
.ruButton, fieldset[disabled]
.ruButton:hover, fieldset[disabled]
.ruButton:focus, fieldset[disabled]
.ruButton:active,
.ruButton.aspNetDisabled,
.ruButton.aspNetDisabled:hover,
.ruButton.aspNetDisabled:focus,
.ruButton.aspNetDisabled:active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active, fieldset[disabled]
#masterHeaderActionArea a, fieldset[disabled]
#masterHeaderActionArea a:hover, fieldset[disabled]
#masterHeaderActionArea a:focus, fieldset[disabled]
#masterHeaderActionArea a:active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
.RadGrid input.TextButton[disabled],
.RadGrid input.TextButton[disabled]:hover,
.RadGrid input.TextButton[disabled]:focus,
.RadGrid input.TextButton[disabled]:active, fieldset[disabled]
.RadGrid input.TextButton, fieldset[disabled]
.RadGrid input.TextButton:hover, fieldset[disabled]
.RadGrid input.TextButton:focus, fieldset[disabled]
.RadGrid input.TextButton:active,
.RadGrid input.TextButton.aspNetDisabled,
.RadGrid input.TextButton.aspNetDisabled:hover,
.RadGrid input.TextButton.aspNetDisabled:focus,
.RadGrid input.TextButton.aspNetDisabled:active 
{
  background-color: #737373;
    border-color: #2D2D2D;
}

.CommandBar .TextButton
{
	padding:10px 20px;
	background-image:none;
	margin: 0px 5px;
}
.CommandBar .TextButton.Cancel,.UsePrimaryButton .TextButton {
    color: #999999;
    background-color: #fff;
    border-color: #999;
	-webkit-box-shadow: none;
    box-shadow:none;
}
.UsePrimaryButton .TextButton {
	
	color:#FF2D00;
	padding: 10px 20px;
}
.CommandBar .TextButton.Cancel:hover 
{
    color: #fff;
    background-color: #999;
 
}
.UsePrimaryButton .TextButton:hover
{
	color: #fff;
    background-color: #FF2D00;
	-webkit-box-shadow: none;
    box-shadow:none;
	background-image:none;
}
.CommandBar {
    margin: 0.5em 0;
    text-align: center;
}
.jcTopBar,.FooterStrip
{
	max-width:100%;
	overflow:hidden;
	
}
.jcTopBar
{
	background-color:#d6bc92;
	padding-top:6px;
	padding-bottom:6px;
	position:relative;
	overflow:hidden;
	background: -moz-linear-gradient(180deg, rgba(208,176,138,1) 0%, rgba(169,139,106,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(208,176,138,1) 0%, rgba(169,139,106,1) 100%);
	background: linear-gradient(180deg, rgba(208,176,138,1) 0%, rgba(169,139,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b08a",endColorstr="#a98b6a",GradientType=1);
	
}
.jcTopBar:after
{
	background: #b12028;
    content: "";
    height: 100%;
    left: -5%;
    position: absolute;
    top: 0;
    transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    width: 45%;
    z-index: 0;
	
}
.header-top-sidebar-item
{
	
	z-index:1;
	line-height:45px;
	max-width:40vw;
}
.jcRight
{
	float:right;

}
.jcGoldBar, .jcRedBar
{
	font-family: 'Montserrat';
    font-size: 11px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #fff;
    font-style: normal;
    font-weight: 900;

}
.jcFB,.jcIG,.jcIG,.jcTW,.jcLI,.jcYT
{
	height:24px;
	width:24px;
	background-size:90%;
	background-image:url(images/template/ico_facebook.png);
	display: inline-block;
    vertical-align: text-top;
	margin-left: 26px;
	background-repeat:no-repeat;
	background-position: center center;
}
.jcFB:hover,.jcIG:hover,.jcIG:hover,.jcTW:hover,.jcLI:hover,.jcYT:hover
{
	opacity:.7;
	
}
.jcIG
{
	background-image:url(images/template/ico_insta.png);
}

.jcTW
{
	background-image:url(images/template/ico_twitter.png);
	height: 27px;
    width: 27px;
}
.jcLI
{
	background-image:url(images/template/ico_linkedin.png);
}
.jcYT
{
	background-image:url(images/template/ico_youtube.png);
	height: 30px;
    width: 30px;
    vertical-align: text-top;
}
.jcMail,.jcPhone,.jcCareer 
{
	color:#fff;
	font-size:14px;
	font-family:Arial, sans-serif;
	margin-right: 25px;
    padding-left: 25px;
	background-position: left center;
    background-repeat: no-repeat;
	text-decoration: none;
    display: inline-block;
	
}
.jcMail:hover,.jcPhone:hover,.jcCareer:hover
{
	color:#fff;
	text-decoration:underline;
}
.jcMail 
{
	background-image:url(images/template/ico_envelope.png);
}
.jcPhone 
{
	background-image:url(images/template/ico_phone_top.png);
}
.jcCareer 
{
	background-image:url(images/template/ico_careers.png);
}


.header-logo-container #masterHeaderImage {
    background-image: url(images/template/img_logo_mnlg.png);
    background-repeat: no-repeat;
    width: 470px;
    height: 160px;
    background-size: 100%;
    overflow: visible;
    float: left;
    background-position: bottom;
	max-width: 32vw;
    max-height: 11vw;
	    position: relative;
    z-index: 2;
}
.navbar-header {
    float: right;
    max-width: calc(67vw - 300px);
    text-align: right;
}
.header-top-container {
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #000;
    margin-bottom: -22px;
}

.nav-auxiliary a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
	text-transform:uppercase;
	font-weight:600;
	transition: all .5s ease-in-out;
}

.nav-auxiliary a:hover 
{
	color:#FF2D00;
	
}
.nav-auxiliary .OnBehalfOf a {
	color: #FF2D00;
}
.nav-auxiliary .OnBehalfOf a:hover 
{
	text-decoration:underline;
}

.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text
{
	background-image:none;
	padding-left:0px;
}
.nav-auxiliary .jcMyAccount a, .DSTDonation a, .nav-auxiliary .nav-aux-cart a,.UtilitySection.UtilityAuthenticationLink  
{
    background-image: url(images/template/ico_utility_cart.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 22px;
    padding-right: 27px;
    padding-left: 0px;
	vertical-align: middle;
	transition: all .5s ease-in-out;
	background-repeat:no-repeat;
}
.nav-auxiliary .nav-aux-cart a
{
	background-size: 24px;
    padding-right: 29px;
}
.RadMenu .rmSlide, .RadMenu_Context {
   
    transition: ease all 500ms;
}
.nav-auxiliary .nav-aux-cart a:hover
{
	background-image: url(images/template/ico_utility_cart_roll.png);
	color:#FF2D00;
	
	
}
.nav-auxiliary .jcMyAccount a
{
	background-image: url(images/template/ico_utility_lock.png);
	background-size:18px;
	
}
.nav-auxiliary .jcMyAccount a:hover
{
	background-image: url(images/template/ico_utility_lock_roll.png);
	color:#FF2D00;
}


.UtilitySection.UtilityAuthenticationLink 
{
	background-image: url(images/template/ico_utility_login.svg);
	background-size: 18px;
}
.UtilitySection.UtilityAuthenticationLink:hover 
{
	
	background-image: url(images/template/ico_utility_login_roll.svg);
}
.ste-toggle 
{
	background-position: -840px -35px;
    font-size: .001px!important;
}
.UtilitySearch #SimpleSearchBlock .search-field
{
	background-color: transparent;
    background-image: url(images/template/ico_utility_magglass.png);
    height: auto;
    width: 93px;
    background-position: right;
    transition: all .5s ease-in-out;
    border: none;
    padding-left: 0px!important;
    color: #fff;
    background-size: 18px;
    text-transform: uppercase;
    font-size: 15px!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600!important;
	    padding-top: 0px;
    padding-bottom: 0px;
}
.UtilitySearch #SimpleSearchBlock .search-field:hover
{
	color:#FF2D00;
	background-image: url(images/template/ico_utility_magglass_roll.png);
}
.UtilitySearch #SimpleSearchBlock .search-field:focus 
{
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	transition: all .5s ease-in-out;
	max-width:200px;
	width:15vw;
}
.UtilitySearch, .UtilityAuthentication,.nav-aux-cart, .DSTDonation
{
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #484848;
}
.search-container-sm {
    margin-top: 0px;
    margin-bottom: 0px;
}
.header-search {
    padding: 0px;
}
.NavigationLink
{
	padding-left:0px;
	padding-right:0px;
}
.nav-auxiliary .NavigationListItem, .nav-auxiliary .header-social .SocialSprite {
    margin-left: 20px;
}

.header-bottom-container .header-container
{
	border-top: 8px solid #B12028;
	background-color: #fff
	
}
.header-bottom-container {
    background-color: transparent;
    position: relative;
}

.nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle {
    margin-left: 7.5px;
}
.jcNavToggle .navbar-toggle .icon-bar {
    background-color: #E9006D;
    width: 32px;
	 transition: .5s ease all;
}
.jcNavToggle .navbar-toggle .icon-bar {
    left: .25rem;
    height: 3px;
    width: 24px;
    -webkit-transform: rotate(45deg) translateY(.3rem);
    -ms-transform: rotate(45deg) translateY(.3rem);
    transform: rotate(45deg) translateY(.3rem);
    transition: .5s ease all;
}
.jcNavToggle  .navbar-toggle .icon-bar:nth-child(3) {
    width: 32px;
    transform: rotate(-45deg) translateY(.3rem);
}
.jcNavToggle .navbar-toggle .icon-bar:nth-child(2) {
    width: 32px;
    left: .25em;
    position: relative;
    top: .55em;
}
.jcNavToggle .navbar-toggle .icon-bar:nth-child(4)
{
	display:none;
}
.jcNavToggle .nav-auxiliary .navbar-toggle 
{
    margin-left: 0px;
	padding-bottom: 0px!important;
	position: absolute;
    z-index: 2002;
	top:18px;
	    width: auto;
    right: 0px;
    
}

.jcNavToggle .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.jcNavToggle .navbar-toggle .icon-bar 
{
    background-color: #fff;
    width: 32px;
}
.navbar-toggle {
    margin-top: 0px;
	
}
.jcNavToggle .navbar-toggle.collapsed .icon-bar {
     display:block!important;
    height: 3px;
    width: 32px;
    -webkit-transform: rotate(0deg) translateY(0rem);
    -ms-transform: rotate(0deg) translateY(0rem);
    transform: rotate(0deg) translateY(0rem);
    transition: .5s ease all;
	top: 0px;
    left: 0px;
}
.jcNavToggle .navbar-toggle.collapsed,.jcNavToggle .navbar-toggle,.jcNavToggle .navbar-toggle:hover,.jcNavToggle .navbar-toggle:focus {
    background-color: transparent;
	outline:none;
}


/* Home page CSS 
.HomePageFullWidthArea
{
	border-top: 8px solid #B12028;
    margin-top: -24px;
    position: relative;
    z-index: 1;
}
.HomePageFullWidthArea .panel-body
{
	padding:0px;
}
.HomePageFullWidthArea .panel 
{
	border:none;

}
.HomePageFullWidthArea .carousel-inner
{
	overflow:visible;
	
}
.HomePageFullWidthArea .carousel-inner.bg-img > .item {
   
    background-color: #B12028;
}

.header-bottom-container .header-container
{
	position:absolute;
	
	z-index:101;
	position: absolute;
    top: 760px;
    z-index: 101;
    width: 100%;
    border-top: 0px;
}
.navbar-collapse.collapse
{
	margin-top:0px!important;
}
.HomePageFullWidthArea .carousel-caption
 {
    left: 40%;
    right: 150px;
    
    bottom: 220px;
    background-color: #000;
    height: 100px;
    padding: 0px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.HomePageFullWidthArea .carousel-caption p 
{
	font-size: 28px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #fff;
    line-height: 1.2em;
}
.HomePageFullWidthArea .carousel-caption .carousel-link
{
	color:#fff;
}
.HomePageFullWidthArea .carousel-caption .TextButton
{
	    position: absolute;
    right: -25px;
    bottom: -33px;
    padding: 15px 30px;
    padding-right: 55px;
	
}
Home page CSS */

  .HomePageFullWidthArea .carousel-caption
    {
        left: 40%;
		right: 10%;
		bottom: 25%;
		/*background-color: #000; */
		/* height: 100px; */
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 25px;
	}
    
    .HomePageFullWidthArea .carousel-caption p
    {
    font-size: 28px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    line-height: 1.2em;
    }
    .HomePageFullWidthArea .carousel-caption .carousel-link
    {
    color:#fff;
    }
    .HomePageFullWidthArea .carousel-caption .TextButton
    {
    position: absolute;
    right: -25px;
    bottom: -33px;
    padding: 15px 30px;
    padding-right: 55px;
    }

.nav-primary {
    float: left;
    clear: none;

}

.RadMenu.RadMenu_Toronto .rmLink, .RadMenu.RadMenu_Toronto .rsmLink {
    color: #222;
    text-decoration: none;
    display: block;
    position: relative;
	
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink
{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	font-weight:600;
	text-transform: none;
	letter-spacing: 0px;
}

.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav .rmText
{
	font-size:.0001px;
	color:transparent;
	    z-index: -1;
    position: relative;
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav 
{
		background-image: url(images/template/ico_home.svg);
	padding: 12px 1vw;
    background-repeat: no-repeat;
    background-position: center;
	background-size:27px;
	float:left;
	    margin-top: 3px;
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmFirst:after 
{
	content: "";
    height: 38px;
    width: 1px;
    background-color: #d8d8d8;
    display: block;
    float: right;
    margin-top: 16px;
	
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast:before
{
	content: "";
    height: 38px;
    width: 1px;
    background-color: #d8d8d8;
    display: block;
    float: left;
    margin-top: 16px;
	
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast .rmLink
{
	float:right;
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcRedEnvelope .rmText
{
	color: #FF2D00;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.44em;
    background-image: url(images/template/ico_redenvelope_onwhite.png);
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 60px;
	padding-top: 24px;
    padding-bottom: 12px;
	
}

.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav:hover 
{
	background-image: url(images/template/ico_home_roll.svg);
	background-color:transparent;
	background-size:27px;
	
}
.RadMenu.RadMenu_Toronto .rmRootLink.jcHomeNav.rmFocused
{
	background-color:transparent;
	
}
.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav:hover .rmText 
{
	border-color: transparent;
 
}

.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText
{
	
    padding: 21.5px;
	border-bottom:7px solid #fff;
    line-height: 1em;
	    padding-bottom: 14.5px;
}
.RadMenu.RadMenu_Toronto .rmRootLink.rmExpanded .rmText, .RadMenu.RadMenu_Toronto .rmRootLink:hover .rmText, 
.RadMenu.RadMenu_Toronto .rmRootLink.rmFocused .rmText
{
	
	background-color:#fff;
	border-color:#FF2D00;
	color: #FF2D00;
	
}
.RadMenu.RadMenu_Toronto .rmSlide .rmText 
{
	padding: 20px 0px;
    border-bottom: none;
    margin-right: 0px;
    
    border-bottom: 1px solid #333333;
   
	padding-right:50px;
}
.navbar-collapse.collapse {
  
    margin-top: -12px;
}

.RadMenu.RadMenu_Toronto .rmRootLink.rmSelected {
    color: #FF2D00;
    background-color: transparent;
}

.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
    float: none;
    padding: 0px 25px;
	color: #fff;
    font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}

.RadMenu.RadMenu_Toronto .rmGroup 
{
    background-color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 7px solid #FF2D00;
	padding: 0px;
}
.RadMenu.RadMenu_Toronto .rmGroup .rmGroup
{
	border-top: 4px solid #FF2D00;
	border-bottom:none;
	padding-bottom: 10px!important;
}
.RadMenu_Toronto .rmSlide .rmLink:hover, .RadMenu_Toronto .rmSlide .rmLink.rmFocused, .RadMenu_Toronto .rmSlide .rsmLink:hover, .RadMenu_Toronto .rmSlide .rsmLink.rmFocused, .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover, .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused {
    background-color: #FF2D00;
    color: #FFF;
}
.RadMenu_Toronto .rmSlide .rmLink:hover .rmText
{
	border-color: #FF2D00;
	
}
.RadMenu .rmHorizontal .rmVertical .rmVertical .rmLink
{
	
	font-size:20px;
	
}
.RadMenu.RadMenu_Toronto .rmSlide .rmSlide .rmText
{
	padding:12px 0px;
	border-bottom:none;
}
.RadMenu .rmRootGroup .rmItem .rmGroup
{
	padding-bottom:0px!important;
}
.RadMenu_Toronto .rmSlide .rmExpandRight, .RadMenu_Toronto .rmSlide .rmGroup a.rmLink.rmExpandRight {
    background-image: url(images/template/expandright.png);
    background-position: 100% center;
    /* background-repeat: no-repeat; */
    background-size: 12px;
}
.has-secondary-col.col-on-right .col-primary
{
	
	width:100%;
	margin-right:0px;
	float:none;
}
.col-secondary 
{
	display:none;
	
}
.nav-secondary {
    background-color: #f9f7f2;
    margin-bottom: 0px;
    display: none;
}
/*
.body-container {
    margin-top:-1px;
    background: url(images/template/nav_lowerrule.png);

    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}
*/
.header {
    border-radius: 0;
    margin-top: 0px;
    background: url(images/template/nav_lowerrule.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    /* height: 400px; */
    display: block;
    padding-bottom: 50px;
    margin-bottom: -25px;
}


/* Content Area Styles */
.jcFeatureBoxes
{
	display:none;
	margin-top: 2em
}

.ShowFeatureBoxes .jcFeatureBoxes
{
	display:block;
	
}
.ShowRightBar .col-primary
{
	
	width:76%!important;
	margin-right:2%!important;
	float:left!important;
}
.ShowRightBar .col-secondary 
{
	display:block;
	width: 22%;
    float: right
}
.jcInteriorHeader
{
	margin-bottom: 1.5em;
}

.jcInteriorHeader,.jcHeader1,.jcHeader2,.jcHeader3,.jcHeader4
{
	display:none;
}
.ShowHeader1 .jcInteriorHeader,.ShowHeader2 .jcInteriorHeader,.ShowHeader3 .jcInteriorHeader,.ShowHeader4 .jcInteriorHeader
{
	display:block;
}
.ShowHeader1 .jcHeader1
{
	display:block;
}
.jcInteriorHeader img 
{
	width:100%;
}
/* .jcHeader1 */
/* Footer Styles */
.jcStrip2, .jcStrip3,.jcStrip4
{
	
	display:none;
}

.HideFootStrip .FooterStrip
{
	
	display:none;
}
.ShowFoot2 .jcStrip1,.ShowFoot3 .jcStrip1,.ShowFoot4 .jcStrip1  
{
	display:none;
	
}
.ShowFoot2 .jcStrip2 
{
	display:block;

}
.ShowFoot3 .jcStrip3 
{
	display:block;

}
.ShowFoot4 .jcStrip4 
{
	display:block;

}
#ft {
    background-color: transparent;
    color: #fff;
}
.jcFooterStrip
{
	background-color:transparent;
}
.footer-content {
    background-color: #000;
    color: #fff;
    text-align: left;
	background-image:url(images/template/img_footer_texture.png);
	background-repeat:no-repeat;
	    background-position: 15px;
    padding: 65px 2vw;
}
.footer-content h2
{
	font-size:32px;
	
}
.FootHead 
{
	min-height: 100px;
}
.footer-content p 
{
	line-height: 1.75em;
    margin-bottom: 1.75em;
	padding-right: .5vw;
	font-size:16px;
}
.jcLeftCol
{
	padding: 0px 1vw;
    background-image: url(images/template/img_rule_vert.png);
    background-position: right top;
    background-size: 1px 400px;
  
    background-repeat: no-repeat;
	min-height:400px
}

.jcCenterCol 
{
	padding: 0px 1vw;
    background-image: url(images/template/img_rule_vert.png);
    background-position: right top;
    background-size: 1px 400px;
    min-height:400px;
    background-repeat: no-repeat;
}
.footer-content .TextButton 
{
        background-color: #000;
    font-weight: 500;
    border: 1px solid #878787;
    padding-right: 45px;
    background-image: url(images/template/ico_arrow_red.svg);
    background-size: 18px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1em;
    padding-left: 25px;
	
}
.footer-content .TextButton:hover 
{
	background-color:#FF2D00;
	border-color:#FF2D00;
	color:#fff;
	background-image: url(images/template/ico_arrow_white.svg);
}
.footer-content .jcLocation,.footer-content .jcPhone,.footer-content .jcEmail
{
	color:#999;
	padding-left:35px;

	background-position: left top;
	background-size:20px;
	background-repeat:no-repeat;
	margin-bottom: 1.5em;
	font-size:16px;
	line-height:1.75em;
	background-position: left 8px;
}
.footer-content .jcLocation
{
	background-image: url(images/template/ico_map_red.svg);
	
}
.footer-content .jcPhone
{
	background-image: url(images/template/ico_phone_red.svg);
	background-size: 26px;
}
.footer-content .jcEmail
{
	
	background-image: url(images/template/ico_mail_red.svg);
	background-position: left 6px;
	background-size: 22px;
}
.footer-content .jcEmail a
{
	color:#FF2D00;
	
}
.footer-content .jcPhone:hover 
{
	text-decoration:none;
	
}
.RedArrow 
{
	list-style: none;
    text-indent: 0;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
	    padding-left: 0.5vw;
    padding-right: 0.5vw;
	margin-top:-10px;
}
.RedArrow li a 
{
	border-bottom: 1px solid #464646;
	display:block;
	padding-left:0px;
	padding-top: 10px;
    padding-bottom: 10px;
	width:100%;
	color:#FFF;
	font-size:21px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background-image: url(images/template/ico_arrow_red.svg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 25px;
	font-family: 'Montserrat', sans-serif;
	    padding-right: 25px;
}
.RedArrow li a:hover 
{
	color:#FF2D00;
	text-decoration:none;
} 
.RedArrow li:last-child a
{
	border-bottom:none;
} 
.footer-content .jcRedEnvelope
{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .8px;
       line-height: 53px;
    font-weight: 600;
    background-image: url(images/template/ico_blackEnvelope.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    padding-right: 50px;
    background-size: 35px;
    display: inline-block;
}
.footer-content .jcRedEnvelope:hover
{
	font-weight: 600!important;
	text-decoration:none;
	color:#FF2D00;
}
.footer-nav-copyright {
    background-color: #2D2D2D;
    color: #fff;
	padding-left: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1em;
    font-size: 16px;
}
.footer-nav-copyright span 
{
	opacity: .8;
}

/* Home Page Styles */
.jcPadTopBottom
{
	padding-top:2em;
	padding-bottom:2em;
}
.jcImageBox
{
	border:10px solid #fff;
	box-shadow: 0px 0px 12px 0px rgba(72,72,72,0.75);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(72,72,72,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(72,72,72,0.75);
	
}
.jcImageBox img 
{
	width:100%;
}
.jcTicket
{
	background-image:url(images/template/ico_ticket.png);
	background-position:center right;
	    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 2.2em;
	background-size: 2em;
}
.jcCaption4 
{
	font-size:20px;
	line-height:1.5em;
	color:#333;
	font-family:Arial, sans-serif;
	margin-top:1em;
}
.jcCaption2,.jcCaption1
{
		font-size:24px;
	line-height:1.5em;
	color:#555555;
	font-family:Arial, sans-serif;
	margin-top:1em;
}
.jcCaption1
{
	font-size:32px;
}

.jcAnnounce,.jcSpirit
{
	background-image:url(images/template/profile_icon-final.png);
	background-position:top center;
	    background-repeat: no-repeat;
    background-size: 133px;
    padding-top:155px;
	text-align:center;
	padding-left: 5%;
    padding-right: 5%;
	padding-bottom:5px;
	margin-bottom:50px;
}
.jcSpirit
{
	background-image:url(images/template/img_gear.png);
    background-size: 225px;
    padding-top: 220px;

}

.DSTCommer
{
	background-image:url(https://members.dstonline.org/images/Products/00000000-0000-0000-0000-000000000000_294697.PNG);
    background-size: 200px;
    padding-top: 230px;
	background-position:top center;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	

}

.jcBorderRight
{
	border-right:1px solid #B9B9B9;
}
.jcBorderBottom 
{
	border-bottom:1px solid #B9B9B9;
	margin-bottom: 5px!important;
}
.jcBorderTop
{
	margin-top:5px;
	border-Top:1px solid #B9B9B9;
}
.jcNoMargin 
{
	margin:0px;
}
.jcWisdom,.jcOverlapImage 
{
	padding-top:50px;
	
}
.jcWisdom 
{
	padding-left: 160px;
    padding-right: 5%;
    background-image: url(images/template/ico_intelligence.png);
    background-position: 0px 65px;
    background-repeat: no-repeat;
    background-size: 133px;
}
.jcOverlapImage
{
	margin-bottom: -175px;
	
}


.TransButton,.TransButton:visited
{
	background-color:transparent;
	border:2px solid rgba(0,0,0,.3);
	color:#000;
	background-image: url(images/template/ico_arrow_red.svg);
}
.TransButton:hover
{
	background-image: url(images/template/ico_arrow_white.svg);
}
.jcIconLink {
    padding-top: 150px;
    background-image: url(images/template/ico_dc.png);
    background-position: top center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 133px;
    display: inline-flex;
    min-width: 12%;
    margin-top: 1.5em;
    width: 150px;
    font-size: 14px;
    color: #555!important;
    letter-spacing: 1.8px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}
.jcIconLink:visited
{
	color: #555!important;
}

.jcHealth
{
	
	 background-image: url(images/template/ico_health.png);
}
.jcEducation
{
	
	 background-image: url(images/template/ico_edu.png);
}
.jcVote
{
	
	 background-image: url(images/template/ico_voter.png);
}
.jcProfile
{
	
	 background-image: url(images/template/ico_profiling.png);
}
.jcLocation
{
	
	 background-image: url(images/template/ico_redistrict.png);
}
.jcSafety
{
	
	 background-image: url(images/template/ico_publicsafety.png);
}
.jcGender
{
	background-image: url(images/template/ico_gender.png);
}
.jcNewsBox 
{
	border-right: 1px solid #B9B9B9;
	padding: 0px;
}
.jcNewsBox h1 
{
	font-size:86px;
	line-height:1em;
	font-weight:900;
	margin-top: 0.15em;
}
.jcCaption3 
{
	color:#666;
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5em;
	
}
.jcNewsTag 
{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    padding-left: 30px;
}
.jcNewsTag p 
{
	margin-bottom:0px!important;
}
a.h6
{
	color: #FF2D00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 1em 0px;
    background-image: url(images/template/ico_arrow_red.svg);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
}
.jcRight 
{ 
	text-align:right;
}
.jcArticle h3
{
	font-size:42px;
	line-height:1.22em;
	font-weight:700;
}
.jcArticle p 
{
	color:#555;
	font-size:18px;
	line-height:1.8em;
	margin-bottom: 1.8em;
}
.jcSmall 
{
	font-size:14px!important;
	color:#666;
	    line-height: 2em!important;
    margin-bottom: 0px!important;
}
.jcArticleBlock
{
	position:relative;
}
.jcArticle 
{
	padding-bottom:2em;
	    width: 90%;
    float: left;
	position: relative;

}
.jcArticleShare 
{
	    float: right;
    position: absolute;
    right: 0px;
	top:0px;
	
}
.jcArticleShare .sshListItem
{
	display:block;
	padding-bottom:5px;
	margin-top: 2em;
	
}
.jcArticleShare .sshListItem:first-child
{
	margin-top:0px;
}
.jcArticleShare .sshContent 
{
	border-left: 2px solid #b9b9b9;
    padding: 0px 1vw;
}
.jcArticleShare .sshListItem:last-child
{
	display:none;
}
.jcFullOverlay p 
{
	color: #fff;
    margin-right: 300px;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1.3em;
    opacity: .8;
    min-height: 45px;
    display: flex;
    align-items: center;
}
.jcFullOverlay a.TextButton 
{
	background-image: url(images/template/ico_arrow_white.svg);
	background-size: 18px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding-right:40px;
}
.jcFullWidth
{
	margin-bottom:-1px;
	position:relative;
	
}
img.jcFullWidth 
{
	margin:0px;
	width:100%;
}
.jcFullWidth .ContentItemContainer 
{
	margin-bottom:0px!important;
}
.jcFullWidth .ContentItemContainer  div 
{
	padding:0px;

}
/* End Home Page Styles */

.jcLogin 
{
	margin: 10em 0em;
	
}
.jcLogin .panel-border 
{
	border:none;
}
.jcLogin .panel-heading.Distinguish
{
	max-width: 430px;
    margin-left: auto;
    margin-right: auto;
	padding:0px;
	
}
.SignIn {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}
label, .Label, .PanelFieldLabelFont 
{
   
    color: #000;
}
.SignIn .AutoWidth label 
{
	color:#555;
	font-size:14px;
	font-weight: 400;
}
.SignIn input[type="submit"], .SignIn input[type="text"], .SignIn input[type="password"] {
   
    background-image: none;
   
}
.SignIn input[type="submit"]
{
	width:auto;
	    margin-bottom: 3em;
	 padding: 15px 25px;
}
.SignIn .CenterText 
{
	text-align: center;
    font-size: 18px;
    
	display: none;
	
}
.SignIn .CenterText span span
{
	display:none;
}
.SignIn .CenterText a 
{
	margin-right:10px;
	color: #ffffff;
}

/* Standard Style Overrides */
.AsiInformation {
    border-color: #000;
    background-color: #C2C2C2;
}
.iMISUserMessageIcon {
    float: left;
    width: 40px;
    margin-right: 10px;
}
.jcMiniProfile
{
	position:relative;
	height:500px;
}

.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_contactPicture_RadAjaxPanel1"]:first-child 
{
	position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    text-align: left;
    /* max-width: 80%; */
   
    /* margin-right: auto; */
    margin-top: 15px;
    border-top: 6px solid #FF2D00;
}

.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_contactPicture_RadAjaxPanel1"] img 
{
	object-fit: cover;
    overflow: hidden;
    height: 320px!important;
    min-width: 100%;
    object-position: top;
	min-height: 270px;
	
}
.jcMiniProfile .PanelNoPadding [id*="contactPicture"] .EditIcon {
    position: absolute;
    top: 360px;
    right: 10px;
    z-index: 9;
}
.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_RadAjaxPanel1Panel"]
{
	margin-top:340px;
	

}
.jcMiniProfile .PanelNoPadding [id*="divStatusHeader"]
{
	
	    position: absolute;
    top: 380px;
    color: #fff!important;
    z-index: 2;
}
.jcMiniProfile .PanelNoPadding [id*="divStatusHeader"] .PanelFieldValue 
{
	color: #fff;
}
.jcMiniProfile .panel
{
	border:none;
}
.jcMiniProfile .PanelField
{
	padding:5px 15px;
	
}
.jcMiniProfile .PanelNoPadding [id*="divFullName"] .PanelField
{
	
	padding:0px;
}
.jcMiniProfile .panel-body
{
	padding:0px;
}

.jcMiniProfile .PanelNoPadding [id*="contactName_contentPanel"]
{
	    background-color: #000!important;
    color: #fff!important;
    z-index: 2;
    position: relative;
    padding: 15px;
	    min-height: 125px;
	
}
.jcMiniProfile .PanelNoPadding [id*="contactName_contentPanel"] .PanelFieldValue
{
	position:relative;
	z-index:5;
}
.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_RadAjaxPanel1Panel"] .SectionLabel
{
	color:#fff;
	font-size: 18px;
    font-weight: 500;

}
.jcProfileBlock .panel-title
{
	font-size:16px;
	color:#000;
	font-family: arial;
}
.jcProfileBlock .panel-heading.Distinguish
{
	margin:0px;
	padding:0px 15px;
}
.RadGrid .rgHeader a {
    text-decoration: none !important;
    color: #FF2D00 !important;
}

.RadGrid a, .RadToolTip a {
    color: #FF2D00 !important;
    text-decoration: none;
}
.RadGrid a:hover, .RadGrid a:focus, .RadGrid a:active, .RadToolTip a:hover, .RadToolTip a:focus, .RadToolTip a:active {
    color: #B12028 !important;
    text-decoration: underline!important;
}
.RadTabStrip.RadTabStrip_MetroTouch {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    border: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 4px solid transparent;
	background-color:transparent;
}
.wrapper .RadTabStrip .rtsLevel .rtsOut
{
	 border-left: 1px solid #D8D8D8;
    background-color: transparent;
    padding: 0px 15px;
    line-height: 21px;
    margin: 15px 0px;
}

.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border-bottom-color: #d8d8d8;
}
.wrapper .RadTabStripTop_MetroTouch .rtsLevel1 {
    border-bottom: 1px solid #d8d8d8;
}
.RadTabStripTop_MetroTouch .rtsLevel1 {
    border-bottom: 1px solid #d8d8d8;
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:hover,.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:focus,
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsClicked,.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsClicked:focus {
    border-color: transparent;
    color: #000;
    background-color: transparent;
	border-top:none;
	outline:none!important;
	box-shadow:none!important;
}
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #FF2D00;
    background-color: #fff;
    color: #FF2D00;
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink[title^="Add new address"] {
   font-size: 21px;
    color: #fff;
    background-color: #FF2D00;
    height: 24px;
    width: 24px;
    background-size: 100%;
    border-radius: 50%;
    margin-top: -1px;
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink[title^="Add new address"]:hover 
{
	text-decoration:none!important;
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink[title^="Add new address"] .rtsIn:after
{
	display: inline;
    content: "Add an address";
    color: #333;
    /* width: 10em; */
    position: absolute;
    font-size: 18px;
    margin-left: 12px;
    margin-top: 1px;
    font-family: arial;
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink[title^="Add new address"] .rtsIn:hover
{
	text-decoration:underline!important;
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink[title^="Add new address"] .rtsOut 
{
	    padding: 1px 0px;
    border: none;
	
}
.wrapper .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink[title^="Add new address"] .rtsTxt 
{
	padding:0px;
}
.jcStore .RadGrid_MetroTouch .rgAltRow, .jcFeatured .RadGrid_MetroTouch .rgAltRow
{
	background-color:transparent;
	
}
.jcFeatured .RadGrid table tr 
{
	width:33%;
	float:left;
}
.jcFeatured .RadGrid table tr  tr 
{
	width:100%;
	    background-color: #FFF7E1;
    padding: 20px;
	    position: relative;
}
.jcFeatured .RadGrid table tr  tr td
{ 
	width:100%!important;
	float:left;
	padding: 0px!important;
}
.jcFeatured .RadGrid table tr tr td[id$="DetailsCell"]
{
	padding:5px!important;
}
.jcFeatured .RadGrid table tr  tr td [id$="ProductTitle"]
{ 
	font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500!important;  
    margin-top: 0.5em;
    display: block;
	color: #000;
	height: calc(6em - 2vw);
	overflow: hidden;
}
.jcFeatured .RadGrid_MetroTouch,.jcStore .RadGrid_MetroTouch,.jcFeatured .RadGrid_MetroTouch .rgSelectedRow,.jcStore .RadGrid_MetroTouch .rgSelectedRow
{
	color:#555;
}
.jcFeatured .RadGrid table tr  tr td [id$="ProductDescription"]
{ 
	margin-top: -20px;
    display: block;
	height: calc(6em - 1vw);
	color: #555;
    overflow: hidden;
}
.jcFeatured .RadGrid table tr td 
{
	    padding: 20px 10px!important;
}
.jcFeatured .RadGrid table tr td .ContentItemContainer
{
	    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.24);
}
.jcFeatured .RadGrid table tr  tr td [id$="Pricing"]
{
	margin-top: -30px;
	display: block;
	font-size:21px;
	color:#000;
	font-weight:700;
}
.jcFeatured .RadGrid_MetroTouch {
    border-color: #D8D8D8;
    color: #333;
    background-color: #fff;
    border-left: none;
    border-right: none;
    padding: 0px;
}

.jcFeatured .RadGrid table tr  tr td [id$="AddToCartDiv"]
{
	    float: left!important;
    margin-top: 15px;
}
.jcFeatured .RadGrid table tr  tr td [id$="AddToCartDiv"] span
{
	 font-family: 'Montserrat', sans-serif;
    font-weight: 500!important;
	font-size:18px;
	position: relative;
    width: 100%;
    text-align: left!important;
	
}
.jcFeatured .RadGrid table tr  tr td [id$="AddToCartDiv"] a[id$="CartLink"]
{
	float: right;
    position: absolute;
	right: 25px;
    bottom: 25px;
}

.jcFeatured .RadGrid table tr  tr td img
{
	height:400px!important;
	object-fit:cover;
	object-position:center;
	max-height: 20vw;
}
.jcStore  .RadGrid table tr  tr td:first-child
{
	width:18.75%!important;
	min-width:200px!important;
	vertical-align:top;
	
}
.jcStore  .RadGrid table tr  tr td:first-child img 
{
	width:95%!important;
	object-fit: cover;
    object-position: center;
    max-height: 275px;
	margin-bottom: 20px;
}
.jcStore  .RadGrid table tr  tr
{
	border-bottom:1px solid #D8D8D8;
}
.jcStore  .RadGrid table tr  tr td span[id$="ProductTitle"]
{
	font-size:22px;
	color:#000;
}
.jcStore  .RadGrid table tr  tr td span[id$="ProductDescription"]
{
	
	color:#555;
	font-size:18px;
}
.jcStore  .RadGrid table tr  tr td span[id$="Pricing"]
{
	
	color:#555;
	font-size:18px;
	font-weight:700;
}
.jcStore .RadGrid_MetroTouch
{
	border:none;
}
.jcStore .RadGrid table tr  tr td [id$="AddToCartDiv"] span
{
	font-weight:bold;
	
}
.jcStore .TextButton,.jcFeatured .TextButton  
{
	    background-image: url(images/template/ico_plus.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px!important;
	    margin-top: 5px;
    margin-bottom: 5px
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
  
    padding: 5px 10px;
    font-size: 100%;
    line-height: 1.6;
    color: #555555;
    border: 1px solid #c2c2c2;
    border-radius: 2.5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.wrapper .RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch th.rgResizeCol, .RadGrid_MetroTouch .rgHeaderWrapper {
    background-color: #F5F5F5;
        color: #424242;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .86px;
    font-family: arial;
}
.text-hide 
{
	color:transparent!important;
}
.wrapper .RadGrid_MetroTouch .rgAltRow {
    background: transparent;
}
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,.wrapper .RadGrid.RadGrid_MetroTouch .rgSelectedRow, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch th.rgSorted, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid.RadGrid_Metro .rgSelectedRow, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_Metro th.rgSorted {
    background-color: #D8D8D8;
    border-color: #484848!important;
}
.RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell, .RadGrid.RadGrid_Metro .rgActiveRow td, .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted, .RadGrid.RadGrid_Metro .rgSelectedRow td, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
    border-color:#484848;
}

.nav-auxiliary .nav-aux-cart .cartFull {
    position: absolute;
    top: -5px;
        left: 70px;
    text-align: center;
    line-height: 1;
    width: 1.6em;
}
.nav-auxiliary .nav-aux-cart .cartCenter {
 
    background-color: #B12028;
}

[id*="ciShoppingCart_ItemGrid"] td 
{
	font-size:18px;
}
[id$="ciShoppingCart"] .panel-body
{
	padding:0px;
}

[id*="ciShippingMethod"].panel-heading.Distinguish,[id*="ciPaymentDetails"].panel-heading.Distinguish
{
	border-top: 4px solid #d2d2d2;
	margin-top: -1px;
	
}
[id*="ciShippingMethod"],[id*="ciCartCharges"],[id$="ciPaymentDetails"]
{
	font-size:18px;
}

[id*="ciCartCharges"].TitleBarCaption.PanelHead
{
	border-top: 4px solid #FF2D00;
	
}
.CartCharges label, .CartCharges .Label,[id$="PromotionInnerDiv"] label,[id$="ciShippingMethod"] label
,[id$="ciPaymentDetails"] label,[id$="ciPaymentDetails"] .Label
{
    width: auto !important;
    min-width: 12.5em;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .86px;
	    color: #424242;
}
[id$="ciPaymentDetails"] label,[id$="ciPaymentDetails"] .Label,[id$="lblPaymentAmountReadOnly"],[id$="ciShippingMethod"] label
{
	margin-top:7.5px;
	display:block;
	
}
.CartCharges {
    background-color: #fff;
    max-width: 100%;
   
}
.CartCharges .PanelField {
    border-bottom: none;
    border-top: 1px solid #D8D8D8;
    line-height:1em;
    padding: 15px 28px;
}
.CartCharges .GrandTotal .PanelField {
    background-color: #FFF7E1;
    text-transform: uppercase;
    font-weight: bold;
    color: #424242;
}
.CartCharges .GrandTotal .PanelField .Label 
{
    color: #424242;
}
[id$="PromotionInnerDiv"]
{
	padding-left:28px;
}
div.ShowFieldset fieldset legend, fieldset.ShowFieldset legend {
    padding: 0px;
    color: #424242;
    font-size: 20px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.ShowFieldset
{
	    margin-bottom: 2em;
    /* background-color: #fff; */
    padding-bottom: 1em;
    border-bottom: 1px solid #d8d8d8;
	
}
div.ShowFieldset fieldset, fieldset.ShowFieldset
{
	border:none;
	padding: 1em 0em;

}
[id$="OtherPaymentOptionsDiv"]
{
	background-image:url(images/template/merchantcards.png);
	background-repeat: no-repeat;
	    background-size: 189px;
    background-position: 270px top;
	
}
[id$="CheckoutWithPayPalButton"]:hover
{
	opacity:.8;
}
.PanelBlock .PanelField {
   
    font-size: 18px;
    color: #424242;
}
input, button, select, textarea {
    font-family: Arial, sans-serif;
}
input[type="checkbox"]:checked {
  background: #FF2D00;
  color: white;
  display:block;
}


[id$="OverrideTransactionDateLabel"]
{
	margin-top:7.5px;
	margin-right:7.5px;
}

[id$="TransactionDateDiv"] input[type="checkbox"]
{
	margin-top:10px;
}

.RadScheduler.RadScheduler_Metro .rsHeader {
    border-color: #FF2D00;
    background-color: #B12028;
}
.RadScheduler_Metro a, .RadScheduler_Metro input, .RadScheduler_Metro select, .RadScheduler_Metro textarea {
    color:#333333!important;
    font: inherit!important;
    font-family: 'Montserrat';
}

.wrapper .RadScheduler .rsCategoryOrange .rsAptContent,.wrapper .RadScheduler .rsCategoryOrange .rsAptIn,
.wrapper .RadScheduler .rsCategoryOrange .rsAptMid,.wrapper .RadScheduler .rsCategoryOrange .rsResourceMarker {
    border-color: #5A5A5A;
    color: #333;
    background-color: #FFF7E1;
}
.wrapper .RadScheduler_Metro .rsHorizontalHeaderTable th {
    border-color: #B9B9B9;
    background-color: #FFF7E1;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
}
.wrapper .RadScheduler_Metro .rsMonthView .rsDateBox {
    border-bottom: 1px solid #E4E4E4;
    background-color: #E4E4E4;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.wrapper .RadScheduler .rsDateHeader {
    height: 20px;
    font-size: 1em;
    line-height: 20px;
    padding: 0 4px;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SearchField, .SearchResultSummary .ListItemTitle a {
    display: block;
    background-color: transparent;
        padding: 0px;
    margin: 0px;
}
.SearchResult {
    margin: 0px;
}
.SearchField 
{
	background-color: #FFF7E1;
}
.SearchResultSummary
{
	margin-top: 0px;
    margin-bottom: 0.5em;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-bottom: 0.5em;
}
.SearchResultSummary .PublishDate {
    color: #000;
    font-size: 100%;
    font-style: normal;
    font-weight: 600;
    display: block;
    width: 120px;
    overflow: hidden;
    height: 1.5em;
}
.GridCardStyle .panel-border,.wrapper .GridCardStyle .RadGrid_MetroTouch
{
	border:none;
}
.GridCardStyle .panel-body
{
	padding:0px;
	
}
.panel-heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading
{
	padding:0px;
	
}
.SearchResultSummary .ImageSection
{
	display:none;
}
.SearchResultSummary .Description
{
	margin-left:0px;
}
.wrapper [id*="ciSearchresults"] .RadGrid tr td 
{
	padding:0px!important;
	
}
.wrapper [id*="ciSearchresults"] .RadGrid .rgWrap
{
	padding:0px;
}
.wrapper [id*="ciSearchresults"] .RadGrid .rgWrap.rgAdvPart
{
	
	padding:0px 10px;
}
.rgPager 
{
	border-top: 4px solid #d2d2d2;
    padding-top: 5px;
    display: block;
    /* padding-bottom: 5px; */
    border-bottom: 1px solid #d2d2d2;
}
.RadGrid .rgPager>td {
    padding-left: 15px!important;
    border-top: 4px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding-right: 15px!important;
}
.jcSonicForms .VACSS_TitleAdminPanel
{
	display:none;
}
.jcSonicForms .collapsibleContainer {
    border: solid 1px #B12028;
}
.jcSonicForms .RadGrid
{
	min-width:100%!important;
	    background-color: #fff;
}
.jcSonicForms .RadGrid th
{
	text-align:left;
	    border-bottom: 5px solid #464646 !important;
    padding: 15px;
}
.jcSonicForms .RadGrid td
{
	text-align:left;
	border-bottom: 1px solid #b9b9b9;
	padding: 5px 10px;
}
.jcSonicForms .RadGrid a
{
	color: #FFF !important;
    text-decoration: none;
    color: #fff;
    background-color: #FF2D00;
    border-color: #FF2D00;
    position: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
    transition: all .5s ease-in-out;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.wrapper .RadGrid .rgWrap input:hover 
{
	opacity:.8;
}
.wrapper .RadGrid_MetroTouch .rgPageFirst,.wrapper .RadGrid_MetroTouch .rgPagePrev,.wrapper .RadGrid_MetroTouch .rgPageNext,.wrapper .RadGrid_MetroTouch .rgPageLast
{
	background-image: url(images/template/first.png);
    background-position: center;
    border: none!important;
    border-radius: 0px;
	
}
.wrapper .RadGrid_MetroTouch .rgPagePrev
{
	background-image: url(images/template/previous.png);
}
.wrapper .RadGrid_MetroTouch .rgPageNext
{
	background-image: url(images/template/next.png);
}
.wrapper .RadGrid_MetroTouch .rgPageLast
{
	background-image: url(images/template/last.png);
}

.wrapper .RadGrid_MetroTouch .rgPageFirst:before
{
	content:"|< ";
	display:block;
	
}
.wrapper .RadGrid_MetroTouch .rgInfoPart 
{
    color: #555;
    float: left;
    display: block;
    width: 100%;
    padding: 0px;
}
.wrapper .RadGrid_MetroTouch .rgNumPart a {
    border: 1px solid #555555;
    line-height: 28px;
    min-width: 28px;
    padding: 0;
    color: #555!important;
    border-radius: 100%;
    text-align: center;
    margin: 0px 5px;
}
.wrapper .RadGrid_MetroTouch .rgNumPart a:hover {
    border-color: #555;
    color: #000;
    background-color: #D8D8D8;
}
.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: #fff;
    border-color: #FF2D00;
    color: #FF2D00 !important;
}
.RadGrid_MetroTouch .rgPagePrev, .RadGrid_MetroTouch .rgPageNext, .RadGrid_MetroTouch .rgPageFirst, .RadGrid_MetroTouch .rgPageLast {
   
    border: 1px solid #C7C7C7!important;
    background-color: #D8D8D8!important;
}


.AddPaddingLeft
{
	padding-left:0px;
}
.SearchResultSummary .ListItemTitle a:hover 
{
    background-color: transparent;
}

.SearchResultSummary .ListItemTitle a {
    font-size: 21px;
    font-weight: bold;
    font-family: Arial;
	    color: #FF2D00!important;
}
.wrapper .RadGrid_MetroTouch {
    border-color: #C7C7C7;
    color: #424242;
    background-color: #fff;
}
.ContentWizardDisplay {
    border-style: solid;
    border-width: 0 0px 4px 0px;
    border-color: #D2D2D2;
    padding: 20px 10px;
}

/* New Custom Styles */

.jcFeatureBlack
{
	
	padding-left: 0px;
    overflow: hidden;
    width: auto;
	padding:0px;
}

.jcFeatureBlack
{
	background-color:#000;

}

.jcFeatureBlack img
{
    float: left;
    width: auto;
    min-height: 100%!important;
    /*position: absolute; */
    width: 50%;
	    object-fit: cover;
    object-position: center;
}
.jcFeatureBlack .jcContent 
{
	float:right;
	position:relative;
	z-index:99;
	background-image: url(images/template/img_bg_blk.png);
    background-repeat: no-repeat;
    background-size: 100%;
   
    min-height: 40vw;
}
.jcPicRight
{
	    background-image: url(images/template/img_bg_blk.png);
    position: relative;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 70%;
    overflow: hidden;
    background-position: left 20%;
    background-color: #000;
}
.jcPicRight .jcContent 
{
	color:#fff;
	float:left;
	width: calc(75% - 100px);
    padding: 3em;
    min-height: 20vw;
}
.jcPicRight .jcContent h2
{
	    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.24px;
}
.jcPicRight .jcContent h5
{
	color:#fff;
	font-size:24px;
	line-height:1.66em;
	font-weight:400;
}

.jcPicRight  img 
{
	    position: absolute;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    /* overflow: hidden; */
    min-height: 100%!important;
    width: calc(25% + 100px);
    float: right;
}
.jcCropped {
        min-height: 40vw;
    position: relative;
    width: 100%;
}
.jcCropped img {
    position: absolute;
}
.jcContent {
    float: right;
    width: 50%;
    padding: 3em;
    color: #fff;
	
}
.jcContent h1 
{
	    color: #fff;
    font-size: 64px;
    line-height: 1.28;
}
.jcContent h6 
{
	color:#666;
	font-size:16px;
	letter-spacing:1.2px;
	font-weight:600;
	    margin-top: 0px;
		margin-bottom: 2vw;
}
.jcContent p 
{
	font-family: 'Montserrat', sans-serif;	
	line-height:1.6;
	    margin-top: 2vw;
    margin-bottom: 2vw;
	
}
.jcCalendar {
    background-image: url(images/template/img_ico_calendar_sm.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	background-position: left 5px;
}
.jcCalendar2 {
    background-image: url(images/template/calendar2-sm.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	background-position: left 5px;
}
.jcThreeCols {
    min-width: auto !important;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    display: inline-block;
    width: 100%;
    list-style: none;
    padding-inline-start: 10px;
}

.jcTwoCols {
    min-width: auto !important;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: inline-block;
    width: 100%;
    list-style: none;
    padding-inline-start: 10px;
}

.jcGrayBullet {
    list-style: none;
    padding-inline-start: 30px!important;
	margin-top: 1em;
    margin-bottom: 1em;
}
.jcGrayBullet li {
   
    text-indent: -20px;
}
.jcGrayBullet li:before {
    content: "\2022";
    color: #999;
    display: inline-block;
    width: 0px;
    margin-left: 25px;
    font-size: 16px;
    margin-right: -5px;
    line-height: 2em;
}

.jcTanBox,.jcHighlight 
{
	background-color:#FFF7E1;
	    margin: 0px
	
}
.jcHighlight
{
	border-top:6px solid #FF2D00;
	
}
.jcHighlight h3
{
	margin-bottom:1em;
	font-size:24px;
}
.chkBox {
    background-image: url(images/template/img_ico_check.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    line-height: 1.4;
    font-size: 20px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    min-height: 40px;
    padding-top: 5px;
}

.jcImage 
{
	float:left;
	width:33%;
}
.jcImage img 
{
	border-radius:50%;
	    max-width: 95%;

}
.jcImageText
{
	float:left;
	width:66%;
	padding-left:15px;
}

.jcTraining,.jcTemplates,.jcWebinars,.jcReports,.jcBylaws,.jcForms,.jcAnnouncements,.jcGuides
{
	padding-left:25%;
	background-image: url(images/template/img_training_lg.png);
    background-size: 22%;
    background-position: top left;
    background-repeat: no-repeat;
	margin: 2em 0em;
}
.jcTraining h5,.jcTemplates h5,.jcWebinars h5,.jcReports h5,.jcBylaws h5,.jcForms h5,.jcAnnouncements h5,.jcGuides h5
{
	font-size:22px;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px solid #D8D8D8;
	margin-bottom:15px;
	
}
.jcTemplates{ 

	background-image: url(images/template/img_template_lg.png);
}
.jcWebinars{ 
	background-image: url(images/template/img_webinar_lg.png);
}
.jcReports{ 
	background-image: url(images/template/img_report_lg.png);
}
.jcBylaws{ 
	background-image: url(images/template/img_legal_lg.png);
}
.jcForms{ 
	background-image: url(images/template/img_form_lg.png);
}
.jcAnnouncements{

	background-image: url(images/template/img_announce_lg.png);
}
.jcGuides
{
	background-image: url(images/template/img_guide_lg.png);
}
.BoldLines,.BoldLine 
{
	    border-top: 5px solid #333;
    padding-top: .75em;
    display: inline-block;
        margin-top: 0em;
    
}
.BoldLines
{
	padding-bottom: .75em;
    border-bottom: 1px solid #ccc;
    padding-right: 1.5em;
	
}
.jcGray 
{
	color:#333!important;
}
.jcQuoteBox
{
	
}
.dkOverlay {
    position: absolute;
    width: 100%;
	    z-index: 2;
}
.jcFeatureBoxes img 
{
	object-fit:cover;
	height: 25vw!important;
    object-position: top;
}
.jcDkLink, .jcDkLink:visited {
    padding: 1em;
    display: block;
    background-color: #000;
    margin-left: 15%;
    margin-right: 15%;
    color: #fff!important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.6px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.jcDarkBG
{
	background-color:#000;
	padding:2vw;
	    min-height: calc(600px - 16vw);
    margin-bottom: 2em;
	
}
.jcDarkBG h2,.jcDarkBG h3,.jcDarkBG h4,.jcDarkBG p 
{
	color:#FFF;
}
.jcDarkBG h2 
{
	font-size:30px;
	margin-bottom:.75em;
}
.jcCenter 
{
	text-align:center;
}

.jcTagged1 
{
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 1em;
    margin-bottom: 2em;
}
.col-secondary .ContentItemContainer .row
{
	margin:0px;
}
.col-secondary .jcDarkBG 
{
	background-image: url(images/template/img_bg_blk.png);
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: bottom 80% left 58%;
}

.jcIntro
{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	border-bottom:4px solid #D2D2D2;
	margin-bottom:1em;
	padding-bottom:1em;
}
.ContactLocationArea
{
	width:100%;
	border-top:4px solid #FF2D00;
	border-bottom: 4px solid #d2d2d2;
	    margin-top: 1em;
    margin-bottom: 1em;
}
.ContactLocationArea .PanelField {
   
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.RegistrationArea .TextButton {
    width: inherit;
    padding-right: 50px!important;
    font-size: 14px!important;
    background-image: url(images/template/ico_arrow_white.svg);
	
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 18px;

}
.EventDisplay .TitleBarCaption
{
	font-size:18px;
	
}
.ProgramGroup .PanelTitle, .ProgramGroup .panel-title {
   
    line-height: 1.5em;
    padding-left: 0.5em;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	float:left;
}
.ProgramGroup .PanelHead, .ProgramGroup .panel-heading {
    background-color: #FFF7E1;
    font-size: 21px!important;
    line-height: 1em!important;
}
[id$="EventRegisterUpdatePanel"] .TitleBarCaption
{
	margin-bottom:.5em;
	padding-bottom: 0.5em;
	    padding-top: .5em;
}
.HelperText {
    color: #B12028;
}
.jcFooterStrip
{
	    background-color: #000;
}
.jcStandardShare .panel-body{
	padding:0px;
}
.PanelFieldLabel.SocialShare
{
	padding-top:0px!important;
	text-align:right;
	float: none;
	font-size: 16px;
    vertical-align: -1px;
}
.sshLinkItem
{
	display:none;
	
}
.wrapper .RadSocialShare .sshCustomIcon
{
	background-image:none;
	background-size: 100%;
   
    display: inline-block;
    vertical-align: text-top;
    background-repeat: no-repeat;
	background-position: bottom!important;
	margin-right: 10px;
}
.wrapper .RadSocialShare .sshCustomIcon:hover
{
	opacity:.7!important;
	
}
.RadSocialShare .sshIcon.sshShareOnFacebook
{	
    background-image: url(images/template/ico_facebook_share.svg); 
	background-size: 90%;
}
.RadSocialShare .sshIcon.sshLinkedIn
{	
    background-image: url(images/template/ico_linkedin_share.svg); 
}
.RadSocialShare .sshIcon.sshShareOnTwitter
{	
    background-image: url(images/template/ico_twitter_share.svg); 
}
.RadSocialShare .sshIcon.sshMailTo
{	
    background-image: url(images/template/ico_envelope_share.svg); 
}
.RadSocialShare .sshIcon.sshCompactButton
{
	display:none!important;
}
.obo-panel {
    line-height: 2.75em;
}
/* Responsive Styles */

@media (max-width: 1860px) 
{
	
	/*
	.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText
	{
		padding-left:1vw;
		padding-right:1vw;
	}
	
	.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText {
    
		line-height: 26px;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav,
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav:hover 
	{
		padding:0px 1vw;
		margin-top: 0px;
		background-size: 1.75vw;
	}*/
	
	
}
@media (max-width: 1400px) 
{
	
	.jcMiniProfile .PanelNoPadding [id*="divStatusHeader"]
	{
		display:none;
	}
	.jcContent {
		
		padding: 4em;
	
	}
	h1, h2, h3, h4, h5
	{
		    margin-top: 0.5em;
		margin-bottom: 0.25em;
	}
	h1, .h1, .PageTitle
	{
		font-size:calc(2vw + 40px);
		 margin-top: 0.5em;
		margin-bottom: 0.25em;
	}
	h2, .h2, .PanelHead.Distinguish, div.PanelTitle, .panel-heading.Distinguish, h2.panel-title, h2.PanelTitle,
	.jcArticle h3
	{
		
		font-size:calc(2vw + 18px);
		
	}
	h3, .h3, .SectionTitle
	{
		font-size:calc(1vw + 18px);
	}
	.jcNewsBox h1
	{
		font-size:calc(2vw + 50px)
	}
	.jcCaption3
	{
		font-size:calc(.5vw + 18px);
	}
	/* overflow Classes */
	
	.container, .header-container, .SliderPage1,.jcTopBar,.jcInteriorHeader,.jcFeatureBoxes {
		
		padding-left: 100px;
		padding-right: 100px;
	}

	.jcFullOverlay 
	{
		
		padding: 20px 100px!important;
		
	}
	.jcTanBG,.jcFullWidth 
	{
		
		margin-left:-100px;
		margin-right:-100px;
		
	}
	.jcTanBG 
	{
		
		padding: 75px 100px;
		
	}
	.jcIndented 
	{
		padding: 1em 100px;
	}
	.navbar-header {
	
		max-width: calc(67vw - 200px);
		
	}

	/* End Overflow */
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_contactPicture_RadAjaxPanel1"] img 
	{
		
		height: 280px!important;
		
		
	}
	.jcMiniProfile .PanelNoPadding [id*="contactPicture"] .EditIcon {
		
		top: 320px;
		
	}
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_RadAjaxPanel1Panel"]
	{
		margin-top:300px;
		

	}
	.jcMiniProfile .PanelNoPadding [id*="divStatusHeader"]
	{
		
		
		top: 340px;
		
	}
	
	
}
@media (max-width: 1199px) 
{
	
	
	.jcFeatured .RadGrid table tr {
		width: 50%;
		float: left;
	}
	.jcFeatured .RadGrid table tr tr td img {
		height: auto!important;
		
		max-height: 40vw;
	}
	.jcFeatured .RadGrid table tr tr td [id$="ProductDescription"]
	{
		height:auto;
		min-height:3em;
		overflow:visible;
	}
	.jcFeatured .RadGrid table tr  tr td [id$="ProductTitle"]
	{ 
		height:auto;
		min-height:3em;
		overflow:visible;
	}
	
	.jcFeatureBlack img
	{
		width: 100%;
		position: inherit;
		max-width: 100%;
	}
	.jcFeatureBlack .jcContent
	{
		
		width: 100%;
		padding: 4vw;
	}
	
	.footer-content p {
		
		padding-right: 0px;
		font-size: 16px;
	}
	.RedArrow
	{
		padding-left:0px;
		padding-right:0px;
	}
	.FootHead {
		min-height: 65px;
	}
	.jcCenterCol 
	{
		background-image:none;
	}
	.jcLeftCol,.jcCenterCol
	{
		height: 300px;
		background-size: 1px 300px;
		min-height: 300px;	
		padding: 0px 2vw;		
	}
	.jcMail, .jcPhone, .jcCareer {
		margin-right: 1.5vw;
	}
	.jcFB, .jcIG, .jcIG, .jcTW, .jcLI, .jcYT {
    
		margin-left: 1.5vw;
	}
	
	.jcTopBar:after
	{
		width:50%;
	}
	
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink
	{
		
		font-size:26px;
		
	}
	
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcRedEnvelope .rmText
	{
		color: #FF2D00;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 1.45;
		background-image: url(images/template/ico_redenvelope_onwhite.png);
		background-size: 55px;
		background-repeat: no-repeat;
		background-position: right 5px;
		padding-right: 60px;
		
	}

	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav:hover 
	{
		background-image: url(images/template/ico_home_roll.svg);
		background-color:transparent;
		background-size:27px;
		padding: 0px 1vw;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav:hover .rmText 
	{
		border-color: transparent;
	 
	}

	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav 
	{
		margin-top: 0px;
	}
	.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText {
		padding-left: 21.5px;
		padding-right: 21.5px;
	}
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_contactPicture_RadAjaxPanel1"] img 
	{
		
		height: 240px!important;
		
		
	}
	.jcMiniProfile .PanelNoPadding [id*="contactPicture"] .EditIcon {
		
		top: 305px;
		
	}
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_RadAjaxPanel1Panel"]
	{
		margin-top:290px;
		

	}
	.jcMiniProfile .PanelNoPadding [id*="divStatusHeader"]
	{
		
		
		top: 300px;
		
	}

}
@media (max-width: 991px)
{
	
	
	#userAccountManagement1 {
    visibility: hidden;
}
	
	.ShowRightBar .col-primary {
		width: 100%!important;
		
		
	}
	.ShowRightBar .col-secondary {
		
		width: 100%;
	
	}
	.col-secondary .jcDarkBG
	{
		min-height:auto;
	}
	.jcFeatured .RadGrid table tr tr td img 
	{
		height: auto!important;
		width: 100%;
		max-height: 60vw;
	}
	.jcFeatured .RadGrid table tr {
		width: 100%;
		float: left;
	}
	
	.jcFeatured .RadGrid table tr tr td [id$="ProductDescription"]
	{
		
		min-height:0px;
		overflow:visible;
	}
	.jcFeatured .RadGrid table tr  tr td [id$="ProductTitle"]
	{ 
		
		min-height:0px;
		overflow:visible;
	}
	.HomePageFullWidthArea .carousel-caption {
		
		    left: 30%;
		
	}
	.nav-auxiliary .nav-aux-cart .cartFull {
		
		top: 0px;
		left: 61px;
		
	}

	.jcMail, .jcPhone, .jcCareer 
	{
		margin-right: 1vw;
		margin-top: 5px;
	}
	.header-top-sidebar-item {
		
		padding: 0px;
	}
	
	/* overflow Classes */
	
	.container, .header-container, .SliderPage1,.jcTopBar,.jcInteriorHeader,.jcFeatureBoxes {
		
		padding-left: 75px;
		padding-right: 75px;
		
	}

	.jcFullOverlay 
	{
		
		padding: 20px 75px!important;
		
	}
	.jcTanBG,.jcFullWidth 
	{
		
		margin-left:-75px;
		margin-right:-75px;
		
	}
	.jcTanBG 
	{
		
		padding: 50px 75px;
		
	}
	.jcIndented 
	{
		padding: 1em 75px;
	}
	.navbar-header {
	
		max-width: calc(67vw - 150px);
		
	}

	/* End Overflow */
	
	.jcTopBar {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.nav-auxiliary a {
		
		font-size: 12px;
	}
	.nav-auxiliary .jcMyAccount a, .nav-auxiliary .nav-aux-cart a, .UtilitySection.UtilityAuthenticationLink {
		
		background-size: 16px;
		padding-right: 22px;
	}
	.nav-auxiliary .nav-aux-cart a {
		background-size: 18px;
		padding-right: 24px;
	}
	.nav-auxiliary .jcMyAccount a {
		
		background-size: 15px;
	}
	.UtilitySearch #SimpleSearchBlock .search-field 
	{
		
		font-size: 12px!important;
	}
	
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink {
		font-size: calc(1vw + 12px);
	}
	.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText {
    padding: 16px;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcRedEnvelope .rmText {
		color: #FF2D00;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 26px;
		background-image: url(images/template/ico_redenvelope_onwhite.png);
		background-size: 45px;
		padding-top: 16px;
		padding-right: 50px;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmFirst:after,.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast:before 
	{
		
		height: 30px;
		width: 1px;
		
		margin-top: 12px;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav,.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.jcHomeNav:hover  {
	
		padding: 5px 16px;
		
		background-size: 24px;
		    margin-top: 0.25vw;
	}
	.header-top-sidebar-item {
		z-index: 1;
		line-height: 1.5em;
		max-width: 45vw;
	}
	.header-top-sidebar-item:first-child
	{
		float:left;
	}	
	.header-top-sidebar-item:last-child
	{
		float:right;
	}
	.jcLeftCol, .jcCenterCol {
		height: 350px;
		background-size: 1px 350px;
		min-height: 300px;
		padding: 0px 2vw;
	}	
	.jcTicket {
		background-image: url(images/template/ico_ticket.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: contain;
		padding-right: 2.5em;
		background-size: 2.5em;
		font-size: calc(2vw + 25px);
		min-height: 2.5em;
	}
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_contactPicture_RadAjaxPanel1"] img 
	{
		
		height: 200px!important;
		
		
	}
	.jcMiniProfile .PanelNoPadding [id*="contactPicture"] .EditIcon {
		
		top: 310px;
		
	}
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_RadAjaxPanel1Panel"]
	{
		margin-top:290px;
		

	}
	
}
@media (max-width: 767px)
{
	
	.jcThreeCols {
		
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		
	}
	.jcBorderRight,.jcNewsBox
	{
		border-right:none;
		
	}
	[id*="ciShoppingCart_ItemGrid"] td:nth-child(3),[id*="ciShoppingCart_ItemGrid"] th:nth-child(3),
	[id*="ciShoppingCart_ItemGrid"] td:nth-child(5),[id*="ciShoppingCart_ItemGrid"] th:nth-child(5)
	{
		display:none;
	}
	
	.jcPicRight,.jcPicRight .jcContent 
	{
		margin: 0px;
		width:100%;
	}
	.jcPicRight .jcContent 
	{
		padding:1em;
	}
	.jcPicRight img
	{
		display:none;
	}
	.wrapper .header-bottom-container .header-container {
		position: inherit;
	
		top: 0px;
	}
	.wrapper .HomePageFullWidthArea {
		border-top: none;
		margin-top: 0px;
		position: inherit;
		
	}
	
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_contactPicture_RadAjaxPanel1"] img 
	{
		
		height: 125vw!important;
		
		
	}
	.jcMiniProfile .PanelNoPadding [id*="contactPicture"] .EditIcon {
		
		top: calc(125vw + 30px);
		
	}
	.jcMiniProfile .PanelNoPadding [id*="NewContactMiniProfileCommon_RadAjaxPanel1Panel"]
	{
		margin-top: calc(125vw + 20px);
		

	}
	.jcFeatureBoxes img
	{
		min-height:50vw;
	}
	.jcDarkBG
	{
		min-height:auto;
		    padding: 2em;
		
	}
	.HomePageFullWidthArea .carousel-caption {
		
		left: 20%;
		bottom: 15%;
		
	}
	.jcMail, .jcPhone, .jcCareer {
		    color: #fff;
		font-size: 14px;
		padding-left: 30px;
		background-size: 20px;
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.jcFB, .jcIG, .jcIG, .jcTW, .jcLI, .jcYT {
		margin-left: 0px;
		margin-right: 3vw;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.header-top-sidebar-item:last-child {
		float: left;
		text-align: left!important;
		padding: 0px;
	}
	.jcLeftCol
	{
		background-image:none;
	}
	.jcLeftCol, .jcCenterCol
	{
		height:auto;
		min-height:auto;
		margin-bottom:1em;
	}
	.footer-content
	{
		padding:25px 0px;
	}
	.footer-nav-copyright
	{
		padding-left:15px;
	}
		/* overflow Classes */
	
	.container, .header-container, .SliderPage1,.jcTopBar,.jcInteriorHeader,.jcFeatureBoxes {
		
		padding-left: 50px;
		padding-right: 50px;
	}

	.jcFullOverlay 
	{
		
		padding: 20px 50px!important;
		
	}
	.jcTanBG,.jcFullWidth 
	{
		
		margin-left:-50px;
		margin-right:-50px;
		
	}
	.jcTanBG 
	{
		
		padding: 50px 50px;
		
	}
	.jcIndented 
	{
		padding: 1em 50px;
	}
	.navbar-header {
		max-width: 100%;
		 position: absolute;
		right: 15px;
		z-index:10;
	}

	/* End Overflow */
	.UtilitySearch, .UtilityAuthentication, .nav-aux-cart {
		margin-left: 0px;
		padding-left: 0px;
		border-left: none;
	}
	.navbar-toggle .icon-search {
		display: inline-block;
		float: left;
		background: none;
		width: 30px;jcMyAccount
		height: 30px;
		margin: 0px;
		background-image: url(images/template/ico_utility_magglass.png);
		right: 65px;
		position: absolute;
		background-size: 100%;
		top: 5px;
	}
	.UtilitySection.UtilityAuthenticationLink {
		background-size: 30px;
		padding-right: 0px;
		font-size: .00001px;
		height: 35px;
		width: 35px;
		position: absolute;
			right: 125px;
		top: 20px;
	}
	.nav-auxiliary .nav-aux-cart a
	{
		height: 35px;
		width: 35px;
		position: absolute;
		right: 185px;
		top: 0px;
		background-size: 100%;
		margin: 0px!important;
		padding: 0px!important;
		
	}
	.nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
		left: 10px;
		top: 0px;
	}
	.nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter {
		background-color: #B12028;
		color: #fff;
		font-size: 12px;
	}
	.header-search {
		padding: 0px;
		margin-top: 30px;
		z-index: 999;
		position: absolute;
		width: 70vw;
		    min-width: 300px;
		right: 10px;
		max-width: 95vw;
	}
	.nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .nav-aux-button .NavigationLink:focus {
		background-color: transparent;
	  }
	  .nav-auxiliary .nav-aux-button .NavigationLink:active {
		background-color: #fff;
	  }
	/* Nav menu */
	
     

	.obo-panel {
		line-height: 3em;
		
	}
	.header-bottom-container .header-container {
		border-top: none;
		background-color: transparent;
		    padding: 0px;
		}
	.navbar-collapse.collapse {
		margin-top: 0px;
		background-color: #fff;
	}
	.nav-primary {
		float: none;
		clear: unset;
			width: 100%;
			
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmFirst 
	{
		display:none;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink,.MainMenu .jcMyAccount a
	{
		font-size: 26px;
		background-color: #fff;
		border-bottom: 1px solid #D8D8D8;
	}
	.MainMenu .jcMyAccount a
	{
		padding: 16px;
		display: block;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		font-weight: 600;
		text-transform: none;
		letter-spacing: 0px;
		line-height: 1em;
		
	}
	.MainMenu .jcMyAccount
	{
		display:block;
	}
	.MainMenu .TopBar 
	{
		display:block;
	}
	.jcTopBar:after
	{
		display:none;
	}
	.jcTopBar {
		background-color: #B12028;
		padding-top: 6px;
		padding-bottom: 6px;
		position: relative;
		overflow: hidden;
		background: -moz-linear-gradient(180deg, rgba(177,32,40,1) 0%, rgba(152,23,38,1) 100%);
		background: -webkit-linear-gradient(
	180deg, rgba(177,32,40,1) 0%, rgba(152,23,38,1) 100%);
		background: linear-gradient(
	180deg, rgba(177,32,40,1) 0%, rgba(152,23,38,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B12028",endColorstr="#981726",GradientType=1);
	}
	.header-top-sidebar-item {
		z-index: 1;
		line-height: 1.5em;
		max-width: 100%;
		width: 100%;
	}
	
	.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText {
		padding: 16px;
		border-bottom: none;
	}
	.header-top-container
	{
		margin-bottom:0px;
		   min-height: 154px;
		    padding-top: 0px;
	}
	.header-logo-container {
		float: left;
		margin-top: 35px;
		margin-bottom: 10px;
		    margin-left: 15px;
	}
	.header-logo-container #masterHeaderImage {
		
		background-size: 90%;
		overflow: visible;
		float: left;
		background-position: left;
		max-width: 95vw;
		max-height: 150px;
		
		z-index: 2;
	}
	.header-container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
	}
	.RadMenu.RadMenu_Toronto {
		
		padding: 0px 15px;
		background-color: #fff;
	}
	.RadMenu.RadMenu_Toronto .rmToggle .rmIcon:after
	{
	   content: "V";
		display: inline-block;
		font-size: 16px;
		-webkit-transform: scale(2.3, 1);
		-moz-transform: scale(2.3, 1);
		-o-transform: scale(2.3, 1);
		transform: scale(2.3, 1);
		transition: .5s ease all;
		font-weight: 500;
		font-family: 'Open Sans', sans-serif;
		color: #FF2D00;
		margin-top: 16px;
		margin-left: 12px;
		margin-right: 12px;
	}
	.RadMenu.RadMenu_Toronto .rmExpanded .rmToggle .rmIcon:after {
		-webkit-transform: rotate(
	180deg) scale(2.3, 1);
		-ms-transform: rotate(180deg) scale(2.3, 1);
		transform: rotate(
	180deg) scale(2.3, 1);
		transition: .5s ease all;
		
	}
	.RadMenu.RadMenu_Toronto .rmToggle .rmIcon, .RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle .rmIcon {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		display: block;
		width: 30px;
		height: 30px;
		background-image: none;
		background-repeat: no-repeat;
		margin-top: 14px;
		margin-bottom: 12px;
		margin-right: 12px;
		margin-left: 12px;
	}

	.RadMenu .rmSlide, .RadMenu_Context {
		position: relative!important;
		top: 0px!important;
		transition: all .5s ease;
		float: left;
	}
	.RadMenu .rmGroup .rmItem {
		
		border-bottom: 1px solid #333;
	}
	.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
		
		padding: 5px;
	}
	.RadMenu.RadMenu_Toronto .rmGroup {
		background-color: #000;
		border-top: none;
		border-bottom: none;
		padding: 0px;
		margin-bottom: 5px;
	}
	.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
		float: none;
		padding: 5px;
		color: #fff;
		font-size: 20px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
	}
	.wrapper .RadMenu .rmVertical .rmItem .rmText {
		display: block;
		float: left;
		background-image: none;
	}
	.RadMenu.RadMenu_Toronto .rmVertical .rmToggle .rmIcon:after
	{
		
		color:#666;
	}
	.RadMenu_Toronto .rmSlide .rmLink:hover, .RadMenu_Toronto .rmSlide .rmLink.rmFocused, .RadMenu_Toronto .rmSlide .rsmLink:hover, .RadMenu_Toronto .rmSlide .rsmLink.rmFocused, .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover, .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused {
		background-color: transparent;
		
	}
	.RadMenu_Toronto .rmSlide .rmSlide {
		left: inherit !important;
		margin-top: 0px;
		position: relative!important;
	}
	.RadMenu.RadMenu_Toronto .rmGroup .rmGroup {
		border-top: none;
		border-bottom: none;
		padding-left: 25px;
		padding-right: 25px;
		/* max-width: 85%; */
	    margin-top: 10px;
		margin-bottom: 10px;
	}
	.RadMenu .rmGroup .rmGroup .rmItem
	{
		border:none;
	}
	.RadMenu_Toronto .rmSlide .rmSlide {
		left: inherit !important;
		margin-top: 0px;
		position: relative!important;
		border-bottom: 1px solid #333;
	}
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast .rmLink {
		float: none;
	}
	.TopBar,.jcMyAccount
	{
		display:none;
		
	}
	
   .TopBar,.DSTDonation
	{
		display:none;
		
	}
	
	
		.jcStore .RadGrid table tr tr td
	{
		width:100%!important;
		float:left;
	}
	.jcStore .RadGrid table tr tr td:first-child
	{
		width:100%!important;
	}
	.jcStore .RadGrid table tr tr td:first-child img {
		width: 100%!important;
		
		max-height: 500px;
	}
	[id$="OtherPaymentOptionsDiv"]
	{
		background-image:none;
	}
	.HomePageFullWidthArea .carousel-caption .TextButton {
    
		bottom: -40px;
	
		
	}
}

@media (max-width: 600px)
{
	

	
	.wrapper .RadTabStrip .rtsLevel .rtsOut
	{
		border-left:none;
	}
	.HomePageFullWidthArea .carousel-caption {
		
		left: 10%;
		
	}
	.header-logo-container #masterHeaderImage {
		background-size: 100%;
		overflow: visible;
		float: left;
		background-position: left;
		max-width: 85vw;
		max-height: 200px;
		z-index: 2;
		margin-top: 15px;
	}
	.RedArrow li a {
    
		font-size: 18px;
	}
			/* overflow Classes */
	
	.container, .header-container, .SliderPage1,.jcTopBar,.jcInteriorHeader,.jcFeatureBoxes {
		
		padding-left: 25px;
		padding-right: 25px;
	}

	.jcFullOverlay 
	{
		
		padding: 20px 25px!important;
		
		
	}
	.jcTanBG,.jcFullWidth 
	{
		
		margin-left:-25px;
		margin-right:-25px;
		
	}
	.jcTanBG 
	{
		
		padding: 25px 25x;
		
	}
	.jcIndented 
	{
		padding: 1em 25px;
	}
	.navbar-header {
		max-width: 100%;
		    position: absolute;
		right: 15px;
	}

	/* End Overflow */
}


@media (max-width: 500px)
{
	
	.jcThreeCols,.jcTwoCols 
	{
		
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		
	}
#userAccountManagement1 {
    visibility: hidden;
}
	
}