/*
	Theme Name: ICan Custom Theme
	Theme URL: http://www.studiopress.com/themes/metric
	Description: Metric is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: white;
	color: #303337;
	font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}

.container {
  width: 960px;
  margin: 0 auto;
}

.clear { clear: both; }

br { margin-bottom: 10px; }


/***** Hyperlinks ********************/

a, a:visited {
	color: #0072c9;
	text-decoration: none;
	}
	
a:hover {
	color: #fcbd00;
	text-decoration: none;
	}
	
a img {
	border: none;
	}


/***** Typography ********************/

strong { font-family: 'Avenir Next Demi', helvetica, arial, sans-serif; font-weight: normal; }

hr {
 border: 0;
 border-bottom: 1px solid #c1c2c5;  
 margin-bottom: 30px;
 padding-bottom: 20px;
}

h1, h2, h3 {
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
	font-weight: normal;
}

h4, h5, h6 {
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
	font-weight: normal;
}

h1 { font-size: 32px; line-height: 34px; }
h2 { font-size: 29px; line-height: 31px;}
h3 { font-size: 26px; line-height: 28px;}
h4 { font-size: 20px; line-height: 22px;}
h5 { font-size: 16px; line-height: 18px;}
h6 { font-size: 13px; line-height: 15px;}

code {
    border: none;
}

iframe {
	max-width: 100%;
}

/***** Wrap ********************/

.home #wrap, .home-page #wrap, .blog #wrap {
	background: white;
	margin: 0 auto 0;
	padding: 0;
	}
	
#wrap {
	background: white;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	margin: 0 auto 0;
	padding: 20px 0 0 0;
  height: 95px;
	}
	
#header .wrap {
	width: 960px; 
	height: 100px;
	margin: 0 auto 0;
	}

#title-area {
	width: 340px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	margin: 0; 
	padding: 0 0 0 20px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 610px;
	color: #FFFFFF;
	float: right;
	margin: 0; 
	padding: 0;
	position: relative;
	}

#header .searchform {
    float: none;
    padding: 7px 0 0 0;
    width: 282px;
    position: absolute;
    top: 5px;
}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

.signupButton {
	display: block;
  padding: 14px 14px 14px 20px;
  width: 270px;
  text-decoration: none;
  background: url(images/email_button.png) #fcfcfc no-repeat 260px center;
  border-bottom: 1px solid #d4d5d9;
  border-right: 1px solid #d4d5d9;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;	
 	-webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  color: #bbbbbb!important;
	font-size: 13.5px;
  position: absolute;
  left: 290px;
  top: 16px;	
}

.signupButton:hover {
	background: url(images/blue_arrow.png) #0072c9 no-repeat 260px center;
	color: white!important;
	border: 1px solid #0072c9;
}

#footer-widgeted .signupButton {
	background: url(images/email_button.png) white no-repeat 260px center;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 0 -10px;
	border: none;
}

#footer-widgeted .signupButton:hover {
	background: url(images/yellow_arrow.png) #fcbd00 no-repeat 260px center;	
	text-decoration: none;
}

.yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="url"], .yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="number"], .yikes-easy-mc-form select {
  padding: 15px!important;
  background-color: #fcfcfc!important;
  border-bottom: 1px solid #d4d5d9!important;
  border-right: 1px solid #d4d5d9!important;
  border-top: 1px solid #ededed!important;
  border-left: 1px solid #ededed!important;
  -moz-box-sizing: none;
  height: auto!important;
  margin-bottom: 0!important;
  width: 300px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  color: #909090!important;
	font-size: 13.5px;
}

.yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="url"], .yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="number"], .yikes-easy-mc-form input[type="password"], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
    box-sizing: inherit;
    display: block;
    width: 300px;
    max-width: 100%;
}

.yikes-easy-mc-form {
    display: inline;
    width: 300px;
    float: none;
    margin-top: -13px;
    margin-left: 20px;
    position: absolute;
    left: 282px;
    top: 30px;
}

#header .searchsubmit.search-submit {
    position: absolute;
    top: 18px;
    left: 287px;
}

div#footer-widgeted .yikes-easy-mc-form {
	position: relative;
	left: -22px;
}

div#footer-widgeted .yikes-easy-mc-form input[type="text"], div#footer-widgeted .yikes-easy-mc-form input[type="url"], div#footer-widgeted  .yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="number"], .yikes-easy-mc-form input[type="password"], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
    box-sizing: inherit;
    display: block;
    width: 250px;
    max-width: 100%;
}

span.EMAIL-label {
	display: none;
}

.yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="url"], .yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="number"], .yikes-easy-mc-form input[type="password"], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea, .yikes-mailchimp-field-required {
	position: relative;
}

.searchsubmit,
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	background: url(images/search_icon.png) no-repeat;
	color: #FFFFFF;
  text-indent: -9999px;
	font-size: 11px;
  height: 36px;
  width: 36px!important;
  margin-left: -47px;
	padding: 7px 5px 5px 5px;
  border: none;
	}
	
.searchsubmit:hover {
	opacity: 0.8;
	}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: block;
    width: 36px;
    margin-top: 0;
    min-height: 40px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 305px;
}


.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	background: url(images/email_button.png) no-repeat;
    display: inline;
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
}

div#footer-widgeted .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	background: url(images/email_yellow.png) no-repeat;
}

div#footer-widgeted .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: block;
    width: 36px;
    margin-top: 0;
    min-height: 40px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 285px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    top: 1.5px;
    padding: 0;
}

}

	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 340px;
	height: 100px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 45px 0 0 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
	font-size: 14px;
  margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #00B8DE;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #00B8DE;
	width: 148px; 
	color: #FFFFFF;
		font-family: 'muliregular', helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;	
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}


/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
	background: #0072c9;
	width: 100%;
	height: 45px;
  padding-top: 10px;
	margin: -15px auto 0 auto;
	}
	
#nav ul {
	width: 960px;
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0 58px 0 0;
	padding: 0;
	}

#nav li:last-child {
  margin: 0;
}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
	padding: 10px 0;
	position: relative;
	}

#nav li a:hover {
  color: #fcbd00;
	}

#nav li.right {

	}

#nav li.right a {

	}
	
#nav li.right a:hover {

	}
	
#nav li.rss a {

	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {

	}

#menu-main-menu .current-menu-item > a,
#menu-main-menu .current-menu-ancestor > a,
#menu-main-menu .current_page_item > a,
#menu-main-menu .current_page_ancestor > a,
#menu-primary .current-menu-item > a,
#menu-primary .current-menu-ancestor > a,
#menu-primary .current_page_item > a,
#menu-primary .current_page_ancestor > a {
  border-bottom: 3px solid #fcbd00;
  height: 22px;
}

#menu-main-menu .current-menu-item > a:hover,
#menu-main-menu .current-menu-ancestor > a:hover,
#menu-main-menu .current_page_item > a:hover,
#menu-main-menu .current_page_ancestor > a:hover {
	color: white;
}

#menu-about-menu .current-menu-item > a,
#menu-about-menu .current-menu-ancestor > a,
#menu-about-menu .current_page_item > a,
#menu-about-menu .current_page_ancestor > a,
#menu-programs-menu .current-menu-item > a,
#menu-programs-menu .current-menu-ancestor > a,
#menu-programs-menu.current_page_item > a,
#menu-programs-menu .current_page_ancestor > a
{
  border-bottom: 3px solid #fcbd00;
  height: 14px;
}

#menu-about-menu .current-menu-item > a:hover,
#menu-about-menu .current-menu-ancestor > a:hover,
#menu-about-menu .current_page_item > a:hover,
#menu-about-menu .current_page_ancestor > a:hover,
#menu-programs-menu .current-menu-item > a:hover,
#menu-programs-menu .current-menu-ancestor > a:hover,
#menu-programs-menu.current_page_item > a:hover,
#menu-programs-menu .current_page_ancestor > a:hover {
	color: white;
}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#subnav .wrap {
	background: #00A8D1;
	width: 960px;
	height: 40px;
	margin: 0 auto 20px;
	}
	
#subnav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-shadow: #00839E 1px 1px;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #00A8D1;
	color: #FFFFFF;
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: #00839E 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 158px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

#nav li a:active { color: white; }


/***** About Menu ********************/

div#aboutNav {
  height: 37px;
  background: #00488a;
  border-top: 1px solid #707070;
  clear: both;
  color: #FFFFFF;
  margin: 0 auto 0;
  padding: 3px 0 0;
}

div#aboutNav .wrap {
  background: #0072c9;
  width: 100%;
  height: 45px;
  padding-top: 10px;
  margin: -15px auto 0 auto;
  }
  
ul#menu-about-menu,
ul#menu-programs-menu {
  width: 960px;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 10px;
  }
  
ul#menu-about-menu li,
ul#menu-programs-menu  li {
  float: left;
  list-style: none;
  margin: 0 58px 0 0;
  padding: 0;
  }

ul#menu-programs-menu li {
  margin: 0 35px 0 0;
}

ul#menu-about-menu li:last-child,
ul#menu-programs-menu li:last-child {
  margin: 0;
}
  
ul#menu-about-menu li a,
ul#menu-programs-menu li a {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0;
  position: relative;
  }

ul#menu-about-menu li a:hover, #nav li a:active,
ul#menu-programs-menu li a:hover {
	color: #fcbd00;
  }

.menu-blog-menu-container {
  clear: both;
}

div.menu-blog-menu-container {
  background: white;
  width: 670px;
  height: 46px;
  display: block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d5d9;
  border-right: 1px solid #d4d5d9;
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
}

div.menu-blog-menu-container a {
color: #747484;
}

ul#menu-blog-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#menu-blog-menu li {
  display: inline-block;
}

ul#menu-blog-menu li a {
  display: inline-block;
  width: 220px;
  height: 33px;
  padding-top: 13px;
  margin: 0;
  text-align: center;
}

ul#menu-blog-menu li:first-child a {
  border-radius: 200px 0px 0px 200px;
  -moz-border-radius: 200px 0px 0px 200px;
  -webkit-border-radius: 200px 0px 0px 200px;
  border-right: 1px solid #f8f8f8;
}

ul#menu-blog-menu li:nth-child(2) a {
 border-right: 1px solid #f8f8f8;  
}

ul#menu-blog-menu li:last-child a {
border-radius: 0px 200px 200px 0px;
-moz-border-radius: 0px 200px 200px 0px;
-webkit-border-radius: 0px 200px 200px 0px;  
}

ul#menu-blog-menu li:last-child {
  margin: 0 0 0 0;
}

ul#menu-blog-menu li a:hover {
  background: #0072c9;
  color: white;
}

ul#menu-blog-menu li:hover a {
  color: white;
}

/***** Inner ********************/

#inner {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
	overflow: hidden;
	background: white;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	width: 100%;
	margin: 0;
	}

.page-template-page_blog #inner,
.single #inner,
.sidebar-content #inner {
  background: #e9eaee;
  padding-bottom: 50px;
}


/***** Inner Backgrounds ********************/

.content-sidebar #inner {
	background: #e9eaee!important;
	padding-bottom: 50px;
}
   
.sidebar-content #inner {
    }

.full-width-content #inner {
    }
	
/***** Home Top ********************/

#home-top-bg {
	position: relative;
}

#home-top {
	width: 100%;
	color: #FFFFFF;
	margin: -15px auto 0 auto;
	padding: 0 0 30px 0;
	overflow: hidden;
}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top .more-link {
	background: url(images/read-more.png);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 42px;
	display: block;
	}
	
#home-top .more-link:hover {
	background: url(images/read-more-hover.png);
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #FFFFFF;
	font-size: 26px;
	font-family: 'muliregular', helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: #002838 1px 1px;
	line-height: 30px;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #72D4EA;
	text-decoration: none;
	}
	
#home-top .home-top-right h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'muliregular', helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-shadow: #002838 1px 1px;
	border-bottom: 1px solid #72D4EA;
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	width: 100%;
	height: 490px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	}
	
.home-top-left .widget { padding: 10px; }
	
.home-top-right {
	width: 410px;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	}

.home-top-top {
	width: 960px;
	position: absolute;
	top: 150px;
  left:50%;
  margin-left: -480px;
	z-index: 1;
	text-align: center;
}

#home-top .home-top-top h2 {
	font-size: 52px;
	text-shadow: none;
	font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: -2px;
}

#home-top .home-top-top h3 {
	font-size: 21px;
	text-shadow: none;
	letter-spacing: 1px;
	font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
	font-weight: normal;
}

#home-top .home-top-top p {
	display: block;
	font-size: 18px;
	line-height: 25px;
	width: 830px;
	margin: 0 auto;
}

#home-top .home-top-top a {
  border-bottom: 1px solid white;
  color: white!important;
}

#home-top .home-top-top a:hover {
  border: none;
  color: #fcbd00!important;
}

#home-top .home-top-top div.buttonBox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 402px;
}

#home-top .home-top-top a.button {
	display: block;
  background: #fcbd00;
  width: 183px;
  height: 35px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  float: left;
  padding-top: 17px;
  font-size: 13px;
  margin-right: 25px;
  color: white!important;
  text-transform: uppercase;
  border: none;
}

#home-top .home-top-top a.button:hover {
  text-decoration: none;
  background: #e9eaee;
}

#home-top .home-top-top a.button img {
  text-align: right;
  margin: -10px -30px 0 28px;
}

#home-top .home-top-top a.noMargin {
  margin-right: 0;
}

#home-top .home-top-top a.buttonBorder {
  background: none;
  border: 2px solid white;
}

#home-top .home-top-top a.buttonBorder:hover {
  background: #e9eaee;  
  border: 2px solid #e9eaee;
}
	
/***** Home Middle ********************/

#home-middle-bg {
	background: #e9eaee;
	padding: 20px 0 0 0;
	}

#home-middle {
	width: 960px;
	margin: 0 auto 0;
	padding: 80px 0 90px 10px;
	overflow: hidden;
	}
	
#home-middle a, #home-middle a:visited {
	color: #fcbd00;
	text-decoration: none;
	}
	
#home-middle a:hover {
	color: #303437;
	text-decoration: underline;
	}
	
#home-middle p {
	margin: 0;
	padding: 15px 0 10px 0;
  border-top: 2px solid #eeeeee;
  color: #303437;
  font-size: 14px;
	}

#home-middle p.byline {
  margin: 0px 0 10px 0px;
  border: none;
  padding: none;
  font-size: 13px;
  color: #94a0aa;
  text-transform: inherit;
}

#home-middle p.byline a {
  color: #333333;
  font-weight: bold;
}

#home-middle h3 {
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  margin-bottom: 105px;
  text-align: center;
  font-size: 30px;
}
	
#home-middle h2 {
	color: #444444;
	font-size: 25.5px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0;
	text-decoration: none;
  line-height: 27.5px;
  height: 85px;
  padding-top: 20px;
	}
	
#home-middle h2 a, #home-middle h2 a:visited {
	color: #444444;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-middle h2 a:hover {
	color: #0067A2;
	text-decoration: none;
	}
	
#home-middle h4 {
  color: #303437;
  font-size: 18px;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-weight: normal;
  margin: -45px 0 40px -10px;
}
	
#home-middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-middle ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-middle ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#home-middle .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page {
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage {
	clear: both;
	}
	
#home-middle .featuredpost img {
	background: #FFFFFF;
	margin-bottom: -10px;
	padding: 1px;
	border: none;
	} 
	
#home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	}

#home-middle .avatar {
  border: none;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
}

p.copyrightText {
  text-align: center;
}


.home-middle-1 {
	float: left;
	width: 305px;
	margin: 0;
	padding: 0 20px 0 0;
	}

.home-middle-1 .widget,
.home-middle-2 .widget,
.home-middle-3 .widget {
  background: white;
  padding: 15px 15px 30px 15px!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e2e3e7;
  min-height: 380px;
}


.home-middle-1 h2 {
  margin-top: -50px;
}
	
.home-middle-2 {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
	}
	
.home-middle-3 {
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
	}

#home-middle div.buttonBox,
#home-fourth div.buttonBox,
#home-fifth div.buttonBox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 183px;
  margin-top: 35px;
}

#home-middle a.button,
#home-fourth a.button {
  display: block;
  background: #fcbd00;
  width: 143px;
  height: 34px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  float: left;
  padding-top: 18px;
  font-size: 13px;
  color: white!important;
  text-transform: uppercase;
  border: none;
  padding-left: 30px;
  margin-top: 35px;
}

#home-fifth a.button {
  display: block;
  background: #fcbd00;
  width: 143px;
  height: 34px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  float: left;
  padding: 17px 0 0 0;
  font-size: 13px;
  color: white!important;
  text-transform: uppercase;
  border: none;
  padding-left: 30px;
  margin-top: 35px;
}

#home-fifth a.button img {
    text-align: right;
    margin: -10px 0 0 35px;
}

#home-fourth a.button {
  margin-top: 0;
  padding-left: 30px;
  width: 153px;
  text-align: left;
  margin-top: -10px;
}

#home-middle a.button:hover,
#home-fourth a.button:hover,
#home-fifth a.button:hover {
  text-decoration: none;
  background: #0072c9;
}

#home-middle a.button img,
#home-fourth a.button img {
  text-align: right;
  margin: -10px 0 0 15px;
}

#home-fourth a.button img {
  margin: -10px 0 0 35px;  
}


/***** Home First ********************/

#home-first {
	background: white;
	padding: 60px 0 70px 0;
	text-align: center;
}

#home-first img:hover {
	opacity: 0.7;
}

/***** Home Third ********************/

#home-third {
	background: #e9eaee;
	text-align: center;
	padding: 85px 0 90px 0;
}

#home-third h2,
#home-first h3 {
  font-size: 32px;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  margin-bottom: 50px;
}

.imgMap {
	background-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	padding: 15px!important;
	border-bottom: 1px solid #e2e3e7;
	border-right: 1px solid #e2e3e7;
}

.mapBox {
    background-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	padding: 15px!important;
	border-bottom: 1px solid #e2e3e7;
	border-right: 1px solid #e2e3e7;
    padding: 20px 5px 13px 7px!important;
    margin-left: -40px;
}

#resourcesBox .mapBox img {
    margin-left: 16px;
}
/***** Home Fourth ********************/

#home-fourth {
  background: url(images/about-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  height: 222px;
  padding: 115px 0 120px 0;
  color: white;
}

#home-fourth h3 {
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-size: 34px;
  margin-bottom: -4px;
}

#home-fourth p {
  font-size: 21px;
  line-height: 30px;
  padding: 0 40px;
}

/***** Home Fifth ********************/

#home-fifth {
	background: white;
  min-height: 500px;
  padding: 75px 0 100px 0;
}


/***** Breadcrumb ********************/

.breadcrumb {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 5px 0 5px 10px;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 960px;
	margin: 55px auto 0 auto;
	padding: 0;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

/***** Content ********************/

#content {
	width: 960px;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 670px;
	padding: 0;
	}

.content-sidebar #content {
  float: left;
}
	
.full-width-content #content {
	width: 960px;
	}

#content img, #content p img, #page img, .post img  {
	max-width: 100%;
	height: auto;
}

#content .type-page,
#content .post, 
#respond,
#content .type-programs {
  background: white;
	margin: 0 0 40px 0;
	padding: 50px!important;
	}

#content .type-page {
  width: 570px;
  margin-bottom: 40px!important;
}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post h2.entry-title,
#content .post h1.entry-title,
#content .type-page h2.entry-title,
#content .type-programs h2.entry-title,
#content h1.archive-title,
.programEntryList h2 {
  color: #444444;
  font-size: 25.5px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
  line-height: 29px;
}

#content .post p {
  font-size: 15px;
  line-height: 23.5px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}

.post img {
	max-width: 100%;
	height: auto;
}
	
#content .entry-content {
	overflow: hidden;
	}

#content .entry-content ul li.cat-item {
  background: none;
}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}


	
/***** Post Info ********************/
	
.post-info {
	font-size: 12.5px;
	margin: 5px 0 20px 0;
	padding: 0 0 20px 0;
  font-size: 13px;
  color: #94a0aa;
  text-transform: inherit;
  border-bottom: 2px solid #f1f1f1;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}

.post-info a {
	color: #333333;
	font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
}

.post-info a:hover {
	color: #fcbd00;
}
	
/***** Post Meta ********************/
	
.post-meta {  
  display: none;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #444444;
		font-family: 'muliregular', helvetica, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content h2 {
	font-size: 18px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 0 0 5px 0;
  line-height: 24px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #444444;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #fcbd00;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #0067A2;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #0067A2;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #0067A2;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 270px;
	float: right;
	padding: 0;
	display: inline;
  margin-top: 10px;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 295px 0 0 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

.widget_taxonomy_list_widget,
.widget_categories {
  margin-top: 50px;
}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #444444;
	font-size: 12px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0067A2;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4,
#publicationInnerRight h4,
#programSidebar h4,
#programEntryRight h4 {
	color: #303337;
  font-size: 25.5px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	}

#publicationInnerRight .widget,
#programEntryRight .widget {
	margin-bottom: 30px;
}
	
#sidebar .widget p, #sidebar-alt .widget p,
#publicationInnerRight p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p, #publicationInnerRight p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol, #publicationInnerRight ul, #publicationInnerRight ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0;
	}


/***** Tag Cloud ********************/

#home-middle .widget_tag_cloud div, #sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div, #footer-widgeted .widget_tag_cloud div div {
	padding: 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 238px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}
	
#sidebar .searchform {
	}
	
#nav .searchform {
	float: right;
	padding: 2px 0 0 0;
	}
	
.s,
#sidebar .s {
	background: #fcfcfc;
	width: 170px;
	color: #bbbbbb;
	font-size: 13.5px;
	margin: 5px 5px 0 0;
	padding: 15px;
	-webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border-bottom: 1px solid #d4d5d9;
  border-right: 1px solid #d4d5d9;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
	}

#sidebar .s {
	width: 190px;
	-webkit-box-shadow: 1px 1px 1px -1px rgba(205,205,207,.5);
	-moz-box-shadow: 1px 1px 1px -1px rgba(205,205,207,.5);
	box-shadow: 1px 1px 1px -1px rgba(205,205,207,.5);
}
	
#header .s,
#publicationsTop .s {
	width: 250px;
	}
	


span.edit-link {
	display: none;
}

.field-no-label, .yikes-easy-mc-form label {
    width: 300px!important;
}

.yikes-easy-mc-form {
    width: 300px!important;
}


/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

.enews #subbox {
	width: 190px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	}

.enews #subbutton {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px 5px 4px 5px;
	border: 1px solid #73AB00;	
	}
	
.enews #subbutton:hover {
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	margin: 0 0 15px 0;
	padding: 10px 15px 5px 15px;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar caption {
	color: #FFFFFF;
	}
	
#sidebar #wp-calendar th {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	color: #F7F7F7 !important;
	}
	
#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	}
	
#footer-widgeted #wp-calendar td {
	background: none;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #73AB00;	
	}
	
.gform_footer .button:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: #0072c9;
	color: white;
	margin: 0 auto 0;
	padding: 160px 0 200px 0;
	overflow: hidden;
	clear: both;
	}
	
#footer-widgeted .wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
#footer-widgeted .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted p {
	margin: 0;
	padding: 0;
	}

.footer-widgeted-1 p {
  margin-bottom: 13px!important;
}
	
#footer-widgeted .widget p, #footer-widgeted .textwidget p {
	margin: 0;
	padding: 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #DDDDDD;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #DDDDDD;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}
	
#footer-widgeted ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.footer-widgeted-1 {
	width: 320px;
	float: left;
	margin: 0;
	padding: 30px 30px 5px 0;
  font-size: 17px;
	}
	
.footer-widgeted-2 {
	width: 300px;
	float: left;
	margin: 0;
	padding: 30px 30px 5px 0;
  font-size: 17px;
	}
	
.footer-widgeted-3 {
	width: 280px;
	float: left;
	margin: 0;
	padding: 30px 0px 5px 0px;
}

.footer-widgeted-3 h4 {
  margin-right: -10px;
}

#footer-widgeted .footer-widgeted-3 ul {
  margin-right: -10px;
}

#footer-widgeted .footer-widgeted-3 ul li {
  float: left;
  margin-right: 23px;
}

.footer-widgeted-3 ul li img:hover {
  opacity: 0.8;
}
	
.footer-widgeted-4 {
	width: 225px;
	float: right;
	margin: 0;
	padding: 30px 0 5px 0;
	}

div#footer-widgeted h4.widgettitle {
  font-size: 28px;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-weight: normal;
  letter-spacing: .8px;
  margin-bottom: 33px;
}
	
#footer-widgeted .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

/***** Footer ********************/

#footer {
	background: #0072c9;
	color: #adc7e8;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0 0 22px 0;
	clear: both; 
	overflow: hidden;
	}

#footer .wrap {
	width: 960px;
	height: 35px;
	margin: 0 auto 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #4095d7;
	}
	
#footer a, #footer a:visited {
	color: #DDDDDD;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #DDDDDD;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
  text-align: center;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 12px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#comments {
	margin: 0 0 40px 0;
	padding: 0;
  background: white;
  padding: 50px;
	}

#comments h3 {
  color: #444444;
  font-size: 25.5px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal;
}

.comment-author {
  color: #444444;
  font-size: 18px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal; 
  margin-top: 10px;
} 

.comment-author a.url {
  color: #444444;
}

.commentmetadata {
  font-size: 13px;
  color: #94a0aa;
  text-transform: inherit;
  margin-bottom: 30px;
  font-weight: normal;
  }

.commentmetadata a { color: #94a0aa; }
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
}

#respond label {
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
}

#author, #email, #url {
	background: #e5e6e8 !important;
	width: 250px;
	color: #444444;
	font-size: 12px;
	padding: 10px;
	margin: 5px 5px 0 0;
  border: none;
	}
	
#comment {
	width: 98%;
	height: 150px;
	color: #303337;
	font-size: 15px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
  background: #e5e6e8;
  border: none;
	}
	
#submit {
  display: block;
  background: #fcbd00;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  font-size: 13px;
  color: white!important;
  text-transform: uppercase;
  border: none;
  padding: 12px 20px 8px 20px;
  height: 50px;
  margin-top: 15px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
	}
	
#submit:hover {background: #0072c9; }
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
  margin-right: 10px;
  margin-left: 30px;
  }

.comment-list p, .ping-list p {
	font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 10px 0;
	}

.comment-list li .avatar { 
	background: #F4F4F4;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: normal;
	font-style: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.reply a {
  display: block;
  background: #fcbd00;
  width: 60px;
  height: 21px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  padding: 4px 0 0 0;
  color: white!important;
  text-transform: uppercase;
  border: none;
  margin-top: 15px;
  font-weight: normal;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-size: 11.5px;
  text-align: center;
}

.reply a:hover { background: #0072c9; }



#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
}

.widget_twitter a  {color: #0066cd !important}

.home-top-right {display: none}
.home-top-left, #rotator {width: 100%}

.flexslider .slides img {
    width: 100%;
    display: block;
    min-width: 1250px!important;
}

/***** About Section ********************/

div#aboutBox {
  background: white;
  height: 390px;
  padding: 30px 0 160px 0;
  margin: 0 auto;
  width: 960px;
}

#aboutBox ul#aboutTop { list-style: none; }

div#innerTopHeader, 
div.entry-title {
  height: 185px;
  padding-top: 140px;
  text-align: center;
  background: url(images/inside-header.jpg) no-repeat;
  background-size: cover;
  color: white;
  font-size: 40px;
  line-height: 43px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
}

div.entry-title {
	width: 100%!important;
	margin: 0 auto;
	left: 0;
	right: 0;
}

div.entry-content {
}

div#aboutBox h2 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 0;
}

div#aboutBox p {
  font-size: 16.5px;
  line-height: 24.5px;
}

div#aboutMiddleBox {
  background: #e9eaee;
  min-height: 530px;
  padding: 120px 0 50px 0;
}

div#aboutMiddleBox h2,
div#aboutLowerMiddleBox h2,
div#aboutFourthMiddleBox h2,
div#aboutFifthMiddleBox h2,
div#publicationsThirdBox h2 {
  font-size: 32px;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}

div#aboutLowerMiddleBox {
  padding: 80px 0 105px 0;
  text-align: center;
  background: #f9f9f9;
}


div#aboutFourthMiddleBox {
  background: #e9eaee;
  min-height: 530px;
  padding: 120px 0 50px 0;
}

div#aboutFifthMiddleBox {
  padding: 80px 0 105px 0;
  width: 960px;
  margin: 0 auto;
  min-height: 530px;
}

div#aboutMiddleBox ul {
	list-style: none;
}

div#aboutMiddleBox ul li {
  background: white;
	width: 375px;
	display: inline-block;
	margin-bottom: 20px;
	padding: 25px;
	font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  border-bottom: 1px solid #d4d5d9;
  border-right: 1px solid #d4d5d9;
}

div#aboutMiddleBox ul li:first-child, 
div#aboutMiddleBox ul li:nth-child(3), 
div#aboutMiddleBox ul li:nth-child(5), 
div#aboutMiddleBox ul li:nth-child(7), 
div#aboutMiddleBox ul li:nth-child(9), 
div#aboutMiddleBox ul li:nth-child(11), 
div#aboutMiddleBox ul li:nth-child(13) {
	margin-right: 30px;
}

.collapseomatic {
    background: url('images/down_arrow.png') white no-repeat right center !important;
}
.colomat-close {
    background: url('images/up_arrow.png') white no-repeat right center !important;
}

div#aboutMiddleBox ul li span {
  display: inline-block;
  cursor:pointer;
  width: 385px;
  padding: 0;
}

a.readMore {
  display: block;
  background: url('images/button_arrow.png') #fcbd00 no-repeat 120px 13px;
  width: 120px;
  height: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  font-size: 13px;
  padding: 10px 0 0 25px;
  color: white!important;
  text-transform: uppercase;
  border: none;
  margin-top: 15px;
}

a.readMore:hover {
  text-decoration: none;
  background: url('images/button_arrow.png') #0072c9 no-repeat 120px 13px;
}

ul.members li {
  width: 215px;
  margin-right: 10px!important;
  background: white;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  border-bottom: 1px solid #d4d5d9;
  border-right: 1px solid #d4d5d9;
  height: 435px;
  overflow: hidden;
  margin-bottom: 20px;
}

ul.members li h3 {
font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
}

#aboutFifthMiddleBox ul.members li {
  border: 1px solid #d4d5d9;
}



ul.members li:nth-child(4n) { margin-right: 0; }

ul.members li div.profileImg { height: 220px; margin-bottom: 15px;}

ul.members li img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
}

div.memberInfo {
  padding: 0 10px;
}

ul.members li h3 {
  font-size: 15px;
  margin: 25px 0 0 0;
}

ul.members li p {
  font-size: 13.5px;
}

ul.members li p.subInfo {
  font-size: 13px;
  color: #c2c3c3;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  margin-top: 0px;
}

ul.members a { color: #303337; }
ul.members a:hover { color: #fcbd00; }

/***** Programs Section ********************/

#programEntryLeft,
#publicationInnerLeft {
  width: 560px;
  float: left;
  background: white;
  padding: 60px 30px;
}

#publicationInnerLeft {
  padding-top: 30px;
}

#programEntryRight,
#publicationInnerRight {
  width: 295px;
  float: left;
  margin-left: 25px;
  font-size: 14px;
  line-height: 20px;
  margin-top: -5px;
}

#programEntryRight img {
	max-width: 100%;
	height: auto;
}

#publicationInnerRight .s,
#programEntryRight .s { width: 200px; }

#programEntryRight h2 {
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif; 
  font-weight: normal;
  font-size: 22px; 
  line-height: 27px;
}

#programEntryRight ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

#programEntryRight ul li:before { content: "\00BB \0020"; }

#programEntryRight ul li {
	padding: 0;
  margin: 0 0 30px 0;
}

.programEntryList a:hover h2 {
  color: #fcbd00;
}

#programSidebar {
  width: 280px;
  float: left;
  margin-right: 55px;
}

#programSidebar .s {
  width: 250px;
}

#programs {
  background: #e9eaee;
  padding: 60px 0;
}

#programSidebar {
  width: 290px;
  float: left;
  margin-right: 35px;
}

#programBox {
  width: 583px;
  float: left;
}

ul.programEntryList {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.programEntryList li {
  background: white;
  padding: 60px 40px;
  margin-bottom: 30px;
  border: 1px solid #e2e3e7;  
}

.programBoxBox p {
  font-size: 15px;
  line-height: 22px;
}

.programBoxBox h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 35px;
}

.programBoxBox h2 a { color: #282828; }

#programSidebar .menu-programs-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px 0;
  font-size: 15px;
}

#programSidebar .menu-programs-menu-container ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eff0f5;
}

#programSidebar .menu-programs-menu-container ul li a {
  color: #444444;
}

#programSidebar .menu-programs-menu-container ul li a:hover {
  color: #fcbd00;
}

#programSidebar .widget {
	margin-bottom: 20px;
}

div.page {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

div.page p,
div#page p {
	font-size: 16.5px;
	line-height: 24px;
}

.gm-style .place-card-large {
    display: none!important;
}

table {
  margin-bottom: 55px;
}

table h3 {
  font-size: 32px;
}

table p {
  font-size: 16.5px;
  line-height: 26px;
}

h3#reply-title {
  color: #444444;
  font-size: 25.5px;
  font-family: 'Avenir Next Regular', helvetica, arial, sans-serif;
  font-weight: normal;	
}

li.cat-item {
	background: url('images/cat_bullet.png') white no-repeat 7px 6px;
	-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
  padding: 5px 10px 5px 24px;
  color: #6d7e90;
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;  
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-right: 3px;
  font-size: 10.5px;
  display: inline-block;
}

li.cat-item a {
  color: #6d7e90; 
}

li.cat-item a:hover {
  color: #0072c9;
}

ul.tlw-list li a {
  display: block;
  background: url('images/button_arrow.png') #dadbdf no-repeat 120px 13px;
  width: 120px;
  height: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  font-size: 12px;
  padding: 10px 0 0 25px;
  text-transform: uppercase;
  border: none;
  margin-top: 15px;
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  color: #b6b7ba;
}

ul.tlw-list li a:hover {
  background: url('images/button_arrow.png') #0072c9 no-repeat 120px 13px;
  width: 120px;
  height: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  color: white;
}

img.attachment-post-thumbnail {
	max-width: 100%;
	height: auto;
}

/***** Publications Section ********************/

div#publicationsTop { padding-top: 60px; }

div#publicationsTop .searchform { float: right; }

div#publicationsTop .s { width: 282px;}

div#publicationsBox {
  padding: 40px 0;
}

div#publicationsMiddleBox ul { 
  list-style: none; 
  margin: 0; 
  padding: 0;
}

div#publicationsMiddleBox ul li a {
  background: url('images/button_arrow.png') #fcbd00 no-repeat 390px 13px;
  width: 400px;
  float: left;
  margin-bottom: 15px;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
  font-size: 14px;
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  color: white;
  text-transform: uppercase;
  margin-right: 100px;
}

div#publicationsMiddleBox ul li a:hover {
  background: url('images/button_arrow.png') #0072c9 no-repeat 390px 13px;  
}

div#publicationsMiddleBox ul li:nth-child(2n) a {
  margin-right: 0;
}

div#publicationsThirdBox {
  background: #e9eaee;
  min-height: 530px;
  margin-top: 150px;
  padding: 120px 0 60px 0;
}

div#publicationsThirdBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#publicationsThirdBox ul li {
  display: inline-block;
  width: 450px;
  margin-right: 20px;
}

div#publicationsThirdBox ul li:nth-child(2n) {
  margin-right: 0;
}

div#publicationsThirdBox ul li img {
  max-width: 100%;
  height: auto;
}

div#publicationsFourthBox {
  background: white;
  padding: 110px 0 60px 0;
}

div#publicationsFourthBox h4.widget-title {
  text-align: center;
  font-size: 26px;
}

#publicationInner {
  background: #e9eaee;
  padding: 60px 0;
  font-size: 16.5px;
  line-height: 24px;
}


/***** Resources Section ********************/

.page-template-template-resources #inner {
	background: #e9eaee;
}

div#resourcesBox {
  padding: 140px 0 120px 0;
}

div#resourcesBox h2,
div#resourcesMiddleBox h2,
div#resourcesFourthBox h2 {
  font-size: 25px;
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div#resourcesMiddleBox {
  min-height: 600px;
  padding: 140px 0 130px 0;
  background: #e9eaee;
}


#resourcesThirdBox {
  background: url(images/inside-header.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  height: 85px;
  padding: 70px 0 120px 0;
  color: white;
}

#resourcesThirdBox h4 {
  font-family: 'Avenir Next Demi', helvetica, arial, sans-serif;
  font-size: 34px;
  margin-bottom: -4px;
}

#resourcesThirdBox a.readMore {
  display: block;
  background: url('images/button_arrow.png') #fcbd00 no-repeat 130px 13px;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; 
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  display: inline-block;
  font-size: 13px;
  padding: 10px 0 0 25px;
  color: white!important;
  text-transform: uppercase;
  border: none;
  text-align: left;
  margin: 15px auto 0 auto;
}

#resourcesThirdBox a.readMore:hover {
  text-decoration: none;
  background: url('images/button_arrow.png') #0072c9 no-repeat 130px 13px;
}

#resourcesFourthBox {
  min-height: 400px;
  padding: 95px 0 30px 0;
  background: white;
}

div#resourcesFourthBox h2 {
  padding: 0 100px;
}

div#resourcesFourthBox ul {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  color: white;
}

div#resourcesFourthBox ul li a {
  background: url('images/button_arrow.png') #fcbd00 no-repeat 390px 13px;
  width: 400px;
  float: left;
  margin-bottom: 12px;
  padding: 10px 0px 10px 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
  font-size: 13.5px;
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  color: white!important;
  text-transform: uppercase;
  margin-right: 100px;
  text-align: left;
}

div#resourcesFourthBox ul li a:hover {
  background: url('images/button_arrow.png') #0072c9 no-repeat 390px 13px; 
}

ul.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.timeline li {
  width: 235px;
  background: url(images/timeline-top.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  margin-left: -3px;
}

ul.timeline li .timelinetop {
  height: 85px;
  padding-left: 85px;
  margin-top: -3px;
}

ul.timeline li .timelinebottom {
	position: relative;
  background: white;
  padding: 10px;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 

}

ul.timeline li .timelinebottom {
  position: relative;
  width: 200px;
  padding: 10px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #d4d5d9;
  border-right: 1px solid #d4d5d9;
}

ul.timeline li .timelinebottom:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 16px 11px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -11px;
left: 32px;
}




/* -----------  Testimonials Slider ----------- */

.katb_widget_rotator_wrap, .katb_widget_box {
    background-color: white!important;
    text-align: center;
}

.katb_widget_rotator_box .katb_centered_image_meta_bottom {
    border-top: none!important;
}

.katb_widget_text p {
  display: inline-block;
  margin-top: -40px;
}

.katb_widget_text p:before {
  content: '\201c ';
  color: #fcbd00;
  font-size: 30px;
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  display: inline-block;
}

.katb_widget_text p:after {
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  content: ' \201d';
  color: #fcbd00;
  font-size: 30px;

}

.katb_widget_rotator_wrap {
    float: none!important;
    clear: both;
    width: 700px!important;
    padding: 0;
    margin: 0 auto!important;
}

span.katb_widget_author {
  font-family: 'Proxima Nova Bold', helvetica, arial, sans-serif;
  font-size: 18px;
}


.tp_recent_tweets li {
    background-image: url('assets/tweet.png');
    background-repeat: no-repeat;
    background-position: 30px!important;
    padding: 20px 30px 20px 100px!important;
    float: left;
    clear: left;
    font-size: 16px;
    line-height: 22px;
    list-style-type: none;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    width: 85%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}

.tp_recent_tweets {
    float: none;
    clear: left;
    margin-left: -40px;
}

.tp_recent_tweets li a {
	color: #fcbd00;
}

div.widget_glt_widget { margin-top: 30px; }

div.widget_glt_widget h4 { margin-bottom: 0px; }

body div.skiptranslate select.goog-te-combo {
    width: 180px;
    background: white;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 6px;
    height: auto !important;
    border: 1px solid #d4d5d9!important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}


/* ----------- 	FONTS ----------- */

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('fonts/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Bold.woff') format('woff'),
    url('fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('fonts/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Regular.woff') format('woff'),
    url('fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('fonts/ProximaNova-Light.eot');
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Light.woff') format('woff'),
    url('fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Avenir Next Demi';
  src: url('fonts/AvenirNextLTPro-Demi.eot');
  src: url('fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
    url('fonts/AvenirNextLTPro-Demi.woff') format('woff'),
    url('fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Regular';
  src: url('fonts/AvenirNextLTPro-Regular.eot');
  src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/AvenirNextLTPro-Regular.woff') format('woff'),
    url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

