/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');

@font-face {
  font-family: Veneer;
  src: url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/veneerwebfont.eot') format('embedded-opentype'), 
    url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/veneerwebfont.woff') format('woff'), 
    url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/veneerwebfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Helvetica;
  src: url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/Helvetica.eot') format('embedded-opentype'), 
    url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/Helvetica.woff') format('woff'), 
    url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Helvetica Bold;
  src: url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/Helvetica-Bold.eot') format('embedded-opentype'), 
    url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/Helvetica-Bold.woff') format('woff'), 
    url('//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/Helvetica-Bold.eot') format('truetype');');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/FontAwesome5ProRegular.eot") format("embedded-opentype"), 
    url("//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/FontAwesome5ProRegular.woff2") format("woff2"), 
    url("//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/FontAwesome5ProRegular.woff2") format("woff"), 
    url("//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/FontAwesome5ProRegular.ttf") format("truetype"), 
    url("//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/FontAwesome5ProRegular.eot") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
 font-family: 'VeneerClean'; 
 src: url("//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Fonts/VeneerClean.otf") format('truetype');}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  line-height: 1.15;
}

body {
  background: #fff;
  color: #333;
  font-family: Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-size: 1.045rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #cd007d;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #cd007d;
  text-shadow: none;
}



/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: VeneerClean,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  margin: 15px 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.25rem;
  color: #0072ce;
}

h2 {
  font-size: 3rem;
  color: #0072ce;
}

h3 {
  font-size: 2.25rem;
  color:#CC007D;
}

h4 {
  font-size: 1.9rem;
  color:#CC007D;
}

h5 {
  font-size: 1.625rem;
}

h6 {
  font-size: 1.25rem;
}

/* Anchor Links */
a { 
  color: #0072ce;
  text-decoration: underline;
  transition: color .27s cubic-bezier(.165,.84,.44,1),background-color .27s cubic-bezier(.165,.84,.44,1),opacity .27s cubic-bezier(.165,.84,.44,1);
}

a:hover, a:focus { 
  color: #004882;
  text-decoration: none;
}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul {
  list-style-type: square; 
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.cm-language-navigation ul li a {
  padding: 8px 5px;
  text-decoration: none;
  color: #98d7f0;
  font-family: "Helvetica Bold", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.cm-header-top-section > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-header-top-section .cm-language-navigation-wrapper {
  margin: 0;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  font-size: 1.25rem;
}

.cm-header-top-section > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-header-top-section > .row-fluid-wrapper > .row-fluid:after,
.cm-header-top-section > .row-fluid-wrapper > .row-fluid:before {
  display: none;
}

.cm-header-top-section .cm-header-content-group {
  margin: 0;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.cm-language-navigation ul {
  float: left;
}

.cm-language-navigation ul li > a:hover {
  color: #0072ce;
}

.cm-language-navigation ul li > a:hover {
  color: #0072ce;
}

.cm-language-navigation ul li.active > a {
  color: #0072ce;
}

.cm-header-content-group > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cm-header-content-group > .row-fluid-wrapper > .row-fluid:after,
.cm-header-content-group > .row-fluid-wrapper > .row-fluid:before {
  display: none;
}

.cm-doneer-nu a {
  margin-left: 20px;
  margin-right: 31px;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  white-space: nowrap;
  background-color: #cd007d;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #cd007d;
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  background-image: linear-gradient(transparent,hsla(0,0%,5%,.00393) 19%,hsla(0,0%,9%,.006885) 34%,rgba(31,31,31,.00927) 47%,rgba(36,36,36,.01083) 56.5%,rgba(41,41,41,.01209) 65%,rgba(44,44,44,.01311) 73%,rgba(46,46,46,.013875) 80.2%,rgba(48,48,48,.01437) 86.1%,rgba(49,49,49,.014685) 91%,rgba(50,50,50,.01488) 95.2%,rgba(50,50,50,.01497) 98.2%,rgba(50,50,50,.015));
}

.cm-header-content-group > .row-fluid-wrapper > .row-fluid > div {
  margin: 0;
  width: auto;
}

.cm-doneer-nu a:hover {
  color: #cd007d;
  background-color: #fff;
}

.cm-header-top-menu .hs-menu-wrapper {
  padding-right: 32px;
  height: 3em;
  text-transform: uppercase;
  background-color: #fff;
}

.cm-header-top-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-header-top-menu .hs-menu-wrapper > ul:before,.cm-header-top-menu .hs-menu-wrapper > ul:after {
  display: none;
}

.cm-header-top-menu .hs-menu-wrapper > ul li {
  position: relative;
}

.cm-header-top-menu .hs-menu-wrapper > ul li a {
  position: relative;
  text-decoration: none;
  color: rgba(97,87,87,.5);
  display: block;
  padding: 8px 0px;
}

.cm-header-top-menu .hs-menu-wrapper > ul li:not(:first-child) {
  padding-left: 32px;
}

.cm-header-top-menu .hs-menu-wrapper > ul li:last-child > a:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.cm-header-top-menu {
  margin-right: -2px !important;
}

.cm-header-top-menu .hs-menu-wrapper > ul li:not(:last-child) a:before,
.cm-header-top-menu .hs-menu-wrapper > ul li:last-child  a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 4px;
  background: #0072ce;
}

.cm-header-top-menu .hs-menu-wrapper > ul li:not(:last-child) a:hover:before, 
.cm-header-top-menu .hs-menu-wrapper > ul li:last-child > a:hover:after {
  width: 100%;
}

.cm-header-top-menu .hs-menu-wrapper > ul li a:hover {
  color: #0072ce;
}

.cm-header-bottom-section{
     margin-top: 20PX; 
}

.cm-header-bottom-section > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-header-bottom-section > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-header-bottom-section > .row-fluid-wrapper > .row-fluid:after,
.cm-header-bottom-section > .row-fluid-wrapper > .row-fluid:before {
  display: none;
}

.cm-header-bottom-section .cm-header-logo {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
}

.cm-header-bottom-section .cm-header-logo {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
    justify-content: center;
    margin-left: auto!important;
    margin-right: auto;
}

.cm-logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.cm-logo svg:not(:root) {
  overflow: hidden;
}

.cm-logo g {
  fill: #0072ce;
}

.cm-logo svg {
  fill: #fff;
}

.cm-logo a {
  display: inline;
}

.cm-logo g:hover {
  fill: #cd007d;
}

.cm-header-wrapper {
  padding-bottom: 16px;
}

.custom-banner-wrapper {
  min-height: 300px;
  max-height: 600px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ddd;
  vertical-align: top;
      display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  overflow: hidden;
}

.banner-content {
    width: 80%;
    display: flex;
    justify-content: flex-end;
 
}

.banner-content-bg {
  color: #fff;
  background-color: transparent;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/download-1.svg);
  background-repeat: no-repeat;
  padding: 32px;
  position: relative;
  background-size: cover;
  display: inline-block;
  width: 100%;
}

.custom-banner-wrapper > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.custom-banner-wrapper .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

h1.cm-banner-title {
    font-size: 3.25rem;
    text-rendering: optimizeLegibility;
    font-family: Veneer,Impact,sans-serif;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.1;
    /* margin: 0; */
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 22px 32px 22px 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50%;
}

ol.cm-breadcrumb {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  color: #fff;
  margin: 0;
  display: inline-block;
  width: 100%;
  float: left;
}

ol.cm-breadcrumb li {
  float: left;
}


ol.cm-breadcrumb li.breadcrumb-item.home > a {
  position: relative;
  display: block;
  width: 24px;
  height: 20px;
  text-indent: -9999em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/Home.svg);
}

ol.cm-breadcrumb li.breadcrumb-item.home > a:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -4px;
  left: 14%;
  width: 72%;
  height: 1px;
  background: #fff;
}

ol.cm-breadcrumb li.breadcrumb-item.home > a:hover:after {
  left: 0;
  width: 100%;
}

ol.cm-breadcrumb li.breadcrumb-item.blog:before {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
  content: "/";
}







/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color:#E6E6E6;
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

.submitted-message {
  padding-bottom: 20px;
  color: #333;
}




/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.cm-ft-bottom-section {
  padding: 16px 0;
  text-align: center;
  font-weight: 100;
  line-height: 1.45;
  background: #57a2df;
  background-image: linear-gradient(transparent,rgba(0,32,58,.0131) 19%,rgba(0,55,100,.02295) 34%,rgba(0,73,132,.0309) 47%,rgba(0,85,153,.0361) 56.5%,rgba(0,94,169,.0403) 65%,rgba(0,101,182,.0437) 73%,rgba(0,106,192,.04625) 80.2%,rgba(0,110,198,.0479) 86.1%,rgba(0,112,202,.04895) 91%,rgba(0,113,205,.0496) 95.2%,rgba(0,114,206,.0499) 98.2%,rgba(0,114,206,.05));
}

.copyright-wrapper > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-ft-copyright p {
  margin: 0;
}

.copyright-wrapper > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.copyright-wrapper > .row-fluid-wrapper > .row-fluid:before,.copyright-wrapper > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}

.copyright-wrapper .cm-ft-copyright {
  flex-basis: auto;
  margin-bottom: 0;
  width: auto;
  color: #fff;
  font-weight: 100;
}

.copyright-wrapper .cm-ft-bottom-link {
  margin: 0;
  width: auto;
}

.copyright-wrapper {
  font-weight: 100;
}

.cm-ft-bottom-link .hs-menu-wrapper ul {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .9;
  float: left;
}

.cm-ft-bottom-link .hs-menu-wrapper ul:before,.cm-ft-bottom-link .hs-menu-wrapper ul:after {
  display: none;
}

.cm-ft-bottom-link .hs-menu-wrapper ul li:first-child {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
}

.cm-ft-bottom-link .hs-menu-wrapper ul li:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
}

.cm-ft-bottom-link .hs-menu-wrapper ul li a {
  font-size: 1.045rem;
  color: #fff;
}

.cm-ft-top-section {
  background: #080808;
  padding: 48px 0 32px;
  color: #fff;
}

.cm-ft-iban p:last-child {
  margin-bottom: 0;
}

.cm-ft-iban p strong {
  font-size: 15px;
  font-family: "Helvetica Bold", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.cm-ft-iban {
  font-size: 15px;
  padding-top: 3px;
}

.cm-ft-content-group > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-ft-content-group > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-ft-content-group > .row-fluid-wrapper > .row-fluid:after,.cm-ft-content-group > .row-fluid-wrapper > .row-fluid:before {
  display: none;
}

.cm-ft-content-group > .row-fluid-wrapper > .row-fluid > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 0;
}

.cm-ft-menu .hs-menu-wrapper ul li a {
  font-size: .875rem;
  padding: 0;
  text-decoration: underline;
  color: #fff;
}

.cm-ft-menu .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
}

.cm-ft-title h3 {
  font-size: 1.9rem;
  text-rendering: optimizeLegibility;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #fff;
  margin-top: 0;
}

h2.social-title {
  margin-bottom: 13px;
  color: #fff;
  text-rendering: optimizeLegibility;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  font-size: 1.25rem;
  margin-top: 0;
}

ul.nav-menu-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

ul.nav-menu-social li {
  position: relative;
  float: left;
}

ul.nav-menu-social li:not(:last-child) > a {
  margin-right: .75em;
}

ul.nav-menu-social li a {
  font-size: .875rem;
  width: 2em;
  height: 2em;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  display: inline-block;
}

li.nav-item.facebook a {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/facebook.svg);
}

li.nav-item.instagram > a {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/Insta.svg);
}

li.nav-item.twitter > a {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/Twitter.svg);
}

li.nav-item.linkedin > a {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/IN.svg);
}

li.nav-item.youtube > a {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/youtube.svg);
}

li.nav-item.facebook a:hover {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/facebook-2.svg);
}

li.nav-item.instagram > a:hover {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/insta-1.svg);
}

li.nav-item.twitter > a:hover {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/twitter-1.svg);
}

li.nav-item.linkedin > a:hover {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/in-1.svg);
}

li.nav-item.youtube > a:hover {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/download-2.svg);
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */

.cm-header-bottom-section .custom-menu-primary.hide-mobile {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  font-size: 1.625rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0;
  padding-right: 16px;
  padding-left: 16px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li > a {
  padding: .5rem .75rem;
  text-decoration: none;
  display: block;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:first-child > a {
  color: #cd007d;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li:first-child > a:hover,
.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li.active > a {
  color: #fff;
  background-color: #cd007d;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li:not(:first-child) > a:hover,
.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li:not(:first-child).active > a {
  color: #fff;
  background-color: #57a2df;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li.hs-item-has-children.active > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  min-width: 10rem;
  padding: 8px 0;
  width: auto !important;
  margin-top: 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {} 

.custom-menu-primary .hs-menu-wrapper > ul ul li a  {
  color: #fff;
  background-color: #57a2df;
  font-size: 1.045rem;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary.hide-mobile {
    display:block !important;
  }

  .custom-menu-primary.show-mobile {
    display:none !important;
  }

  .language-section {
    display: none;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  .custom-menu-primary.hide-mobile {
    display:none !important;
  }

  .custom-menu-primary.show-mobile {
    display:block !important;
  }

  .cm-lp-page .mobile-trigger {
    display: none !important; 
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    color: #0072ce;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 0 solid transparent;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: 4px;
  }

  .line-wrap span {
    transition: -webkit-transform .27s cubic-bezier(.165,.84,.44,1);
    transition: transform .27s cubic-bezier(.165,.84,.44,1);
    transition: transform .27s cubic-bezier(.165,.84,.44,1),-webkit-transform .27s cubic-bezier(.165,.84,.44,1);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 3px;
    width: 30px;
    background-color: #0072ce;
    margin: 0 auto;
    position: relative;
  }

  .line-wrap {
    width: 40.11px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }

  .line-wrap span.top-link {
    top: 10px;
  }

  .mobile-open .line-wrap span.middle-line {
    transition: -webkit-transform .38s cubic-bezier(.075,.82,.165,1);
    transition: transform .38s cubic-bezier(.075,.82,.165,1);
    transition: transform .38s cubic-bezier(.075,.82,.165,1),
      -webkit-transform .38s cubic-bezier(.075,.82,.165,1);
    -webkit-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    transform: rotate(-45deg) translateX(6px) translateY(-7px);}

  .line-wrap span.bottom-line {
    bottom: 10px;
  }

  span.navbar-toggler-text {
    display: block;
    margin-top: 6px;
    font-family: Veneer,Impact,sans-serif;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.1;
    color: #57a2df;
  }

  .mobile-trigger:hover span.navbar-toggler-text {
    color: #0072ce;
  }

  .mobile-open .line-wrap span.bottom-line {
    transition: -webkit-transform .38s cubic-bezier(.075,.82,.165,1);
    transition: transform .38s cubic-bezier(.075,.82,.165,1);
    transition: transform .38s cubic-bezier(.075,.82,.165,1),-webkit-transform .38s cubic-bezier(.075,.82,.165,1);
    -webkit-transform: rotate(45deg) translateX(-2px) translateY(-1px);
    transform: rotate(45deg) translateX(-2px) translateY(-1px);
  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 35px !important;
    padding: 0 !important;
    opacity: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: fixed;
    top: 98px;
    left: 0;
    padding-top: 0;
    overflow-y: auto !important;
    height: 100vh;
    padding-bottom: 190px;
    z-index: 999999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {
    position: relative;
    border-top: 1px solid #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: .40rem;
    background-color: #98d7f0;
    color: #0072ce;
    font-family: Veneer,Impact,sans-serif;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.1;
    font-size: 1.25rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    color: #fff;
    background-color: #cd007d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
    color: #fff;
    background-color: #0072ce;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > div:hover + a {
    color: #fff;
    background-color: #0072ce;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a {
    padding: .3rem .75rem;
    color: #0072ce;
    background-color: rgba(152,215,240,.6);
    font-size: 1.125rem;
    line-height: 1.45;
    font-family: Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9){
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a:hover {
    color: #fff;
    background-color: #0072ce;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 5px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) {
    border: none;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {
  display: block;
}
.blog-pagination a.all-posts-link {
  display: block;
}
.blog-pagination a.next-posts-link {
  display: block;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 1rem;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #959595;
}

span.hs-form-required {
  display: inline-block;
  margin-left: 8px;
}

.hs-form {
  margin-bottom: 30px;
      padding: 40px;
}

.hs-form a{
color:white;
}

body .hs-form .inputs-list label>span{
 margin-left:20px; 
}

.form-title {
    color: white;
    text-align: center;
    font-size: 2rem;
    font-family: Veneer,Impact,sans-serif;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.1;
    margin-top: 0;
    background-color: #CC007D;
  padding: 25px!important;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 767px;
  display: block;
  -webkit-appearance: none;
  padding: .5rem .75rem;
  font-size: 1.045rem;
  line-height: 1.25;
  color: #615757;
  background-color: #fff;
  font-family: sans-serif;
  background-image: none;
  background-clip: padding-box;
  border-radius: .5rem;
  border: 1px solid rgba(50,50,50,.15);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  color: #615757;
  background-color: #fff;
  border-color: #ff4eba;
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin-top:15px;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}
.hs-error-msgs {
  margin: 0px;
  list-style: none;
  padding: 0;
  color: red;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #ababab;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #ababab;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

  .form-wrapper .hs-form .hs-submit .actions{
   text-align:center!important; 
  }


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  color: #fff;
  border: 3px solid;
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  background-image: linear-gradient(transparent,hsla(0,0%,5%,.00393) 19%,hsla(0,0%,9%,.006885) 34%,rgba(31,31,31,.00927) 47%,rgba(36,36,36,.01083) 56.5%,rgba(41,41,41,.01209) 65%,rgba(44,44,44,.01311) 73%,rgba(46,46,46,.013875) 80.2%,rgba(48,48,48,.01437) 86.1%,rgba(49,49,49,.014685) 91%,rgba(50,50,50,.01488) 95.2%,rgba(50,50,50,.01497) 98.2%,rgba(50,50,50,.015));
  padding: 16px 24px;
  white-space: nowrap;
  vertical-align: middle;
  transition: all .2s ease-in-out;
  font-size: 2rem;
  background-color: #0072ce;
  border-color: #0072ce;
  white-space: normal !important;
  text-align: center;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #0072ce;
  background-color: #fff;
  border-color: #0072ce;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:none;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


div#captcha_wrapper {
  width: 100%;
  overflow-x: auto;
}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

div#hubspot-author_data span {
  display: inline-block;
}

.blog .blog-sidebar{
  margin-top: 30px;
}


/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}


#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0px 10px !important;
  padding: 0 !important;
}

.blog-post-wrapper h2, .post-header h2 {
  margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a {
  text-decoration: none;
}

.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}
#hs_cos_wrapper_blog_subscription_title{}
#comment-form h4{}

.comment-body {
  border-bottom: medium none;
  color: #333;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #333 !important;
  display: block !important;
  text-align: left;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}

.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-template .blog-sidebar ul li{
  padding: 0 0 10px;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

#recaptcha_response_field{
  width:auto !important;
  display:inline-block !important;
}
#captcha_wrapper > #recaptcha_area {
  margin: 0 0 20px;
}

.replying {
  padding-left: 2em;
  padding-right: 2em;
}

.post-body img[style*="float"] {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

form.views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

form.views-exposed-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-actions {
  position: relative;
}

input.button-form-submit {
  text-transform: uppercase;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  padding: .5em;
  width: 48px;
  height: 48px;
  text-indent: -9999em;
  background-color: #57a2df;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/download.svg);
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  margin: 0;
  transition: all .2s ease-in-out;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
}

.form-actions:hover input.button-form-submit {
  background-color: #0072ce;
}

.header-search input.form-text-control {
  width: 0;
  height: 48px;
  transition: width .3s;
  position: relative;
  right: -2px;
  z-index: -99;
  border-radius: .5rem;
  display: inline-block;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 48px;
  padding: .5rem 0;
  font-size: 1.045rem;
  line-height: 1.25;
  color: #615757;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #57a2df;
}

.header-search.search-active input.form-text-control {
  width: 15em;
  transition: width .3s;
  padding: .5rem .75rem;
  right: 0px;
  z-index:99;
}

.btn-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.header-search {
  position: relative;
}

.search-active .btn-overlay {
  display: none;
}

.blog-listing-wrapper .post-listing .post-item {
  height: auto;
  min-height: 349.625px;
  margin-bottom: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 0 solid transparent;
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-listing-wrapper .post-listing .post-item:not(:first-child) {
  -ms-flex-preferred-size: calc(33% - 16px);
  flex-basis: calc(33% - 16px);
}

.blog-listing-wrapper .post-listing .post-item:first-child {
  width: 100%;
  min-height: 408px;
}

.blog-listing-wrapper .post-listing .post-item:first-child .cm-post-link {
  border: none;
  padding: 0;
}

.blog-listing-wrapper .post-listing .post-item a.cm-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  height: 100%;
  border: 10px solid transparent;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  text-decoration: none;
}

.blog-listing-wrapper .post-listing .post-item:not(:first-child) a.cm-post-link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

h3.cm-post-title {
  font-size: 1.625rem;
  margin: 0;
  padding-bottom: 16px;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
  font-size: .875rem;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 0;
}

.cm-read-more {
  padding-top: 16px;
}

.blog-listing-wrapper .post-listing .post-item {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-listing-wrapper .post-listing .post-item:not(:first-child):hover {
  background-blend-mode: luminosity;
}

.blog-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.blog-pagination a {
  position: relative;
  display: inline-block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
  background-color: #98d7f0;
  border: 1px solid #fff;
  float: left;
  font-family: Veneer,Impact,sans-serif;
  font-size: 1.25rem;
}

.blog-pagination a:hover {
  background-color: #57a2df;
}

.blog-pagination a:hover {
  background-color: #57a2df;
}

.blog-pagination a.active {
  z-index: 2;
  color: #fff;
  background-color: #0072ce;
}

.blog-pagination a.active:hover {
  background-color: #57a2df;
}

.blog-pagination a.inactive {
  display: none;
}

.custom-banner-wrapper.bottom-section {
  padding: 64px;
  height: 100%;
}

a.btn-actie {
  margin-top: 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  border: 3px solid;
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  background-image: linear-gradient(transparent,hsla(0,0%,5%,.00393) 19%,hsla(0,0%,9%,.006885) 34%,rgba(31,31,31,.00927) 47%,rgba(36,36,36,.01083) 56.5%,rgba(41,41,41,.01209) 65%,rgba(44,44,44,.01311) 73%,rgba(46,46,46,.013875) 80.2%,rgba(48,48,48,.01437) 86.1%,rgba(49,49,49,.014685) 91%,rgba(50,50,50,.01488) 95.2%,rgba(50,50,50,.01497) 98.2%,rgba(50,50,50,.015));
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 2.5rem;
  padding-left: 24px;
  font-size: 2rem;
  padding: 16px 24px;
  text-align: center;
  vertical-align: middle;
  transition: all .2s ease-in-out;
  background-color: #cd007d;
  border-color: #cd007d;
  color: #fff;
  padding-right: 40px;
}

.custom-banner-wrapper.bottom-section .banner-content-bg {
  margin-top: 0;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/background.svg);
}

a.btn-actie:hover {
  color: #cd007d;
  background-color: #fff;
  border-color: #cd007d;
}

a.btn-actie:after {
  content: "";
  display: inline-block;
  width: 19px;
  vertical-align: middle;
  -webkit-transform: translateX(.5em);
  transform: translateX(.5em);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 29px;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/arrow%20white.svg);
}

a.btn-actie:after {}

a.btn-actie:hover:after {
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/arrow.svg);
}

.cm-newsletter-form .hs-form-field > label {
  display: none;
}

.cm-newsletter-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #323232;
  background-color: #e6e6e6;
}

.cm-newsletter-form-wrapper > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}


.cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid {
  max-width: 83.3333333333%;
  margin-left: 8.3333333333%;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 {
  max-width: 41.6666666667%;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 0;
}

.cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col2 {
  max-width: 58.3333333333%;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 0;
}

.cm-form-content-group > .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 h2 {
  font-size: 3.25rem;
  color: #0072ce;
  margin-top: 0;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 p {
  font-size: 1.25rem;
}

.cm-newsletter-form .hs-form-field {
  margin-bottom: 15px;
}

.cm-newsletter-form .hs-form {
  background-color: #f9f9f9;
  padding: 20px;
  position: relative;
  margin-bottom: 16px;
}

.cm-newsletter-form .hs-form .hs-input {
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #e6e6e6;
}

.cm-newsletter-form .hs-form h6 {
  font-weight: 700;
  color: #0072ce;
  margin-bottom: .5rem;
  margin-top: 0;
  text-transform: unset;
  font-family: Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: normal;
}

.cm-newsletter-form .hs-form .hs-button {
  background-color: #0072ce;
  background-image: linear-gradient(transparent,hsla(0,0%,5%,.00393) 19%,hsla(0,0%,9%,.006885) 34%,rgba(31,31,31,.00927) 47%,rgba(36,36,36,.01083) 56.5%,rgba(41,41,41,.01209) 65%,rgba(44,44,44,.01311) 73%,rgba(46,46,46,.013875) 80.2%,rgba(48,48,48,.01437) 86.1%,rgba(49,49,49,.014685) 91%,rgba(50,50,50,.01488) 95.2%,rgba(50,50,50,.01497) 98.2%,rgba(50,50,50,.015));
  border: 3px solid;
  color: #fff;
  display: inline-block;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  transition: all .2s ease-in-out;
  user-select: none;
  vertical-align: middle;
  font-size: 2rem;
  border-color: #fff;
  border-radius: .5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px 16px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  margin: 0;
}

.cm-newsletter-form .hs-form .hs-button:hover {
  color: #0072ce;
  background-color: #fff;
  border-color: #0072ce;
}

.cm-newsletter-form .hs-form .hs-submit {
  position: absolute;
  right: 20px;
  bottom: 36px;
}


.cm-newsletter-form .hs-form fieldset:nth-child(5) .hs-input {
  margin-bottom: 0;
  width: 100%;
  border-width: 3px;
  border-right: none;
  border-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cm-newsletter-form .hs-form fieldset.form-columns-3 > div:not(:first-child) select {
  height: 3.4rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/Down%20Arrow.svg);
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  margin: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  opacity: 1;
  color: #0a0a0a;
}

.cm-newsletter-form .hs-form fieldset.form-columns-3 > div:not(:first-child) select:focus {
  color: #615757;
}

.cm-newsletter-form .hs-form fieldset.form-columns-3 > div:not(:first-child) {
  display: inline-block;
  width: 32%;
  padding-right: 0;
  margin-bottom: 16px;
}

.cm-newsletter-form .hs-form-field.hs_postcode {
  margin-bottom: 16px;
}

.cm-newsletter-form .hs-form fieldset.form-columns-1 .hs-form-field {
  padding-right: 0;
}

.cm-newsletter-form .hs_error_rollup {
  display: none;
}

.blog-pagination-content {
  display: inline-block;
}

.cm-newsletter-form .hs-form-field.hs_postcode ul.inputs-list {
  display: none !important;
}

.cm-lp-page .cm-language-navigation ul {
  padding-bottom: 4px !important;
}

.cm-blog-content-wrapper {
  padding: 0 8px;
  margin-top: 25px;
}

.cm-blog-content-group {
  background: rgb(245, 245, 245);
}

.cm-topic-wrapper {
  width: calc(100vw - 32px);
  background: rgb(135, 205, 236);
  overflow: hidden;
}

.cm-topic-wrapper .row-fluid-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-topic-wrapper .row-fluid-wrapper .fluid-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.cm-topic-wrapper .fluid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 75px;
}

.cm-topic-wrapper select#tinynav1 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 211px;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/Down%20Arrow.svg);
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  color: #615757;
  height: 2.30625rem;
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

button.filter-buttom {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.1;
  color: #fff;
  border: 3px solid;
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  background-image: linear-gradient(transparent,hsla(0,0%,5%,.00393) 19%,hsla(0,0%,9%,.006885) 34%,rgba(31,31,31,.00927) 47%,rgba(36,36,36,.01083) 56.5%,rgba(41,41,41,.01209) 65%,rgba(44,44,44,.01311) 73%,rgba(46,46,46,.013875) 80.2%,rgba(48,48,48,.01437) 86.1%,rgba(49,49,49,.014685) 91%,rgba(50,50,50,.01488) 95.2%,rgba(50,50,50,.01497) 98.2%,rgba(50,50,50,.015));
  padding: 16px 24px;
  font-size: 1.125rem;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #0072ce;
  border-color: #0072ce;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

button.filter-buttom:hover {
  color: #0072ce;
  background-color: #fff;
  border-color: #0072ce;
}

.cm-read-more span {
  text-decoration: underline;
}

.cm-post-link:hover .cm-read-more span {
  text-decoration: none;
}

ol.cm-breadcrumb li a {
  color: #fff;
}

.post-banner .banner-content {
  margin-left: 33.3333333333%;
  max-width: 66.6666666667%;
}

.cm-related-post-wrapper {
  margin-bottom: 48px;
  background: #f5f5f5;
}

h2.cm-related-heading {
  margin-top: 32px;
  display: inline-block;
  width: 100%;
  color: #0072ce;
}

.blog-listing-wrapper .post-listing .post-item:first-child .cm-post-content {
  margin-right: -16px;
  margin-left: -16px;
}

.cm-post-content-wrap {
  max-width: 33.3333333333%;
  margin-left: 66.6666666667%;
  padding-right: 16px;
  padding-left: 16px;
}

.cm-post-content-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  height: 100%;
  border: 10px solid transparent;
  color: #fff;
  background-color: rgba(0,0,0,.6);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 408px;
}

.cm-post-content-wrapper h3.cm-post-title {
  margin-bottom: 32px;
  margin-top: 16px;
  padding-bottom: 32px;
  font-size: 2.25rem;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.blog-listing-wrapper .post-listing .post-item:first-child .cm-post-link:hover .cm-post-content-wrapper {
  background-color: rgba(0,0,0,.7);
}

.cm-blog-content-group .content-wrapper {
  padding-bottom: 0;
}

.blog-pagination {
  padding-top: 35px;
  padding-bottom: 60px;
}

.social-share-wrapper h4 {
  margin-bottom: .25rem;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
  font-size: 1.25rem;
  color: #080808;
}

.cm-related-post-wrapper .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.cm-related-post-wrapper .row-fluid-wrapper > .row-fluid:before,.cm-related-post-wrapper .row-fluid-wrapper > .row-fluid:after {
  display: none;
}

.cm-related-post-wrapper .row-fluid-wrapper > .row-fluid > div {
  -ms-flex-preferred-size: calc(33% - 16px);
  flex-basis: calc(33% - 16px);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

a.related-post-link {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}

.related-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  height: 100%;
  border: 10px solid transparent;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0,0,0,.4);
  min-height: 339.078px;
}

h3.related-post-title {
  font-size: 1.625rem;
  padding-bottom: 16px;
  color: #fff;
  font-family: Veneer,Impact,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .025em;
  text-decoration: none;
  margin: 0;
}

.relaed-post-text {
  font-size: .875rem;
  color: #fff;
}

.relaed-post-text p {
  margin: 0;
}

.cm-related-post-wrapper .row-fluid-wrapper > .row-fluid > div:hover {
  background-blend-mode: luminosity;
}

a.related-post-link:hover .cm-read-more span {
  text-decoration: none;
}

.cm-related-post-wrapper .row-fluid-wrapper > .row-fluid > div:hover {
  background-blend-mode: luminosity;
}

.paragraph-text {
  margin-bottom: 39px;
  margin-top: 64px;
  color: #080808;
}

.blog-post-wrapper .post-body {
  color: #080808;
}

.custom-banner-wrapper.post-banner {
  margin-bottom: 50px;
}

.custom-banner-wrapper.post-banner h1.cm-banner-title {
  font-size: 3rem;
}

.text-column-blue{
 background-color:#0072CE;
  color:white!important;
}

.text-column-blue h3{
      color: white!important;
    border-bottom-style: dotted;
    border-bottom-width: thick;
    width: fit-content;
    padding-bottom: 20px;
}

.button-text-article{
      background-color: white;
    max-width: fit-content;
    padding: 5px 60px 5px 60px;
    text-decoration: none;
    color: #0072CE;
    margin-top: 1rem;
  font-size: x-large;
}

.button-text-article:hover{
      background-color: #CC007D;
    color: white;
}

.button-link-article{
  text-decoration:none;
  font-family: Veneer,Impact,sans-serif;
}

/* slider hubspot */

.slick-active:before {
  color: #FCDC30 !important;
}

.slick-dots .slick-active button:before {
  color: #0072ce !important;
}

.slick-dots {
  position: relative !important;
}

.slick-dotted ul li:before {
  color: #D8D8D8 !important;
  content: none;
}

.slick-dots li {
  color: #D8D8D8 !important;
}

.slick-dots li button:before {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.slick-dots button:before {
  color: #D8D8D8 !important;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f2d1' !important;
  text-align: center;
  opacity: .25;
  color: #000;
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 20px !important;
  font-weight: bold;
}

.slick-prev:before {
  content: "\f104" !important;
  color: #0072CD !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 34px !important;
  font-weight: bold;
}

.slick-next:before {
  content: "\f105" !important;
  color: #0072CD !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 34px !important;
  font-weight: bold;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper ul > li > a {
    line-height: 1.1;
    font-size: 1.395rem;
    letter-spacing: .025em;
  }

  .banner-content {
    margin-left: 41.6666666667%;
    max-width: 58.3333333333%;
  }

  .cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .cm-newsletter-form .hs-form h6 {
    font-size: 1.045rem;
    line-height: 1.5;
  }

  .cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 p {
    font-size: 1.045rem;
    line-height: 1.5;
  }

  h1.cm-banner-title {
    font-size: 3.25rem;
    margin-bottom: 16px;
  }

  .cm-header-top-menu .hs-menu-wrapper > ul li:not(:first-child) {
    padding-left: 22px;
  }

  .custom-banner-wrapper.post-banner {
    margin-bottom: 19px;
  }

}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1024px) {}

@media (max-width: 991px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }

  .custom-banner-wrapper {
    height: 18rem;
  }

  .banner-content {
    margin-left: 16.6666666667%;
    max-width: 83.3333333333%;
  }

  .banner-content-bg {
    margin-top: 72px;
  }

  h2.social-title {
    font-size: 1.625rem;
  }

  .blog-listing-wrapper .post-listing .post-item:not(:first-child) {
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
    min-height: 290.234px;
  }

  .cm-header-top-menu .hs-menu-wrapper > ul li a {
    font-size: 12px;
  }

  .cm-header-top-menu .hs-menu-wrapper > ul li:not(:first-child) {
    padding-left: 8px;
  }

  .cm-topic-wrapper .fluid-content {
    display: block;
    text-align: center;
  }

  .cm-topic-wrapper select#tinynav1 {
    margin: 0 auto;
  }

  .cm-topic-wrapper {
    padding: 1.3rem 0;
  }

  button.filter-buttom {
    margin-top: 1.3rem;
  }

  .cm-topic-wrapper .fluid-content {
    height: auto;
  }

  .post-banner .banner-content {
    margin-left: 16.6666666667%;
    max-width: 83.3333333333%;
  }

  .blog-listing-wrapper .post-listing .post-item:not(:first-child) {
    min-height: 349.625px;
  }

  .cm-post-content-wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .cm-post-content-wrapper {
    min-height: 216px;
    display: block;
  }

  .cm-post-content-wrapper h3.cm-post-title {
    padding-bottom: 24px;
    font-size: 1.625rem;
    margin-bottom: 0;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child {
    min-height: auto;
  }

  h2.cm-related-heading {
    margin-top: 24px;
    font-size: 3rem;
  }

  .cm-related-post-wrapper .row-fluid-wrapper > .row-fluid > div {
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
    margin-bottom: 32px;
  }

  h1.cm-banner-title {
    font-size: 2.25rem;
    margin-bottom: 8px;
  }

  .custom-banner-wrapper.bottom-section {
    padding: 32px;
  }

  .header-search.search-active input.form-text-control {
    width: 10em;
  }


}


@media (max-width: 844px) {
  .custom-banner-wrapper.post-banner h1.cm-banner-title {
    font-size: 2.25rem;
  }


}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  
.blog-post-wrapper {
    max-width: 100%!important;
  padding-left:0px!important;
  padding-right:0px!important;
  }
  
  .blog-post-wrapper .section--sm{
        margin-left:0px!important;
  margin-right:0px!important;
  }
  
  .container-article{
   padding:0px!important; 
  }
  
  .spacing-top{
    margin-top:30px;
  }
  
  
  h1 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.9rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  .article-style{
   flex-direction: column; 
  }
  
  .text-and-image .row-fluid .image, .text-and-image .row-fluid .textcol{
    width:100%!important;
  }
  
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }

  .cm-header-wrapper .cm-header-top-section {
    display: none;
  }

  .cm-header-bottom-section .cm-header-logo {
    padding: 1rem .75rem;
    background-color: #fff;
    border-bottom: 1px solid #0072ce;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cm-header-wrapper {
    padding-bottom: 0;
   
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .custom-banner-wrapper {
    margin-top: -1px;
  }
  
  .banner-content{
   width:100%; 
     justify-content: center;
  }

  .cm-header-logo .cm-logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
  }

  .header-container-wrapper {
    min-height: 98px;
  }

  .mobile-open .custom-menu-primary.show-mobile {
    overflow-y: auto !important;
    height: 100vh;
    background-color: #98d7f0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  .clone .btn-overlay {
    display: none;
  }

  .clone .header-search input.form-text-control {
    width: calc(100% - 168px);
    z-index: 9999;
    border-radius: 0;
    border-color: #fff;
    padding: .5rem .75rem;
    vertical-align: top;
    margin-left: -5px;
    border: none;
  }


  .clone form.views-exposed-form {
    display: block;
    position: relative;
  }

  form.views-exposed-form > div {
    display: block;
    position: absolute;
  }

  .clone form.views-exposed-form > div {
    position: relative;
  }

  .clone .form-actions {
    position: absolute;
  }

  .clone form.views-exposed-form > .form-actions {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 48px;
    z-index: 9999;
  }

  .clone input.button-form-submit {
    padding: .5em;
    width: 48px;
    height: 48px;
    text-indent: -9999em;
    background-color: #57a2df;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(//5810450.fs1.hubspotusercontent-na1.net/hubfs/5810450/PlanInternational_June2019%20Theme/Images/download.svg);
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
  }

  .language-section {
    display: inline-block;
    width: auto;
  }

  .language-section * {
    width: auto;
    display: inline-block;
  }

  .language-section a {
    height: 2.4em;
    padding: 8px 16px;
    padding-right: .75em;
    padding-left: .75em;
    font-family: Helvetica Bold,Arial Black,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #fff;
    text-decoration: none;
    float: left;
    background-color: #98d7f0;
  }

  .language-section a:hover {
    background-color: #0072ce;
  }

  .language-section a.active {
    background-color: #0072ce;
  }

  .clone .form-item-search {
    background-color: #fff;
  }

  .cm-header-search-wrapper.clone {
    height: 48px;
  }

  .custom-banner-wrapper {
    margin-top: 0;
    background-position: 25% 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-content {
    margin-left: 0;
    max-width: 100%;
  }

  .banner-content-bg {
    margin-top: 0px;
  }

  h1.cm-banner-title {
    font-size: 2.25rem;
     margin-bottom: 0px;
   margin-left: 1px!important; 
  }

  .banner-content-bg {
    padding: 16px;
  }

  .form-title {
    font-size: 1.9rem;
  }

  .cm-ft-bottom-link .hs-menu-wrapper ul li {
    width: auto;
    float: left !important;
  }

  .copyright-wrapper .cm-ft-bottom-link {
    width: 100%;
    text-align: center;
  }

  .copyright-wrapper .cm-ft-copyright {
    width: 100%;
    margin-bottom: 8px;
  }

  .cm-ft-bottom-link .hs-menu-wrapper ul li a {
    padding: 0;
    font-size: .75rem;
    color: #fff;
  }

  .cm-ft-bottom-link .hs-menu-wrapper ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  body {

    line-height: 1.45;
  }

  .cm-ft-bottom-link .hs-menu-wrapper ul {
    text-align: center;
    display: inline-block;
    width: auto;
    float: none;
  }

  .cm-ft-bottom-section {
    padding-bottom: 11px;
  }
  .cm-ft-content-group > .row-fluid-wrapper > .row-fluid > div:not(:last-child) {
    display: none;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cm-ft-content-group > .row-fluid-wrapper > .row-fluid > div {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cm-ft-content-group > .row-fluid-wrapper > .row-fluid .col4 .cm-logo {
    display: none;
  }

  .cm-ft-top-section {
    padding: 16px 0 10px 0;
    background: #080808;
  }

  ul.nav-menu-social {
    margin-bottom: 0;
  }

  ul.nav-menu-social li a {
    width: 3.5em;
    height: 3.5em;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    padding: 0;
    text-decoration: underline;
    font-size: .75rem;
    color: #fff;
    margin-right: 15px !important;
  }

  ul.nav-menu-social li:last-child > a {
    margin: 0 !important;
  }

  .cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col2 {
    max-width: 100%;
  }

  .cm-newsletter-form .hs-form .hs-submit {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 13px;
  }


  
  .cm-newsletter-form .hs-form .hs-button {
    width: 100%;
    border-radius: .5rem;
    padding-top: 7px;
  }

  .cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 {
    width: 100%;
    max-width: 100%;
  }

  .cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 h2 {
    font-size: 1.9rem;
  }

  .cm-newsletter-form-wrapper > .row-fluid-wrapper > .row-fluid .col1 p {
    font-size: .875rem;
    line-height: 1.45;
  }

  .cm-newsletter-form .hs-form h6 {
    font-size: .875rem;
    line-height: 1.45;
  }

  .blog-listing-wrapper .post-listing .post-item:not(:first-child) {
    min-height: 290.234px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
  }

  .blog-listing-wrapper .post-listing .post-item .post-body {
    display: none;
  }

  a.btn-actie {
    width: 100%;
    font-size: 1.625rem;
  }

  .post-banner .banner-content {
    max-width: 100%;
    margin-left: 0;
  }

  .post-banner .banner-content-bg {
    margin-top: 72px;
  }

  .cm-post-content-wrapper {
    min-height: auto;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child .cm-post-link:before {
    content: "";
    display: block;
    padding-bottom: calc(100% - 96px);
  }

  .blog-listing-wrapper .post-listing .post-item:first-child:hover a {
    border: 10px solid #57a2df;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child a {
    border: 10px solid transparent;
    background-color: rgba(0,0,0,.4);
  }

  .blog-listing-wrapper .post-listing .post-item:first-child:hover {
    background-color: #57a2df;
    background-blend-mode: luminosity;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child .cm-post-link {
    border: 10px solid transparent;
    background-color: rgba(0,0,0,.4);
  }

  .cm-post-content-wrapper {
    background-color: transparent !important;
    border: none;
  }

  .cm-post-content-wrapper h3.cm-post-title {
    padding-bottom: 0;
  }

  h2.cm-related-heading {
    margin-top: 16px;
    font-size: 1.625rem;
    color: #0072ce;
  }

  .cm-related-post-wrapper .row-fluid-wrapper > .row-fluid > div {
    -ms-flex-preferred-size: calc(100% - 16px);
    flex-basis: calc(100% - 16px);
  }

  a.btn-actie:after {
    width: 19px;
    height: 18px;
  }

}  

@media (max-width: 575px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }

  h1.cm-banner-title {
    font-size: 2rem;
  }

  .cm-ft-bottom-link .hs-menu-wrapper ul li:first-child {
    float: none;
    display: block;
    width: 100%;
  }

  .cm-ft-bottom-link .hs-menu-wrapper ul li {
    float: none !important;
    display: inline-block;
  }

  .cm-ft-bottom-section {
    padding-bottom: 16px;
  }

  .copyright-wrapper .cm-ft-copyright {
    margin-bottom: 7px;
  }

  .custom-banner-wrapper.bottom-section {
    padding: 16px;
  }

  .banner-content {
    padding: 0;
  }

  a.btn-actie {
    font-size: 1.25rem;
    padding: 12.5px 10px;
  }

  .custom-banner-wrapper.post-banner h1.cm-banner-title {
    font-size: 2rem;
  }


}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .cm-newsletter-form .hs-form fieldset.form-columns-3 > div:not(:first-child) {
    width: 100%;
  }

  .cm-newsletter-form .hs-form fieldset.form-columns-3 > div:not(:first-child) select {
    width: 100% !important;
  }

  .cm-newsletter-form .hs-form fieldset:nth-child(5) .hs-input {
    border-radius: .5rem;
  }
}

@media (max-width: 400px) {
  .email-prefs .item .item-inner * {
    font-size: 12px;
  }   
  .subscribe-options label {
    margin-left: 0px;
  }
  .hs_recaptcha {
    overflow-y: auto;
    width: 100%;
  }
}

@media (max-width: 338px) {
  .email-prefs .item .item-inner * {
    font-size: 11px;
  }  

  .subscribe-options label span {
    font-size: 12px;
  }
  .subscribe-options label {
    margin-left: 0px;
  }
}