<!doctype html>


<html <?php language_attributes(); ?>>

<head>

<?php

/** Themify Default Variables

 *  @var object */

	global $themify; ?>

<meta charset="<?php bloginfo( 'charset' ); ?>">



<title><?php if (is_home() || is_front_page()) { echo bloginfo('name'); } else { echo wp_title(''); } ?></title>



<?php

/**

 *  Stylesheets and Javascript files are enqueued in theme-functions.php

 */

?>



<!-- wp_header -->

<?php wp_head(); ?>



</head>



<body <?php body_class(); ?>>

<?php themify_body_start(); // hook ?>

<div id="pagewrap">



	<div id="headerwrap">

    

		<?php themify_header_before(); // hook ?>

		<header id="header" class="pagewidth">

        <?php themify_header_start(); // hook ?>

			<hgroup>

				<!-- <?php echo themify_logo_image('site_logo'); ?> -->
				
<div class="banner">
<div class="gc-logo">
<a href="http://www.gc.cuny.edu"><img src="http://library.gc.cuny.edu/images/new/gc-library-logo-oct8-2014_01.png" width="87" height="153" class="logo" alt="The Graduate Center" text="The Graduate Center"  /></a>
</div>
<div class="library-logo">
<a href="http://careerplan.commons.gc.cuny.edu"><img src="https://careerplan.commons.gc.cuny.edu/wp-content/blogs.dir/1372/files/2015/08/careerplanheader.jpg" width="967" height="153" class="logo" alt="The Graduate Center Office of Career Planning and Professional Development" text="The Graduate Center Office of Career Planning and Professional Development" /></a> 
</div>
<div style="clear:both;"></div>
</div>





				<h2 id="site-description"><?php bloginfo('description'); ?></h2>

<div class="header-widget">

	    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('header-widget') ) ?>

    </div>

    <!--/header widget -->

			</hgroup>

	

			<nav>

				<div id="menu-icon" class="mobile-button"></div>

				<?php if (function_exists('wp_nav_menu')) {

					wp_nav_menu(array('theme_location' => 'main-nav' , 'fallback_cb' => 'themify_default_main_nav' , 'container'  => '' , 'menu_id' => 'main-nav' , 'menu_class' => 'main-nav'));

				} else {

					themify_default_main_nav();

				} ?>

				<!-- /#main-nav --> 

			</nav>

	

			<?php if(!themify_check('setting-exclude_search_form')): ?>

				<?php get_search_form(); ?>

			<?php endif ?>

	

			<div class="social-widget">

				<?php dynamic_sidebar('social-widget'); ?>

	

				<?php if(!themify_check('setting-exclude_rss')): ?>

					<div class="rss"><a href="<?php if(themify_get('setting-custom_feed_url') != ""){ echo themify_get('setting-custom_feed_url'); } else { echo bloginfo('rss2_url'); } ?>">RSS</a></div>

				<?php endif ?>

			</div>

			<!-- /.social-widget -->

		<?php themify_header_end(); // hook ?>

		</header>

		<!-- /#header -->

        <?php themify_header_after(); // hook ?>

				

	</div>

	<!-- /#headerwrap -->

	

	<div id="body" class="clearfix">

    <?php themify_layout_before(); //hook ?>