

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * 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)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-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 */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_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);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/



*{
  margin:0px;
  padding:0px;
  line-height:1.2;
  word-wrap: break-word;

}
@supports (-webkit-overflow-scrolling: touch) {
  *{
    background-attachment: scroll !important;
  }
}

p{
  line-height: 1.5;
}


@media(max-width:768px){
  *{
    /* max-width:100% !important;*/
  }
}

*, *::before, *::after {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  min-height: 0;
}

html {
  /*font-size: 10px;*/
}
body{
  font-family: 'Oxfam-TSTARPRO-light', sans-serif;
  overflow-x:hidden;
  z-index:0;
  color:#191919;
  word-break: keep-all;
}

a {
  text-decoration:none;
  cursor:pointer;
  font-family: 'Oxfam-TSTARPRO-bold', sans-serif;
  color:#fff;
}

p a {
  text-decoration:none;
  cursor:pointer;
  font-family: 'Oxfam-TSTARPRO-bold', sans-serif !important; ;
  color: #65a33a !important;
}

.toggle-box ul {
  padding-left: 40px;
}

.toggle-box ul li{
  padding-bottom: 10px;
}

.box {
  max-width: 1250px !important;
  float: none !important;
  margin: 0px auto !important;
}

.box-half-left,
.span6 .box{
  max-width: 625px !important;
  float: right !important;
  width: 100%;
}

.box-left{
  max-width: 625px !important;
  float: right !important;
  width: 100%;
  position: relative !important;
}

.box-right{
  max-width: 625px !important;
  float: left !important;
  width: 100%;
  position: relative !important;
}

.agenda-img img{
  width:100% !important;
}

.row-fluid .span12,
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1{
  margin-left:0;
}

.row-fluid .span12{
  width:100%;
}
.row-fluid .span11{
  width:91%;
}
.row-fluid .span10{
  width:83%;
}
.row-fluid .span9{
  width:74.5%;
}
.row-fluid .span8{
  width:66%;
}
.row-fluid .span7{
  width:58%;
}
.row-fluid .span6{
  width:50%;
}
.row-fluid .span5{
  width:41%;
}
.row-fluid .span4{
  width:33%;
}
.row-fluid .span3{
  width:24.5%;
}
.row-fluid .span2{
  width:16%;
}
.row-fluid .span1{
  width:8%;
}






@media(max-width:768px){  
  .content-boxes-button .content-boxes-button-content .content-flex{
    display:block;
  }

  .header-subtitle div.dot{
    width:20px !important;
    height:20px !important;
  }

}

@media(min-width:768px){
  .row-fluid-wrapper > .row-fluid,
  .widget-span.equal > .row-fluid-wrapper > .row-fluid  .widget-span{
    display: flex;
    /*flex-wrap: wrap;*/ /*Prueba safari*/

  }

  .row-fluid-wrapper > .row-fluid > .widget-span.equal > .hs_cos_wrapper,
  .row-fluid-wrapper > .row-fluid > .widget-span.equal > .hs_cos_wrapper > div,
  .row-fluid-wrapper > .row-fluid > .widget-span.equal > .hs_cos_wrapper > div > div,
  .widget-span.equal > .row-fluid-wrapper > .row-fluid > .widget-span > .hs_cos_wrapper,
  .widget-span.equal > .row-fluid-wrapper > .row-fluid > .widget-span > .hs_cos_wrapper > div,
  .widget-span.equal > .row-fluid-wrapper > .row-fluid > .widget-span > .hs_cos_wrapper > div > div{
    height:100%;   
  }

  .equal .span6 > div{
    width:100%;
  }

  .row-fluid-wrapper > .row-fluid > .widget-span.full > .hs_cos_wrapper,
  .row-fluid-wrapper > .row-fluid > .widget-span.full > .hs_cos_wrapper > div,
  .row-fluid-wrapper > .row-fluid > .widget-span.full > .hs_cos_wrapper > div > div,
  .widget-span.full > .row-fluid-wrapper > .row-fluid > .widget-span > .hs_cos_wrapper,
  .widget-span.full > .row-fluid-wrapper > .row-fluid > .widget-span > .hs_cos_wrapper > div,
  .widget-span.full > .row-fluid-wrapper > .row-fluid > .widget-span > .hs_cos_wrapper > div > div{
    width:100%;

  }


  .equal .swiper-button-prev,
  .equal .swiper-button-next {
    top:0;
  }

}
.swiper-container{
  padding: 0 40px;
}



/* GENERAL BUTTON*/

.general-button{
  margin:0 auto;
}

.general-button-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.general-button-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.general-button-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.general-button-title{
  display: block;
  position: relative;
}

.general-button-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.general-button-text *{
  height: auto !important;
}


.general-button-cta{
  position:relative;   

}

.general-button-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}


/*END GENERAL BUTTON*/



/* COUNTER BOXES*/

.counter-boxes{
  margin:0 auto;
}

.counter-boxes-wrapper{
  position: relative;
  overflow: hidden;
}

.counter-boxes-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.counter-boxes-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.counter-boxes-counter{
  display: block;
  position: relative;
} 


.counter-boxes-title{
  display: block;
  position: relative;
}

.counter-boxes-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.counter-boxes-icon{
  position:relative;
  text-align: right;
}

/*END COUNTER BOXES*/

/* IMPORTANT BUTTON*/

.important-button{
  margin:0 auto;
}

.important-button-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.important-button-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.important-button-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.important-button-title{
  display: block;
  position: relative;
}

.important-button-cta{
  position:relative;   

}

.important-button-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}

.important-button-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.important-button-content{
  position: relative;
}
/*END IMPORTANT BUTTON*/


/* SECONDARY BUTTON*/

.secondary-button{
  margin:0 auto;
}

.secondary-button-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.secondary-button-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.secondary-button-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.secondary-button-title{
  display: block;
  position: relative;
}

.secondary-button-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.secondary-button-cta{
  position:relative;   

}

.secondary-button-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}

.secondary-button-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.secondary-button-content{
  position: relative;
}

/*END SECONDARY BUTTON*/

/* DONATION BUTTON*/

.donation-button{
  margin:0 auto;
}

.donation-button-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.donation-button-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.donation-button-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}


.donation-button-wrapper .row-fluid{
  display:flex;
}


.donation-button-title{
  display: block;
  position: relative;
}

.donation-button-cta{
  position:relative;   

}

.donation-button-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}

.donation-button-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.donation-button-content{
  position: relative;
}

.donation-button-text{
  display: block;
  position: relative;
  margin:0 auto;
}
/*END DONATION BUTTON*/


/* CONTENT BOXES BUTTON*/

.content-boxes-button{
  margin:0 auto;
}

.content-boxes-button-wrapper{
  position: relative;
  overflow: hidden;
}

.content-boxes-button-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.content-boxes-button-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.content-boxes-button-counter{
  display: block;
  position: relative;
} 


.content-boxes-button-title{
  display: block;
  position: relative;
}

.content-boxes-button-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.content-boxes-button-icon{
  position:relative;
  background-size: contain;
}

.content-boxes-button a{
  text-decoration:none;
}

/*END CONTENT BOXES BUTTON*/



/* IMAGE BOX*/

.image-box{
  margin:0 auto;
}

.image-box-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.image-box-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-box-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}
/*END IMAGE BOX*/



/* TESTIMONIAL*/

.testimonial{
  margin:0 auto;
}

.testimonial-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.testimonial-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}


.testimonial-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.testimonial-content{
  position: relative;
}

.testimonial-text,
.testimonial-author,
.testimonial-occupation{
  display: block;
  position: relative;
  margin:0 auto;
}

.testimonial-author, .testimonial-without-image-author {
  text-transform:uppercase;
}
/*END TESTIMONIAL*/

/* HEADER BUTTON*/

.header-banner{
  margin:0 auto;
}

.header-banner-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.header-banner-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-banner-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.header-banner-title{
  display: block;
  position: relative;
}

.header-banner-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.header-banner-cta{
  position:relative;   

}

.header-banner-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}

/*END HEADER BUTTON*/

/* INFORMATION BOX*/

.information-box{
  margin:0 auto;
}

.information-box-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
  /*min-height: 600px;*/
}

.information-box-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.information-box-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.information-box-title{
  display: block;
  position: relative;
}

.information-box-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.information-box-cta{
  position:relative;   

}

.information-box-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}

.information-box-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.information-box-content{
  position: relative;
}

/*END INFORMATION BOX*/


/* INFORMATION VERTICAL BOX*/

.information-vertical-box{
  margin:0 auto;
}

.information-vertical-box-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.information-vertical-box-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.information-vertical-box-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.information-vertical-box-title{
  display: block;
  position: relative;
}

.information-vertical-box-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.information-vertical-box-cta{
  position:relative;   

}

.information-vertical-box-cta a{
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 5px 0px;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration:none;
}

.information-vertical-box-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.information-vertical-box-content{
  position: relative;
}

/*END INFORMATION VERTICAL BOX*/


/* TESTIMONIAL WITHOUT IMAGE*/

.testimonial-without-image{
  margin:0 auto;
}

.testimonial-without-image-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.testimonial-without-image-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-without-image-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}




.testimonial-without-image-content{
  position: relative;
}

.testimonial-without-image-text,
.testimonial-without-image-author,
.testimonial-without-image-occupation{
  display: block;
  position: relative;
  margin:0 auto;
}
/*TESTIMONIAL WITHOUT IMAGE*/



/* GALLERY*/

.gallery{
  margin:0 auto;
}

.gallery-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.gallery-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  /*     transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-container:after {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}


.gallery-text{
  display: block;
  position: relative;
  margin:0 auto;
}

.gallery-text .first-paragraph{
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 6px;
}
}


.gallery-header-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.gallery-content{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gallery-content:before {
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

/*END GALLERY*/


/* SOCIAL NETWORK*/

.social-network{
  margin:0 auto;
}

.social-network-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.social-network-wrapper .left-column .social-network-text{
  top:50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position:absolute;
  width:100%;
}

.social-network-image{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
  background-size: 45px 45px;
  position: relative;
  height:45px;
  width:auto;
  cursor:pointer;

}

.social-network-image a{
  color:transparent;
}

.social-network-text{
  display: block;
  position: relative;
  margin:0 auto;
}
/*END SOCIAL NETWORK*/

/* CONTENT LABELS*/

.content-labels{
  margin:0 auto;
}

.content-labels-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

/*END CONTENT LABELS*/

/*RESPONSIVE FONT MODULES*/
@media(max-width:768px){
  .header-banner-title *{
    font-size:30px !important;
  }
  .header-subtitle.sub * {
    font-size: 25px !important;
  }

  .donation-button-title * {
    font-size: 40px !important;
  }

  h2, h2 strong{
    font-size:28px !important;
  }

  h3{
    font-size:26px !important;
  }
}

@media(max-width:360px){

  .donation-button-title * {
    font-size: 30px !important;
  }
  .cta_button {
    height: auto !important;
  }

}

/*END RESPONSIVE FONT MODULES*/


/* VIDEO IMAGE*/
.video-image{
  margin:0 auto;
}

.video-image-wrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.video-image-container,
.video-image-icon-container{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-image-container:after,
.video-image-icon-container:after{
  -webkit-transition: opacity .2s;
  content:"";
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position:absolute;
  width: 100%;
  height: 100%;
}

.video-image-icon-container{
  display: block;
  position: relative;
}

.full {
  width: 100%!important;
}

.separator{
  border-top: 1px solid #f8f8f8;
  margin:20px 0;
}

.content-button{
  margin-bottom:70px;
}


/*END VIDEO IMAGE*/

p img{
  margin:0 10px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23191919'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23191919'%2F%3E%3C%2Fsvg%3E");
}


.blanco .swiper-button-prev,
.blanco .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23FFF' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.blanco .swiper-button-next,
.blanco .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23FFF' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}



/*TimeLine*/
.timeline{
  padding:100px 40px;
  position:relative;
  overflow:hidden;
}


/*End TimeLine*/

/*Cross Browsing*/
a.cta_button{
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  /*display: inline-block !important;*/
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  transition: all .4s ease !important;
  text-shadow: none !important;
  width: auto !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  /*vertical-align: middle;*/

}



@media not all and (min-resolution:.001dpcm) { 
  @media {
    .cta_button{
      line-height:1.5em !important;
    }
  }
}

@media(min-width:2000px){
  .especial-padding-4k{
    padding-top:200px !important;
  }
}


@media(max-width:980px){
  .row-fluid .span12,
  .row-fluid .span11,
  .row-fluid .span10,
  .row-fluid .span9,
  .row-fluid .span8,
  .row-fluid .span7,
  .row-fluid .span6,
  .row-fluid .span5,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2,
  .row-fluid .span1{
    width:100%;
    display: block; /* !important fue */
  }

  .row-fluid{
    display:block !important;
  }

  .box-half-left,
  .span6 .box,
  .box-left,
  .box-right{

    float: none !important;
  }

  .swiper-slide{
    width:100% !important;
  }

  .counter-boxes-counter *{
    font-size:35px !important;
  }

  .counter-boxes-wrapper,
  .contact-box-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

#filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8f9fb url(https://426027.fs1.hubspotusercontent-na1.net/hubfs/426027/Oxfam-Website/Icons/oi_nav_flecha_oscura_abajo.png) 100% no-repeat;
  color: #191919;
  border: 1px solid #61A534 !important;
  font-size: 16px;
  font-family: 'Oxfam-TSTARPRO-bold', sans-serif;
  padding: 8px;
  background-size: 25px;
}


.header-container .hs-search-field__suggestions{
  display:none;
}


/*RESPONSIVE*/


/*SOCIAL BAR*/
@media(max-width:768px){
  .social-network-wrapper div.span6.left-column {
    padding: 40px 0 !important;
  }
}
/* END SOCIAL BAR*/

/* Search Container*/
@media(max-width:768px){
  .search-container {
    width: 220px !important;
  }
}
/*End Search Container*/
/*GENERAL*/

@media(max-width:768px){
  .title-box-title h2{
    display: inline-block !important;
  }


}

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/*END GENERAL*/

/*CTA WITH LEFT OR RIGHT IMAGE*/
@media(max-width:980px){
  .box-half{
    width: max-content;
    margin: 0 auto;
  }

  .donation-button-header-image{
    height: 400px !important;
    background-position: center;
  }
}
/*END CTA WITH LEFT OR RIGHT IMAGE*/



/*GALLERY*/

@media(max-width:768px){
  .gallery{
    width:100% !important;
  }

  .gallery-header-image{
    background-position: center;
  }
}

a.cta_button {
  height:unset !important;
  line-height:unset !important;
  display:inline-block !important;
  vertical-align: middle !important;
  flex: 1 !important;
}

.error .title-box-title,
.results .title-box-title{
  text-align:left;
}


.form-search{
  max-width:700px;

}

.form-search input{
  box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #191919;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  color: #191919;
  margin: 40px 40px 18px 40px;
  outline: 0;
}


.form-search .hs-search-field form:after {
  content: url(https://426027.fs1.hubspotusercontent-na1.net/hubfs/426027/Oxfam-Website/Icons/lupa.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 30px;
}

.form-search .hs-search-field form{
  position:relative;
}

.hs-search-field__suggestions{
  border: none !important;
  max-width: 700px;
  margin: 0 auto;
}

#hsresults{
  padding-top:40px;
  padding-left:40px;
}

#hsresults li{
  padding-bottom:40px;
  padding-right:40px;
}

#hsresults li * {
  font-size: 17px;
  color: #191919;
}

#hsresults li>a{
  font-size: 19px;
  color: #61A534;
  text-decoration: none;
}

.hs-search-results__next-page{
  position:relative;
  margin-bottom:60px;
  color: transparent;
}

.hs-search-results__next-page:after{
  content: url(https://426027.fs1.hubspotusercontent-na1.net/hubfs/426027/Oxfam-Website/Icons/oi_flecha_verde_der.png);
  width:  15px;
}

.hs-search-results__prev-page{
  position:relative;
  margin-bottom:60px;
  color: transparent;
}

.hs-search-results__prev-page:before{
  content: url(https://426027.fs1.hubspotusercontent-na1.net/hubfs/426027/Oxfam-Website/Icons/oi_flecha_verde_izq.png);
  width:  15px;
}


/*ENDGALLERY*/

.search-wrapper{
  position: fixed;
  top: 110px;
  z-index: 999;
  width: 100%;
}
.horizontal-tabs-link .tab-title *{
  white-space: normal !important;
}


.date-published{
  padding-top:40px;
  padding-left:40px;
  font-family: 'Oxfam-TSTARPRO-light', sans-serif;
  font-size:14px;
}

.header-nota-de-prensa .header-banner-title{
  padding-top:10px;
  padding-bottom:40px;
}

.header-nota-de-prensa  .header-banner-wrapper{
  min-height:unset;
}

.content-box a{
  color:#61A534 !important;
}

/*END RESPONSIVE*/

.whole-team-section{
  position:relative;
}

.DIRECCION,
.PATRONATO,
.VOCALES{
  overflow:unset !important;
}

/*EXTRACT MODULES*/
.donation-button-container-left{
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/*RESPONSIVE*/
@media(max-width:768px){

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-top: 30px;
  }

  .search-wrapper {
    padding-top: 50px;
    top: 45px;
  }

  .header-container {
    padding-top: 20px;
  }

  .donation-button-wrapper .left-column{
    padding: 80px 10px!important;
  }

  .sm_menu_outer{
    position:fixed;
    top:40px;
  }
  .testimonial-wrapper .left-column {
    padding: 20px 10px 30px 10px !important;
  }
  .testimonial-wrapper .right-column {
    padding: 20px 10px 30px 10px !important;
  }

  .title-box-title *{
    font-size:28px !important;
  }

  .content-boxes-button{
    padding:0 10px !important;
  }

  .content-boxes-button-wrapper {
    padding-top: 0 !important;
  }

  .header-banner-title{
    padding-top:50px !important;
  }

  .title-box-title {
    padding: 20px 10px 20px 10px !important;
  }

  .header-banner-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  p {
    line-height: 1.2 !important;
  }

  .general-button-wrapper,
  .information-box-content{
    padding: 20px 10px 20px 10px !important;
  }

  .content-box-text{
    padding:15px !important;
  }

  .toggle-box-content h2{
    font-size:20px !important;
  }
  .title-box {
    padding: 10px 25px 10px 25px !important;
  }
  .testimonial {
    padding: 10px 0px 25px 0px !important;
  }
  .box-half-left, .span6 .box {
    width: auto;
    padding: 0px 5px 0px 5px;
  }
  .counter-boxes-wrapper{
    padding: 20px 50px 30px 50px !important;
  }
  .information-box {
    padding: 0 10px 20px 10px !important;
  }
  .information-box-wrapper {
    padding-top: 30px !important;
  }
  .general-button{
    padding: 0px 0px 0px 0px !important;
  }
  .donation-button {
    padding: 15px 0 0 0  !important;
  }
  .counter-boxes-title{
    word-break: keep-all;
  }
  .links-box {
    padding: 5px 0px 5px 0px !important;
  }
  .links-box-container {
    padding: 5px 0px 5px 0px  !important; 
  }
  .contact-box-person-img{
    width: 150px !important;
    height: 150px !important;
  }
  .testimonial-header-image {
    height: 300px !important;
  }
  .counter-boxes-title h2 {
    font-size: 22px !important;
  }
  .content-boxes-button-title h2 {
    font-size: 20px !important;
  }
  .content-boxes-button-title {
    max-width: 100%;
    padding: 15px 0 15px 0 !important;
  }
  .information-vertical-box-content {
    padding: 20px 25px 20px 25px !important;
  }
  .information-vertical-box {
    padding: 20px 0px 50px 0px  !important;
  }
  .box-half-left p img{
    margin-left: 0 !important;
  }
  .bg-padding-mobile {
    padding: 20px 0px 20px 0px  !important;
  }
  .toggle-box-title h3 {
    font-size: 19px !important;
  }
  .vertical-tabs-container {
    padding: 0px 10px 0px 10px !important;
  }
  .important-button-wrapper,
  .important-button{
    padding: 0px 0px 20px 0px !important;
  }
  .donation-button-wrapper .left-column {
    padding: 80px 10px 20px 10px !important;
  }

  .tab-box-clicked{
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .horizontal-tabs-container{
    padding: 45px 10px 0px 10px !important;
  }
  .donation-button-header-image {
    background-size: cover !important;
  }

  .contact-box-person-job *{
    font-size:17px !important;
  }

  .contact-box-container .contact-box-link.content-flex {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 25px;
    width: 100%;
  }

  /*.contact-box-data {
  display:inline-flex;
}
  */

  .contact-box-data .contact-box-link.content-flex {
    padding-left: 10px;
  }

  .contact-box-data .contact-box-link.content-flex:nth-child(2) {
    padding-left: 0px;
  }

  .hs-search-results__next-page{
    float:none;
  }
  .form-search input{
    width:80%;
  }

  .form-search .hs-search-field form:after {
    right:40px;
  }

  .image-box{
    padding:0 !important;
  }

  .mousewheel{
    z-index:1 !important;
  }

  .information-vertical-box-text{
    padding-bottom:10px !important;
  }

  .information-vertical-box{
    padding-bottom:20px !important;
  }

  .paddings-additional .bg-setting-image{
    background-position: right !important;
  }
}

.equal .row-fluid .span4{
  width:33.33%
}

@media(max-width:768px){
  .equal .row-fluid .span4{
    width:100%
  } 
}

.widget-span.equal>.row-fluid-wrapper>.row-fluid>.widget-span>.hs_cos_wrapper{
  width:100%;
}

#notas-de-prensa .post-header .header-banner-content{
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

#notas-de-prensa .post-header .header-banner-title{
  padding-top: 10px;
  padding-bottom: 40px;
}

#notas-de-prensa .post-header .header-banner-title * {
  color: #61a534;
  font-size: 45px;
  font-family: 'Oxfam-TSTARPRO-Headline';
}

#notas-de-prensa .post-body .content-box-text {
  padding: 80px 40px 100px 40px;
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

#notas-de-prensa .post-body .content-box-text * {
  color: #191919;
  font-size: 19px;
  font-family: 'Oxfam-TSTARPRO-Regular';
}

#notas-de-prensa .row-blog{
  margin-bottom:50px;
}

#notas-de-prensa .row-blog .span9{
  padding-left:20px;
}

#notas-de-prensa.post-listing{
  padding-top:100px;
}

.hs-blog-listing a,
#notas-de-prensa .row-blog .span9 a{
  color:#65a33a;
}

#notas-de-prensa .row-blog .span9 .post-header a{
  font-family: 'Oxfam-TSTARPRO-Bold';
  font-size:20px;
}

#notas-de-prensa .row-blog .post-date{
  font-family: 'Oxfam-TSTARPRO-medium', sans-serif;
  font-size:20px;
}

#notas-de-prensa .row-blog .post-body *{
  font-family: 'Oxfam-TSTARPRO-regular', sans-serif !important;
  font-size:16px !important;
}

#notas-de-prensa  #hsresults{
  padding-top: 0px;
  padding-left: 0px;
  list-style: none;
}

#notas-de-prensa  #hsresults li{
  padding-bottom: 0px;
  padding-right: 0px;
}


.hs-search-field__suggestions{
  display:none;
}

.blog-section .header-banner-title{
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
}

.blog-section *{
  color: #191919;
  font-size: 19px;
  font-family: 'Oxfam-TSTARPRO-Regular';
}

.blog-section .header-banner-title h1 *{
  color: #61a534;
  font-size: 45px;
  font-family: 'Oxfam-TSTARPRO-Headline';
}

.section.post-body{
  padding: 80px 40px 100px 40px;
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}


.blog-section .date-published{
  padding-top: 35px;
}

.blog-section .date-published *{
  font-family: 'Oxfam-TSTARPRO-light',sans-serif;
  font-size: 14px;

}

.full-height *{
  height:100%;
  background-size:cover;
  background-position: center;
}

.blog-listing-wrapper .post-date *{
  font-size:16px;
  font-family: 'Oxfam-TSTARPRO-light',sans-serif;
}

.pagination{
  text-align: center;
  list-style: none;
  margin-bottom:50px;
  margin-top: 50px;
  padding: 0 30px;
}

.pagination li{
  display: inline-block;
  margin-left:25px;
}

.pagination li.active a{
  border: 1px solid #65a33a;
  border-radius: 50%;
  padding: 1px 8px;
}

.hs-search__no-results{
  padding: 0 30px;
}


.marker-image img{
  height:auto;
}

.marker-description{
  max-height: 160px;
  overflow-y: scroll;
}




@media (max-width: 768px){
  .landing .steps h2, .landing .steps  h2 strong {
    font-size: 60px !important;
  }
  .landing .steps .title-box-title{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .landing .steps .content-box-text {
    padding-top: 5px !important;
    padding-left: 35px !important;
  }

  .landing .redes img{
    max-width:48px !important;
  }

}

.help-box *{
  color:#ffffff;
}

div[class^='information-box-wrapper']{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

div[class^='information-box-wrapper']:hover{
  cursor:pointer;
}

.formulario ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px; /*--Set height of tabs--*/
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
}
.formulario ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 31px; /*--Vertically aligns the text within the tab--*/
  border: 1px solid #999;
  border-left: none;
  margin-bottom: -1px; /*--Pull the list item down 1px--*/
  overflow: hidden;
  position: relative;
  background: #e0e0e0;
}
.formulario ul.tabs li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 1.2em;
  padding: 0 20px;
  border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
  outline: none;
}
.formulario ul.tabs li a:hover {
  background: #ccc;
}
html .formulario  ul.tabs li.active,
html .formulario ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not
  listen to the hover properties--*/
  background: #fff;
  border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with
  its content--*/
}

.formulario .tab_container {
  border: 1px solid #999;
  border-top: none;
  overflow: hidden;
  clear: both;
  float: left; width: 100%;
  background: #fff;
}
.formulario .tab_content {
  padding: 20px;
  font-size: 1.2em;
}

.formulario .no-tabs ul.tabs{
  border:none;
  display:none;
}

.formulario .no-tabs .tab_container {
  border: none;
}

.formulario .clear{
  clear:both;
}

.formulario form{
  position:relative;
  height:100%;
}

.formulario form > .hs-dependent-field{
  border: 1px solid #60AB45;
  border-top:none;
  padding-bottom:25px;
  margin-top:10px;
}



.formulario form > .hs-dependent-field > div{
  width:50%;
  display: inline-table;
  height:auto;
}

.formulario form > .hs-dependent-field > div input,
.formulario form > .hs-dependent-field > div select,
.formulario form > .hs-dependent-field > div textarea{
  height:35px;
}

.formulario form > .hs-dependent-field > div:first-child{
  margin-bottom: 30px;
  width:100%;
}

.formulario form > .hs-dependent-field > div:first-child input,
.formulario form > .hs-dependent-field > div:first-child select,
.formulario form > .hs-dependent-field > div:first-child textarea{
  height:auto;
}

.formulario form > .hs-dependent-field div.input{
  margin: 10px 30px;
}

.formulario .hs-form-required{
  display:none;
}

.formulario .legal-consent-container{
  clear:both;
}


.formulario h2{
  padding: 70px 0 0 0;
} 

.formulario h2.message{
  text-align:center;
  font-size:19px;
}

.formulario  input[type="submit"]{
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  transition: all .4s ease !important;
  text-shadow: none !important;
  width: auto !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  background-color: #61A534;
  border: none;
  padding: 20px 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oxfam-TSTARPRO-Bold';
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
}

.formulario  input[type="submit"]:hover{
  background-color: #EC1B5D;
}

.formulario  .actions{
  text-align: center;
  padding: 25px;
  margin-top:90px;
}
.formulario  .hs_recaptcha{
  padding-top:25px;
  position:absolute;
  bottom:100px;
}


.formulario  .hs_recaptcha .grecaptcha-badge{
  margin-left: 0;
}

.formulario .legal-consent-container .hs-richtext:nth-child(1) p, 
.formulario .gdpr-options p:nth-of-type(1){
  background-color: transparent !important;
  padding: 25px 0 !important;
}

.formulario  ul{
  list-style: none;
}

.formulario .hs-soy_mayor_de_16_a_os_{
  padding-top:25px;
}

.formulario .legal-consent-container .hs-form-booleancheckbox-display span *,
.formulario .hs-soy_mayor_de_16_a_os_ .hs-form-booleancheckbox span{
  color: #191919 !important;
  font-size: 16px !important;
  font-family: 'Oxfam-TSTARPRO-Medium'; 
}

.formulario .legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 6px;
}

.formulario .hs-soy_mayor_de_16_a_os_ .hs-form-booleancheckbox span {
  padding-left: 7px;
}

.formulario .legal-consent-container p, .gdpr-options p {
  color: #8E9191 !important;
  font-size: 14px !important;
  font-family: 'Oxfam-TSTARPRO-Medium'; 
}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad{
  width: 100%;
  display: flex;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento{
  display:flex;
  float: left;
}

.formulario form .hs-oi_sap_valor_incremento,
.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento{
  margin:25px 0;
  vertical-align: middle;
  align-items: center;
  display: flex !important;
  height: auto !important;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento{
  justify-content: flex-end;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento .input{
  margin: 10px 0;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento .input label{
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento label span{
  text-transform:uppercase;
  color:#B0B2B2;
  padding-left: 10px;
  font-family: 'Oxfam-TSTARPRO-Bold';
  font-size: 22px;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento > label span{
  color:#61A534;
}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad li,
.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento li{
  background-color: #fff;
  float: left;
  padding: 0 20px;

}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad li{
  width: 25%;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento li{

}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad li label {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  color:#B0B2B2;
  font-size: 22px;
  font-family: 'Oxfam-TSTARPRO-Headline';
  cursor: pointer;
  border:1px solid #B0B2B2;
  width: 100%;
  text-align: center;
  display: block;
}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad li.selected label{
  border: 1px solid #61A534;
  background-color: #61A534;
  color: #fff !important;  
}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad li label input {
  position: relative;
  visibility: hidden;
  height: 0;
  width:0;
}

.formulario form > .hs-dependent-field .hs-oi_sap_periodicidad  div.input{
  width:100%;
}

.formulario form > .hs-dependent-field .hs-oi_sap_valor_incremento .input{
  margin-left:0;
}

.formulario form > .hs-dependent-field .hs-oi_sap_valor_incremento input {
  border: 0;
  border-bottom: 1px solid #B0B2B2;
  background-color: transparent;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento{
  width:60%;
}

.formulario form > .hs-dependent-field .hs-oi_sap_valor_incremento{
  width:40%;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento input,
.formulario input[type=checkbox]{
  position: relative;
  visibility: hidden;
  display: none;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento ul label{
  cursor:pointer;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento ul label input + span:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 20px;
  text-align: center;
  background-image: url(https://426027.fs1.hubspotusercontent-na1.net/hubfs/426027/Oxfam-Website/OxfamWeb-Forms/check-img.png);
  background-repeat: no-repeat;
  background-position: left -21px top 0;
  margin-right: 5px;

}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento ul label input:checked + span:before {
  background-position: left 0 top 0;
}

.formulario form > .hs-dependent-field .hs-oi_sap_tipo_incremento ul label input:checked + span{
  color:#61A534;
}


.formulario input[type=checkbox] + span:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  text-align: center;
  background-image: url(https://426027.fs1.hubspotusercontent-na1.net/hubfs/426027/Oxfam-Website/OxfamWeb-Forms/check-img2.png);
  background-repeat: no-repeat;
  background-position: left -23px top 0;
  margin-right: 15px;
  cursor:pointer;
  position: relative;
  top: 5px;

}

.formulario  input[type=checkbox]:checked + span:before {
  background-position: left 0 top 0;
}

.formulario  input[type=checkbox]:checked + span:before + span{
  cursor:pointer;
  padding-left:0;
}

.formulario .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left:0;
}

.formulario .hs-soy_mayor_de_16_a_os_ .hs-form-booleancheckbox span {
  padding-left: 0;
}

.formulario .hs-error-msg{
  font-size: 15px;
  margin-top: 5px;
  color: red;
  margin-left: 32px;
}



.formulario {
  width:85%;
  margin:0 auto;
}

.formulario .montos{
  width:100%;
  display:flex;
}

/* Chrome, Safari, Edge, Opera */
.formulario input::-webkit-outer-spin-button,
.formulario input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.formulario input[type=number] {
  -moz-appearance:textfield;
}

.formulario  .hs-error-msg.hs-error-custom{
  margin-left: 0px;
}

.nav.nav-one > span > div > ul > li.hs-item-has-children > a {
  cursor: default;
}

.tw-form-custom {
  background-color: #efefef;
  padding: 25px;
  border-radius: 50px;
  margin-top: 25px !important;
}


a#CybotCookiebotDialogBodyEdgeMoreDetailsLink{
  color: #44841A !important;
}
div#CybotCookiebotDialogBodyButtonsWrapper button {
  background-color: #44841A !important;
  border-color: #44841A !important;
}

@media (min-width: 1280px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}

.copy-img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(204, 204, 204, 0.4);
  color: #fff  !important;
  font-size: 10px  !important;
  padding: 5px;
  border-radius: 5px;
}

.cta a, .cta-mobile a,
h1,h2,h3,h4,h5,h6 {
    font-weight: 400 !important;
}