@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("//common.ctacny.org/styles/reskin.css");
/*
purple: #9E3A98 (30%) #EEDAE8
orange: #E64428 (30%) #FEDCD8
black: #3C3E44

not used any more:
blue:#1070BC
orange: #E68C32
*/

html, body{
	height:100%;	
}

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3C3E44;
	line-height:160%;
}

.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.generalContainer{
	width:1100px;
	margin:0 auto;
}

a{
	text-decoration:none;
	color:#9E3A98;
}


a:hover{
	color:#9e3a98;
}

#breadCrumbs{
	background-color:#484849;
	padding:9px 0;
	font-family: "Montserrat",sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
	color:#fff;
	margin-bottom:20px;
}

#breadCrumbs a{
	color:#fff;
}

#breadCrumbs span{
	color:#e64428;
}

#breadCrumbs span a{
	color:#e64428;
}

#menu-icon{
	background: transparent url("../images/trigger.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 17px;
    margin-top: -1px;
    text-indent: -9999px;
    width: 24px;
}

#menu-icon.active {
    transform: rotate(90deg);
}

#overlayMenu{
	background-color:#9e3a98;
	height:calc(100% - 112px);
	width:100%;
	position:absolute;
	z-index:9999;
}

#overlayMenu_container{
	position:relative;
}

#overlayMenu_container ul{
	margin:0;
	padding:0;
	font-family: "Montserrat",sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
	width:475px;
	display:inline-block;
	float:right;
	margin-top:63px;
}

#overlayMenu_container > ul{
	min-height:500px;	
}

#overlayMenu_container li{
	list-style:none;
	text-transform:uppercase;
}

#overlayMenu_container li a{
	color: #fff;
    margin: 10px 0;
    outline: medium none;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
	display:block;
	margin-right:35px;
}

#overlayMenu_container li > a:hover, #overlayMenu_container li.sub:hover > a, #overlayMenu_container li.expanded > a{
	border-top:1px solid #e64428;
	border-bottom:1px solid #e64428;
	padding:14px 0;
	color:#e64428;
}

#overlayMenu_container li.sub{
	background:transparent url("../images/expand-menu.png") no-repeat scroll right 18px;
	cursor:pointer;
}

#overlayMenu_container li.expanded {
	background:transparent url("../images/expanded.png") no-repeat scroll right 18px;
}

#overlayMenu_container ul ul{
	font-size:16px;
	line-height:16px;
	margin-top:0;
	cursor:default;
	float:none;
}

#overlayMenu_container li li a{
	padding:0;	
}

#overlayMenu_container li li a:hover{
	border:none;
	padding:0;
	color:#e64428;
}

#overlayMenu_close{
	background: transparent url("../images/overlayClose.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0;
    top: 33px;
    width: 18px;	
}

/*************************** content styles ************************/


#contentContainer{
	width:1100px;
	margin: 0 auto;
}

