/*************************************/
/* STRUCTURE */
/*************************************/

html,
body {
    height: 100%;
}
body {
    overflow-x: hidden;
}
#page {
    position: relative;
    background-attachment: fixed;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAFElEQVQImWNgwAZu3L7wHx1jVQgAJ88Ri+F2130AAAAASUVORK5CYII=);
}

/******* SECTIONS *******/
#section-header {
    position: relative;
    height: 80px;
    background-color: #0da4d1;
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1MjkzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBlNWI2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(top,#052932 0%,#0e5b6f 50%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#052932),color-stop(50%,#0e5b6f));
    background-image: -webkit-linear-gradient(top,#052932 0%,#0e5b6f 50%);
    background-image: -o-linear-gradient(top,#052932 0%,#0e5b6f 50%);
    background-image: -ms-linear-gradient(top,#052932 0%,#0e5b6f 50%);
    background-image: linear-gradient(to bottom,#052932 0%,#0e5b6f 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052932',endColorstr='#0e5b6f',GradientType=0 );
    */
}
#section-content {
    background-color: #fff;
    position: relative;
    display: block;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    z-index: 4;
    margin-top: 45px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

body.active-section--none #section-content,
body.active-section--retreat-facilities #section-content,
body.active-section--blog #section-content,
body.active-section--newsroom #section-content,
body.active-section--newsroom_press_releases #section-content,
body.active-section--event #section-content,
body.active-section--calendar #section-content,
body.page-letting-go.active-section--page #section-content {
    margin-top: 0px;
}

#section-footer {
    background: #e1e1df;
    color: #777777;
}

#messages {
    clear: both;
}

/******* ZONES *******/


#region-branding{
    position: fixed;
    z-index: 99;
    /*background-color: #0da4d1;*/
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 1200px;
    display: block !important;
    float: none !important;
}

#region-branding-inner-wrapper {
    height: 80px;
    position: absolute;
    width: 5000px;
    background-color: #0ba4d1;
    z-index: 0;
    left: -999px;
}

#zone-menu-wrapper {
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 0;
    width: 1200px;
    margin-left: -600px;
}
#zone-menu {
    background: #e1f6fa url('/sites/all/themes/fetzer/img/menu-bg.png') repeat-x 0 0;
}
#zone-social-links-footer-wrapper {
    min-height: 56px;
    background: #000;
}
#zone-footer-wrapper {
    min-height: 294px;
}
#zone-footer {
    font-family: Arial, Helvetica, sans-serif;
}


/*************************************/
/* HEADER */
/*************************************/

/******* REGION - BRANDING *******/

/*.region-branding-inner {
    height: 212px;
    background: transparent url('/sites/all/themes/fetzer/img/header-bg.png') no-repeat 0 0;
}

.branding-data .site-name-slogan {
    display: block;
    width: 100%;
}

.branding-data .site-name {
    width: 30%;
    margin-top: 32px;
    text-indent: -999px;
}

.branding-data .site-name a {
    display: block;
}
*/

#zone-branding-wrapper {
    background-color: #0da4d1;
    min-height: 80px;
}

.region-branding-inner {
    z-index: 99;
    position: relative;
}

.logo {
    width: 342px;
    color: #fff;
    float:left;
    background-color: #000;
}
.logo a {
  display: block;
}

#sitewide-search {
    display: none;
    position: absolute;
    top: 85px;
    right: 0px;
    border: 2px solid #19a3d1;
    width: 800px;
    padding: 7px 10px;
    background: #b2e0f0;

}

#sitewide-search .arrow {
    background: url('/sites/all/themes/fetzer/img/head-triangle.png') 0 0  no-repeat;
    width: 36px;
    height: 18px;
    position: absolute;
    right: 113px;
    top: -18px;
}

#sitewide-search .form-item, .form-actions {
    margin-top: 0em;
    margin-bottom: 0em;
}

#sitewide-search .form-item {
    width: 88%;
    float: left;
    margin-right: 2%;
}

#sitewide-search .form-item input[type="text"] {
    width: 100%;
    padding: 7px 5px;
}

#sitewide-search .form-actions {
    width: 10%;
    float: left;
}

#sitewide-search .form-actions input {
    border-radius: 11px !important;
    font-family: 'lato_regular', sans-serif;
    font-size: 1.2em;
}


#social-media-links {
    display: none;
    position: absolute;
    top: 85px;
    right: 0px;
    border: 2px solid #19a3d1;
    width: 250px;
    padding: 7px 10px;
    background: #b2e0f0;
    margin-right: 0px;
}

#social-media-links .arrow {
    background: url('/sites/all/themes/fetzer/img/head-triangle.png') 0 0  no-repeat;
    width: 36px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: -18px;
}

#social-media-links .signup-today,
#social-media-links > p {
    display: none;

}

#social-media-links ul {
    margin-top: 0px;
}

.page-search-node #social-media-links ul {
    margin-left: 0px;
}


/*
 *
 * Sitewide search and social media links
 *
 */
.share-container {
    height: 25px;
    margin-bottom: 10px;
}
.share-trigger {
    display: block;
    width: 80px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.share-trigger:hover {
    cursor: pointer;
}

.service-links {
    display: none;
}

.service-links ul {
    margin: 0;
    padding: 0;
}

.service-links li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.service-links li.service-links-twitter-widget {
    width: 78px !important;
}

.service-links li.service-links-google-plus-one {
    width: 64px;
}

.service-links li.service-links-facebook-share span,
.service-links li.service-links-facebook-share iframe {
    width: 85px !important;
    height: 20px !important;
}

/* Email share link */
.service-links .service-links-email a {
    display: block;
    font-size: 0%;
    width: 30px;
    height: 20px;
    background: transparent url('/sites/all/themes/fetzer/img/icons/email-share-icon.png') no-repeat 0 0;
    background-size: 100% 100%;
}

/*
#block-block-34 {
    position: absolute;
    right: 0;
    bottom: 125px;
}
#block-block-34 form {
    margin-right: 15px;
}
#block-block-34 form,
#block-block-34 .addthis_toolbox {
    float: right;
}
.addthis_toolbox a {
    display: block;
    float: left;
    margin-right: 8px;
}
.addthis_toolbox a,
.addthis_toolbox a span {
    padding: 0 !important;
}
.addthis_button_compact {
    margin-right: 0 !important;
}
.addthis_toolbox {
    line-height: normal !important;
}
.addthis_follow_label {
    display: none !important;
}
*/
/******* REGION - MENU *******/
.block-main-menu {
    float: left;
    width: 1200px;
}

.region-menu-inner {
    height: 96px;
}


#block-system-main-menu .block-inner {
    float: left;
}


#block-system-main-menu .content > ul.menu {
    /*position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;*/
    float:left;
    margin: 30px 0 0 30px;
}
#block-system-main-menu ul.menu li {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    height: 46px;
}

#block-system-main-menu ul.menu li.last a {
    text-transform: none !important
}

#block-system-main-menu .masthead-links {
    position: absolute;
    right: 0;
    margin: 30px 0 0 0;
}

#block-system-main-menu .masthead-links a {
    display: inline-block;
    margin: 0 0 0 6px;
}

#block-system-main-menu .masthead-links a:last-child {
    margin: 0;
}

#block-system-main-menu .masthead-links a:hover {
    opacity: .7;
}

/*
#block-system-main-menu ul.menu li:first-child {
    margin-left: 90px;
}
*/
#block-system-main-menu ul.menu li:last-child {
    margin-right: 0;
}
#block-system-main-menu ul.menu li a {
    font-family: 'lato_regular', sans-serif;
    font-size: 1.3em;
    display: block;
    /*line-height: 40px;
    height: 40px;
    */
    color: #fff;
    text-transform: uppercase;
}

#block-system-main-menu ul.menu li.active-trail,
#block-system-main-menu ul.menu li.active {

}

#block-system-main-menu {
    background-image: url('/sites/all/themes/fetzer/img/triangle.png');
    background-repeat:no-repeat;
    z-index: 99;
    height: 86px;
}

body.logged-in #block-system-main-menu {
    z-index: auto;
}

body.active-section--about #block-system-main-menu,
body.active-section--connect #block-system-main-menu,
body.active-section--directions #block-system-main-menu,
body.active-section--employment #block-system-main-menu,
body.active-section--privacy-policy #block-system-main-menu {
    background-position: 385px 100%;
}

body.active-section--our-work #block-system-main-menu,
body.node-type-fetzer-project #block-system-main-menu {
    background-position: 483px 100%;
}

body.active-section--retreat-facilities #block-system-main-menu {
    background-position: 624px 100%;
}

body.active-section--resources #block-system-main-menu,
body.active-section--node-type-resources #block-system-main-menu,
body.active-section--resource #block-system-main-menu  {
    background-position: 783px 100%;
}

body.active-section--calendar #block-system-main-menu,
body.active-section--event #block-system-main-menu {
    background-position: 902px 100%;
}

body.active-section--blog #block-system-main-menu {
    background-position: 996px 100%;
}


#block-system-main-menu ul.menu li a:hover,
#block-system-main-menu ul.menu li a.active-trail,
#block-system-main-menu ul.menu li a.active {
    background: url('/sites/all/themes/fetzer/img/trans/trans-white.png') repeat-x 0 100% ;
}

#block-system-main-menu ul.menu > li ul.menu li a:hover,
#block-system-main-menu ul.menu > li ul.menu li a.active-trail,
#block-system-main-menu ul.menu > li ul.menu li a.active {
    background: none ;
}

#block-system-main-menu ul.menu li div.main-menu-level-2 {
    position: absolute;
    background-color: #b2e1f0;
    border-top: 2px solid #fff;
    left: 0px;
    top: 80px;
    width: 1200px;
    z-index: -99;
}

#block-system-main-menu ul.menu li ul.menu {
    width: 600px;
    height: auto;
    margin: 0 auto;
}

.active-section--about #block-system-main-menu ul.menu li ul.menu,
.active-section--resources #block-system-main-menu ul.menu li ul.menu,
.active-section--resource #block-system-main-menu ul.menu li ul.menu {
    width: 505px;
}

#block-system-main-menu ul.menu li ul.menu {
    width: 600px;
    height: auto;
    margin: 0 auto;
}

body.active-section--our-work #block-system-main-menu ul.menu li ul.menu {
    width: 27%;
}

#block-system-main-menu ul.menu li ul.menu li {
    height: 40px;
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #4d9cac;
}

#block-system-main-menu ul.menu li ul.menu li:last-child {
    padding-right: 0;
    border-right: none;
}
#block-system-main-menu ul.menu li ul.menu li a {
    line-height: 40px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #037896;

}
#block-system-main-menu ul.menu li ul.menu li a.active-trail {
    background: none;
}
#block-system-main-menu ul.menu li ul.menu li a.active,
#block-system-main-menu ul.menu li ul.menu li a.active-trail {
    text-decoration: underline;
}
.region-menu-inner .block-menu-block ul.menu {
    margin-top: 6px;
    margin-left: 20px;
    height: 40px;
    display: block;
}
.region-menu-inner .block-menu-block ul.menu li {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #037890;
    float: left;
    height: 100%;
    display: block;
}
.region-menu-inner .block-menu-block ul.menu li:first-child {
    padding-left: 0;
}
.region-menu-inner .block-menu-block ul.menu li:last-child {
    padding-right: 0;
    border-right: none;
}
.region-menu-inner .block-menu-block ul.menu li a {
    line-height: 40px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #037890;
}
.region-menu-inner .block-menu-block ul.menu li a.active-trail {
    background: none;
}
.region-menu-inner .block-menu-block ul.menu li a.active {
    font-weight: bold;
}
.block-menu-faux-secondary-level li {
    display: none;
}


/*************************************/
/* FOOTER */
/*************************************/

#section-footer a {
    color: #777777;
    font-family: 'lato-light', sans-serif;
    font-size: 14px;
}
#section-footer a:hover {
    color: #333333;
    text-decoration: underline;
}
#zone-footer .block-menu {
    margin-bottom: 20px;
}
#zone-footer .block-menu .menu li:first-child a,
#block-menu-menu-cal-blog-pulse li {
    font-size: 16px;
    font-family: 'lato-light', sans-serif;
}
#zone-footer ul.menu li {
    list-style: none;
}

#zone-footer .block-menu a.active,
#zone-footer .block-menu li.first a.active.active-trail,
#zone-footer .block-menu li.active-trail a.active-trail,
#zone-footer .block-menu li.active-trail a.active.active-trail {
    text-decoration: underline;
}

#zone-footer .block-menu a.active-trail.active {
    text-decoration: none;
}

/* This menu is also used in sidebarfirst. */
#zone-footer .block-menu-newsroom li.first {
    text-transform: uppercase;
}

#zone-footer .region-inner {
    padding-top: 20px;
}
.fetzer-info-footer h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.fetzer-info-footer p {
    font-size: 16px;
    font-family: 'lato-light', sans-serif;
}

.block-menu-contact-us {
    display: none;
}

/* Footer logo. */
.footer-logo img {
    width: 190px;
    height: auto;
}

/*
 *
 * Social Icons
 *
 */

/* Not on front page */
.region-sidebar-first .stay-connected-icons {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}

.region-sidebar-first .stay-connected-icons h2.block-title {
    background-color: transparent;
    text-align: left;
    color: #000000;
}

.stay-connected-icons ul {
  margin-top: 25px;
}

.stay-connected-icons li {
  list-style: none;
  float: left;
  width: 68px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.stay-connected-icons li img {
  width: 100%;
  height: auto;
}

.stay-connected-icons li a {
  display: block;
  width: 100%;
}


/******* REGION - SOCIAL LINKS *******/
#region-social-links-footer-first-body {
    width: 930px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}
#region-social-links-footer-first-body h4 {
    font-family: 'GeomSlab703W01-Medium', sans-serif;
    margin: 0 !important;
    padding-top: 2px;
    font-weight: normal;
    font-size: 1.2em;
}
#region-social-links-footer-first-body h4,
#region-social-links-footer-first-body h4 a,
#region-social-links-footer-first-body h4 a:active,
#region-social-links-footer-first-body h4 a:visited,
#region-social-links-footer-first-body h4 a:hover {
    color: #cf7527 !important;
}
#region-social-links-footer-first-body .social-media h4 {
    float: left;
}
#region-social-links-footer-first-body .social-media .addthis_toolbox {
    float: left;
    margin-left: 8px;
}
#region-social-links-footer-first-body .social-media .addthis_toolbox a {
    zoom: 65%;
    -moz-transform: scale(0.65);
}
#region-social-links-footer-first-body .stay-connected-rss ul {
    margin-left: 8px;
    margin-bottom: 0 !important;
    list-style: none inside none;
}
#region-social-links-footer-first-body .stay-connected-rss li {
    float: left;
}
#region-social-links-footer-first-body .stay-connected-rss li:last-child {
    margin-left: 16px;
}
#region-social-links-footer-first-body .stay-connected-rss li h4 a {
    background: transparent url('/sites/all/themes/fetzer/img/icon-rss-18x18.png') no-repeat 100% 0;
    display: block;
}
#region-social-links-footer-first-body .stay-connected-rss li:first-child h4 a {
    min-width: 70px;
}
#region-social-links-footer-first-body .stay-connected-rss li:last-child h4 a {
    min-width: 126px;
}
#region-social-links-footer-first-body .stay-connected-newsletter h4,
#region-social-links-footer-first-body .stay-connected-newsletter form {
    float: left;
}
#region-social-links-footer-first-body .stay-connected-newsletter form {
    margin-left: 8px;
}
#region-social-links-footer-first-body .stay-connected-newsletter form input[type="text"] {
    width: 180px;
}


/*************************************/
/* CONTENT */
/*************************************/

.region-content-inner,
.region-content2-inner {
    padding-top: 10px;
    padding-left: 10px;
}

#block-system-main {
    margin-bottom: 10px;
}

/*
* Breadcrumbs.
*/
div#breadcrumbs {
    float: left;
    width: 69%;
    margin-left: 20px;
    margin-top: 10px;
}

div#breadcrumbs + .share-container {
    margin-top: 10px;
    width: 28%;
    float: left;
    margin-bottom: 0px;
}

div#breadcrumbs + .share-container .service-links li {
    float: none;
    margin: 0px 0 5px 0;
}

div#breadcrumbs + .share-container .share-trigger {
    display: inline;
    float: right;
    width: 76px;
    margin-right: 0px;
}

div#breadcrumbs + .share-container .service-links {
    padding: 10px ;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    text-align: right;
}


/******* SIDEBAR *******/
#region-sidebar-first {
    width: 340px !important;
}
#region-sidebar-first .region-inner {
    padding: 10px 15px 20px 15px;
    /*background: #ffffff;*/
}

#region-sidebar-first .block {
    margin-bottom: 15px;
}
.region-sidebar-first ul.menu,
.region-sidebar-second ul.menu {
    padding-bottom: 20px;
    margin-top: 20px;
}
.region-sidebar-first .block-menu,
.region-sidebar-second .block-menu {
    font-size: 18px;
}
.region-sidebar-first .block-menu a,
.region-sidebar-second .block-menu a {
}

/*
 *
 * About-us Sidebar Menu
 *
 */

.page-node-1671 .timeline-learn-more .learn-more-body p{
  float:left;
  width:285px;
  margin-top:1em;
  margin-right:1em;
}
.page-node-1671 .timeline-learn-more .learn-more-links a{
  margin-right:1em;
  margin-left:1em;
  margin-bottom:1em;
}
.page-node-1671 .timeline-learn-more .learn-more-links img{
  margin-top:-2em
}
.timeline-learn-more{
  margin:2.5em 2.5em 4.5em 2.5em;
  font-size:14px;
}
.page-node-1671 .timeline-learn-more .learn-more-links a:hover{
  opacity:0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* Lineup sidebar nav with blocks below. */
.region-sidebar-first .block-menu-faqs ul.menu {
  position: relative;
  left: -8px;
}


.region-sidebar-first .left-float-container {
    float: left;
    width: 140px;
    margin-left: 15px;
}
.region-sidebar-second .left-float-container {
    float: left;
    width: 264px;
}






/******* FLEXSLIDER *******/
.flex-nav-container {
    max-width: 830px;
    max-height: 380px;
    overflow: hidden;
    margin-bottom: 20px;
}
.flex-nav-container,
.flexslider ul.slides li .field {
    position: relative;
}
.flexslider,
.flexslider ul.slides,
.flexslider ul.slides li,
.flexslider ul.slides li .field,
.flexslider .views-field,
.flex-caption {
    height: 100%;
}
/*
.flexslider {
    width: 9999px;
}
*/
.flexslider ul.slides {
    width: 100%;
    list-style-type: none;
}
.flexslider ul.slides li {
    display: none;
}
.flexslider ul.slides li .field .views-field img {
    display: block;
}
.flex-caption {
    width: 280px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    background: #cf7527;
    position: absolute;
    z-index: 2;
    top: 0;
}
.flex-caption .title,
.flex-caption .caption,
.flex-caption .credit {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
.flex-caption .caption a {
    display: block;
    margin-top: 10px;
    color: #fff !important;
    font-weight: bold !important;
}
.flex-caption .title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.35em;
    line-height: 1.2em;
    font-family: 'lato_bold', sans-serif;
}
.flex-caption .caption {
    padding-bottom: 15px;
    font-size: 1em;
}
.flex-caption .credit {
    font-size: 0.8em;
}
ol.flex-control-nav {
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 3;
}
ol.flex-control-nav li {
    margin-right: 6px;
    float: left;
    display: block;
}
ol.flex-control-nav li:last-child {
    margin-right: 0;
}
ol.flex-control-nav li a {
    width: 11px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    background: #f4e2d4;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
}
ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active {
    background: #037890;
}
ol.flex-control-nav li a.active {
    cursor: default;
}
.flex-pauseplay {
    position: absolute;
    left: 20px;
    bottom: 5px;
    z-index: 3;
    color: #fff;
    cursor: pointer;
}
.flex-pauseplay span {
    display: block;
}
.flex-control-thumbs {
    display: none;
}
article.node-slideshow {
    margin: 0 !important;
}
article.node-slideshow header {
    display: none !important;
}
.flex-nav-container ul,
.flex-nav-container ol {
    margin: 0 !important;
    padding: 0 !important;
}
/*
.flexslider .views-field-field-media-asset img ,
.flexslider  .views-field-field-gallery-image img {
    margin-left: 280px;
}
*/
.flexslider .file-video {
    text-align: right;
    width: 830px;
}

/******* FACEBOOK WRAPPER *******/
body.node-type-fetzer-project div.facebook-wrapper {
    margin-bottom: 20px;
}
div.facebook-wrapper {
    background-color: #fff !important;
}
div.facebook-wrapper .fb-like-box {
    height: 100%;
}

/******* FETZER PROJECTS *******/
body.node-type-fetzer-project div.region-content-inner > h1.title {
    display: none;
}

body.node-type-fetzer-project .additional_resources ul li {
    font-weight: normal;
    list-style: none;
}
body.node-type-fetzer-project div.related_resources {
    margin-top: 10px;
}
body.node-type-fetzer-project div.additional_resources li {
    background-image: url('/sites/all/themes/fetzer/img/external_resources_icons.png');
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 10px;
}
body.node-type-fetzer-project div.additional_resources li:last-child {
    margin-bottom: 0;
}
body.node-type-fetzer-project div.additional_resources li.doc {
    background-position: 0 0;
}
body.node-type-fetzer-project div.additional_resources li.aud {
    background-position: 0 -26px;
}
body.node-type-fetzer-project div.additional_resources li.vid {
    background-position: 0 -52px;
}
body.node-type-fetzer-project div.additional_resources li.web {
    background-position: 0 -78px;
}
body.node-type-fetzer-project div#project_media {
    height: 146px;
    overflow: hidden;
}
body.node-type-fetzer-project .view-id-project_multimedia .views-field-field-video-title,
body.node-type-fetzer-project .view-id-project_multimedia_completed .views-field-field-video-title {
    padding-top: 10px;
}
body.node-type-fetzer-project .view-id-project_multimedia_completed p a{
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-break: break-word;
}
body.node-type-fetzer-project #block-views-project-events-block-1 {
    padding-top: 15px;
}
body.node-type-fetzer-project #block-views-project-events-block-1 h2.block-title,
body.node-type-fetzer-project .views-field-uri h2,
#block-views-project-results-links-block-1 .view-header h2 {
    color: #cf7527;
    border-bottom: 1px solid #cf7527;
}
#block-views-project-results-links-block-1 .view-header h2 {
    font-size: 18px;
    margin: 0;
}
body.node-type-fetzer-project .views-field-uri h2 {
    font-size: 18px;
    margin-bottom: 6px;
}
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-nothing {
    font-style: italic;
}
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-nothing,
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-city,
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-province,
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-body {
    font-size: 12px;
}
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-title,
#block-views-project-results-links-block-1 .views-row a {
    font-weight: bold;
    font-size: 13px;
}
body.node-type-fetzer-project .view-id-project_events .view-content,
#block-views-project-results-links-block-1 .view-content {
    padding-top: 10px;
}
body.node-type-fetzer-project #block-views-project-events-block-1 .views-row {
    margin-bottom: 15px;
}
#block-views-project-results-links-block-1 .views-row {
    margin-bottom: 6px;
}
body.node-type-fetzer-project #block-views-project-events-block-1 .views-field-view-node a {
    font-size: 90%;
}


/*
 * Fetzer project map search
 */

.page-work .view-project-search .views-exposed-widget .form-item-keys input[type="text"] {
    width: 36%;
}

/* Exposed Form */
.page-work #region-content .view-project-search .views-exposed-form {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-work #region-content .view-project-search .views-exposed-widgets .views-exposed-widget {
    margin-top: 15px !important;
    color: #000 !important;
    font-size: 16px;
}

/* Sort select. */
.page-work #region-content .view-project-search .views-exposed-widgets #edit-sort-bef-combine-wrapper {
    clear: both;
}

.page-work .gmap .gmap-popup {
    font-family: 'lato_regular';
}

.page-work .gmap .gm-style-iw {
    left: 0px !important;
    top: 0px !important;
    margin-bottom: -25px !important;

}

.page-work .gmap-popup .copy-wrap + div  {
  display: none !important;
}

/* Select Lists */
.page-work .view-project-search #edit-field-emerging-theme-tid-wrapper,
.page-work .view-project-search #edit-field-sector-discipline-tid-wrapper,
.page-work .view-project-search #edit-field-related-audience-tid-wrapper {
    float: left !important;
    margin-right: 10px !important;
}

/* Buttons */
.page-work .view-project-search .views-reset-button,
.page-work .view-project-search .views-submit-button {
    float: left !important;
    padding-top: 10px !important;
    margin-right: 15px !important;
}

/* Fetzer project list */
.page-work .view-project-search .views-row,
.page-resources-advanced .views-row {
    margin-bottom: 10px;
    padding: 15px;
}


.page-work .view-project-search .media,
.page-resources-advanced .media {
    float: left;
    margin-right: 20px;
}

.page-work .view-project-search .media img ,
.page-resources-advanced .media img {
    width: 100%;
    height: auto;
}

.page-work .view-project-search .media img a,
.page-resources-advanced .media img a {
    display: block;
    width: 100%;
}

.page-work .view-project-search h3,
.page-resources-advanced  h3 {
    margin-bottom: 5px;
}

.page-work .view-project-search .location {
    margin-bottom: 7px;
}

/*
 *
 * Project Sidebars
 *
 */

/* Exposed search form */

.region-sidebar-first .views-exposed-widgets .customSelect {
    width: 99%;
}

/* Sort and Oder by. */
.region-sidebar-first .views-exposed-widget.views-widget-sort-by {
    width: 44%;
    float: left !important;
}

.region-sidebar-first .views-exposed-widget.views-widget-sort-order {
    width: 50%;
    float: left !important;
}

/* customSelect overides. */
.region-sidebar-first .form-item-sort-order .customSelect,
.region-sidebar-first .form-item-sort-by .customSelect {
    width: 100px;
}

.region-sidebar-first .views-exposed-form .views-exposed-submit {
    width: 75%;
    height: 40px;
    margin-top: 15px;
}

.region-sidebar-first .views-exposed-form .views-exposed-submit .views-submit-button {
    width: 45%;
    float: left !important;
}


/* Featured work */
.view-projects-frontpage.featured-list-block .views-row {
    padding: 0;
}

.view-projects-frontpage.featured-list-block .media {
    float: none;
    margin-right: 0;
}

.view-projects-frontpage.featured-list-block .media img {
    width: 100%;
    height: auto;
}

.view-projects-frontpage.featured-list-block .media img a {
    display: block;
    width: 100%;
}

.view-projects-frontpage.featured-list-block .views-row {
  margin-bottom: 30px;
}

/******* ISOTOPE *******/
div.view-id-isotope_example,
.view-id-isotope_example_projects{
    height:725px;
    /*overflow:hidden;*/
}
div.view-isotope-filter-block-type a.filterbutton:link,
div.view-isotope-filter-block-type a.filterbutton:visited,
div.view-isotope-filter-block-type a.filterbutton:hover,
div.view-isotope-filter-block-type a.filterbutton:active {
    text-decoration: none;
    color: #0062A0;
}
div.view-isotope-filter-block-type a.filterbutton:hover {
    color: #000;
}
div.isotope-element {
    margin: 10px 8px;
}
div.isotope-element:hover {
    background-repeat: no-repeat;
    background-position: left center;
}
div.isotope-element div.views-field-title {
    position: absolute;
    top: 0;
    display: block;
    width: 140px;
    height: 110px;
    text-align: center;
    z-index: -1;
    padding: 20px 5px;
}
div.isotope-element div.views-field-title a:link,
div.isotope-element div.views-field-title a:visited,
div.isotope-element div.views-field-title a:active,
div.isotope-element div.views-field-title a:hover {
    text-decoration: none;
}
div.view-isotope-example #isotope-options h4,
div.view-isotope-example-projects #isotope-options h4 {
    display: none;
}
div.view-isotope-example #filters li,
div.view-isotope-example-projects #filters li {
    padding: 3px 25px;
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: center;
}
div.view-isotope-example #isotope-options,
div.view-isotope-example-projects #isotope-options {
    background-color: #fff !important;
    margin-left: 10px;
}



/******* VIEWS ROWS *******/

.views-row-list h3,
.views-row-list h5 {
    margin-bottom: 0;
}
.views-row-list .expand {
    border: 1px solid #e0e0e0;
    width: 40%;
}
.views-row-list .expand .views-label {
    background: #e5e5e5;
    padding: 4px;
    font-weight: bold;
    cursor: pointer;
}
.views-row-list .expand ul {
    margin-bottom: 0;
    list-style: none;
}
.views-row-list .expand ul li {
    padding: 4px;
}
.views-row-list .expand li:nth-child(even) {
    background: #e3e3e3;
}
.views-row-list .expand li:nth-child(odd) {
    background: #e8e8e8;
}
.views-row-list .expand span {
    display: block;
}

/******* RELATED RESOURCES *******/
#block-fetzer-core-resources-related-resources li {
    margin-left: 0 !important;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000;
    margin-top: 4px;
}
#block-fetzer-core-resources-related-resources li.last {
    border-bottom: 0;
}

/******* FEATURED RESOURCES *******/
.view-id-featured_resources .view-header h2 {
    border-bottom: 1px solid;
}
.view-id-featured_resources .views-field-title {
    font-weight: bold;
    margin-top: 10px;
}
.view-id-featured_resources .views-field-body {
    margin-bottom: 10px;
}
.view-id-featured_resources table {
    border: 0;
}
.view-id-featured_resources table.views-view-grid td {
    padding: 30px 8px;
}


/*
 *
 * Resources
 *
 */
.page-resources #block-system-main {
    width: 850px;
}
.page-resources-advanced #block-system-main {
    width: auto;
}
.page-resources #breadcrumbs {
    margin-left: 30px;
}

.page-resources #page-title {
    margin-left: 10px;
}

.node-resource .media img {
    max-width: 100%;
    height: auto;
}

/*
 *
 * Calendar of Events.
 *
 */

/*
 * Landing page.
 */

.view-calendar-of-events .vies-row {
  min-height: 101px;
}

.view-calendar-of-events .views-field-field-image {
  width: 180px !important;
  float: left;
}

.view-calendar-of-events .views-field-field-image img {
  width: 100%;
  height: auto;
}

.view-calendar-of-events p,
.view-calendar-of-events h4 {
  margin-bottom: 5px;
}

.view-calendar-of-events .views-row {
    border-bottom: 1px solid #aca9a6;
}



/*
 * Event detail node page.
 */

.active-section--event .region-content .media {
    margin-bottom: 10px;
}

/* Addtocal and share links. */
.addtocal-share-container #addtocal,
.addtocal-share-container .share-container {
  float: right;
}

#addtocal {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #999999;
    cursor: pointer;
}

#addtocal .addtocal {
    padding: 1px 0 1px;
    color: #999999;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'lato-light';
}

#addtocal .addtocal.active,
#addtocal .addtocal:hover {
    color: #cccccc;
}

#addtocal .item-list {
    position: relative;
}

#addtocal ul {
    display: none;
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
}

#addtocal:hover ul {
    display: block;
}

#addtocal ul li {
    margin-bottom: 1px;
    padding: 4px;
    background-color: #f8f8f8;
}

#addtocal ul li:hover {
    background-color: #e8e8e8;
}

#addtocal ul li a {
    display: block;
}

/* adjust share img to match addtocal font. */
.addtocal-share-container .share-container {
  width: 72px;
}

.addtocal-share-container img.share-trigger {
  width: 71px;
  height: auto;
}

.addtocal-share-container .service-links ul {
  padding: 0 !important;
  margin-top: 25px;
}

.addtocal-share-container .service-links li {
  float: none;
  margin-bottom: 5px;
}

.active-section--event .region-content .event-dates,
.active-section--event .region-content .event-location {
    color: #777777;
}

.active-section--event .region-content .event-location span {
    display: block;
}

.node-type-event .block-menu-gilchrist li:nth-child(2) a {
    text-decoration: underline;
}

.node-type-event .block-menu-gilchrist li:nth-child(2) {
    background: #f0f9fc url('/sites/all/themes/fetzer/img/icons/about-sidebar-nav-active.png') no-repeat 8px center !important;
    -webkit-background-size: 20px !important;
    -moz-background-size: 20px !important;
    -o-background-size: 20px !important;
    background-size: 20px !important;
}

/*
 * Event calendar sidebar.
 */

.sidebar-event-list-block .date-field,
.sidebar-event-list-block .views-field-field-event-type-1 {
    color: #777777;
}

#region-sidebar-first .sidebar-event-list-block img {
    display: none;
}

/*
 *
 * Blog.
 *
 */


/* Blog Logo. */
.fetzer-blog-logo {
    margin-bottom: 10px;
}

.fetzer-blog-logo img {
    width: 285px;
    height: auto;
}

.page-blog #section-content .text-container h3 {
    padding: 5px 0 0 10px;
}

.page-blog #section-content .text-container h3 a,
.page-blog #section-content .text-container h3 a:active,
.page-blog #section-content .text-container h3 a:link,
.page-blog #section-content .text-container h3 a:visited,
.page-blog #section-content .text-container h3 a:hover {
    color: #ffffff;
    /*padding: 0 1%;*/
}

.blog-node-details .theme {
    width: 67%;
    display: inline-block;
    float: right;
    text-align: right;
}

.blog-node-details .date-author {
    width: 32%;
    display: inline-block;
    float: left;
}


/* Hide title, data used for social sharing. */
.page-blog h1#page-title {
    display: none;
}

.page-blog .blog-grid .views-row-2,
.page-blog .blog-grid .views-row-5 {
    width: 480px;
    display: inline-block;
}

.page-blog .blog-grid .views-row-3,
.page-blog .blog-grid .views-row-4 {
    width: 325px;
    display: inline-block;
}

.page-blog .blog-grid .views-row-2,
.page-blog .blog-grid .views-row-4 {
    float: left;
}

.page-blog .blog-grid .views-row-3,
.page-blog .blog-grid .views-row-5 {
    float: right;
}

/* Blog grid images. */
.page-blog .blog-grid .views-row-2 .media img,
.page-blog .blog-grid .views-row-5 .media img {
    width: 480px;
    height: auto;
}

.page-blog .blog-grid .views-row-3 .media img,
.page-blog .blog-grid .views-row-4 .media img {
    width: 325px;
    height: auto;
}

.page-blog .horizontal-line {
    border-top: 1px solid #777777;
    padding-top: 5px;
}

.page-blog .text-container p.body-summary {
    padding: 0 10px;
}

.page-blog .text-container p.date {
    color: #cccccc;
    padding: 0 5px 0 10px;
}

.page-blog .text-container p.author {
    width: 30%;
    float: left;
    margin-bottom: 5px;
    color: #cccccc;
    padding: 0 10px;
}

.page-blog .text-container p.theme {
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #cccccc;
    padding: 0 10px;
}


/* Text changes in grid. */
.page-blog .views-row-2 .text-container h3,
.page-blog .views-row-3 .text-container h3,
.page-blog .views-row-4 .text-container h3,
.page-blog .views-row-5 .text-container h3 {
    font-size: 120%;
    margin-bottom: 6px;
    /*padding: 5px 0 0 5px;*/
    clear: both;
}

.page-blog .views-row-2 .text-container p.date,
.page-blog .views-row-3 .text-container p.date,
.page-blog .views-row-4 .text-container p.date,
.page-blog .views-row-5 .text-container p.date {
    font-size: 90%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
}

.page-blog .views-row-2 .text-container p.author,
.page-blog .views-row-3 .text-container p.author,
.page-blog .views-row-4 .text-container p.author,
.page-blog .views-row-5 .text-container p.author {
    font-size: 90%;
    margin-bottom: 5px;
}

.page-blog .views-row-2 .text-container p.theme,
.page-blog .views-row-3 .text-container p.theme,
.page-blog .views-row-4 .text-container p.theme,
.page-blog .views-row-5 .text-container p.theme {
    font-size: 90%;
    text-align: left;
}


.page-blog .region-content .view-blog-posts-by-theme .media {
    float: left;
    width: 160px;
    margin-right: 20px;
}

.page-blog .region-content .view-blog-posts-by-theme .blog-list-data {
    float: left;
    width: 610px;
}


/* Center media in blog wysiwyg */
.media-element-container {
  text-align: center;
  color: #777777;
  margin: 25px 0;
}

.active-section--blog .content .media-youtube-video {
    width: 600px;
    height: 388px;
    padding-left: 120px;
    margin: 25px 0;
}

/* Previous and next blog links. */
.previous-next-post {
    text-align: center;
    padding: 20px 0;
}

#section-content .previous-next-post a,
#section-content .previous-next-post a:active,
#section-content .previous-next-post a:link,
#section-content .previous-next-post a:visited,
#section-content .previous-next-post a:hover {
    color: #777777;
}


/*
 *
 * Popular content (fetzer pulse).
 *
 */

body.page-pulse #block-block-29 {
    margin-top: 90px;
}
.view-id-popular_content.view-display-id-block {
    margin-top: 25px;
}

.view-id-popular_content.view-display-id-block .view-header,
.view-id-popular_content.view-display-id-block_home .view-header {
    padding: 8px 0;
    margin-bottom: 0;
}

.view-id-popular_content.view-display-id-block_home .view-header {
    padding: 4px 0;
}

.view-id-popular_content.view-display-id-block .view-header h4,
.view-id-popular_content.view-display-id-block_home .view-header h4 {
    color: #000000;
    margin-bottom: 0;
    font-weight: normal !important;
    font-size: 24px;
}

.view-id-popular_content.view-display-id-block .view-header h4 span,
.view-id-popular_content.view-display-id-block_home .view-header h4 span {
    text-transform: uppercase;
}

.view-id-popular_content.view-display-id-block .view-content {
    /*
    max-height: 300px;
    overflow-x: auto;
    overflow-y: scroll;
    */
}

.view-id-popular_content.view-display-id-block .view-content,
.view-id-popular_content.view-display-id-block_home .view-content {
    padding-top: 10px;
}

.view-id-popular_content.view-display-id-block .view-content ul,
.view-id-popular_content.view-display-id-block_home .view-content ul {
    margin-bottom: 0;
}

.view-id-popular_content.view-display-id-block .view-content li,
.view-id-popular_content.view-display-id-block_home .view-content li {
    margin: 0 10px 10px 0;
}

.view-id-popular_content.view-display-id-block .view-content a,
.view-id-popular_content.view-display-id-block_home .view-content a {
    text-decoration: none;
}

.view-id-popular_content.view-display-id-block .view-content .views-row,
.view-id-popular_content.view-display-id-block_home .view-content .views-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.view-id-popular_content.view-display-id-block .view-content .views-row.views-row-last,
.view-id-popular_content.view-display-id-block_home .view-content .views-row.views-row-last {
    border-bottom: 0;
    margin-bottom: 0 !important;
}

/*.view-id-popular_content.view-display-id-block .view-content .views-field-title,*/
.view-id-popular_content.view-display-id-block .view-content .views-field-view-node,
.view-id-popular_content.view-display-id-block_home .view-content .views-field-view-node {
    font-weight: bold;
}

.view-id-popular_content.view-display-id-block .view-footer,
.view-id-popular_content.view-display-id-block_home .view-footer {
}

.view-id-popular_content.view-display-id-block_home .view-footer {
    padding: 4px 0;
}

.view-id-popular_content.view-display-id-block .view-footer p,
.view-id-popular_content.view-display-id-block_home .view-footer p {
    margin-bottom: 0;
}

.view-id-popular_content.view-display-id-block .views-row {
    font-size: 12px;
}

.view-id-popular_content.view-display-id-page table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 20px !important;
}

.view-id-popular_content.view-display-id-page th.views-field-title {
    font-size: 20px;
}

.view-id-popular_content.view-display-id-page th.views-field-totalcount {
    text-transform: uppercase;
    font-size: 17px;
}

.view-id-popular_content.view-display-id-page th td {
    margin-bottom: 25px;
    background-color: #fff !important;
}

.view-id-popular_content.view-display-id-page table tr {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #fff !important;
}

.view-id-popular_content.view-display-id-page table td {
    padding-bottom: 15px;
}

.view-id-popular_content.view-display-id-page table tr td {
    background-color: #fff !important;
}

.view-id-popular_content.view-display-id-page td.views-field-totalcount {
    color: #f06334;
    vertical-align: top !important;
    padding: 20px 30px;
    font-size: 16px;
}

.view-id-popular_content.view-display-id-page tbody > tr td:first-child {
    padding-right: 20px;
}

.view-id-popular_content.view-display-id-page .view-header div:nth-child(2) {
    display: none;
}



/*
 *
 * Newsroom and Press Releases.
 *
 */

/*
 * Newsroom Sidebar.
 */

/* Lineup sidebar nav with blocks below. */
.region-sidebar-first .block-menu-newsroom ul.menu {
  position: relative;
  left: -8px;
}

.region-sidebar-first .block-menu-newsroom ul.menu li {
  border-bottom: 1px solid #b2e0f0;
  padding: 7px 0 6px 36px;
  margin: 0;
  list-style: none;
  background: #f0f9fc url('/sites/all/themes/fetzer/img/icons/about-sidebar-nav.png') no-repeat 8px center;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

.region-sidebar-first .block-menu-newsroom ul.menu li.selected {
  background: #f0f9fc url('/sites/all/themes/fetzer/img/icons/about-sidebar-nav-active.png') no-repeat 8px center;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

.region-sidebar-first .block-menu-newsroom ul.menu li:last-child {
  border-bottom: 0;
}

.region-sidebar-first .block-menu-newsroom ul.menu li a {
  font-family: 'lato-regular', sans-serif;
}

.region-sidebar-first .block-menu-newsroom ul.menu li a.active {
  text-decoration: underline;
}

.active-section--newsroom .region-sidebar-first .block-block {
    padding-right: 10px;
}



/*
 * Newsroom landing page.
 */

.latest-media-downloads .views-field-field-thumbnail {
    width: 165px;
    float: left;
}

/*
 * Media downloads page.
 */

.media-download .panel-col-first {
    width: 25%;
}

.media-download .panel-col-last {
    width: 75%;
}

.media-download .views-field-field-thumbnail img {
    width: 148px;
    height: auto;
}


/******* SITEMAP *******/
#site-map .site-map-box {
    margin-bottom: 10px;
}
#site-map .site-map-box:last-child {
    margin-bottom: 0;
}
#site-map .site-map-box .content > ul {
    display: block;
    width: 100%;
    list-style: none;
    padding: 10px !important;
}
#site-map .site-map-box .content > ul > li {
    float: left;
    width: 150px;
    height: 170px;
    margin-right: 10px;
    padding: 0 !important;
}
#site-map .site-map-box .content > ul > li:last-child {
    margin-right: 0;
}
#site-map .site-map-box .content > ul > li ul {
    list-style: disc inside none;
}
#site-map .site-map-box {
    border: 1px solid #e0e0e0;
    padding: 4px;
}
#site-map .site-map-box h4 {
    margin: 10px 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #efefef;
}
#site-map .site-map-box h4:hover {
    background: #e0e0e0;
}
#site-map .site-map-box h2 {
    background: #037890;
    padding: 4px;
    margin: 0 !important;
    font-weight: bold;
    color: #c5dbe0;
    cursor: pointer;
    display: block;
}

/*
 *
 * Retreat facilities.
 *
 */

.page-node-1825 .webform-confirmation + .links {
    display: none;
}

/* Retreat sidebar. */
.retreat-landing-sidebar {
    margin-bottom: 25px;
}

.retreat-landing-sidebar img {
    width: 100%;
    height: auto;
}


/* Gilchrist sidebar. */

/* Hide sidebar blocks for Gilchrist events based on context. */
#block-menu-menu-gilchrist + #block-views-calendar-of-events-block-1,
#block-views-6e4d720500fe7291906ecdb13125131e + #block-views-4c4da4e1992914fbba4055fe6936fb91 {
    display: none;
}

/* Lineup sidebar nav with blocks below. */
.region-sidebar-first .block-menu-gilchrist ul.menu {
  position: relative;
  left: -8px;
}

/* GilCHrist slideshow. */
.view-id-gilchrist_reservations_slideshow ul {
    list-style: none inside none;
}
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row a,
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row img {
    display: block;
}
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row-1,
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row-2,
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row-3,
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row-4,
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row-5,
.view-id-gilchrist_reservations_slideshow .view-header .view-content .views-row-6 {
    margin-bottom: 5px;
}
.panes {
    overflow: hidden;
    width: 280px;
    min-height: 600px;
}
.panes ul {
    display: inline-block;
    width: 99999px;
    margin-top:7px;
}
.panes ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.panes ul li {
    float: left;
    width: 280px;
}
html[xmlns] .panes ul {
    display: block;
}
* html .panes ul {
    height: 1%;
}

/* Seasons sidebar */

#block-block-49 {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
/* Lineup sidebar nav with blocks below. */
.region-sidebar-first .block-menu-seasons ul.menu {
  position: relative;
  left: -8px;
}

.region-sidebar-first .block-menu-seasons ul.menu li {
  border-bottom: 1px solid #b2e0f0;
  padding: 7px 0 6px 36px;
  margin: 0;
  list-style: none;
  background: #f0f9fc url('/sites/all/themes/fetzer/img/icons/about-sidebar-nav.png') no-repeat 8px center;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

.region-sidebar-first .block-menu-seasons ul.menu li.selected {
  background: #f0f9fc url('/sites/all/themes/fetzer/img/icons/about-sidebar-nav-active.png') no-repeat 8px center;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

.region-sidebar-first .block-menu-seasons ul.menu li:last-child {
  border-bottom: 0;
}

.region-sidebar-first .block-menu-seasons ul.menu li a {
  font-family: 'lato-regular', sans-serif;
}

.region-sidebar-first .block-menu-seasons ul.menu li a.active {
  text-decoration: underline;
}

body.page-node-182 article.node .grid-11.alpha p {
    padding-right: 10px;
}


/******* YOUTUBE MODULE *******/
.region-sidebar-second iframe {
    width: 100%;
    height: 236px;
}

/******* COLORBOX *******/
#cboxTitle {
    display: none !important;
}

/*
 *
 * About Us
 *
 */

.page-about-us-staff .staff-photo,
.page-about-us-staff .staff-data {
    float: left;
}

/* About us landing content padding. */
#node-article-72 {
    padding-right: 25px;
}
.page-about-us-staff .staff-photo + .staff-data {
    width: 657px;
    min-height: 160px;
}

/* About us - Privacy Policy. */
.page-node-44 .node {
    font-size: 16px;
}

.page-node-44 .node ul {
    padding-left: 30px !important;
}

/*
 * About us sidebar.
 */

p.p1 {
  color: #999999;
}

/* About-us Sidebar Address */
.physical-address-label {
  color: #888888;
  text-transform: uppercase;
  font-size: 0.85em;
}

#region-sidebar-first .fetzer-physical-address h2 {
    margin-bottom: 3px;
}

.fetzer-physical-address,
.sidebar-fetzer-employment {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

/******* UNCATEGORIZED *******/
.right-divider {
    border-right: 1px dotted #000;
}
div.callout-promo {
    font-size: 128%;
}
.context-about-us .region-sidebar-first .block-menu-faqs li.first {
    display: none;
}

.page-node-1244 input.form-text,
.page-node-1244 textarea.form-textarea {
    width: 100%;
}

.form-item-field-legacy-project-und label {
    font-weight: bold;
}
#cancel-crop {
    z-index: 99;
}
.sidebar-block-dynamic {
    min-height: 400px;
}
.about-fetzer-resources h2.block-title {
    font-size: 28px;
    margin-bottom: 25px;
}
.advisory-counsils-list-block ul {
    list-style-type: none;
}
.node-type-fetzer-project #file-802 img {
    position: relative;
    top: -26px;
}
hr.dark-hr {
    background-color: #000;
}
#node-article-44 li {
    padding: 10px;
}
#node-article-44 li ol {
    list-style-type: lower-alpha;
}
#node-article-44 li ol li ol {
    list-style-type: lower-roman;
}

#recaptcha_table tr:last-child {
    display: none;
}

#recaptcha_privacy a {
    display: none;
}


/*
 *
 * Homepage
 *
 */

.featured-resource-wrapper img {
    width: 100%;
    height: auto;
}

.front #zone-content-wrapper {
    display: none;
}

.front .region-preface-first-inner {
    margin: 15px 0 15px;
}

.front #region-preface-second {
    margin-left: 20px;
}

.front #region-preface-third {
    margin-left: 0;
    margin-right: 0;
}

.front .views-field-field-image img,
.front .views-field-field-project-image img {
    max-width: 100% !important;
    height: auto !important;
}

.front .homepage-masonry img:hover {
    opacity: .65;
}

.front .homepage-wrap-description.position-absolute {
    opacity: 1 !important;
}

.front #section-content {
    padding-top: 20px;
}

.front #zone-preface {
    padding-bottom: 15px;
}

/* homepage description */
.front .homepage-wrap-description {
    padding-left: 10px;
    padding-right: 10px;
}

.front .text-on-image {
    color: #fff;
}

.front .text-on-image .homepage-wrap-description.position-absolute {
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    min-width: 95%;
}

.front .homepage-main-item-position-3.pos-3-with-pos-4.grid-4 {
    width: 200px;
}

.front .homepage-sidebar-item-position-1 {
    height: 259px;
}

.front .homepage-sidebar-item-position-2 {
    height: 284px;
}

.front .homepage-sidebar-item-position-3 {
    height: 300px;
}

.front .block-views-popular-content-block-home {
    height: 330px;
}

.front .homepage-main-item-position-2 {
    height: 245px;
}

.front .homepage-main-item-position-2.position-2-with-position-3-grid-4-override {
    width: 190px !important;
}

.homepage-main-item-position-3.pos-3-with-pos-4,
.homepage-main-item-position-4 {
    height: 260px;
}

.homepage-main-item-position-3.pos-3-with-pos-4.grid-4 {
    width: 200px;
}

.homepage-main-item-position-2 .views-field-title,
.homepage-main-item-position-2 .views-field-view-node,
.homepage-main-item-position-2 .views-field-body,
.homepage-main-item-position-3 .views-field-title,
.homepage-main-item-position-3 .views-field-view-node,
.homepage-main-item-position-3 .views-field-body,
.homepage-main-item-position-4 .views-field-title,
.homepage-main-item-position-4 .views-field-view-node,
.homepage-main-item-position-4 .views-field-body {
    padding-top: 6px;
}

.homepage-sidebar-item-position-1 .views-field-title,
.homepage-sidebar-item-position-1 .views-field-view-node,
.homepage-sidebar-item-position-1 .views-field-body,
.homepage-sidebar-item-position-2 .views-field-title,
.homepage-sidebar-item-position-2 .views-field-view-node,
.homepage-sidebar-item-position-2 .views-field-body,
.homepage-sidebar-item-position-3 .views-field-title,
.homepage-sidebar-item-position-3 .views-field-view-node,
.homepage-sidebar-item-position-3 .views-field-body {
    padding-top: 6px;
}



/**
 * Main items
 */
/* position 1 */
.homepage-main-item-position-1.text-on-image .homepage-wrap-description.position-absolute {
    width: 560px
}

/* position 2 */
.homepage-main-item-position-2 {
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #b52b14 !important;
}
.homepage-main-item-position-2 img {
    position: absolute;
    bottom: 15px;
}
.homepage-main-item-position-2 .homepage-masonry-field-image:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 14px;
    right: 15px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent;
    border-bottom-color: #b52b14;
    z-index: 5;
}

/* position 3 */
.homepage-main-item-position-3.pos-3-with-pos-4 {
    background-color: #000;
    padding-bottom: 10px;
}
.homepage-main-item-position-3.pos-3-with-pos-4 .homepage-masonry-field-image img {
    margin-top: 15px;
    margin-bottom: 10px;
}
.homepage-main-item-position-3.pos-3-with-pos-4 .homepage-masonry-field-image:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 14px;
    left: 15px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent;
    border-top-color: #000;
    z-index: 5;
}

/* position 4 */
.homepage-main-item-position-4 {
    background-color: #1997CC;
    padding-top: 10px;
}
.homepage-main-item-position-4 img {
    position: absolute;
    bottom: 15px;
}
.homepage-main-item-position-4 .homepage-masonry-field-image:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 14px;
    right: 15px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent;
    border-bottom-color: #1997CC;
    z-index: 5;
}

/**
 * Sidebars
 */
/* position 1 */
.homepage-sidebar-item-position-1 {
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #bb8217 !important;
}
.homepage-sidebar-item-position-1 .homepage-masonry-field-image img {
    position: absolute;
    bottom: 15px;
}
.homepage-sidebar-item-position-1 .homepage-masonry-field-image:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 14px;
    right: 15px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent;
    border-bottom-color: #bb8217;
    z-index: 5;
}

/* position 3 */
.homepage-sidebar-item-position-3 {
    background-color: #6d892e;
    padding-bottom: 15px;
    padding-top: 15px;
}
.homepage-sidebar-item-position-3 .homepage-masonry-field-image:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 14px;
    left: 20px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent;
    border-top-color: #6d892e;
    z-index: 5;
}
.homepage-sidebar-item-position-3 .views-field-type {
    margin-top: 10px;
}

/* Hide description fields for homepage-main: positions 1-3, only when # items > 2 */
.homepage-main-item-position-2 .views-field-body,
.homepage-main-item-position-3.pos-3-with-pos-4 .views-field-body,
.homepage-main-item-position-4 .views-field-body {
    display: none;
}

/*
 *
 * Front Social Feeds
 *
 */

.front .zone-postscript-wrapper {
    background: #f4f4f4;
    padding: 30px 10px 20px 10px;
}

.front .zone-postscript .block {
    width: 265px;
    float: left;
    margin-right: 30px;
}

.block-social-media-feeds {
    height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Blog list */
.block-blog-posts-blog-list-front .view-header {
    padding: 2px 0 15px 25px;
}

.block-blog-posts-blog-list-front .fetzer-blog-logo-front {
    width: 165px;
}

.block-blog-posts-blog-list-front .views-field-created {
    color: #6e6e6e;
    font-size: 12px;
}

.block-blog-posts-blog-list-front .views-field-title h5 {
    margin: 1px 0 4px;
    font-size: 14px;
}

.block-blog-posts-blog-list-front .views-field-body p {
    font-size: 13px;
}


/* Stay connected icons */

.stay-connected-icons h2.block-title {
    font-size: 24px;
    color: #ffffff;
    background-color: #00b7dc;
    border-radius: 12px;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 10px;
}

.front .stay-connected-icons li:first-child,
.front .stay-connected-icons li:nth-child(4) {
    margin-right: 5px;
    margin-left: 15px;
}

.front .stay-connected-icons li:nth-child(3),
.front .stay-connected-icons li:nth-child(6) {
    margin-left: 5px ;
}

.front .stay-connected-icons li:nth-child(2),
.front .stay-connected-icons li:nth-child(5) {
    margin-left: 5px;
    margin-right: 5px;
}

.front .stay-connected-icons .signup-today {
    text-align: center;
}

#block-system-main-menu .stay-connected-icons li{
    margin-left: 5px !important;
    margin-right: 5px!important;
}


/* Employment Listing */
#block-views-employment-listings-block .views-field-title h5 {
    font-family: 'lato_bold' !important;
}
