/*!
    
    Theme Name:  Virtue Foundation
    Theme URI:   http://tideee.com
    Description: Custom WordPress Theme for Virtue Foundation Huhoo
    Author:      Syamil MJ
    Author URI:  http://tideee.com
    License:     GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version:     0.1.10
    Tags: custom-menu, sticky-post, translation-ready, full-width-template, post-formats, theme-options

*/
/* --------------------------------------------------------------
CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* --------------------------------------------------------------
Basic Styles
-------------------------------------------------------------- */
html {
  overflow-y: scroll; }

div[id*='attachment_'],
img {
  max-width: 100%;
  height: auto; }

img.float-left {
  margin: 10px 40px 30px 0; }

img.float-right {
  margin: 10px 0 30px 40px; }

li {
  list-style: none;
  /* Remove bullets on lists */ }

a, a:visited {
  color: #3066a2;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear; }

hr {
  width: 50%;
  height: 6px;
  display: block;
  background: #eee;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0; }

form {
  margin: 0;
  padding: 0; }

textarea {
  width: 100%; }

label {
  display: block;
  text-transform: uppercase;
  color: #aaa;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1; }

pre {
  position: relative;
  font-family: Courier, monospace;
  font-size: 14px;
  background: #272822;
  color: #FFF;
  padding: 20px;
  margin-bottom: 20px; }

pre:before {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: FontAwesome;
  content: "\f121";
  color: #555;
  font-size: 16px; }

article ol, article ul {
  margin-left: 2em;
  margin-bottom: 20px; }

article ol ul,
article ol ol,
article ul ul,
article ul ol {
  margin-bottom: 0; }

article ul li {
  list-style-type: disc; }

article ol li {
  list-style-type: decimal; }

/* Clearing */
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix, .container, .widget .featured-videos .video .title, .widget .related-posts .related .title, .content-home .highlights article, body.page-template-template-initiative-php .projects .project, .committee-popup, #donate #step-3 #credit-card .expiration, #footer .footer-left {
  zoom: 1; }
  .clearfix:before, .container:before, .widget .featured-videos .video .title:before, .widget .related-posts .related .title:before, .content-home .highlights article:before, body.page-template-template-initiative-php .projects .project:before, .committee-popup:before, #donate #step-3 #credit-card .expiration:before, #footer .footer-left:before, .clearfix:after, .container:after, .widget .featured-videos .video .title:after, .widget .related-posts .related .title:after, .content-home .highlights article:after, body.page-template-template-initiative-php .projects .project:after, .committee-popup:after, #donate #step-3 #credit-card .expiration:after, #footer .footer-left:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clearfix:after, .container:after, .widget .featured-videos .video .title:after, .widget .related-posts .related .title:after, .content-home .highlights article:after, body.page-template-template-initiative-php .projects .project:after, .committee-popup:after, #donate #step-3 #credit-card .expiration:after, #footer .footer-left:after {
    clear: both; }

/* .container class is cleared by default */
/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
  -webkit-transition: color .05s linear;
  -moz-transition: color .05s linear;
  -o-transition: color .05s linear;
  transition: color .05s linear; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 20px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.small {
  font-size: 80%; }

.center {
  text-align: center; }

.highlight {
  background: #ff6644;
  padding: 0 5px;
  color: #fff; }

hr {
  display: block;
  height: 2px;
  width: 60px;
  background: #ddd;
  border: 0;
  margin: 20px 0;
  clear: both; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

/* --------------------------------------------------------------
WordPress Elements
-------------------------------------------------------------- */
.wp-caption {
  margin: 0 0 15px;
  text-align: center; }

.wp-caption img {
  margin-top: 5px; }

.wp-caption .wp-caption-text {
  font-size: 0.8em;
  line-height: 17px;
  padding: 5px 4px;
  margin: 0; }

.aligncenter {
  display: block;
  margin: 0 auto 20px; }

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

.alignleft {
  float: left;
  margin: 10px 40px 30px 0; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

img.aligncenter, img.alignright, img.alignleft {
  text-align: center; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.textleft {
  text-align: left; }

.screen-reader-text {
  position: absolute;
  left: -9000px; }

/* --------------------------------------------------------------
Buttons
-------------------------------------------------------------- */
button, .btn, .form-submit input, .widget_search #searchsubmit {
  display: inline-block;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 10px 30px;
  background: #fc5b01;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-font-smoothing: antialiased; }

button:hover, .btn:hover, .form-submit input:hover, .widget_search #searchsubmit:hover {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0.8; }

button:active, .btn:active, .form-submit input:active, .widget_search #searchsubmit:active {
  position: relative;
  top: 1px;
  bottom: -1px; }

button.light, .btn.light {
  background: #fff;
  color: #555759; }

button.light:hover, .btn.light:hover {
  background: #ff6644;
  color: #fff; }

input[type="text"],
input[type="email"],
textarea {
  padding: 8px 10px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    outline: 0;
    border: 1px solid #1D98F0; }

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comments ul {
  margin-left: 0;
  margin-bottom: 0; }

.comments ul li {
  list-style-type: none; }

.comment ul {
  margin-left: 2em;
  margin-bottom: 30px; }

.comment ul li {
  list-style-type: disc; }

#comments h3 {
  font-size: 18px; }

.comments h5 {
  margin: 60px 0 30px 0; }

.comment .avatar {
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 3px; }

.comment .fn {
  color: #555759;
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
  line-height: 1; }

.comment .comment-meta {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #777; }

.comment .comment-body {
  position: relative;
  overflow: hidden; }

.commentlist {
  margin-bottom: 50px; }

.commentlist ul {
  margin-left: 70px; }

/* Comment form */
#commentform h3 {
  text-transform: uppercase;
  color: #aaa; }

#commentform .required {
  text-transform: uppercase;
  color: #aaa;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1; }

#commentform label {
  display: block; }

#commentform textarea {
  width: 100%;
  min-height: 140px; }

.comment-form-comment {
  margin-bottom: 20px; }

.comment-notes, .form-allowed-tags, .closed-comments {
  font-size: 12px;
  line-height: 24px;
  color: #bbb;
  text-transform: uppercase;
  font-weight: bold; }

.form-submit {
  float: right;
  margin-bottom: 0; }

a#cancel-comment-reply-link,
a#cancel-comment-reply-link:visited,
a.comment-reply-link,
a.comment-reply-link:visited {
  color: #bbb; }

#respond input[type="text"],
#respond input[type="submit"] {
  font-family: inherit; }

/* --------------------------------------------------------------
Contact form
-------------------------------------------------------------- */
.wpcf7-text {
  width: 100%;
  margin-bottom: 10px; }

.wpcf7-textarea {
  width: 100%;
  min-height: 140px;
  margin-bottom: 10px; }

.wpcf7 .btn {
  float: right; }

span.wpcf7-not-valid-tip, span.wpcf7-not-valid-tip-no-ajax {
  border: 0 !important;
  padding-left: 10px;
  background: #eba9a9;
  color: #e44d4d;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }

span.wpcf7-not-valid-tip-no-ajax {
  background: 0;
  padding: 0; }

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  border: 0 !important;
  background: #f6e087;
  color: #ad8f18;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

div.wpcf7-mail-sent-ok {
  color: #3f9724;
  background: #aad39d; }

.wpcf7-response-output {
  margin: 20px 0 0 0 !important; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav li {
  list-style: none !important; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(assets/images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 30px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 30px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/** misc flexslider styles */
.flexslider .slide {
  position: relative; }

.flexslider .slide .caption {
  position: absolute;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fafafa;
  padding: 8px 20px; }

/* --------------------------------------------------------------
Misc
-------------------------------------------------------------- */
/* jetpack fixes */
.comment-subscription-form input[type="checkbox"] {
  display: inline-block;
  margin: 0 10px 0 0; }

/** Helper Classes */
.float-right {
  float: right; }

.float-left {
  float: left; }

.hidden {
  display: none;
  visibility: hidden; }

html {
  background: #efefef; }

body {
  color: #454545;
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px; }

/** Wrappers */
#content {
  width: 960px;
  margin: 30px auto;
  background: #FFF;
  -webkit-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.02); }
  #content #main {
    padding: 20px 30px 30px; }

/**
Header
*/
#header .container {
  padding: 30px 30px 0; }
#header #brand .logo {
  float: left; }
#header #brand .site-description {
  position: relative;
  height: 105px;
  width: 320px;
  float: left;
  margin-left: 15px; }
  #header #brand .site-description h2 {
    position: absolute;
    bottom: 22px; }
#header .actions .socials {
  float: left;
  margin-right: 10px;
  margin-top: 6px; }
  #header .actions .socials a {
    display: block;
    float: left;
    background: #dadada;
    color: #FFF;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: 4px; }
    #header .actions .socials a:hover {
      background: #ababab; }
    #header .actions .socials a span {
      font-size: 18px;
      line-height: 34px; }
#header .actions .donate {
  background: #2a66af;
  padding: 10px 20px;
  color: #FFF;
  font-weight: bold;
  float: right;
  font-size: 14px; }
#header #searchform input {
  margin-top: 16px;
  width: 100%;
  float: right; }

.underline, article .content a:hover, .widget a:hover,
.slide a:hover {
  text-decoration: underline; }

article h2.post-title {
  font-size: 32px;
  margin-top: 10px; }
article .content {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 29px; }
  article .content h1, article .content h2, article .content h3, article .content h4, article .content h5, article .content h6 {
    margin: 40px 0 20px; }
  article .content h3, article .content h4, article .content h5, article .content h6 {
    font-weight: bold; }
  article .content h3 {
    font-size: 18px; }
  article .content a {
    color: #fc5b01; }
    article .content a.post-title-a {
      color: #3066a2; }
      article .content a.post-title-a:hover {
        color: #fc5b01;
        text-decoration: none !important; }

article.list a.hover, article.featured a.hover {
  color: #FC5B01; }

.site-description h2 {
  font-size: 16px;
  margin-bottom: 0; }

#navigation .container {
  background: #303030;
  margin: 0 30px; }
  #navigation .container nav#primary-nav {
    float: left; }
  #navigation .container nav#secondary-nav {
    float: right; }
  #navigation .container nav > ul > li {
    display: inline-block;
    padding: 15px 0; }
    #navigation .container nav > ul > li a {
      color: #FFF;
      padding: 0px 20px;
      display: block;
      font-weight: bold;
      border-right: 1px solid #4b4b4b; }
    #navigation .container nav > ul > li.current-menu-item {
      background: #2a66af; }
      #navigation .container nav > ul > li.current-menu-item a {
        border: none; }
    #navigation .container nav > ul > li:last-child a {
      border: none; }

.featured-image, .list .featured-image {
  line-height: 0;
  margin: 0 0 30px;
  position: relative; }

.list .featured-image {
  margin: 0 0 25px; }
  .list .featured-image .play {
    position: absolute;
    top: 90px;
    right: 183px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 12px 25px 11px 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background 100ms linear;
    -webkit-transition: background 100ms linear;
    -o-transition: background 100ms linear;
    transition: background 100ms linear; }
    .list .featured-image .play span {
      font-size: 25px; }
  .list .featured-image:hover .play {
    background: rgba(0, 0, 0, 0.75); }
.list .content .date {
  color: #FC5B01;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
  margin-top: -10px; }
.list .content p {
  margin: 0; }

.blog h2.post-title, .archive h2.post-title {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 35px; }

body.single article {
  margin: 0 auto;
  width: 680px; }
  body.single article .date {
    color: #fc5b01;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }

article .content .gallery-title {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #fc5b01;
  font-size: 22px; }
article .content .gallery-images {
  margin: 0 -10px; }
  article .content .gallery-images .gallery-image {
    width: 212px;
    display: block;
    line-height: 0;
    float: left;
    margin: 0 10px 20px; }

body.single .featured-video {
  width: 680px;
  margin: 0 auto 30px; }
  body.single .featured-video.full-width {
    width: 100%; }

#posts-list {
  width: 420px;
  margin-left: 60px;
  float: left; }
  #posts-list article.list {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #e3e3e3;
    width: 420px; }
    #posts-list article.list span.category {
      background: #fc5b01;
      padding: 1px 7px 0px;
      color: #FFF;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      float: left;
      display: block;
      margin-right: 7px;
      margin-top: -2px; }
    #posts-list article.list .post-title {
      font-weight: normal;
      margin: 0 0 10px; }
    #posts-list article.list .content {
      font-size: 14px; }
    #posts-list article.list .excerpt-read-more-link {
      display: none; }

/** Filter list */
#filter {
  width: 100px;
  float: left;
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto; }
  #filter .filter {
    padding: 0 0 70px; }
    #filter .filter h3 {
      color: #a0a0a0;
      font-size: 12px;
      font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    #filter .filter ul li a {
      display: block;
      color: #333;
      line-height: 26px; }
      #filter .filter ul li a:hover {
        color: #fc5b01; }
    #filter .filter ul li.current a {
      color: #fc5b01; }

/** Pagination */
.pagination {
  text-align: center; }
  .pagination a, .pagination span {
    color: #555759;
    display: inline-block;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 2px 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .pagination a:hover {
    color: #FFF;
    background: #F64;
    opacity: 0.8; }
  .pagination span.current {
    color: #FFF;
    background: #FC5B01; }

#sidebar {
  float: right;
  width: 200px;
  border-left: 1px solid #e3e3e3;
  padding: 0 30px 30px; }
  #sidebar .widget {
    padding: 10px 0 40px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e3e3e3; }
    #sidebar .widget h6 {
      font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
      font-size: 25px;
      color: #fc5b01;
      margin: 0 0 5px; }

.widget:after {
  content: " ";
  border-bottom: 1px solid #e3e3e3; }
.widget .mailchimp input[type="text"],
.widget .mailchimp input[type="email"] {
  width: 100%;
  margin: 13px 0 0; }
.widget .mailchimp button {
  padding: 8px 15px;
  margin: 13px 0 0; }
.widget .featured-videos .video {
  margin-top: 25px; }
  .widget .featured-videos .video .thumbnail {
    height: 120px;
    overflow: hidden;
    margin: 0 0 15px;
    position: relative; }
    .widget .featured-videos .video .thumbnail .play {
      position: absolute;
      top: 44px;
      right: 81px;
      background: rgba(0, 0, 0, 0.5);
      color: #FFF;
      padding: 5px 17px 4px 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -moz-transition: background 100ms linear;
      -webkit-transition: background 100ms linear;
      -o-transition: background 100ms linear;
      transition: background 100ms linear; }
    .widget .featured-videos .video .thumbnail:hover .play {
      background: rgba(0, 0, 0, 0.75); }
  .widget .featured-videos .video .title {
    margin: 0 0 5px; }
    .widget .featured-videos .video .title a {
      font-weight: bold;
      color: #fc5b01; }
  .widget .featured-videos .video .content p {
    margin: 0; }
.widget .related-posts {
  margin-top: 25px; }
  .widget .related-posts .related {
    margin: 0 0 30px; }
    .widget .related-posts .related .thumbnail {
      margin: 0 0 15px; }
    .widget .related-posts .related .title {
      margin: 0 0 8px; }
      .widget .related-posts .related .title a {
        font-weight: bold;
        color: #fc5b01; }
        .widget .related-posts .related .title a span.category {
          background: #fc5b01;
          padding: 1px 7px 0px;
          color: #FFF;
          font-size: 11px;
          text-transform: uppercase;
          font-weight: bold;
          font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          float: left;
          display: block;
          margin-right: 7px;
          margin-top: -1px; }
.widget .downloads {
  display: table;
  padding-top: 20px; }
  .widget .downloads .download {
    display: table-row;
    font-weight: bold;
    color: #fc5b01;
    margin-bottom: 30px; }
    .widget .downloads .download div {
      display: table-cell;
      vertical-align: top;
      padding-bottom: 20px; }
      .widget .downloads .download div img {
        min-width: 24px;
        padding-top: 3px; }
      .widget .downloads .download div.title {
        padding-left: 12px;
        line-height: 1.4em; }

#home-slider {
  width: 100%;
  height: 380px;
  margin-bottom: 60px; }
  #home-slider .clickable {
    cursor: pointer; }
  #home-slider .slide-caption {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    height: 380px; }
    #home-slider .slide-caption .inner {
      padding: 30px; }
      #home-slider .slide-caption .inner h4 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: bold; }
      #home-slider .slide-caption .inner .read-more {
        color: #fc5b01;
        display: block;
        padding: 10px 0 0;
        font-size: 14px; }

.content-home .highlights {
  width: 580px;
  float: left; }
  .content-home .highlights h3 {
    font-size: 31px; }
  .content-home .highlights article {
    padding: 0 0 30px;
    width: 580px; }
    .content-home .highlights article .post-title {
      margin: 0 0 5px; }
    .content-home .highlights article .featured-image {
      width: 190px;
      padding: 5px;
      float: left;
      border: 1px solid #e3e3e3;
      line-height: 0;
      margin: 5px 0 0;
      margin-right: 20px; }
    .content-home .highlights article .content {
      font-size: 14px;
      line-height: 21px;
      overflow: hidden; }
      .content-home .highlights article .content .post-title {
        font-weight: normal; }
      .content-home .highlights article .content .excerpt-read-more-link {
        display: block;
        padding: 10px 0 0; }
      .content-home .highlights article .content p {
        margin-bottom: 0; }

body.page-template-template-initiative-php .projects .project .post-title,
body.page-template-template-initiative-php .projects .project .content {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif; }
body.page-template-template-initiative-php .projects .project .post-title {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 5px; }
body.page-template-template-initiative-php .projects .project .content {
  font-size: 14px;
  line-height: 22px; }
  body.page-template-template-initiative-php .projects .project .content p {
    margin: 0; }
body.page-template-template-initiative-php .projects .project .excerpt-read-more-link {
  color: #999;
  display: block;
  margin: 10px 0 0; }
body.page-template-template-initiative-php #major-projects {
  margin-top: 50px; }
  body.page-template-template-initiative-php #major-projects .project-item {
    height: 310px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    body.page-template-template-initiative-php #major-projects .project-item .featured-image {
      width: 560px;
      float: left; }
    body.page-template-template-initiative-php #major-projects .project-item .content {
      margin-left: 600px;
      position: absolute;
      bottom: 53px; }
body.page-template-template-initiative-php #minor-projects {
  margin: 0 -20px 0; }
  body.page-template-template-initiative-php #minor-projects .project-item {
    width: 273px;
    margin: 0 20px 40px;
    float: left; }

body.single-project article {
  width: 580px;
  float: left; }
  body.single-project article .content > h1 {
    margin: 0 0 20px; }
body.single-project .gallery-images .gallery-image {
  width: 180px; }

.committees {
  text-align: center;
  padding: 20px 0 0; }
  .committees a.committee {
    display: inline-block;
    padding: 0 20px;
    text-decoration: none !important;
    margin-bottom: 20px; }
    .committees a.committee img {
      display: block;
      width: 110px;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
      -ms-border-radius: 200px;
      -o-border-radius: 200px;
      border-radius: 200px;
      margin: 0 0 10px; }
    .committees a.committee span {
      color: #787878;
      font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
      font-size: 15px; }

.committee-popup {
  width: 650px;
  padding: 10px;
  display: none; }
  .committee-popup .attachment-thumbnail {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .committee-popup .c-content {
    margin-left: 175px; }
    .committee-popup .c-content h3 {
      font-size: 25px;
      margin: 0 0 10px; }
    .committee-popup .c-content p:last-child {
      margin-bottom: 0; }

body.page-template-template-donate-php #content #main {
  padding-top: 0; }
body.page-template-template-donate-php #donate {
  margin: 0 0 30px; }
  body.page-template-template-donate-php #donate span.error {
    color: red;
    font-weight: bold;
    display: none;
    display: block; }
  body.page-template-template-donate-php #donate .box {
    position: relative;
    height: auto;
    overflow: hidden; }
    body.page-template-template-donate-php #donate .box img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100; }
    body.page-template-template-donate-php #donate .box .inner {
      background: rgba(255, 255, 255, 0.9);
      width: 340px;
      margin: 40px;
      padding: 30px;
      position: relative;
      z-index: 200;
      margin-right: 0;
      float: left; }
      body.page-template-template-donate-php #donate .box .inner .loading-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #FFF;
        background: #000;
        opacity: 0.8;
        z-index: 99;
        font-weight: bold;
        display: none; }
        body.page-template-template-donate-php #donate .box .inner .loading-overlay div {
          padding: 40px;
          padding-top: 55%;
          padding-left: 110px; }
        body.page-template-template-donate-php #donate .box .inner .loading-overlay span {
          display: block;
          width: 25px;
          height: 25px;
          background: url(assets/images/fancybox/fancybox_loading.gif) 0 0 no-repeat;
          float: left;
          margin-right: 10px; }
      body.page-template-template-donate-php #donate .box .inner h3.title {
        color: #3066a2;
        margin: 0 0 10px;
        font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif; }
      body.page-template-template-donate-php #donate .box .inner .describe {
        margin: 0 0 20px; }
      body.page-template-template-donate-php #donate .box .inner .dropdown {
        width: 98%; }
      body.page-template-template-donate-php #donate .box .inner .btn.next {
        color: #FFF;
        background: #333;
        padding: 7px 10px;
        width: 120px;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block;
        text-transform: none;
        float: right; }
      body.page-template-template-donate-php #donate .box .inner a.back {
        display: block;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
        float: left; }
body.page-template-template-donate-php article {
  padding: 0 40px; }
  body.page-template-template-donate-php article h1 {
    color: #3066a2;
    font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
    font-size: 25px; }

.amounts {
  margin: 30px -10px; }
  .amounts .radio-button {
    float: left;
    width: 100px;
    padding: 0 10px;
    margin: 0 0 10px; }
    .amounts .radio-button input {
      display: none; }
    .amounts .radio-button .btn {
      width: 100%;
      text-align: center;
      padding: 7px 10px;
      background: #3066a2;
      color: #FFF; }
    .amounts .radio-button.selected .btn {
      background: #fc5b01; }
  .amounts .other {
    margin-left: 10px;
    padding: 10px;
    width: 100px; }

#donate .inner {
  overflow: hidden; }
  #donate .inner #steps {
    width: 1120px;
    -moz-transition: margin 300ms ease-in;
    -webkit-transition: margin 300ms ease-in;
    -o-transition: margin 300ms ease-in;
    transition: margin 300ms ease-in; }
    #donate .inner #steps .step {
      width: 340px;
      float: left;
      margin-right: 30px;
      height: 420px; }
      #donate .inner #steps .step .form-group {
        margin: 0 0 20px; }
        #donate .inner #steps .step .form-group label {
          margin: 0 0 8px; }
        #donate .inner #steps .step .form-group input, #donate .inner #steps .step .form-group textarea {
          margin: 0;
          width: 100%; }

#donate .inner #step-2 .form-group-name .form-group {
  width: 47%;
  float: left;
  position: relative; }
  #donate .inner #step-2 .form-group-name .form-group.first {
    margin-right: 6%; }
#donate .inner #step-2 .form-group.address input {
  margin-bottom: 5px; }
#donate .inner #step-2 .form-group.address .address-group input {
  width: 32.5%; }

#donate #step-3 #payment-form {
  padding: 30px 0; }
#donate #step-3 .payment-method strong {
  margin: 0 0 10px;
  display: block; }
#donate #step-3 .payment-method label {
  margin: 0 0 4px; }
#donate #step-3 #credit-card .card-number {
  width: 100%; }
#donate #step-3 #credit-card .expiration {
  float: left;
  margin-right: 20px; }
  #donate #step-3 #credit-card .expiration select {
    border: 1px solid #ccc;
    height: 30px; }
#donate #step-3 #credit-card .card-cvc {
  width: 50px;
  float: left; }
  #donate #step-3 #credit-card .card-cvc label span {
    color: #ddd; }
    #donate #step-3 #credit-card .card-cvc label span:hover {
      color: #333; }
#donate #step-3 .back {
  display: inline-block; }
#donate #step-3 input[type="submit"] {
  float: right; }
  #donate #step-3 input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.tooltip {
  display: inline;
  position: relative; }
  .tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(title);
    left: 0;
    width: 110px;
    padding: 5px 10px;
    position: absolute;
    z-index: 98;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.5pt;
    line-height: 1; }
  .tooltip::after {
    content: " "; }

#donate #step-1 .amounts {
  position: relative; }
  #donate #step-1 .amounts .error {
    position: absolute;
    top: -27px;
    left: 10px;
    display: none; }
#donate #step-2 .error {
  float: right;
  display: none; }
#donate #payment-form .payment-errors {
  color: red;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  display: none; }

#tribute.inner {
  margin-left: 24px !important;
  height: 420px;
  display: none; }
  #tribute.inner .form-group {
    margin: 0 0 10px;
    position: relative; }
    #tribute.inner .form-group input, #tribute.inner .form-group textarea {
      width: 100%;
      margin: 0; }
    #tribute.inner .form-group input[type="radio"] {
      width: auto;
      margin-right: 3px; }
    #tribute.inner .form-group .error {
      position: absolute;
      right: 10px;
      top: 5px;
      display: none; }
  #tribute.inner .btn.next {
    margin-top: 45px !important; }

/** CSS Animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

body.search-results h2.post-title span {
  color: #3066A2;
  font-style: italic; }
body.search-results #posts-list {
  width: 580px;
  margin-left: 0; }
  body.search-results #posts-list article.list {
    width: auto; }

.related-posts h3 {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #FC5B01;
  margin: 30px 0 20px;
  border-top: 1px solid #E3E3E3;
  padding-top: 20px; }
.related-posts .article {
  padding-bottom: 20px;
  overflow: hidden; }
  .related-posts .article .featured-image {
    width: 190px;
    padding: 5px;
    float: right;
    border: 1px solid #E3E3E3;
    line-height: 0;
    margin: 5px 0 0;
    margin-left: 20px; }
    .related-posts .article .featured-image .play {
      position: absolute;
      top: 52px;
      right: 76px;
      background: rgba(0, 0, 0, 0.5);
      color: #FFF;
      padding: 9px 17px 9px 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -moz-transition: background 100ms linear;
      -webkit-transition: background 100ms linear;
      -o-transition: background 100ms linear;
      transition: background 100ms linear; }
    .related-posts .article .featured-image:hover .play {
      background: rgba(0, 0, 0, 0.75); }
  .related-posts .article .content {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden; }
    .related-posts .article .content span.category {
      background: #fc5b01;
      padding: 1px 7px 0px;
      color: #FFF;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      float: left;
      display: block;
      margin-right: 7px;
      margin-top: 4px; }
    .related-posts .article .content .post-title-a {
      color: #3066A2; }
      .related-posts .article .content .post-title-a h4 {
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 5px; }
      .related-posts .article .content .post-title-a:hover {
        color: #FC5B01; }
    .related-posts .article .content p {
      margin: 0; }
    .related-posts .article .content .excerpt-read-more-link {
      display: none; }
.related-posts .view-more {
  font-size: 16px;
  float: right; }
  .related-posts .view-more span {
    font-size: 12px; }

#footer {
  background: #303030;
  padding: 20px 30px;
  color: #FFF; }
  #footer .footer-left {
    width: 370px;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #ababab;
    float: left;
    padding-bottom: 60px; }
    #footer .footer-left .footer-logo {
      width: 105px;
      margin: 0 auto; }
    #footer .footer-left a {
      font-weight: bold;
      color: #FFF; }
  #footer .footer-right {
    padding-left: 50px;
    float: left;
    font-size: 14px; }
    #footer .footer-right #footer-nav {
      padding: 30px 0; }
      #footer .footer-right #footer-nav > ul > li {
        float: left;
        text-align: left;
        padding-right: 50px; }
        #footer .footer-right #footer-nav > ul > li:last-child {
          padding-right: 0; }
        #footer .footer-right #footer-nav > ul > li > a {
          font-weight: bold;
          display: block;
          margin: 0 0 10px; }
        #footer .footer-right #footer-nav > ul > li a {
          color: #FFF; }
        #footer .footer-right #footer-nav > ul > li .btn-donate {
          background: #3066a2;
          padding: 5px 20px;
          margin-top: 10px; }

/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
.dropdown {
  position: relative;
  width: 160px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.dropdown.focus {
  /*box-shadow: 0 0 5px rgba(51,102,248,.4);*/ }

/* CARAT */
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  border: 4px solid transparent;
  border-top: 7px solid #000; }

.dropdown.open .carat {
  margin-top: -8px;
  border-top: 4px solid transparent;
  border-bottom: 7px solid #000; }

.dropdown.disabled .carat {
  border-top-color: #999; }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
  display: block;
  line-height: 1;
  color: #000;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap; }

.dropdown.disabled .selected {
  color: #999; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  padding: 8px 12px; }

/* .focus class is also added on hover */
.dropdown li.focus {
  background: #3066a2;
  position: relative;
  z-index: 3;
  color: #fff; }

.dropdown li.active {
  font-weight: 700; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(assets/images/fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(assets/images/fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(assets/images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(assets/images//fancybox/fancybox_overlay.png);
  background: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(assets/images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(assets/images//fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/**
Flexslider - modify flexslider styles
*/
.flex-control-nav {
  position: relative;
  bottom: 0;
  padding: 10px; }
  .flex-control-nav li a {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .flex-control-nav li a.flex-active {
      background: #3066a2; }
