html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'Source Sans Pro', arial;
	font-size:100%;
	background:url(../images/squaresbg.png);
	color:#3f3f3f;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#0f477b;

}
strong{
	font-weight:bold;
}

/* FIX THE BROKEN DRUPAL OVERLAY
------------------------------------------------------------------------------------------------*/
iframe.overlay-element.overlay-active{
	margin-top: 70px;
}


/* FONTS
------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'gnuolane_rgregular';
    src: url('../fonts/gnuolane_rg-webfont.eot');
    src: url('../fonts/gnuolane_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gnuolane_rg-webfont.woff') format('woff'),
         url('../fonts/gnuolane_rg-webfont.ttf') format('truetype'),
         url('../fonts/gnuolane_rg-webfont.svg#gnuolane_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* HEADER
------------------------------------------------------------------------------------------------*/
header{
	background:#fff;
}
#header_content{
	font-size: 0.875em;
	width:86%;
	margin:auto;
	padding-bottom:4px;
	height: 68px;
}
#microsite_notice{
	width: 40%;
	float:right;
	text-align:right;
	color:#0f477b;
	padding-top:20px;
}
#logo{
	padding-top:9px;
	float:left;
	margin-left: -7px;
}
#menubar{
	background:url(../images/menubar_bg.png);
	height:54px;
}
#menubar_content{
	width:86%;
	margin:auto;
}
#menubar_content ul li{
	float:right;
	margin-right:4.23%;
}
#menubar_content ul li a{
	color:#fff;
	text-decoration:none;
	font-size: 1em;
}
#menubar_content ul{
	width: 44.5%;
	float:right;
	padding-top:14px;
}
#menubar_content form{
	/*width: 18.11%;*/
	float:right;
	padding-top: 3px;
}
#menubar_content #home_icon{
	margin-top:-2px;
}

#menubar_content form table td{
	vertical-align:top;
}
#menubar_content form input[type=text]{
	/*width: 94.77%;*/
	margin: 0;
	margin-top: 8px;
	padding: 7px 4px 6px;
	height: 18px;
	-moz-border-radius: 0px;
	-webkitborder-radius: 0px;
	border-radius: 0px;
	border: none;
}
#menubar_content form input[type=submit]{
	margin: 0;
	padding: 0;
	height: 31px;
	width: 35px;
	background: url(../images/search_btn_bg.png) no-repeat;
	border: none;
	margin-top: 8px;
	cursor:pointer;
}
#lang_switcher{
	margin-top: 3px;
	float: right;
	margin-right: 10px;
}



#sitetitle{
	display: table-cell;
	vertical-align: middle;
	width: 390px;
	font-size:26px;
	color:#fff;
	font-family:gnuolane_rgregular;
	height: 54px;
}

#sitetitle a {
	text-decoration: none;
	color: #fff;
}

#mobile-menu-btn {
	display:none;
}


/* HEADER - main nav
------------------------------------------------------------------------------------------------*/
#main_nav{
	width: 86%;
	margin: auto;
	height: 100px;
	padding-top: 35px;
}
.main_mobile_sub_nav{
	display:none;
}

#main_nav .contextual-links-trigger{
	background-image:inherit !important;
}

#main_nav li{
	float:left;
	margin: 0 0.5%;
	/*margin-left: 1.89%;*/
	position:relative;
	width: 17.5%;
}

#main_nav li a span{
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-size:16px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-top: 3px;
	color: #676464;
}
#main_nav li a{
	border-top:8px solid #e6e3e3;
	font-family:gnuolane_rgregular;
	font-size:21px;
	color:#353434;
	text-decoration:none;
	display:block;
	line-height:23px;
	letter-spacing: 1px;
	padding: 10px 0px 10px 2px;
}
#main_nav li a:hover{
	border-top:8px solid #95b141;
}
#main_nav li.active a,
#main_nav li.active-trail a{
	border-top:8px solid #95b141;
}


/* =Dropdown Menu
--------------------------------------------------------------------------------------------------- */
/****************************** SUCKERFISH TOP MENUS ************************************************/
#main_nav li { /* all list items */
	float: left;
	/*width: auto;*/ /* width needed or else Opera goes nuts */
}

#main_nav li ul { /* second-level lists */
	position: absolute;
	background: #0065AD;
	width: 270px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:9999;
	padding:0;
	top: 28px;
	top:55px;
	/*box-shadow: 0px 3px 20px -1px #CCC;*/
	border-bottom: 1px solid #d9d9d9;
}
#main_nav li ul::before { /* second-level lists */
    /* background: url('https://newcomers.engineerscanada.ca/sites/all/themes/ieg/images/drop-down-arrow.png'); */
	background: url('../images/drop-down-arrow.png');
  position: absolute;
  top: -13px;
  content: '';
  width: 23px;
  height: 14px;
  left: 14px;
}
#main_nav li ul li { /* second-level lists */
	width:90% ; /* This is for the border on the li's */
	padding:0 5px 4px 0;
	max-width:200px;
}
#main_nav li ul li a{
	color: #353434;
	background:#fff;
	padding:4px 10px !important;
	border:none !important;
	font-family:'Source Sans Pro', arial;
	font-size:16px;
	padding-top:0;
	display:block;
	width: 105%;
	margin-left: 20px;
	line-height: 18px;
}
#main_nav li ul li a:hover{
	border:none !important;
	background:#eff3e3;
}
#main_nav li.active ul li a{
	font-weight:normal;
	border:none;
}
#main_nav li ul li.active{
	background:none !important;
}
#main_nav li:hover ul, #main-nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	background:#fff;
	border:1px solid #e2dfdf;
	padding-top:10px;
	padding-bottom:10px;
	z-index:9999;
}
#main_nav .image_li{
	position:absolute;
	top: -13px;
	left: 15px;
}
#main_nav li:hover ul#lasthover, #main-nav li.sfhover ul#lasthover { /* lists nested under hovered list items */
	left: 0;
	margin-left:-36px;
}

/* MAIN CONTENT
------------------------------------------------------------------------------------------------*/
div.contextual-links-wrapper {
	/*prevents the contextual links from showing through on the overlay*/
	z-index:99 !important;
}
#main_content{
	background: white;
	padding: 2.40%;
	width: 83.197%;
	margin: auto;
	overflow:hidden;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
#hometopbox{
	background:#f2f2f2;
	padding: 1.97% 2.46%;
	overflow:hidden;
	margin-bottom: 50px;
}
#hometopbox_left{
	float:left;
	margin-right: 3.44%;
	width:48.29%;
}
#hometopbox_right{
	float:right;
	width: 463px;;
}
#hometopbox_left #intro{
	font-size: 28px;
	line-height: 28px;
	padding-left: 6.44%;
	margin-bottom: 25px;
}
#hometopbox_left #largetext{
	font-size:44px;
	line-height:65px;
	background:url(../images/largetext_bg_arrow.png) no-repeat 30px 0 white;
	text-transform:uppercase;
	font-family: gnuolane_rgregular;
	padding: 20px 8.33% 5px 8.33%;
}

#hometopbox_left #largetext.french {
	padding: 20px 12% 20px 12%;
	font-size: 40px;
}

#hometopbox_left #largetext.french span {
	margin-left: 6px;
}

#hometopbox_left span{
	font-size: 90px;
	color: #95B141;
	position: relative;
	top: 3px;
	*top:-24px;
}


	#hometopbox_left .french-block span {
		margin-left: 12px;
	}

#hometopbox_left span.asterisk{
	font-size: 28px;
	color: inherit;
	vertical-align: super;
	position: relative;
	top: -15px;
}


#hometopbox_right .infobar{
	background-position:0 -89px;
	background-repeat:no-repeat;
	display: block;
	height: 53px;
	padding-left: 30px;
	padding-right: 50px;
	color: white;
	text-decoration: none;
	font-size: 22px;
	padding-top: 29px;
	background-image:url('../images/homebar_sprite_1_blank.png');
	/*background-size: 100% auto;*/
}

#hometopbox_right .infobar:hover{
	background-position:0 0;
}
#hometopbox_right .infobar:hover span.front{
	display:none;
	font-size:40px;
}
#hometopbox_right .infobar span.front{
	text-transform:uppercase;
	font-size:30px;
}
#hometopbox_right .infobar:hover span.back{
	display:block;
}
#hometopbox_right .infobar span.back{
	display:none;
	margin-top:-5px;
}
#hometopbox_right .infobar span{
	font-family: gnuolane_rgregular;
	width: 313px;
	display: block;
	cursor:pointer;
}
#get_started_box{
	width: 57.23%;
	position:relative;
	z-index:10;
}
#infobars{
	margin-top:-16px;
}
#tips_resources{
	background: url(../images/tips_and_resources_title.png) no-repeat;
	width: 42.36%;
	float: left;
	margin: 0 3.87% 20px 3.87%;
}
#tips_resources .title{
	padding: 34px 0 38px 120px;
	text-transform: uppercase;
	font-size: 32px;
	font-family: gnuolane_rgregular;
}
#tips_resources .content{
	padding-left: 120px;
	font-size: 20px;
}

#tips_resources p,
#immigrating_canada p{
	padding-left: 29%;
	margin-right: 10%;
}


#immigrating_canada{
	background:url(../images/immigrating_title.png) no-repeat;
	width: 42.36%;
	float: left;
}
#immigrating_canada .title{
	padding: 34px 0 38px 120px;
	text-transform: uppercase;
	font-size: 32px;
	font-family: gnuolane_rgregular;
}
#immigrating_canada .content{
	padding-left: 120px;
	font-size: 20px;
}
.learnmore_link{
	color:#95b141;
	text-transform:uppercase;
	text-decoration:underline;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
#leftbar{
	width:30.54%;
	float:left;
}
#leftbar_menu{
	background:#f2f2f2;
	padding:5%;
	width:86.7%;
}

/*---OLD LAYOUT with title------------------------------------------------------------*/
#leftbar_header{
	font-size:25px;
	text-transform:uppercase;
	font-family: gnuolane_rgregular;
	width:87.5%;
	background:#fff;
	padding:4.84%;
}

	#leftbar_header .french-block {
		width: 73%;
		margin: 0 auto;
	}

	#leftbar_header .french-block span.greenlarge {
		font-size: 69px;
		margin-top: 10px
	}


	#leftbar_header .french-block span.blacklarge {
		font-size: 39px;
	}

	#leftbar_header .french-block span.asterisk {
		top: -27px;
	}

#leftbar_header_arrow{
	margin-left: 25px;
	display: block;
	/*margin-bottom: 20px;*/
	position: relative;
	top: 100px;
}
#leftbar_header span{
	font-size:48px;
}
#leftbar_header span.greenlarge{
	font-size:55px;
	color:#95b141;
	margin-top: 5px;
	display: block;
	margin: 5px 0;
}
#leftbar_header span.blacklarge{
	font-size:48px;
}
#leftbar_header span.asterisk{
	font-size:45px;
	position:relative;
	*position:inherit;
	top:-10px;
}
/*---END OLD LAYOUT with title------------------------------------------------------------*/

#leftbar_menu #leftbar_header_arrow {
	display: none;
}

#leftbar_menu .region-left-sidebar-menu h2 {
	background:#fff;
	width: 88.88%;
	padding: 15px 5.55%;
	margin-bottom: 30px;
	min-height: 56px;
}

#leftbar_menu .region-left-sidebar-menu h2 a{
	font-size: 29px;
	color: #6A7D2E;
	line-height: 28px;
	padding: 0;
}


#leftbar_menu h2{
	font-size: 22px;
	color: #0F477B;
	font-weight: bold;
}
#leftbar_menu h2{
	font-size: 22px;
	color: #0F477B;
	font-weight: bold;
	margin-bottom:10px;
	/*margin-left:8px;*/
}
#leftbar_menu a{
	display:block;
	padding:10px 4px 10px 26px;
	background:url(../images/subpage_sidebar_menu_arrow.png) no-repeat 10px center;
	font-size:18px;
	text-decoration:none;
	border-top:1px solid #ccc;
}
#leftbar_menu .contextual-links-wrapper a{
	background:none;
	border:none;
}
#leftbar_menu .contextual-links-wrapper a:hover{
	background:none;
}
ul li.collapsed {
	list-style-image: none;
	list-style-type: none;
}

#leftbar_menu li {
	padding: 0;
	margin: 0 0.5em;
}


#leftbar_menu li ul li {
	margin: 0;
}

#leftbar_menu li ul li a {
	font-size: 16px;
	border: none;
	padding-left: 40px;
	background:url(../images/subpage_sidebar_menu_arrow.png) no-repeat 24px center;
}

#leftbar_menu li ul li a:hover {
	background:url(../images/subpage_sidebar_menu_arrow_hover.png) no-repeat 24px center #fff;
}


#leftbar_menu li ul li a.active {
	background:url(../images/subpage_sidebar_menu_arrow_hover.png) no-repeat 24px center;
}


#leftbar_menu .first a{
	border-top:none;
}
#leftbar_menu a:hover{
	background:url(../images/subpage_sidebar_menu_arrow_hover.png) no-repeat 10px center #fff;
	color:#95b141;
}
#leftbar_menu a.active{
	background:url(../images/subpage_sidebar_menu_arrow_hover.png) no-repeat 10px center;
	color:#95B141;
	font-weight:bold;
}
#leftbar_items{
	padding: 15px 5%;
	width: 86.7%;
}
#leftbar_items .sidebar_widget_title{
	font-size: 20px;
	color: #0F477B;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-top:20px;
}
#leftbar_items .sidebar_widget{
	padding: 10px 0;
	width: 100%;
	display: block;
}

#leftbar_items .sidebar_widget img {
	width: 100%;
	max-width: 229px;
}

@media \0screen {
	#leftbar_items .sidebar_widget img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}

#leftbar .region-left .content {
	width: 100%;
}


#leftbar .region-left .content img {
	width: 73.87%;
	margin: 0 8.06%;
}


#main_content_body{
	float:left;
	margin-left: 25px;
	width: 65.52%;
}
#main_content_body.full_width{
	width: 100%;
}
#breadcrumbs a{
	font-weight:bold;
	margin-right:4px;
	margin-left:4px;
	font-size:12px !important;
}
#breadcrumbs{
	font-size:12px !important;
	margin-bottom:10px !important;
}

#main_content_body hr {
	height: 1px;
	border: 0;
	color: #E6E3E3;
	background-color: #E6E3E3;
}

#main_content_body h1{
	text-transform: uppercase;
	font-family: gnuolane_rgregular;
	font-size: 36px;
	background: #B2D5F6;
	padding: 8px;
	margin-left: -35px;
	padding-left: 38px;
	padding-bottom: 4px;
	color:#194b7d;
}
#main_content_body h2{
	font-size: 24px;
	font-weight:bold;
	color:#235485;
	margin: 35px 0 14px 0;
	clear:both;
}
#main_content_body h3{
	font-size: 22px;
	font-weight:bold;
	color:#3e3f44;
	margin: 9px 0;
}

#main_content_body h3.question{
	font-size: 22px;
	font-weight:bold;
	color:#235485;
	margin: 9px 0;
	padding: 9px 0 9px 50px;
	background: url(../images/question-mark.png) no-repeat;
}

#main_content_body h4 {
	font-size: 18px;
	font-weight:bold;
	color:#95b141;
	margin:0px 0px 9px 0px;
}

#main_content_body h4 a{
	font-size: 18px;
	font-weight:bold;
	color:#95b141;
	text-decoration:none;
}

#main_content_body h4 a:hover{
	font-size: 18px;
	font-weight:bold;
	color:#95b141;
	text-decoration:underline;
}

#main_content_body h5{
	font-family: gnuolane_rgregular;
	font-size: 18px;
	text-transform:uppercase;
	color:#3e3f44;
	margin:9px 0;
	letter-spacing: 1px;
}

#main_content_body p{
	font-size: 16px;
	margin: 9px 0;
	line-height: 20px;
}


#main_content_body h6{
	font-size:14px;
	font-weight:normal;
	color:#235485;
	margin:20px 0;
}

#main_content_body h6 a{
	text-decoration:none;
	height: auto;
}

#main_content_body h6 a:hover{
	text-decoration:underline;
}

#main_content_body img {
	padding: 15px;
	display: block;
}

#main_content_body ul li{
	font-size: 16px;
	margin-bottom:4px;
	background:url(../images/bullet.png) no-repeat left 8px;
	padding-left:15px;
	line-height: 20px;
}
#main_content_body ul li ul{
	margin:4px 0 !important;
}
#main_content_body ol li{
	font-size: 16px;
	margin-bottom:8px;
	list-style:decimal;
	line-height: 20px;
}
#main_content_body ol{
	margin-left:20px;
}
#main_content_body ul,
#main_content_body ol{
	margin-bottom:20px;
}
#main_content_body a{
	font-size: 16px;
}
#main_content_body .content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	white-space: normal !important;
}
#main_content_body a:hover {
	text-decoration:none;
}

#main_content_body a.next_button,
#main_content_body a.previous_button{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 7px;
	width: 36%;
	display: block;
	height: 15px;
	margin-bottom: 5px;
}

#main_content_body .next-container {
	float: right;
	width: 45%;
	text-align: right;

}

#main_content_body .previous-container {
	float: left;
	width: 45%;
	text-align: left;
}


#main_content_body a.next_button {
	background: url(../images/next-arrow.png) no-repeat #c1ddf5;
	background-position:  96% 50%;
	float: right;
	text-align: right;
	padding: 5px 19px 7px 19px;
}


#main_content_body a.previous_button{
	background: url(../images/previous-arrow.png) no-repeat #c1ddf5;
	background-position:  4px 50%;
	padding: 5px 19px 7px 19px;
	float: left;
}

#main_content_body .page-name {
	float: none;
	clear: both;
	display: block;
	color: #194b7c;
	font-weight: bold;
}


.clear-btn {
	height: 35px;
}




#blue_h1_arrow{
	margin-left:4px;
	margin-bottom:12px;
	padding: 0!important;
	margin: 0!important;
}


.full-width-page #main_content_body #button_and_content_container {
	width: 100%;
}

.full-width-page .sidebar_widget {
	display: none;
}

#main_content_body #button_and_content_container img {
	max-width: 375px;
	width: 100%;
}

#main_content_body table th, #main_content_body table td {
	padding: 7px 11px;
	border: 2px solid #ffffff;
}

#main_content_body table th {
	height: 25px;
	background-color: #b2d5f6;
	vertical-align: middle;
	color: #235485;
	font-size: 18px;
	font-weight: bold;

}

#main_content_body table td {
	font-size: 16px;
	background-color:#f2f2f2;
}


#main_content_body blockquote {
	color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 10px 75px;
}

#main_content_body blockquote span {
	font-style: italic;
	font-size: 15px;
}
#button_and_content_container{
	width:60.5%;
	float:left;
	margin-right: 4.21%;
}

/* PAGE TABS
------------------------------------------------------------------------------------------------*/
ul.tabs li{
	background:none !important;
}
.image-caption{
	display: block;
	font-weight:bold;
	border: 8px solid #E6E3E3;
	background: #E6E3E3;
	text-align:center;
}
.image-caption-container{
	padding-bottom: 50px;
}
.image-caption-container img{
	display:block;
	border: 7px solid #E6E3E3;
	border-bottom: none;
	padding: 0!important;


}

/* FAT FOOTER
------------------------------------------------------------------------------------------------*/
#fatfooter{
	background:url(../images/menubar_bg.png);
	min-height:115px;
	overflow: hidden;
}
#fatfooter_content{
	width:86%;
	margin:auto;
}
#fatfooter_content #testimonial{
	color: white;
	padding-top: 30px;
	background: url(../images/large_testimonial_quote.png) no-repeat;
	margin-top: 10px;
	padding-left: 13px;
	font-size: 17px;
	line-height: 22px;
}
#fatfooter_left{
	background: url(../images/fatfooter_arrow.png) no-repeat 10px 0;
	margin-left: 3.77%;
	padding-top: 17px;
	float:left;
	width: 32.15%;
}
.testimonial_byline{
	font-style:italic;
	color:#fff;
	line-height: 22px;
	font-size:14px;
	padding-left:12px;
}
#fatfooter_right{
	background: url(../images/fatfooter_arrow.png) no-repeat 50px 0;
	padding-top: 55px;
	float:right;
	color:#fff;
	width:53%;
	font-size:16px;
	margin-right: 3.77%;
}

#fatfooter_right #footer-video-text {
	width: 42%;
	float: left;
	margin-bottom: 30px;
}


#fatfooter_right #video_title {
}

#fatfooter_right #video_title,
#fatfooter_content #connected-title{
	font-size: 28px;
	text-transform:uppercase;
	font-family: gnuolane_rgregular;
	text-align:right;
	color: white;
}
#fatfooter_right .video_blurb{
	font-size: 16px;
	line-height: 22px;
	text-align: right;
}
#fatfooter_right a{
	color:#abd3f8;
	text-decoration:none;
	position: relative;
}
#footer_video_thumb{
	float: right;
	margin-left: 3.22%;
	width: 53.83%;
	padding-bottom: 10%;
	z-index: 0;
	position: relative;
}
#footer_video_overlay{
	position: relative;
	z-index: 1;
	float: right;
	margin-left: 3.22%;
	width: 53.83%;
	margin-top: -50%;

}

#fatfooter_content #stay-connected {
	float: left;
	margin: 45px 0 30px 5%;
	width: 38%;
}

	#fatfooter_content #stay-connected ul,
	#fatfooter_content #stay-connected p {
		float: left;
	}

	#fatfooter_content #stay-connected p {
		margin: 0 15px 15px 0;
	}


	#fatfooter_content #stay-connected ul {
		margin: -8px 0 0 -5px;
	}

		#fatfooter_content #stay-connected ul li {
			display: block;
			float: left;
			margin: 0 3px;

		}

			#fatfooter_content #stay-connected ul li a {
				display: block;
				width: 41px;
				height: 41px;
			}

			#fatfooter_content #stay-connected ul li a.facebook {
				background: url(../images/social-media.png) no-repeat -123px 0;
			}

				#fatfooter_content #stay-connected ul li a.facebook:hover {
					background: url(../images/social-media.png) no-repeat -123px -41px;
				}

			#fatfooter_content #stay-connected ul li a.youtube {
				background: url(../images/social-media.png) no-repeat 0 0;
			}

				#fatfooter_content #stay-connected ul li a.youtube:hover {
					background: url(../images/social-media.png) no-repeat 0 -41px;
				}

			#fatfooter_content #stay-connected ul li a.twitter {
				background: url(../images/social-media.png) no-repeat -41px 0;
			}

				#fatfooter_content #stay-connected ul li a.twitter:hover {
					background: url(../images/social-media.png) no-repeat -41px -41px;
				}

			#fatfooter_content #stay-connected ul li a.rss {
				background: url(../images/social-media.png) no-repeat -82px 0;
			}

				#fatfooter_content #stay-connected ul li a.rss:hover {
					background: url(../images/social-media.png) no-repeat -82px -41px;
				}

			#fatfooter_content #stay-connected ul li a.linkedin {
				background: url(../images/social-media.png) no-repeat -164px 0;
			}

				#fatfooter_content #stay-connected ul li a.linkedin:hover {
					background: url(../images/social-media.png) no-repeat -164px -41px;
				}
/* FOOTER
------------------------------------------------------------------------------------------------*/
#footer_content{
	width: 86%;
	margin:auto;
	padding-top:20px;
	font-size:16px;
	padding-bottom:40px;
	overflow:hidden;
}
#footer_content nav{
	float:right;
}
#footer_content nav ul li{
	float:left;
	border-right:1px solid #343434;
	padding:0 6px;
}
#footer_content nav ul li a{
	text-decoration:none;
	color:#343434;
}
#footer_content nav ul li.last{
	float:left;
}
#footer_left{
	float:left;
	width:400px;
}
#footer_left .footnote{
	font-size:14px;
}
#footer_left p{
	margin-bottom:20px;
}

/* SITE MAP PAGE
------------------------------------------------------------------------------------------------*/
#site-map h2.title{
	display:none;
}
#site-map li{
	list-style:none;
}


/* PAGE LAYOUTS - LANDING PAGE
------------------------------------------------------------------------------------------------*/
#main_content_body div.region.region-content
{
	width:100%;
	float: left;
	margin-bottom: 30px;
}
#landing_page_featured_image{
	float: right;
	margin-top: -70px;
	display: block;
	padding-bottom: 10px;
}

#landing-page-rightsidebar .contextual-links-wrapper{
	display:none;
}

#landing-page-rightsidebar{
	padding:0px;
	margin:30px 0 0 0;

}

#landing-page-rightsidebar h6 {
	margin: 0;
}

#landing-page-rightsidebar h6 a{
	width: auto;
	background: none;
	font-size:16px;
	font-weight:normal;
	color:#235485;
	padding: 10px 0;
}

#landing-page-rightsidebar h6 a:hover{
	background:none;
}


#landing_page_right_sidebar{
	float: right;
	width: 32%;
	border-left: 1px solid #CCC;
	padding-left:15px;
}

#landing_page_right_sidebar #landing_page_featured_image {
	width: 95%;
}

#landing_page_right_sidebar .aside_title{
	font-size: 18px;
	font-weight: bold;
	background: url(../images/questions_answered_icon.png) no-repeat 0 50%;
	padding-left: 45px;
	clear: both;
	margin-bottom: 15px;
}
#landing_page_right_sidebar .related_right_sidebar_content{
	display: table;
	*display: block;
	background: #f4f2f3;
	width: 100%;
	text-decoration: none;
	color: #343434;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12% 8px 6.22%;
	overflow:hidden;
	vertical-align: middle;
	margin-bottom: 15px;
}

#landing_page_right_sidebar .related_right_sidebar_content:hover{
	background:  url(../images/next-arrow-green.png) 95% 50% no-repeat #f4f2f3;
}

#landing-page-rightsidebar h6 {
margin: 8px 0!important;
}


#launch_tool_btn{
	background:none !important;
	clear:both;
	display:block;
}

#launch_tool_btn img {
	padding: 0;
	width: 102%;
}

#launch_tool_btn:hover{
	background:none !important;
}

/* LEFT/RIGHT SIDEBARS
------------------------------------------------------------------------------------------------*/

#leftbar_items li a,
#main_content_body .right_sidebar_content_box a{
	font-size: 15px;
}

#leftbar_items p,
#main_content_body .right_sidebar_content_box p{
	font-size: 15px;
	margin: 9px 0;
	line-height: 20px;
}

	#leftbar_items p img,
	#main_content_body .right_sidebar_content_box p img {
	}

#leftbar_items p a:hover,
#main_content_body .right_sidebar_content_box p a:hover {
	text-decoration: none;
}



#leftbar_items ol{
	margin-left:20px;
	list-style: decimal;
}

#main_content_body .right_sidebar_content_box ol {
	margin-bottom: 0;
}

#leftbar_items ul li,
#leftbar_items ol li,
#main_content_body .right_sidebar_content_box ol li,
#main_content_body .right_sidebar_content_box ul li{
	font-size: 15px;
	margin-bottom:10px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 5px;
}

#leftbar_items ul li{
	background:url(../images/bullet.png) no-repeat left 8px;
	padding-left:15px;
}

#leftbar_items h4 {
	font-size: 18px;
	font-weight:bold;
	color:#95b141;
	margin:0px 0px 9px 0px;
}


#leftbar_items h5{
	font-family: gnuolane_rgregular;
	font-size: 18px;
	text-transform:uppercase;
	color:#3e3f44;
	margin:9px 0;
	letter-spacing: 1px;
}

#leftbar_items h6,
#main_content_body .right_sidebar_content_box h6
{
	font-size:14px;
	font-weight:normal;
	color:#235485;
	margin:12px 0;
}


.right-sidebar-page div.region.region-content{
	width:400px;
	float:left;
}
.right_sidebar_content_box{
	float: right;
	padding-top: 14px;
	width: 32%;
}
.right_sidebar_content_box {
	margin-left:0px;
	border-left: 1px solid #CCC;
	padding:10px 0 10px 15px;
}
.sidebar_note_title{
	font-family: gnuolane_rgregular;
	font-size: 30px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px 0;
	text-transform:uppercase;
	color:#194B7D;
}
.sidebar_note_text{
	font-size: 14px;
	font-weight: bold;
}
.sidebar_quote_text{
	background:none !important;
}

.block-menu-block li{
	list-style-image:none !important;
	list-style:none !important;

}
.block-menu-block h2 a{
	background:none !important;
	/*font-size: 22px !important;*/
	/*color: #0F477B !important;*/
	font-weight: bold !important;
	padding-left:0 !important;
	border:none !important;
}

/* SEARCH PAGE
------------------------------------------------------------------------------------------------*/
p.search-info{
	display:none;
}

.page-search #button_and_content_container {
	width: 100%;
	margin-top: 20px;
}

	.page-search #button_and_content_container #search-form {
		background: #F2F2F2;
		padding: 20px;
		margin-bottom: 30px;
		height: 32px;
	}


.page-search #edit-basic label {
	display: block;
	float: left;
	margin-top: 8px;
}


.page-search #edit-basic input[type="text"] {
	margin: 0 0 0 10px;

	padding: 7px 4px 6px;
	height: 18px;
	-moz-border-radius: 0px;
	-webkitborder-radius: 0px;
	border-radius: 0px;
	border: #E6E3E3 1px solid;
	display: block;
	float: left;
	width: 55%;
}

.page-search #edit-basic input[type="submit"] {
	margin: 0;
	padding: 0;
	height: 33px;
	width: 35px;
	background: url(../images/search_btn_bg_form.png) no-repeat #d0d0d0;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	color: transparent;
	font-size: 1px;
}

.page-search #main_content_body ul li {
	background: none;
	margin-left: 0;
	padding: 7px;
}

/* SITE MAP
------------------------------------------------------------------------------------------------*/

.page-sitemap .right_sidebar_content_box,
.page-search .right_sidebar_content_box,
.page-user .right_sidebar_content_box{
	display: none;
}


#button_and_content_container .site-map-menu {
	margin-top: 15px;
}

	#button_and_content_container .site-map-menu li {
		background: none;
		font-weight: bold;
		margin-bottom: 15px;
	}

		#button_and_content_container .site-map-menu li a {
			font-size: 18px;
		}

	#button_and_content_container .site-map-menu li ul > li {
		font-weight: normal;
		margin-bottom: 5px;
		background: url(../images/bullet.png) no-repeat left 8px;
	}

	#button_and_content_container .site-map-menu li ul > li a {
		font-size: 16px;
	}


/* VIDEO ARCHIVE PAGE
------------------------------------------------------------------------------------------------*/
#main_content_body .video_page_row {
	width: 29%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}

	#main_content_body .video_page_thumb {
		width: 85%!important;
		padding: 15px 15px 5px 15px;
	}

#main_content_body #video_page_title {
	margin: 0 0 0 15px;
	line-height: 16px;
	display: block;
	height: 35px;
	font-weight: bold;
}

#main_content_body .video_page_blurb {
	margin: 0 0 0 15px;
	display:none;
}

.language-switcher-locale-url{
	padding:0 !important;
}
.language-switcher-locale-url li{
	display:block;
}
.language-switcher-locale-url li.active{
	display:none;
}


li.pager-item,
li.pager-next,
li.pager-last,
li.pager-first,
li.pager-current,
li.pager-previous{
	background:none !important;
}





/*Constituent Association Map*/

#const-map {
	width:auto;
	height: 538px;
	background:url(../images/constituent-map.png) no-repeat center top;
	background-size: 85%;
	position: relative;
}

.map-pin {
	background: url(../images/constituent-map-pointer.png) no-repeat center;
	position: absolute;
	height: 30px;
	padding: 10px;
	width: 15px;
}

.map-pin span.pinlabel {
	width: 180px;
	display: block;
	padding:7px 12px ;
	height: auto;
	visibility: hidden;
	background: #25326E;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: -85px;
	margin-left: -85px;

}

	.map-pin span.resized-1 {
		margin-top: -40px;
	}

	.map-pin span.resized-4 {
		margin-top: -124px;
	}

	.map-pin span.resized-3 {
		margin-top: -105px;
	}

	.map-pin span.below {
		margin-top: 35px;
	}

.map-pin:hover span.pinlabel {
	visibility: visible;
}


a.map-pin {
	text-decoration: none;
	font-size: 0.9em;
	border-bottom: none;
}


.map-pin strong {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
}

#pin-yt {
	left: 79px;
	top: 169px;
}

#pin-nt {
	left: 162px;
	top: 185px;
}

#pin-nu {
	left: 271px;
	top: 188px;
}

#pin-bc {
	left: 82px;
	top:  311px;
}
#pin-ab {
	left: 151px;
	top: 305px;
}
#pin-sk {
	left: 209px;
	top: 310px;
}
#pin-mb {
	left: 264px;
	top: 324px;
}
#pin-on {
	left: 350px;
	top: 353px;
}
#pin-qc {
	left: 448px;
	top: 329px;
}
#pin-nb {
	left: 515px;
	top: 363px;
}
#pin-pe {
	left: 541px;
	top: 349px;
}
#pin-ns {
	left: 536px;
	top: 385px;
}
#pin-nl {
	left: 575px;
	top: 296px;;
}
/* Survey request styles
------------------------------------------------------------*/

section.surveyrequest {
	position: fixed;
	bottom: 10%;
	right: -100%;
	width: 350px;
	z-index: 1000;
	background: #fff;
	border: 4px solid #235485;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	-webkit-transition: right 1s ease-in-out, bottom 1s ease-in-out;
	-moz-transition: right 1s ease-in-out, bottom 1s ease-in-out;
	-o-transition: right 1s ease-in-out, bottom 1s ease-in-out;
	-ms-transition: right 1s ease-in-out, bottom 1s ease-in-out;
	transition: right 1s ease-in-out, bottom 1s ease-in-out;
}
section.surveyrequest.active {
	right: 0;
}
	section.surveyrequest h3 {
		background: #B2D5F6;
		padding: 10px 15px;
		margin-bottom: 15px;
		font-family: gnuolane_rgregular;
		text-transform: uppercase;
		font-size: 26px;
		font-weight: 700;
		color: #194b7d;
	}
	section.surveyrequest p {
		padding: 10px 15px;
		line-height: 1.3em;
	}
	section.surveyrequest .btnline {
		margin: 10px 15px;
	}
	section.surveyrequest button {
		padding: 5px 10px;
		border: 1px solid #888;
		background: #B2D5F6;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b141', endColorstr='#7a8733',GradientType=0 );
		font-size: 1.1em;
		font-weight: 700;
		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-ms-transition: background 0.3s;
		transition: background 0.3s;

	}
	section.surveyrequest button:hover {
		cursor: pointer;
		background: #75B7F4;

	}
