/*variables*/
@font-face {
  font-family: 'OBook';
  src: url("fonts/itc_officina_sans_book-webfont.eot");
  src: url("fonts/itc_officina_sans_book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/itc_officina_sans_book-webfont.woff") format("woff"), url("fonts/itc_officina_sans_book-webfont.ttf") format("truetype"), url("fonts/itc_officina_sans_book-webfont.svg#itc_officina_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OBold';
  src: url("fonts/itc-officina-sans-lt-bold.eot");
  src: url("fonts/itc-officina-sans-lt-bold.eot") format("embedded-opentype"), url("fonts/itc-officina-sans-lt-bold.woff") format("woff"), url("fonts/itc-officina-sans-lt-bold.ttf") format("truetype"), url("fonts/itc-officina-sans-lt-bold.svg#ITCOfficinaSansLTBookBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Main stylesheet for care international website frontend */
body, html {
  background-color: #EEECED;
  background: 100%;
  font-family: Verdana, Geneva, Arial;
  font-size: 16px;
  width: 100%;
  height: auto; }

* {
  box-sizing: border-box; }

body.page {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center 0; }

/*****************************
 general layout
*****************************/
.outtwrap {
  width: 100%; }
  .outtwrap .innerwrap {
    max-width: 1024px;
    margin: 0 auto; }

.carecontainer {
  margin: 0 auto; }

.maincontainer {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px; }

/*main nav style is in the responsive css*/
.leftnav {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%;
  font-size: 0.8em;
  border-top: solid 3px #e4a89a;
  border-bottom: solid 3px #e4a89a; }
  .leftnav:empty {
    display: none !important; }
  .leftnav li {
    display: block;
    /*third level nav*/ }
    .leftnav li:first-child a {
      border-top: solid 0px #f4f4f4; }
    .leftnav li a {
      border-top: solid 1px #f4f4f4;
      display: block;
      padding: 10px;
      color: #000;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .leftnav li a:hover {
        text-decoration: none;
        background-color: #fbd8cc; }
    .leftnav li ul.subsubnav {
      margin: 0 !important;
      padding: 0 !important;
      line-height: 100%;
      font-size: 0.9em; }
      .leftnav li ul.subsubnav li a {
        padding-left: 20px; }
    .leftnav li.active a {
      border-top: solid 1px #f4f4f4; }

/*left navigation ends*/
/*color code for left navigation*/
/*mixin for navigation left */
.root-disclaimer .leftnav,
.root-about-us .leftnav {
  border-top: solid 3px #E4701E;
  border-bottom: solid 3px #E4701E; }
  .root-disclaimer .leftnav:empty,
  .root-about-us .leftnav:empty {
    display: none; }
  .root-disclaimer .leftnav li,
  .root-about-us .leftnav li {
    /*active styles*/ }
    .root-disclaimer .leftnav li a:hover,
    .root-about-us .leftnav li a:hover {
      background-color: #fbd7cd; }
    .root-disclaimer .leftnav li ul li a,
    .root-about-us .leftnav li ul li a {
      position: relative; }
      .root-disclaimer .leftnav li ul li a:before,
      .root-about-us .leftnav li ul li a:before {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        color: #E4701E;
        top: 35%;
        left: 10px;
        margin-right: 10px;
        content: "\f105"; }
    .root-disclaimer .leftnav li.active a,
    .root-about-us .leftnav li.active a {
      background-color: #E4701E;
      color: #fff; }
    .root-disclaimer .leftnav li.active ul li a,
    .root-about-us .leftnav li.active ul li a {
      background-color: #fbd7cd;
      color: #e4a89a; }
    .root-disclaimer .leftnav li.active ul li.active a,
    .root-about-us .leftnav li.active ul li.active a {
      background-color: #E4701E;
      color: #fff; }
      .root-disclaimer .leftnav li.active ul li.active a::before,
      .root-about-us .leftnav li.active ul li.active a::before {
        color: #fff; }

.root-disclaimer .mainleftLnks a,
.root-about-us .mainleftLnks a {
  display: block;
  padding-top: 5px;
  color: #E4701E !important; }

.root-what-we-do .leftnav {
  border-top: solid 3px #0097BD;
  border-bottom: solid 3px #0097BD; }
  .root-what-we-do .leftnav:empty {
    display: none; }
  .root-what-we-do .leftnav li {
    /*active styles*/ }
    .root-what-we-do .leftnav li a:hover {
      background-color: #cae1fb; }
    .root-what-we-do .leftnav li ul li a {
      position: relative; }
      .root-what-we-do .leftnav li ul li a:before {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        color: #0097BD;
        top: 35%;
        left: 10px;
        margin-right: 10px;
        content: "\f105"; }
    .root-what-we-do .leftnav li.active a {
      background-color: #0097BD;
      color: #fff; }
    .root-what-we-do .leftnav li.active ul li a {
      background-color: #cae1fb;
      color: #0097BD; }
    .root-what-we-do .leftnav li.active ul li.active a {
      background-color: #0097BD;
      color: #fff; }
      .root-what-we-do .leftnav li.active ul li.active a::before {
        color: #fff; }

.root-what-we-do .mainleftLnks a {
  display: block;
  padding-top: 5px;
  color: #0097BD !important; }

.root-where-we-work .leftnav {
  border-top: solid 3px #FBAD17;
  border-bottom: solid 3px #FBAD17; }
  .root-where-we-work .leftnav:empty {
    display: none; }
  .root-where-we-work .leftnav li {
    /*active styles*/ }
    .root-where-we-work .leftnav li a:hover {
      background-color: #ffe8a9; }
    .root-where-we-work .leftnav li ul li a {
      position: relative; }
      .root-where-we-work .leftnav li ul li a:before {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        color: #FBAD17;
        top: 35%;
        left: 10px;
        margin-right: 10px;
        content: "\f105"; }
    .root-where-we-work .leftnav li.active a {
      background-color: #FBAD17;
      color: #fff; }
    .root-where-we-work .leftnav li.active ul li a {
      background-color: #ffe8a9;
      color: #FBAD17; }
    .root-where-we-work .leftnav li.active ul li.active a {
      background-color: #FBAD17;
      color: #fff; }
      .root-where-we-work .leftnav li.active ul li.active a::before {
        color: #fff; }

.root-where-we-work .mainleftLnks a {
  display: block;
  padding-top: 5px;
  color: #FBAD17 !important; }

.root-news .leftnav {
  border-top: solid 3px #6F3092;
  border-bottom: solid 3px #6F3092; }
  .root-news .leftnav:empty {
    display: none; }
  .root-news .leftnav li {
    /*active styles*/ }
    .root-news .leftnav li a:hover {
      background-color: #e4dafc; }
    .root-news .leftnav li ul li a {
      position: relative; }
      .root-news .leftnav li ul li a:before {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        color: #6F3092;
        top: 35%;
        left: 10px;
        margin-right: 10px;
        content: "\f105"; }
    .root-news .leftnav li.active a {
      background-color: #6F3092;
      color: #fff; }
    .root-news .leftnav li.active ul li a {
      background-color: #e4dafc;
      color: #6F3092; }
    .root-news .leftnav li.active ul li.active a {
      background-color: #6F3092;
      color: #fff; }
      .root-news .leftnav li.active ul li.active a::before {
        color: #fff; }

.root-news .mainleftLnks a {
  display: block;
  padding-top: 5px;
  color: #6F3092 !important; }

.root-get-involved .leftnav {
  border-top: solid 3px #4B7031;
  border-bottom: solid 3px #4B7031; }
  .root-get-involved .leftnav:empty {
    display: none; }
  .root-get-involved .leftnav li {
    /*active styles*/ }
    .root-get-involved .leftnav li a:hover {
      background-color: #b8f29f; }
    .root-get-involved .leftnav li ul li a {
      position: relative; }
      .root-get-involved .leftnav li ul li a:before {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        color: #4B7031;
        top: 35%;
        left: 10px;
        margin-right: 10px;
        content: "\f105"; }
    .root-get-involved .leftnav li.active a {
      background-color: #4B7031;
      color: #fff; }
    .root-get-involved .leftnav li.active ul li a {
      background-color: #b8f29f;
      color: #4B7031; }
    .root-get-involved .leftnav li.active ul li.active a {
      background-color: #4B7031;
      color: #fff; }
      .root-get-involved .leftnav li.active ul li.active a::before {
        color: #fff; }

.root-get-involved .mainleftLnks a {
  display: block;
  padding-top: 5px;
  color: #4B7031 !important; }

.root-donate-now .leftnav {
  border-top: solid 3px #A70531;
  border-bottom: solid 3px #A70531; }
  .root-donate-now .leftnav:empty {
    display: none; }
  .root-donate-now .leftnav li {
    /*active styles*/ }
    .root-donate-now .leftnav li a:hover {
      background-color: #ebf2e6; }
    .root-donate-now .leftnav li ul li a {
      position: relative; }
      .root-donate-now .leftnav li ul li a:before {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        color: #A70531;
        top: 35%;
        left: 10px;
        margin-right: 10px;
        content: "\f105"; }
    .root-donate-now .leftnav li.active a {
      background-color: #A70531;
      color: #fff; }
    .root-donate-now .leftnav li.active ul li a {
      background-color: #A70531;
      color: #ebf2e6; }
    .root-donate-now .leftnav li.active ul li.active a {
      background-color: #A70531;
      color: #fff; }
      .root-donate-now .leftnav li.active ul li.active a::before {
        color: #fff; }

.root-donate-now .mainleftLnks a {
  display: block;
  padding-top: 5px;
  color: #A70531 !important; }

/*color code for left navigation ends*/
/*Main left image links*/
.mainleftLnks p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%; }
.mainleftLnks img {
  width: 100% !important;
  height: auto !important;
  padding-top: 15px; }

/*Main left image links ends*/
/* color code for sections */
.root-news .row-maincontent h1, .root-news .row-maincontent h2, .root-news .row-maincontent h3, .root-news .row-maincontent h4 {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.root-news .row-maincontent h2 {
  font-size: 1.8em;
  padding-top: 10px;
  font-weight: normal; }
.root-news .row-maincontent h3 {
  font-size: 1.5em;
  padding-top: 5px;
  font-weight: normal; }
.root-news .row-maincontent .mainright h1, .root-news .row-maincontent .mainright h2, .root-news .row-maincontent .mainright h3, .root-news .row-maincontent .mainright h3 a, .root-news .row-maincontent .mainright h4 a, .root-news .row-maincontent .mainright a {
  color: #6F3092; }

.root-about-us .row-maincontent h1, .root-about-us .row-maincontent h2, .root-about-us .row-maincontent h3, .root-about-us .row-maincontent h4 {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.root-about-us .row-maincontent h2 {
  font-size: 1.8em;
  padding-top: 10px;
  font-weight: normal; }
.root-about-us .row-maincontent h3 {
  font-size: 1.5em;
  padding-top: 5px;
  font-weight: normal; }
.root-about-us .row-maincontent .mainright h1, .root-about-us .row-maincontent .mainright h2, .root-about-us .row-maincontent .mainright h3, .root-about-us .row-maincontent .mainright h3 a, .root-about-us .row-maincontent .mainright h4 a, .root-about-us .row-maincontent .mainright a {
  color: #E4701E; }

.root-what-we-do .row-maincontent h1, .root-what-we-do .row-maincontent h2, .root-what-we-do .row-maincontent h3, .root-what-we-do .row-maincontent h4 {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.root-what-we-do .row-maincontent h2 {
  font-size: 1.8em;
  padding-top: 10px;
  font-weight: normal; }
.root-what-we-do .row-maincontent h3 {
  font-size: 1.5em;
  padding-top: 5px;
  font-weight: normal; }
.root-what-we-do .row-maincontent .mainright h1, .root-what-we-do .row-maincontent .mainright h2, .root-what-we-do .row-maincontent .mainright h3, .root-what-we-do .row-maincontent .mainright h3 a, .root-what-we-do .row-maincontent .mainright h4 a, .root-what-we-do .row-maincontent .mainright a {
  color: #0097BD; }

.root-where-we-work .row-maincontent h1, .root-where-we-work .row-maincontent h2, .root-where-we-work .row-maincontent h3, .root-where-we-work .row-maincontent h4 {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.root-where-we-work .row-maincontent h2 {
  font-size: 1.8em;
  padding-top: 10px;
  font-weight: normal; }
.root-where-we-work .row-maincontent h3 {
  font-size: 1.5em;
  padding-top: 5px;
  font-weight: normal; }
.root-where-we-work .row-maincontent .mainright h1, .root-where-we-work .row-maincontent .mainright h2, .root-where-we-work .row-maincontent .mainright h3, .root-where-we-work .row-maincontent .mainright h3 a, .root-where-we-work .row-maincontent .mainright h4 a, .root-where-we-work .row-maincontent .mainright a {
  color: #FBAD17; }

.root-get-involved .row-maincontent h1, .root-get-involved .row-maincontent h2, .root-get-involved .row-maincontent h3, .root-get-involved .row-maincontent h4 {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.root-get-involved .row-maincontent h2 {
  font-size: 1.8em;
  padding-top: 10px;
  font-weight: normal; }
.root-get-involved .row-maincontent h3 {
  font-size: 1.5em;
  padding-top: 5px;
  font-weight: normal; }
.root-get-involved .row-maincontent .mainright h1, .root-get-involved .row-maincontent .mainright h2, .root-get-involved .row-maincontent .mainright h3, .root-get-involved .row-maincontent .mainright h3 a, .root-get-involved .row-maincontent .mainright h4 a, .root-get-involved .row-maincontent .mainright a {
  color: #4B7031; }

.root-donate-now .row-maincontent h1, .root-donate-now .row-maincontent h2, .root-donate-now .row-maincontent h3, .root-donate-now .row-maincontent h4 {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.root-donate-now .row-maincontent h2 {
  font-size: 1.8em;
  padding-top: 10px;
  font-weight: normal; }
.root-donate-now .row-maincontent h3 {
  font-size: 1.5em;
  padding-top: 5px;
  font-weight: normal; }
.root-donate-now .row-maincontent .mainright h1, .root-donate-now .row-maincontent .mainright h2, .root-donate-now .row-maincontent .mainright h3, .root-donate-now .row-maincontent .mainright h3 a, .root-donate-now .row-maincontent .mainright h4 a, .root-donate-now .row-maincontent .mainright a {
  color: #A70531; }

.bottom-credit {
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: #666;
  padding: 20px 0;
  display: block; }
  .bottom-credit a {
    color: #E4701E; }

/*** header section ***/
.headercontainer {
  padding-top: 28px; }
  .headercontainer .headerleft .input-group-addon {
    background-color: #E4701E !important;
    color: white;
    border: 1px solid #E4701E;
    padding-bottom: 7px; }
  .headercontainer .headerright {
    text-align: right; }
    .headercontainer .headerright .btn-contact {
      color: #E4701E;
      text-transform: uppercase;
      font-family: 'OBook', Tahoma, Geneva, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 1em;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+19,fefefe+52,fefefe+52,d1d1d1+97 */
      background: #e2e2e2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 19%, #fefefe 52%, #fefefe 52%, #d1d1d1 97%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 19%, #fefefe 52%, #fefefe 52%, #d1d1d1 97%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 19%, #fefefe 52%, #fefefe 52%, #d1d1d1 97%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=0 );
      /* IE6-9 */ }

footer {
  clear: both;
  padding: 5px 20px;
  font-size: 0.7em;
  background: #fff;
  padding-bottom: 35px; }
  footer h2 {
    font-family: 'OBold', Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal; }
  footer ul {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%; }
    footer ul li {
      display: inline;
      list-style-type: none; }
      footer ul li a {
        font-size: 0.75em;
        color: #000; }
  footer .row-footer .right {
    text-align: right; }

.slug-home-page footer {
  border-top: solid 1px #eee;
  padding-top: 5px; }

/*****************************
 section layout - homepage
*****************************/
.row-maincontent {
  margin: 0;
  margin-top: -20px;
  background-color: #fff;
  /* latest Press Release section */
  /* row-Hmpress ends */
  /* latest stories and blogs */
  /* row-Hmblog ends */
  /*SVG map*/ }
  .row-maincontent h2 {
    font-size: 1.3em;
    font-family: 'OBold', Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #E4701E; }
  .row-maincontent .col-homeright {
    padding-left: 0; }
    .row-maincontent .col-homeright .Hmpubthumb {
      width: 100%; }
  .row-maincontent .mainright a.backtolanding {
    background-color: #6F3092;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px; }
  .row-maincontent .row-Hmpress {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%; }
    .row-maincontent .row-Hmpress h2 {
      background-color: #6F3092;
      color: #fff;
      display: block;
      text-transform: uppercase;
      margin: 20px 0 0 0;
      padding: 6px 10px; }
    .row-maincontent .row-Hmpress .col-pressbox {
      background: #353F48;
      font-size: 0.75em;
      color: #fff;
      border-left: 1px solid #4e5c69;
      min-height: 170px;
      padding: 8px; }
      .row-maincontent .row-Hmpress .col-pressbox:first-child {
        border-left: 0px solid transparent; }
      .row-maincontent .row-Hmpress .col-pressbox .fa {
        width: 20px; }
      .row-maincontent .row-Hmpress .col-pressbox .fa-map-marker {
        color: red; }
      .row-maincontent .row-Hmpress .col-pressbox h3 {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 100%;
        font-size: 1.1em;
        font-weight: normal;
        display: block;
        padding-bottom: 5px !important; }
        .row-maincontent .row-Hmpress .col-pressbox h3 a {
          color: #a7c8e2; }
          .row-maincontent .row-Hmpress .col-pressbox h3 a:hover {
            text-decoration: none;
            color: #fff !important; }
      .row-maincontent .row-Hmpress .col-pressbox .Hmnewscountry {
        display: block;
        line-height: 20px;
        font-style: italic; }
        .row-maincontent .row-Hmpress .col-pressbox .Hmnewscountry a {
          color: #a7c8e2; }
          .row-maincontent .row-Hmpress .col-pressbox .Hmnewscountry a:hover {
            color: #fff !important; }
      .row-maincontent .row-Hmpress .col-pressbox .Hmnewsdate {
        display: block;
        line-height: 20px;
        font-style: italic;
        padding-bottom: 5px; }
      .row-maincontent .row-Hmpress .col-pressbox p {
        font-size: 1em; }
  .row-maincontent .row-Hmblog {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%; }
    .row-maincontent .row-Hmblog h2 {
      background-color: #E4701E;
      color: #fff;
      display: block;
      text-transform: uppercase;
      margin: 20px 0 0 0;
      padding: 6px 10px; }
    .row-maincontent .row-Hmblog .col-blogbox {
      background: #FBAD17;
      font-size: 0.75em;
      color: #4f3609;
      border-left: 1px solid #fbbe4d;
      min-height: 170px;
      padding: 8px; }
      .row-maincontent .row-Hmblog .col-blogbox:first-child {
        border-left: 0px solid transparent; }
      .row-maincontent .row-Hmblog .col-blogbox .fa {
        width: 20px; }
      .row-maincontent .row-Hmblog .col-blogbox .fa-map-marker {
        color: red; }
      .row-maincontent .row-Hmblog .col-blogbox h3 {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 100%;
        font-size: 1.1em;
        font-weight: normal;
        display: block;
        padding-bottom: 5px !important; }
        .row-maincontent .row-Hmblog .col-blogbox h3 a {
          color: #8f1c08; }
          .row-maincontent .row-Hmblog .col-blogbox h3 a:hover {
            text-decoration: none;
            color: #fff !important; }
      .row-maincontent .row-Hmblog .col-blogbox .Hmblogcountry {
        display: block;
        line-height: 20px;
        font-style: italic; }
        .row-maincontent .row-Hmblog .col-blogbox .Hmblogcountry a {
          color: #8f1c08; }
          .row-maincontent .row-Hmblog .col-blogbox .Hmblogcountry a:hover {
            color: #fff !important; }
      .row-maincontent .row-Hmblog .col-blogbox .Hmblogdate {
        display: block;
        line-height: 20px;
        font-style: italic;
        padding-bottom: 5px; }
      .row-maincontent .row-Hmblog .col-blogbox p {
        font-size: 1em; }
  .row-maincontent .col-homeright {
    /*publication style*/
    /*soical link style*/ }
    .row-maincontent .col-homeright .hnotes {
      width: 100%;
      background-color: #603D1A;
      color: #fff;
      padding: 10px;
      font-family: 'OBold', Tahoma, Geneva, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 1em; }
    .row-maincontent .col-homeright .row-hmpublication {
      margin: 0;
      background: url(../images/bg/featured.jpg) repeat 0 0;
      padding: 10px;
      padding-bottom: 15px;
      display: block;
      width: 100%;
      height: auto; }
      .row-maincontent .col-homeright .row-hmpublication .left {
        padding: 0; }
      .row-maincontent .col-homeright .row-hmpublication h2 {
        margin: 0 0 15px 0;
        color: #6e4c1e;
        font-size: 1.8em; }
      .row-maincontent .col-homeright .row-hmpublication h3 {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 100%;
        font-family: 'OBold', Tahoma, Geneva, sans-serif;
        -webkit-font-smoothing: antialiased;
        display: block;
        font-size: 1.2em;
        font-weight: normal;
        color: #000; }
      .row-maincontent .col-homeright .row-hmpublication p {
        font-size: 0.75em;
        line-height: 140%; }
      .row-maincontent .col-homeright .row-hmpublication .btn {
        font-family: 'OBook', Tahoma, Geneva, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size: 0.85em;
        background: #E4701E;
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 8%, #fca944 8%, #ff7c00 67%, #e4701e 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 8%, #fca944 8%, #ff7c00 67%, #e4701e 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 8%, #fca944 8%, #ff7c00 67%, #e4701e 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#e4701e',GradientType=0 );
        /* IE6-9 */ }
      .row-maincontent .col-homeright .row-hmpublication .right {
        padding-right: 3px; }
    .row-maincontent .col-homeright .col-hmtwitter {
      background: url(../images/bg/stay_connected.jpg) repeat-y center 0;
      padding: 10px; }
      .row-maincontent .col-homeright .col-hmtwitter h2 {
        margin: 0 0 15px 0;
        color: #6e4c1e;
        font-size: 1.8em; }
    .row-maincontent .col-homeright .hmsociallnk {
      margin: 0 !important;
      padding: 0 !important;
      line-height: 100%;
      padding-bottom: 10px; }
      .row-maincontent .col-homeright .hmsociallnk li {
        display: inline;
        list-style-type: none; }
        .row-maincontent .col-homeright .hmsociallnk li a {
          text-decoration: none; }
          .row-maincontent .col-homeright .hmsociallnk li a:hover .fa {
            color: #000; }
          .row-maincontent .col-homeright .hmsociallnk li a .fa {
            color: #E4701E; }
  .row-maincontent #world-map {
    background: #EF9636 url("../images/bg/background_map.jpg") no-repeat center 0;
    max-width: 815px;
    min-height: 520px;
    display: block;
    position: relative;
    background-size: 100%; }
    .row-maincontent #world-map h2 {
      text-transform: uppercase;
      color: #6e4c1e;
      font-size: 1.8em;
      margin: 10px;
      padding-top: 10px; }
  .row-maincontent .map {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .row-maincontent .map path:hover {
      cursor: pointer; }
    .row-maincontent .map #worldmap {
      width: 100%;
      padding-top: 10px; }
    .row-maincontent .map .zoomIn, .row-maincontent .map .zoomOut {
      background-color: #fff;
      border: 1px solid #ccc;
      color: #E4701E;
      width: 15px;
      height: 15px;
      line-height: 14px;
      text-align: center;
      border-radius: 3px;
      cursor: pointer;
      position: absolute;
      top: 10px;
      font-weight: bold;
      left: 10px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    .row-maincontent .map .zoomOut {
      top: 30px; }
    .row-maincontent .map .mapTooltip {
      text-align: center;
      font-family: 'OBold', Tahoma, Geneva, sans-serif;
      -webkit-font-smoothing: antialiased;
      height: 0;
      font-size: 1.2em;
      margin: 0 auto;
      position: relative;
      left: auto !important;
      top: auto !important;
      bottom: 480px !important;
      z-index: 10; }
    .row-maincontent .map area {
      outline: none; }
      .row-maincontent .map area:hover {
        outline: none; }
  .row-maincontent .row-selectcountries {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    z-index: 3; }
  .row-maincontent #care_region_text {
    position: absolute;
    z-index: 6;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 8px;
    color: #6e4c1e;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'OBook', Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased; }

/* row-maincontent ends */
/* Where we work section */
.root-where-we-work .mainleft h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%;
  color: #FBAD17;
  padding: 5px 0;
  line-height: 25px;
  border-bottom: solid 2px #FBAD17;
  margin-bottom: 10px;
  font-weight: normal; }
.root-where-we-work .mainright img.countrymap {
  height: 100%;
  width: 100%; }
.root-where-we-work .mainright .countrymap {
  width: 100%;
  max-width: 805px; }
.root-where-we-work .mainright .relatedLst {
  padding-bottom: 15px; }
  .root-where-we-work .mainright .relatedLst h2 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    color: #FBAD17;
    font-size: 1.7em;
    display: block;
    font-weight: normal; }
    .root-where-we-work .mainright .relatedLst h2 a.viewall {
      font-size: 0.8em;
      font-weight: normal !important;
      float: right; }
  .root-where-we-work .mainright .relatedLst a img {
    max-width: 150px; }

.region_country_panel .panel {
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #ddd; }
  .region_country_panel .panel .panel-body a {
    color: #333;
    display: block;
    padding: 3px 0;
    font-size: 0.85em;
    line-height: 120%; }
    .region_country_panel .panel .panel-body a.active {
      font-weight: bold; }
.region_country_panel .panel-heading .panel-title {
  color: #FBAD17;
  border: 0;
  font-size: 1.4em; }

/* Where we work section ends*/
.root-where-we-work #world-map {
  background: #EF9636 url("../images/bg/background_map.jpg") no-repeat center 0;
  max-width: 815px;
  min-height: 520px;
  display: block;
  position: relative;
  background-size: 100%; }
  .root-where-we-work #world-map .map {
    padding-top: 0px;
    width: 100%; }
    .root-where-we-work #world-map .map #care_region_text {
      font-size: 1.5em;
      font-weight: bold; }
    .root-where-we-work #world-map .map #worldmap {
      padding-top: 10px; }
.root-where-we-work .rangepanel a {
  display: block;
  color: #000; }
.root-where-we-work hr.short {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%;
  border: 0;
  height: 1px;
  width: 100%;
  float: left;
  background-color: #eee; }
.root-where-we-work .rltCntLst {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%;
  padding-left: 18px; }
  .root-where-we-work .rltCntLst li {
    list-style-type: none;
    padding: 3px 0; }
    .root-where-we-work .rltCntLst li a {
      display: block;
      color: #000;
      font-size: 1em;
      line-height: 120%; }

/* footer */
.homefooter .box {
  background: url(../images/bg/members.jpg) repeat 0 0;
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 40px; }
  .homefooter .box h2 {
    margin: 5px 0;
    text-transform: uppercase;
    color: #6e4c1e;
    font-size: 1.8em; }

.row-footer .left {
  font-size: 1.2em; }

.homefooter ol, .pagefooterleft ol, .mainright ol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%; }
  .homefooter ol li, .pagefooterleft ol li, .mainright ol li {
    list-style-type: none;
    padding: 1px 0 1px 40px;
    line-height: 25px; }
    .homefooter ol li.aus, .pagefooterleft ol li.aus, .mainright ol li.aus {
      background: url("../images/countryflag/Flag-AUS.png") no-repeat left 40%; }
    .homefooter ol li.can, .pagefooterleft ol li.can, .mainright ol li.can {
      background: url("../images/countryflag/Flag-CAN.png") no-repeat left 40%; }
    .homefooter ol li.austria, .pagefooterleft ol li.austria, .mainright ol li.austria {
      background: url("../images/countryflag/Flag-Austria.png") no-repeat left 40%; }
    .homefooter ol li.den, .pagefooterleft ol li.den, .mainright ol li.den {
      background: url("../images/countryflag/Flag-DEN.png") no-repeat left 40%; }
    .homefooter ol li.fr, .pagefooterleft ol li.fr, .mainright ol li.fr {
      background: url("../images/countryflag/Flag-FR.png") no-repeat left 40%; }
    .homefooter ol li.india, .pagefooterleft ol li.india, .mainright ol li.india {
      background: url("../images/countryflag/Flag-India.png") no-repeat left 40%; }
    .homefooter ol li.jp, .pagefooterleft ol li.jp, .mainright ol li.jp {
      background: url("../images/countryflag/Flag-JP.png") no-repeat left 40%; }
    .homefooter ol li.lux, .pagefooterleft ol li.lux, .mainright ol li.lux {
      background: url("../images/countryflag/Flag-LUX.png") no-repeat left 40%; }
    .homefooter ol li.ned, .pagefooterleft ol li.ned, .mainright ol li.ned {
      background: url("../images/countryflag/Flag-NED.png") no-repeat left 40%; }
    .homefooter ol li.nor, .pagefooterleft ol li.nor, .mainright ol li.nor {
      background: url("../images/countryflag/Flag-NOR.png") no-repeat left 40%; }
    .homefooter ol li.peru, .pagefooterleft ol li.peru, .mainright ol li.peru {
      background: url("../images/countryflag/Flag-PERU.png") no-repeat left 40%; }
    .homefooter ol li.thai, .pagefooterleft ol li.thai, .mainright ol li.thai {
      background: url("../images/countryflag/Flag-THAI.png") no-repeat left 40%; }
    .homefooter ol li.uk, .pagefooterleft ol li.uk, .mainright ol li.uk {
      background: url("../images/countryflag/Flag-UK.png") no-repeat left 40%; }
    .homefooter ol li.usa, .pagefooterleft ol li.usa, .mainright ol li.usa {
      background: url("../images/countryflag/Flag-USA.png") no-repeat left 40%; }
    .homefooter ol li a, .pagefooterleft ol li a, .mainright ol li a {
      color: #000;
      font-size: 0.8em; }
      .homefooter ol li a:hover, .pagefooterleft ol li a:hover, .mainright ol li a:hover {
        color: #E4701E; }

/*.homefooter, .pagefooterleft ends*/
.root-contact-us footer {
  background-color: #E4701E; }
  .root-contact-us footer h2, .root-contact-us footer .pagefooterleft ol li a, .root-contact-us footer .pagefooterright a {
    color: #fff;
    font-weight: normal; }

/*care member list style for donation page*/
.mainright ol li a {
  font-size: 1em; }

/*care member list style for donation page ends*/
.pagefooterleft {
  font-size: 1.4em; }

.pagefooterright {
  color: #fff;
  font-size: 1em; }
  .pagefooterright ul {
    padding-bottom: 10px; }
    .pagefooterright ul li a {
      font-size: 1em; }

.root-disclaimer footer,
.root-about-us footer {
  background-color: #E4701E;
  color: #fff; }
  .root-disclaimer footer h2, .root-disclaimer footer a,
  .root-about-us footer h2,
  .root-about-us footer a {
    color: #fff !important; }

.root-what-we-do footer {
  background-color: #0097BD;
  color: fff; }
  .root-what-we-do footer h2, .root-what-we-do footer a {
    color: #fff !important; }

.root-where-we-work footer {
  background-color: #FBAD17;
  color: fff; }
  .root-where-we-work footer h2, .root-where-we-work footer a {
    color: #fff !important; }

.root-news footer {
  background-color: #6F3092;
  color: fff; }
  .root-news footer h2, .root-news footer a {
    color: #fff !important; }

.root-get-involved footer {
  background-color: #4B7031;
  color: fff; }
  .root-get-involved footer h2, .root-get-involved footer a {
    color: #fff !important; }

.root-donate-now footer {
  background-color: #A70531;
  color: #fff; }
  .root-donate-now footer h2, .root-donate-now footer a {
    color: #fff !important; }

/*****************************
  where we work Page
*****************************/
#countrybox {
  border: solid 1px #FBAD17;
  border-radius: 2px;
  padding: 4px 2px;
  font-size: 0.8em;
  width: 90%; }

.countrylst {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%; }
  .countrylst li {
    list-style-type: none; }
  .countrylst a {
    display: block;
    padding: 2px 0;
    color: #000;
    font-size: 0.85em; }

/*****************************
  news pages
*****************************/
.col-left-search h3 {
  font-size: 1em;
  color: #6F3092; }
  .col-left-search h3:first-child {
    margin-top: 0; }
.col-left-search select {
  width: 100%;
  font-size: 0.8em;
  padding: 2px; }

.filtersoptions {
  font-size: 0.9em; }
  .filtersoptions .left, .filtersoptions .right {
    display: inline; }
  .filtersoptions .right {
    position: relative;
    top: -1px; }
    .filtersoptions .right label {
      font-weight: normal;
      font-size: 0.9em; }

.feature_news_section {
  margin-top: 30px;
  /*newsbox ends*/ }
  .feature_news_section h2 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    clear: both;
    display: block; }
    .feature_news_section h2 a:hover {
      text-decoration: none;
      color: #6F3092 !important; }
  .feature_news_section hr.fadeoutline {
    border: 0;
    height: 1px;
    border-bottom: double 1px #6F3092; }
  .feature_news_section hr.short {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    border: 0;
    height: 1px;
    width: 100%;
    float: left;
    background-color: #ddd; }
  .feature_news_section .row-fnews {
    padding-bottom: 30px; }
  .feature_news_section .newsbox h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #000; }
  .feature_news_section .newsbox .imgwrap {
    position: relative;
    z-index: 1; }
    .feature_news_section .newsbox .imgwrap a.mlnk {
      display: block;
      width: 100%;
      height: 100%;
      display: block;
      background-color: transparent;
      position: absolute;
      z-index: 3; }
      .feature_news_section .newsbox .imgwrap a.mlnk span {
        display: none; }
    .feature_news_section .newsbox .imgwrap .img {
      position: absolute;
      z-index: 2; }
    .feature_news_section .newsbox .imgwrap:hover a.mlnk {
      display: block;
      color: #fff;
      width: 100%;
      text-align: center; }
      .feature_news_section .newsbox .imgwrap:hover a.mlnk span {
        display: block;
        color: #fff;
        margin-top: 50%; }
  .feature_news_section .newsbox .infowrap h3 {
    font-size: 1.5em; }
  .feature_news_section .newsbox .infowrap .newsdate {
    font-size: 0.85em; }
  .feature_news_section .newsbox .infowrap .fa-globe {
    color: #000; }
  .feature_news_section .newsbox .infowrap .fa {
    padding-right: 5px; }
  .feature_news_section .newsbox .infowrap a {
    color: #6F3092; }
  .feature_news_section .newsbox .infowrap p {
    font-size: 0.9em; }

.main_newslist_box {
  width: 100%;
  clear: both;
  padding: 15px 0;
  border-bottom: solid 1px #ddd; }
  .main_newslist_box a {
    color: #6F3092; }
  .main_newslist_box h3, .main_newslist_box h4 {
    margin-top: 0;
    font-family: 'OBold', Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased; }
  .main_newslist_box p {
    font-size: 0.9em; }

/*publication styles*/
.row-publications h2 {
  color: #6F3092;
  font-size: 1.5em !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 110%; }
.row-publications .publication_cover {
  width: 100%; }
.row-publications p {
  font-size: 0.9em; }

/*page navigation */
.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #000;
  border: solid 1px #d7d7d7;
  background-color: #d7d7d7; }

/*****************************
  photo and video Page
*****************************/
.col-youtube-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .col-youtube-thumb img {
    text-align: center;
    z-index: 2;
    display: block;
    width: 100%; }
  .col-youtube-thumb a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -19px;
    z-index: 3;
    color: #fff !important;
    opacity: 0.6; }
    .col-youtube-thumb a .fa {
      font-size: 4em; }
  .col-youtube-thumb:hover a {
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
    opacity: 1; }

.viewcareyoutube {
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #6F3092 !important;
  display: block;
  font-size: 1.5em;
  padding-top: 20px; }

/*****************************
  Photo Gallery Page
*****************************/
.photobox {
  padding-bottom: 5px; }
  .photobox h2.title {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.5em; }
  .photobox:nth-child(3n+1) {
    clear: left; }

/*****************************
  Video Gallery Page
*****************************/
.youtubebox {
  padding-bottom: 15px; }
  .youtubebox .title {
    font-family: 'OBold', Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5em;
    line-height: 100%;
    padding-top: 10px; }

.youtubebox:nth-child(3n+1) {
  clear: left; }

/*****************************
  Photo details Page
*****************************/
.photo img {
  max-width: 100%; }

/*****************************
  content Page
*****************************/
.row-maincontent {
  padding-top: 20px;
  padding-bottom: 50px; }
  .row-maincontent .mainleft .mainleftLnks {
    font-size: 0.85em; }
    .row-maincontent .mainleft .mainleftLnks p:first-child img {
      padding-top: 0; }
    .row-maincontent .mainleft .mainleftLnks ul {
      margin: 0 !important;
      padding: 0 !important;
      line-height: 100%; }
      .row-maincontent .mainleft .mainleftLnks ul li {
        list-style-type: none;
        padding-bottom: 15px;
        display: block; }
        .row-maincontent .mainleft .mainleftLnks ul li a {
          color: #E4701E;
          padding-top: 5px;
          display: block; }
      .row-maincontent .mainleft .mainleftLnks ul img {
        width: 100% !important; }
  .row-maincontent .mainright {
    font-size: 0.9em;
    padding-right: 3%; }
    .row-maincontent .mainright h1 {
      font-size: 2.2em;
      font-weight: normal;
      font-family: 'OBold', Tahoma, Geneva, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #E4701E; }
    .row-maincontent .mainright .mainbanner {
      width: 100%;
      padding-bottom: 15px; }

/*row-maincontent ends*/
.addthis_native_toolbox {
  float: right; }

.slug-stay-connected .col-xs-6 {
  padding-bottom: 10px; }

/*****************************
  hover style overwrite
*****************************/
.hvr-fade:hover, .hvr-fade:before {
  background-color: #6F3092 !important;
  opacity: 0.8; }

/*****************************
  Magnify Pop
*****************************/
.mfp-bottom-bar {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -40px !important; }
  .mfp-bottom-bar .mfp-title {
    padding: 10px 8px;
    font-size: 0.75em;
    font-weight: normal; }
  .mfp-bottom-bar .mfp-counter {
    right: 5px !important;
    font-size: 10px; }
  .mfp-bottom-bar a {
    color: #E4701E; }

.social-buttons {
  clear: both;
  padding-top: 10px; }

.social-buttons .button {
  float: right;
  margin-left: 10px; }

/*****************************
  homepage
*****************************/
.col-homeslider {
  max-height: 356px; }

.carousel-caption h3:first-child {
  animation-delay: 0.5s;
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000; }
.carousel-caption a {
  padding: 8px 15px;
  background-color: #E4701E;
  color: #fff;
  border-radius: 5px;
  font-size: 0.9em; }

.carousel-inner {
  max-height: 356px; }
  .carousel-inner .item {
    text-align: center; }
    .carousel-inner .item img {
      height: 356px;
      margin: 0 auto; }

#cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.85em;
  z-index: 999;
  line-height: 1.3;
  text-align: center; }
  #cookie-policy button {
    position: absolute;
    right: 5px;
    top: 10px;
    background-color: transparent; }
  #cookie-policy a {
    color: #000; }

.byline,
.env-narrow .timeline-header .byline {
  display: none !important;
  color: #fff !important; }

/*****************************
  search page
*****************************/
.care-searchpanel.panel-group .search-result {
  width: 100%;
  padding: 10px; }
  .care-searchpanel.panel-group .search-result:nth-child(odd) {
    background-color: #f6f6f6; }
  .care-searchpanel.panel-group .search-result:hover {
    background-color: #ededed; }
.care-searchpanel.panel-group .panel-body {
  padding: 0; }

.panel-default > .panel-heading {
  cursor: pointer;
  border: 0;
  border-radius: 0 !important;
  background-color: #fff; }
  .panel-default > .panel-heading a {
    display: block; }

.mainright h3.result-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 100%;
  font-family: 'OBold', Tahoma, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  margin-top: 8px; }

.result-summary {
  margin-bottom: 5px; }

/*****************************
  boostrap overwrite
*****************************/
input[type="text"], .form-control {
  border-radius: 0 !important; }

input[type="text"]:focus, .form-control:focus {
  outline: none;
  border-color: #E4701E;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(255, 255, 255, 0.6); }

.root-news .form-control:focus {
  border-color: #6F3092; }

.root-where-we-work .form-control:focus {
  border-color: #FBAD17; }

/*# sourceMappingURL=main.css.map */
