body
{
  overflow-x: hidden;
}
body{margin:0px; font-family: 'Reader';}
*{margin:0px; padding:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
ul{list-style-type:none; margin:0; padding:0;}
a{text-decoration:none; outline:none; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out;}
a:hover{text-decoration:none; outline:none;}
a:focus{text-decoration:none; outline:none;}
img{border:0;}
label{font-weight: normal}
p{margin:0; font-size:16px; color:#464646;}
.thumbnail{border:none; padding:0; margin:0; background:none; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.padding-remove{padding-left:0; padding-right:0;}
.padding-left{padding-left:15px; padding-right:0;}
.padding-right{padding-left:0; padding-right:15px;}




@font-face {
  font-family: 'Reader';
  src: url('../fonts/Reader.eot?#iefix') format('embedded-opentype'),  url('../fonts/Reader.otf')  format('opentype'),
	     url('../fonts/Reader.woff') format('woff'), url('../fonts/Reader.ttf')  format('truetype'), url('../fonts/Reader.svg#Reader') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Reader-Medium';
  src: url('../fonts/Reader-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Reader-Medium.otf')  format('opentype'),
	     url('../fonts/Reader-Medium.woff') format('woff'), url('../fonts/Reader-Medium.ttf')  format('truetype'), url('../fonts/Reader-Medium.svg#Reader-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Reader-Bold';
  src: url('../fonts/Reader-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Reader-Bold.otf')  format('opentype'),
	     url('../fonts/Reader-Bold.woff') format('woff'), url('../fonts/Reader-Bold.ttf')  format('truetype'), url('../fonts/Reader-Bold.svg#Reader-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Reader-Black';
  src: url('../fonts/Reader-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Reader-Black.otf')  format('opentype'),
	     url('../fonts/Reader-Black.woff') format('woff'), url('../fonts/Reader-Black.ttf')  format('truetype'), url('../fonts/Reader-Black.svg#Reader-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'Feijoa-Medium';
  src: url('../fonts/Feijoa-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Feijoa-Medium.otf')  format('opentype'),
	     url('../fonts/Feijoa-Medium.woff') format('woff'), url('../fonts/Feijoa-Medium.ttf')  format('truetype'), url('../fonts/Feijoa-Medium.svg#Feijoa-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Faith And Glory One';
	src: url('../fonts/FaithAndGloryOne.eot');
	src: url('../fonts/FaithAndGloryOne.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FaithAndGloryOne.woff') format('woff'),
		url('../fonts/FaithAndGloryOne.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

p{font-size:16px; color:#000; line-height:26px;}

h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal; margin:0; padding:0;}

.faith-and-glory {
	font-family: 'Faith And Glory One', sans-serif !important;
    font-size: 53px !important;
}

input,select,textarea{ -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out;}

.form-control{font-family: 'Reader'; font-size:15px; height:40px; line-height:40px;}
textarea.form-control{line-height:24px; height:inherit;}

header{width:100%; float:left; position:absolute; background:rgba(0, 0, 0, 0.85); z-index:9;}
header .navbar-brand{
  position:absolute; 
  width:78px; 
  background:#FFF; 
  left:0; 
  right:0; 
  top:0; 
  text-align:center; 
  margin:auto;
  z-index: 2;
}
header .navbar-toggle{z-index:999;}
.navbar-default{margin:auto; background:none; border:none; min-height:inherit;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{background:none; border:none; padding:2px 0 0 0;}
.navbar-brand{height:auto; padding:0;}
.navbar-nav{padding:13px 0;}
.navbar-nav>li>a{font-family: 'Reader-Medium'; font-size:18px; color:#FFF!important; padding:5px 20px; background:none; margin:0px; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px; border:2px solid rgba(238, 165, 0, 0);}

/*** new css ***/
.navbar-nav>li>a>i
{
    margin-right: 5px;
}
.navbar-nav>li.NavRightGivbtn
{
    padding: 0 20px;
    position: relative !important;
    display: inline-block;
}
.navbar-nav>li.NavRightGivbtn>a
{
    background: #be1c1a;
    border-radius: 4px;
}
.navbar-nav>li.NavRightGivbtn>a:hover
{
    background: #be1c1a;
}
.navbar-nav>li.NavRightGivbtn > ul.sub-menu
{
  position: absolute;
  right: 10px;
  width: 150px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
  left: 50%;
  margin-left: -75px;
  top: 30px;
  text-align: center;
  background-color: #be1c1a;
  overflow:hidden;
}
.navbar-nav>li.NavRightGivbtn > ul.sub-menu > li
{
  padding: 0;
  margin: 0;
}
.navbar-nav>li.NavRightGivbtn > ul.sub-menu > li > a
{
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;

}
.navbar-nav>li.NavRightGivbtn > ul.sub-menu > li > a:hover
{
  background-color: #920C1E;
}
.navbar-nav>li.NavRightGivbtn:hover ul.sub-menu
{
  display: block;
}
/** mobile **/
.MobileMenuHeader .MobileHeaderButtonDiv > ul > li
{
  position: relative;
}
.MobileMenuHeader .MobileHeaderButtonDiv > ul > li > ul.sub-menu
{
  width: 125px;
  position: absolute;
  top: 100%;
  right: 25px;
  background-color: #be1c1a;
  border-radius: 5px;
  display: none;
  padding-top: 46px;
  top: 18px;
}
.MobileMenuHeader .MobileHeaderButtonDiv > ul > li > ul.sub-menu > li
{
  display: block;
  padding: 0;
  margin: 0;
}

.MobileMenuHeader .MobileHeaderButtonDiv > ul > li > ul.sub-menu > li > a
{
  background-color: transparent;
  margin: 0;
  text-align: right;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}
.MobileMenuHeader .MobileHeaderButtonDiv > ul > li.openSubMenu ul.sub-menu
{
  display: block;
}
/** end mobile **/

header.HeaderNew .navbar-nav
{
    width: 45%;
}

header.HeaderNew .nav .open>a, .nav .open>a:focus, 
header.HeaderNew .nav .open>a:hover,
.navbar-default .navbar-nav>.open>a, 
header.HeaderNew .navbar-default .navbar-nav>.open>a:focus, 
header.HeaderNew .navbar-default .navbar-nav>.open>a:hover
{
    border-color: transparent;
    background: transparent;
}

header.HeaderNew .navbar-default,
header.HeaderNew .nav>li
{
    position: static;
}
header.HeaderNew .navbar-nav>li>a
{
    position: relative;
    font-weight: 400;
    font-family: 'Reader';
    font-size: 15px;

    line-height: 0;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header.HeaderNew .navbar-nav>li.NavRightGivbtn>a
{
  /*font-size: 18px;*/
  font-family: 'Reader-Bold';
}
header.HeaderNew .navbar-nav>li>a:after
{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -15px;
    height: 2px;
    background: transparent;
}
header.HeaderNew .navbar-nav>li.dropdown.open>a:after
{
    background: #fff;
}
header.HeaderNew .dropdown-menu
{
    width: 100%;
    z-index: -1;
    background: #262626;
    color: #fff;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}


/****** close menu ****/
.MenuBgClick
{
  display: none;
}
header.HeaderNew .navbar-nav>li.dropdown.open>.MenuBgClick
{
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: transparent;
  display: block;
  min-height: calc(100vh - 70px);
  min-height: -webkit-calc(100vh - 70px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/****** end close menu ****/


.DropdownInner
{
    max-width: 960px;
    margin: 0 auto;
    padding: 70px 0 50px 0;
}
.DropdownInner .input-group
{
    width: 100%;
    border-bottom: 1px solid #fff;
}
.DropdownInner h4
{
  font-family: 'Reader-Bold';
}
.DropdownInner .input-group button.btn.btn-default
{
    padding-right: 0;
}
.DropdownInner .navbar-form .input-group>.form-control
{
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 0 transparent;
}
.DropdownInner .navbar-form .input-group-btn
{
    text-align: right;
    width: 30px;
}
header.HeaderNew.change .DropdownInner
{
    padding-top: 50px;
}

header.HeaderNew.change .navbar-nav>li>a:after
{
    bottom: -9px;
}



.DropdownInner ul
{
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
}
.DropdownInner ul li
{
    padding: 5px 0;
    margin: 0;
    list-style: none;
    float: none;
    display: block;
}
.DropdownInner ul li small
{
    display: block;
    font-size: 70%;
    clear: both;
    padding: 2px 0 0 0;
}
.DropdownInner ul li a
{
    display: block;
    color: #fff;
}
ul.SocialIconsTop li
{
    display: inline-block;
    padding-right: 10px;
}
ul.SocialIconsTop li a
{
    font-size: 20px;
}




.navbar-right > li
{
  float: right;
}
.navbar-right > li:first-child
{
  margin-right: 25px;
}
/*
.navbar-left > li:first-child
{
  padding-left: 0;
}*/

/*.navbar-default form.navbar-form{width:135px; padding:0; margin:7px 21px; border:2px solid #FFF; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}*/

.navbar-form .input-group>.form-control{background:none; border:none; height:26px; line-height:normal; color:#FFF; font-size:14px;}
.navbar-form .input-group>.form-control:focus{border:none; box-shadow:none; outline:none;}
.navbar-form .btn-default{background:none; border:none; padding:0 10px; height:26px; line-height:26px; color:#FFF;}
.navbar-left{margin-left:0px;}
.navbar-right{margin-right:0;}

.home-banner-back{position:relative;}
.home-banner-back .video{overflow:hidden; position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1;}
.home-banner-back .video video{display: block; position:absolute; left:50%; top:50%; min-width:100%; min-height:100%; -webkit-transform:translate(-50%, -50%);  -moz-transform: translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); z-index:0;}
.home-banner-back .slick-slide{margin:0;}
.home-banner-back img{max-width:100%; display:block;}
.home-banner-back .banner-txt{width:100%; left:0; top:0; text-align:center; position:relative; padding:180px 15px; min-height:643px;}
.home-banner-back h1{font-family: 'Reader-Bold'; font-size:83px; color:#FFF; /*opacity:0; -moz-transition:opacity 2s;  -o-transition:opacity 2s;  -webkit-transition:opacity 2s;  transition:opacity 2s; -moz-transition-delay:.7s; -o-transition-delay:.7s; -webkit-transition-delay:.7s; transition-delay:.7s;*/}
.home-banner-back h2{font-family: 'Reader-Bold'; font-size:55px; color:#FFF; padding:20px 0 70px 0; display:block; /*opacity:0; -moz-transition:opacity 2s;  -o-transition:opacity 2s;  -webkit-transition:opacity 2s;  transition:opacity 2s; -moz-transition-delay:1.5s; -o-transition-delay:1.5s; -webkit-transition-delay:1.5s; transition-delay:1.5s;*/}

.home-banner-back a.video-button, a.video-button
{
  font-size:16px; 
  color:#FFF; 
  font-weight:bold; 
  background:none; 
  border:2px solid #fff; 
  height:40px; 
  line-height:40px; 
  display:inline; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px; 
  border-radius:5px; 
  opacity:0; 
  -moz-transition:opacity 2s;  
  -o-transition:opacity 2s;  
  -webkit-transition:opacity 2s;  
  transition:opacity 2s; 
  -moz-transition-delay:4s; 
  -o-transition-delay:4s; 
  -webkit-transition-delay:4s; 
  transition-delay:4s;
  padding: 10px 20px;
}
.home-banner-back a.video-button:hover, a.video-button:hover, a.video-button:active, a.video-button:focus{background:#FFF; color:#0079c2; border-color:#fff !important;}



body.loaded .home-banner-back h1{opacity:1;}
body.loaded .home-banner-back h2{opacity:1;}
/*body.loaded .home-banner-back h2 span{opacity:1;}*/
body.loaded .home-banner-back a.video-button{opacity:1;}



.credit-card-form-bg{padding:60px 15px;}
.credit-card-form-bg h2{font-family: 'Reader-Medium'; font-size:25px; color:#0079c2; line-height:45px;}
.credit-card-form-bg h1{font-family: 'Reader-Medium'; font-size:42px; color:#0079c2; line-height:45px; font-weight: 600;}
.credit-card-form-bg h2 .uppercase{font-size:30px; text-transform:uppercase; letter-spacing:0.2px;}

.credit-card-form-bg .gray-bg{max-width:520px; /*background:#ebebeb;*/ margin:auto; float:none; padding:35px; /*border:1px solid #6b6b6b;*/ -web-kit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:30px auto; text-align:left;}
.credit-card-form-bg .gray-bg p{font-family: 'Reader'; font-size:14px; color:#464646; display:block; padding:20px 0; margin:0;}
.credit-card-form-bg .gray-bg p strong {font-family: 'Reader-Medium';}
.credit-card-form-bg .gray-bg .btn-primary
{
  font-size:14px; 
  color:#FFF; 
  background:#0079c2; 
  /*background:#BA1026; */
  border:none; 
  padding:12px 50px 11px 25px; 
  margin:0; 
  min-width:200px; 
  text-align:left;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  width: 48%;
  display: inline-block;

  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credit-card-form-bg .gray-bg .btn-primary i
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    height: 15px;
}

.ShutDownShareRange .donation_description
{
    min-height: 120px;
}

.credit-card-form-bg .gray-bg .btn-primary:hover, .credit-card-form-bg .gray-bg .btn-primary:active, .credit-card-form-bg .gray-bg .btn-primary:focus
{
  background:#0667a2;
  /*background: #920C1E;*/
}

.credit-card-form-bg .gray-bg .btn-primary:last-child{float:right;}
.credit-card-form-bg .gray-bg label{font-family: 'Reader-Black'; font-size:44px; line-height:57px; color:#0079c2; font-weight:bold; margin:0; display:inline-block; vertical-align:top;}
.credit-card-form-bg .price
{
  border:none; 
  font-family: 'Reader-Medium'; 
  font-size:30px; 
  color:#464646; 
  border-bottom: 1px solid #464646;  
  padding:0; 
  display:inline-block; 
  vertical-align:top; 
  width:calc(100% - 125px); 
  width:-webkit-calc(100% - 125px); 
  margin-right: 20px;
}
.credit-card-form-bg .price:before{position: absolute;z-index: 1;content:"$"; display:inline-block; font-family: 'Reader-Medium'; font-size:30px; color:#0079c2; margin:0 7px;}
.credit-card-form-bg .donation_price{width:142px; color:#464646; border:none; text-align:left; padding-left:30px; outline:none; background: transparent;} 
.credit-card-form-bg .donation_price:focus {outline:none;}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance:none; -moz-appearance:none; appearance:none; margin:0;}
input[type=number]{-moz-appearance:textfield;}

.credit-card-form-bg select.form-control{width:100px; height:56px; padding:0 5px; display:inline-block; font-size:16px; vertical-align:top;}
.credit-card-form-bg .price-range{background:#464646; width:100%; height:2px; float:left; margin:25px 0 10px 0;}
.credit-card-form-bg .price-range:before{width:22px; height:22px; background:#0079c2; content:""; display:block; float:left; margin:-11px 0;  -web-kit-border-radius:50px; -moz-border-radius:50px; border-radius:50px;}
.credit-card-form-bg span.tag-line{font-family: 'Reader-Medium'; font-size:13px; color:#0079c2;}

/*
.credit-card-form-bg input[type=range]{-webkit-appearance:none;}
.credit-card-form-bg input[type=range]::-webkit-slider-runnable-track{height:2px; background:#464646; border:none;}
.credit-card-form-bg input[type=range]::-webkit-slider-thumb{-webkit-appearance:none; -moz-appearance:none; appearance:none; border:none; height:22px; width:22px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#0079c2; margin-top:-11px; cursor:pointer; z-index:99; position:relative;}
.credit-card-form-bg input[type=range]::-moz-range-runnable-track{height:2px; background:#464646; border:none;}
.credit-card-form-bg input[type=range]::-moz-range-thumb{-webkit-appearance:none; border:none; height:22px; width:22px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#0079c2; margin-top:-11px; cursor:pointer; z-index:99; position:relative;}
.credit-card-form-bg input[type=range]::-ms-runnable-track{height:2px; background:#464646; border:none;}
.credit-card-form-bg input[type=range]::-ms-thumb{-webkit-appearance:none; border:none; height:22px; width:22px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#0079c2; margin-top:-11px; cursor:pointer; z-index:99; position:relative;}
.credit-card-form-bg input[type=range]:focus{outline:none;}*/


/****** new css input range ******************/
input[type="range"].InputRange
{
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    */
    -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;

    border-radius: 10px;
    height: 20px;
	width: 100%;
	outline: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.15, #86b6e8),
        color-stop(0.15, #f9f9f9)
    );
    background-image: gradient(
        linear,
        left top,
        right top,
        color-stop(0.15, #86b6e8),
        color-stop(0.15, #f9f9f9)
    );
    background-image: -moz-gradient(
        linear,
        left top,
        right top,
        color-stop(0.15, #86b6e8),
        color-stop(0.15, #f9f9f9)
    );
}



input[type="range"].InputRange::-moz-range-track
{
  -moz-appearance:none;
  background:transparent;
}


input[type=range].InputRange::-webkit-slider-thumb {
 box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
 border: 0px solid #000000;
 height: 20px;
 width: 20px;
 border-radius: 50%;
 background: #0079c2;
 cursor: pointer;
 -webkit-appearance: none;
}


input[type=range].InputRange::-moz-range-thumb
{
 box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
 border: 0px solid #000000;
 height: 20px;
 width: 20px;
 border-radius: 50%;
 background: #0079c2;
 cursor: pointer;
 -moz-appearance: none;
}





.home-slavery-three-block-bg
{
/*    background:url(../images/home-slavery-three-block-bg.jpg) no-repeat center top; */
    background:url(../images/SlaveryVastBG.jpg) no-repeat center top; 
    background-size:cover; 
    background-attachment:fixed; 
    padding:75px 15px 50px;
}
.home-slavery-three-block-bg h2{font-family: 'Reader-Medium'; font-size:37px; color:#FFF; padding:0 0 20px 0;}
.home-slavery-three-block-bg h3{font-family: 'Reader'; font-size:25px; color:#fff;}
/*
.home-slavery-three-block-bg h3:before{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 15px 0 0;}
.home-slavery-three-block-bg h3:after{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 0 0 15px;}
*/
.home-slavery-three-block-bg .thumbnail img{margin:40px auto;}
.home-slavery-three-block-bg h4{font-family: 'Reader-Bold'; font-size:36px; color:#FFF;}
.home-slavery-three-block-bg span{font-family: 'Reader-Bold'; font-size:23px; color:#FFF;}
.home-slavery-three-block-bg p
{
  font-size:16px; 
  color:#FFF; 
  line-height: 20px;
}
.home-slavery-three-block-bg small{font-size:13px; color:#FFF; display:block; padding:50px 0 0 0; clear:both;}
.home-slavery-three-block-bg .slick-slide{margin:0 35px;}

.slick-slider{position:relative; display:block; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}

.slick-list{position:relative; overflow:hidden; display:block; margin:0; padding:0;}
.slick-list:focus{outline:none;}
.slick-loading .slick-list{background:url(../images/ajax-loader.gif) center center no-repeat;}
.slick-list.dragging{cursor:pointer; cursor:hand;}

.slick-slider .slick-track{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.slick-track{position:relative; left:0; top:0; display:block;}
.slick-loading .slick-track{visibility:hidden;}

.slick-slide{display:block; height:auto; border:none; margin:0; float:left; background:none!important;}

.slick-prev, .slick-next{position:absolute; display:block; height:25px; width:35px; line-height:0; font-size:0; cursor:pointer; background:transparent;   background-attachment:fixed; color:transparent; top:50%; margin-top:-10px; padding:0; border:none; outline:none; background:#000;}
.slick-prev{left:0; background: url(../images/left_arrow.png) 40% 50%;}
.slick-next{float:right; right:0; background: url(../images/right_arrow.png) 40% 50%;}

.slick-dots{width:100%; float:left; text-align:center; margin:20px 0 0 0}
.slick-dots li{display:inline-block; margin:0 5px; padding:0; cursor:pointer; }
.slick-dots li button{border:0; background:#6C0; display:block; height:20px; width:20px; outline:none; cursor:pointer; color:#FFF;}
.slick-dots li.slick-active button{background:#000;}


.home-testimonial-back{padding:90px 15px;}
.home-testimonial-back p{font-family: 'Reader-Medium';  font-size:25px; color:#0079c2; line-height:35px; padding:0 130px;}
.home-testimonial-back span.author{font-family: 'Reader-Medium';  font-size:20px; color:#0079c2; display:block; padding:30px 0 0 0;}
.home-testimonial-back .testimonial-inner{ position:relative;}
.home-testimonial-back .testimonial-inner:before, .testimonial-inner:after{content:""; display:inline-block; width:75px; height:60px; background:url(../images/testimonial-comma.png) no-repeat center top; position:absolute; left:0; margin:-10px 0 0 0;}
.testimonial-inner:after{right:0; left:inherit; margin:0 0 10px 0; bottom:0; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

.home-stoppable-txt
{
/*    background:url(../images/home-stoppable-txt-bg.jpg) no-repeat center top; */
    background:url(../images/SlaveryStoppableBG.jpg) no-repeat center top; 
    background-size:cover; 
    background-attachment:fixed;
}
.home-stoppable-txt h2{padding-bottom:0;}
.home-stoppable-txt .top-info{margin:auto; float:none; max-width:800px; padding:15px 0;}
.home-stoppable-txt h4{font-family: 'Reader-Medium'; font-size:16px; text-transform:uppercase;}
.home-stoppable-txt .white-bar{padding:45px; float:none; max-width:700px; float:none; margin:auto;}
.home-stoppable-txt .white-bar div.number{font-size:24px; color:#FFF; display:block; padding:5px 0;}
.home-stoppable-txt .white-bar .small-txt{font-size:11px; color:#FFF; letter-spacing:1px;}
.home-stoppable-txt .white-bar .white-line{width:42px; height:190px; background:#FFF; display:inline-block; margin:15px 0 0px 0; -web-kit-border-radius:6px 6px 0 0; -moz-border-radius:6px 6px 0 0; border-radius:6px 6px 0 0;}
.home-stoppable-txt .white-bar h5{font-size:25px; color:#FFF;}
.home-stoppable-txt small{padding:25px 0 0 0;}
.home-stoppable-txt small {-webkit-animation:animationName 5s infinite;  -moz-animation:animationName 5s infinite;  -o-animation:animationName 5s infinite;  animation: animationName 5s infinite;
}

@keyframes animationName {
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-o-keyframes animationName{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes animationName{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes animationName{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}   

	
.home-white-power-back{padding:50px 15px;}
.home-white-power-back h2{font-family: 'Reader-Medium'; font-size:37px; color:#0079c2;}
/*.home-white-power-back h2:before{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 15px 0 0;}
.home-white-power-back h2:after{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 0 0 15px;}*/
.home-white-power-back .top-info{margin:auto; float:none; max-width:700px; padding:40px 0 25px 0;}
.home-white-power-back h3{font-family: 'Reader-Medium'; font-size:23px; color:#464646; /*position:absolute; bottom:35px;*/ display:block; text-align:center; width:100%; /*left:0;*/ margin: 20px 0 50px 0;}
.home-white-power-back .three-thumb-back{max-width:970px; float:none; margin:15px auto 0; padding:0;}
.home-white-power-back .three-thumb-back a{display:block;}


.home-stories-back{background:url(../images/home-stories-back.jpg) no-repeat center top; background-size:cover; background-attachment:fixed; padding:50px 15px;}
.home-stories-back h2{font-family: 'Reader-Medium'; font-size:37px; color:#FFF;}
.home-stories-back .top-info{margin:auto; float:none; max-width:700px; padding:25px 0;}
.home-stories-back .top-info p{color:#FFF;}
.home-stories-back .three-thumb-back{max-width:970px; float:none; margin:15px auto 0; padding:0;} 
.home-stories-back .thumbnail img{width:100%; -web-kit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;}
.home-stories-back .white-bg{background:#FFF; padding:20px; text-align:left; -web-kit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;}
.home-stories-back .white-bg h3{
  font-size:22px; 
  color:#0079c2; 
/*  text-overflow:ellipsis; 
  white-space:nowrap; 
  overflow:hidden;*/
  display:block;  
  padding:0 0 15px 0;
}
.home-stories-back .white-bg p{font-size:14px; line-height:22px; padding-bottom:20px;}
.home-stories-back .white-bg a.btn-primary
{
  background:none; 
  font-family: 'Reader-Bold'; 
  font-size:15px; 
  color:#0079c2; 
  border:2px solid #0079c2; 
  -web-kit-border-radius:5px; 
  -moz-border-radius:5px; 
  border-radius:5px; 
  padding:10px 15px;
}
.home-stories-back .white-bg a.btn-primary:hover,.home-stories-back .white-bg a.btn-primary:focus, .home-stories-back .white-bg a.btn-primary:active { background:#0079c2; color:#FFF;}

.home-get-involved{padding:50px 15px;}

.home-get-involved h3, .faq-block h3{font-family: 'Reader-Bold'; font-size:30px; color:#0079c2;}
.home-get-involved h2{font-family: 'Reader-Bold'; font-size:37px; color:#0079c2;}
.inner-pages  .home-get-involved h3:before, 
/*.inner-pages .faq-block h3:before { 
  content:""; 
  display:inline-block; 
  width:80px; 
  background:#0079c2; 
  height:1px; 
  vertical-align:middle; 
  margin:0 15px 0 0;
}*/
/*.inner-pages  .home-get-involved h3:after, .inner-pages  .faq-block h3:after{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 0 0 15px;}*/
.inner-pages .home-get-involved .no-line h3:before, .inner-pages .home-get-involved .no-line h3:after {
  display: none !important;
}
.home-get-involved .top-info{margin:auto; float:none; max-width:700px; padding:25px 0;}
.home-get-involved .three-thumb-back{max-width:1025px; float:none; margin:15px auto 0; padding:0;} 
.home-get-involved .thumbnail img{-web-kit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.home-get-involved .txt-back{margin:-128px 0 0 0;}
.home-get-involved .txt-back h3{font-family: 'Reader-Medium'; font-size:22px; color:#FFF;}
.home-get-involved .txt-back p{font-size:14px; color:#FFF;}

.home-signup{background:#ebebeb; padding:50px 15px;}
.home-signup h2{font-family: 'Reader-Bold'; font-size:42px; color:#0079c2;}
/*.home-signup h2:before{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 15px 0 0;}
.home-signup h2:after{content:""; display:inline-block; width:80px; background:#0079c2; height:1px; vertical-align:middle; margin:0 0 0 15px;}*/
.home-signup .top-info{margin:auto; float:none; max-width:700px; padding:25px 0;}
.home-signup .signup-form .form-group{float:none; display:inline-block; padding:0 5px; margin:0;}
.home-signup .signup-form .form-control{border:none; height:auto; line-height:46px; padding:0 10px;}
.home-signup .signup-form .form-group{vertical-align:middle;}
.home-signup .signup-form .blue-button{font-family: 'Reader-Medium'; font-size:17px; padding:0 30px; line-height:46px; background:#0079c2; border:none;}
.home-signup .signup-form .blue-button:hover, .home-signup .signup-form .blue-button:active, .home-signup .signup-form .blue-button:focus {background:#0a5684;}

footer{width:100%; float:left; background:#0079c2; padding:50px 0 0 0;}
/*footer .animate-post{ margin:auto; max-width:400px;}*/
footer h2{font-family: 'Reader-Medium'; font-size:15px; color:#FFF; text-transform:uppercase; padding:0 0 12px 0; letter-spacing:1px;}
footer .footer-info p{font-size:14px; color:#FFF; line-height:24px;}
footer .footer-info p a{color:#FFF;}
footer .footer-info ul li{float:left; margin:5px 20px 0 0;}
footer .footer-info ul li a{font-size:28px; color:#FFF;}
footer .sitemap iframe{width:100%;}
footer .copy-right-bg{background:#313131; margin:50px 0 0 0; padding:15px; text-align:center;}
footer .copy-right-bg p{font-size:11px; color:#8c8989; margin:0; padding:0; letter-spacing:1px;}
footer .copy-right-bg p a{color:#bfbfbf;}
footer .copy-right-bg p a:hover{text-decoration:underline;}

.modal.fade.ijm-popup-back{padding:0 15px!important;}
.modal-dialog{width:100%; max-width:65%; margin:50px auto; }
.modal-content{border:none; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.modal-body{height: 100%; padding:35px;}
.modal-body .heading-txt h2{font-size:30px; color:#2487c8;} 
.modal-body .heading-txt p{font-size:14px; color:#222; line-height:20px; padding:5px 0;} 
.ijm-popup-back button.close{margin:-40px -30px 0 0; color:#FFF; opacity:1;  font-size:40px; line-height:40px;  padding:0;}
.ijm-popup-back button.close:focus{outline:none;}
.modal-body .gray-bg{background:#ebebeb; padding:25px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.modal-body .gray-bg h3{font-size:20px; color:#313131;}
.modal-body .gray-bg h3 span{color:#2487c8;}
.modal-body .gray-bg small{font-size:12px; color:#222; display:block; padding:4px 0 0 0;}
.modal-body .form-back{margin-top:25px; padding-bottom:10px;}
.modal-body .form-back h4{font-size:20px; color:#424242; padding:0 0 15px 0;}
.modal-body .form-back .form-control{border:none; height:46px; line-height:46px; padding:0 10px;}
.modal-body .form-back .row{margin:0 -7px;}
.modal-body .form-back .row .form-group{padding:0 7px;}
.modal-body .popup-bottom{padding:20px 0 0 0;}
.modal-body .popup-bottom img{float:left; margin:0 10px 0 0;}
.modal-body .popup-bottom p{font-size:12px; color:#333; line-height:16px; padding:10px 0 0 0;}
.modal-body .popup-bottom .blue-button{font-family: 'Reader-Medium'; font-size:17px; padding:0 30px; line-height:46px; background:#0079c2; border:none; float:right; margin:15px 0 0 0;}
.modal-body .popup-bottom .blue-button:hover, .modal-body .popup-bottom .blue-button:active, .modal-body .popup-bottom .blue-button:focus {background:#0a5684;}

.watch-video-popup { height: 100vh; }
.watch-video-popup .modal-dialog{height: 100%; max-width:100%; margin:70px auto; padding:0 15px; margin-top: -100px; padding-top: 200px;}
.watch-video-popup .modal-content{height: 100%;}
.watch-video-popup .modal-body{height: 100%; padding:0px;}
.ijm-popup-back.watch-video-popup button.close{margin:-50px 0 0 0;}
.watch-video-popup .modal-body iframe{width:100%!important; height: 100%; margin:0 0 -5px 0;}



/*-----------------content-------delay--------time----change-----------------*/

.section.fp-section .wrapper > :first-child{margin-top:0;}
.section.fp-section .wrapper > :last-child{margin-bottom:0;}
.section.fp-section .wrapper > *{opacity:0; -webkit-transform:translate3d(0, -0.5rem, 0); -moz-transform:translate3d(0, -0.5rem, 0); transform:translate3d(0, -0.5rem, 0); -webkit-transition:opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition:opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.active.fp-completely.fp-section.section.fp-section .wrapper > * {opacity:1; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.section.fp-section .wrapper > *:nth-child(n+3){-webkit-transition-delay:1.8s; -moz-transition-delay:1.8s; -o-transition-delay:1.8s; transition-delay:1.8s;}
.section.fp-section .wrapper > *:nth-child(3){-webkit-transition-delay:1.2s; -moz-transition-delay:1.2s; -o-transition-delay:1.2s; transition-delay:1.2s;}
.section.fp-section .wrapper > *:nth-child(2){-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s;}
.section.fp-section .wrapper > *:nth-child(1){-webkit-transition-delay:0s; -moz-transition-delay:0s; -o-transition-delay:0s; transition-delay:0s;}


.bars .bar .b.animated {
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.bars .bar {
  position: relative;
  overflow: hidden;
  margin: 0 0 5px 0;
  display: block;
}
.testimonial-inner .mobile_view {display: none;}
header{
	-ms-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform: translateZ(0);
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	
}
header.change {
  position: fixed;
	animation:slide-down 1s;    
}
header.no-change{
	animation:slide-up 1s;
  padding: 5px 0;
  min-height: 72px;
}

@keyframes slide-down {
    0% {
       -ms-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
       -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -ms-transform: translateY(0);
       -moz-transform: translateY(0);
       -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-up {
    0% {
        -ms-transform: translateY(120px);
       -moz-transform: translateY(120px);
       -webkit-transform: translateY(120px);
        transform: translateY(120px);
    } 
    100% {
         -ms-transform: translateY(0);
       -moz-transform: translateY(0);
       -webkit-transform: translateY(0);
        transform: translateY(0);
    } 
}

.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
	background: #fff !important;
}

header.change .navbar-brand, header.change .navbar-brand>img {
  width: 35px;
}
header.change .navbar-brand>img {
  padding: 3px 0 0 0;
}
header.change .navbar-brand {
  background: none;
}
header.change .navbar-brand:hover, header.change .navbar-brand:focus {
  background: none !important;
}
header.change .navbar-nav {
    padding: 6px 0;
}
header img.smallheader {display: none;}
header.change img.bigheader {display: none;}
header.change img.smallheader {display: block;}

.home-banner-back h2 span.bluetext{
  position: absolute;
  color: #0079c2;
  /*display: none;*/
    /* opacity: 0;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;*/
 
}
.home-banner-back h2 span.stoppable { 
  visibility: hidden;
 /* opacity:0; 
  -moz-transition:all 3s;  
  -o-transition:all 3s;  
  -webkit-transition:all 3s;  
  transition:all 3s; 
  -moz-transition-delay:3s; 
  -o-transition-delay:3s; 
  -webkit-transition-delay:3s; 
  transition-delay:3s;*/
}
.slider-arrow-down {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 22px;
}
.slider-arrow-down img {
  display: inline;
  width: 85px;
}
div.slider-slogan {
  padding: 5px 0 25px 0;
  font-size: 12px;
/*  text-align: center;*/
  width: 100%;
/*  margin-top: -35px;*/
  font-style: italic;
}
label.error {
    text-align: left;
    width: 100%;
    color: rgba(255, 0, 0, 0.67);
    left: 8px;    
}
#contactForm label.error {
  position: absolute;
}

#myModal_thankyou .modal-dialog {
  width: 500px;
  max-width: 500px;
}
#myModal_thankyou {
    position: fixed;
    top: 25% !important;
}

/*************************** NavRaj Sandhu *************************/


/*.inner-pages p{font-family: 'Feijoa-Medium'; font-size:17px; color:#fff;}*/

.inner-banner {
  width: 70%;left: 0; 
  right:0px; 
  margin:auto; 
  top: 0;
  text-align: center;
  position: relative;
  /*padding: 180px 15px 145px;*/
  /*min-height: 590px;*/
}
.inner-banner h2 {
    font-family: 'Reader-Bold';
    padding: 20px 0 20px 0 !important;}
.inner-banner-p{  width:100%; text-align:center; margin:auto; font-size:21px; color:#fff; font-family: 'Feijoa-Medium'; line-height:28px;margin-bottom: 30px; }
.Cassie-Story-bg{ background:#151515; }

.Cassie-Story-bg .story-block{ position:relative;}
.story-block img{ width:100%;}
.Cassie-Story-bg .caption{ position:absolute; bottom: 30px;width: 82%;margin: auto !important;left: 0px;right: 0px;}
.Cassie-Story-bg .caption h3{ font-size:42px; color:#fff; font-family: 'Reader-Bold'; line-height:42px; text-align:left}
.Cassie-Story-bg .caption h4{ font-size:13px; text-align:right; line-height:42px;  color:#fff; font-family: 'Reader-Bold';}
.Cassie-Story-bg .caption h4 img { margin-left:30px; width:auto;}

.faq-block{ padding:40px 0}
.faq-block h2{ color:#0079c2; text-align:center; margin:0 0 25px; padding:0px; font-family: 'Reader-Bold';}
.faq-block h2 span{ text-transform:uppercase;}
.faq-block .accordion-group{ margin-bottom:15px;}
.faq-block .accordion-heading{ background:#0079c2; }
.faq-block .accordion-heading a { color:#fff; font-size:20px;   font-family: 'Reader-Bold'; display:block}
/*.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}
*/
.faq-block .panel-default {
    border-color: #ddd;
    border: 0px;
    box-shadow: none;
}
.faq-block .panel-default > .panel-heading-box{background-color: #0079c2;  padding:0px;     border-color: #0079c2;}
.faq-block .panel-default > .panel-heading-box .panel-heading {
    color: #fff !important;
    background-color: #0079c2;
    border-color: #0079c2;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    max-width: 1170px;
    margin: auto;
    border: none;
    width: 100%;
    text-align: left;
}
.faq-block .panel-default .faq_cover {
	max-width: 1170px; 
	margin: 0 auto;
}
.faq-block .panel-default .faq_cover button:focus {
	border: none;
	outline: none;
}
.faq-block .panel-title{ font-size:24px; color:#fff}
.faq-block .panel-body{ max-width:1170px; margin:auto;}
.faq-block .panel-heading{
  position: relative;
}
.faq-block .panel-heading[data-toggle="collapse"]:after {
   font-family: 'FontAwesome';
  content: "\f054"; /* "play" icon */
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}
.faq-block .panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}

.faq-block .accordion-body{ border:0px solid #ddd; padding:15px;}
.faq-block ul{ list-style-type: disc; padding:0 0 0 20px; margin:0px;}
.faq-block ul li{ font-size:16px; color:#000; line-height:24px; margin-bottom:5px;}

.three-block-section{ background:#030302; padding:30px 15px 0;}

.three-block-section .block img { width:100%; margin-bottom:30px;}

.three-block-section .block { position:relative;}
.three-block-section .block .caption{ position:absolute; left:0px; right:0px; top:35%; text-align:center; text-align: center;width: 100%;margin: auto;
/*-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;*/
    overflow: hidden;
}
.three-block-section .block:hover .caption{ padding: 15% 8%;background: rgba(0,0,0,.5);height: 100%;top: 0px;width: 100%; cursor:pointer}
.three-block-section .block .caption p{ display:none;}
.three-block-section .block:hover .caption p{ display:block;}
.three-block-section .block .caption h3{ font-size:28px; color:#fff; margin:0 0 20px; padding:0px;   font-family: 'Reader-Bold';}
.three-block-section .block .caption p{ color:#fff; line-height:26px;}
.get-inner{ padding:80px 0 0;}
.get-inner .three-bottom-text { margin:0px 0 0 ;}
.get-inner .three-bottom-text h2, .get-inner .three-bottom-text h3{ margin-bottom:30px;}
.three-bottom-text h2, .three-bottom-text h3, .faq-block h3{ margin-bottom:30px; text-align: center;}
.get-inner .three-bottom-text img, .three-bottom-text img{ width:100%; margin-bottom:15px}
.get-inner .three-bottom-text p, .three-bottom-text p{ font-family: 'Feijoa-Medium';}



.slavery-three-block-bg
{
  background:url(../images/stoppable-inner-bg.jpg) no-repeat center top; 
  background-size:cover; 
  background-attachment:fixed; 
  /*padding:75px 15px 50px;*/
  padding:100px 0;
}
.slavery-three-block-bg.content-text-white
{
  color: #fff;
}
.slavery-three-block-bg h2{font-family: 'Reader-Medium'; font-size:37px; color:#FFF; padding:0 0 0px 0;}
.slavery-three-block-bg p{ color:#fff; margin-bottom:30px; font-family: 'Feijoa-Medium';  font-size:16px;}

.map-block{padding:0px;}
.map-block iframe{ width:100%; height:400px;}
.our-team{ padding:80px 0}
.our-team h2
{ 
  font-family: 'Reader-Medium'; 
  font-size:42px; 
  color:#0079c2; 
  margin-bottom:30px;
  font-weight: 600;
}
.our-team .team-member-box{ text-align:center; margin-bottom:30px;}
.our-team .team-member-box img, .our-team .team-member-box h3, .our-team .team-member-box p{-moz-transition: all 0.3s; -webkit-transition: all 0.3s;  transition: all 0.3s;}
/*.our-team .team-member-box:hover{ background:#0079c2; border-radius:6px; padding:30px 20px}*/
/*.our-team .team-member-box:hover img, .our-team .team-member-box:hover h3, .our-team .team-member-box:hover p{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); color:#fff;}*/
.our-team .team-member-box .team-member-img
{
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  z-index: 9999;
  /*height: 145px;*/
  /*width: 145px;*/
  max-width: 200px !important;
  border: 2px solid #e1e1e1;
  margin-top: 20px;
}
.our-team .team-member-box:hover{cursor: pointer;}
.our-team .team-member-box:hover img{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.our-team .team-member-box img{ width:100%; /*border:2px solid #e1e1e1;*/ border-radius:100%; max-width: 150px; margin-bottom: 15px;}
.our-team .team-member-box h3{ color:#464646; font-size:20px; margin:0 0px; padding:0px;  font-family: 'Reader-Bold';}
.our-team .team-member-box p{ color:#464646; font-size:16px; margin:0 0px; padding:0px;}


.padding-section{ padding:20px 0;}
.button-section{}
.click-button{font-size: 18px;  color: #0079c2; font-weight: bold; background: none; border: 2px solid #0079c2; height: 45px;  line-height: 45px; display: inline;}


.inner-stories
{ 
  /*padding:80px 0px;*/
  padding:60px 0px;
}
.inner-stories h2
{
  font-family: 'Reader-Medium'; 
  /*font-size:37px; */
  font-size:42px; 
  color:#0079c2; 
  margin-bottom:30px;
  font-weight: 600;
}
.inner-stories .top-info{margin:auto; float:none; max-width:700px; padding:25px 0;}
.inner-stories .top-info p{color:#FFF;}
.inner-stories .three-thumb-back{max-width:970px; float:none; margin:15px auto 0; padding:0;} 
.inner-stories .thumbnail img{width:100%; -web-kit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;}
.inner-stories .white-bg{background:#F9F9F9;border: 1px solid;border-color: #E9E9E9; padding:20px; text-align:left; -web-kit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;}
.inner-stories .white-bg h3{font-size:22px; color:#0079c2; text-overflow:ellipsis; white-space:nowrap; display:block; overflow:hidden; padding:0 0 15px 0;}
.inner-stories .white-bg p{font-size:14px; line-height:22px; padding-bottom:20px; color:#464646}
.inner-stories .white-bg a.btn-primary{background:none; font-family: 'Reader-Medium'; font-size:15px; color:#0079c2; border:2px solid #0079c2; -web-kit-border-radius:2px; -moz-border-radius:2px; border-radius:4px; padding:10px 15px;}
.inner-stories .white-bg a.btn-primary:hover, .inner-stories .white-bg a.btn-primary:active, .inner-stories .white-bg a.btn-primary:focus { background:#0079c2; color:#FFF;}


.blog-details{ margin-top:0px; position:absolute; bottom:10px; left:0px; right:0px;}
.blog-details ul{ list-style-type:none; padding:0px; margin:0px; float:left; width:100%; text-align:left;}
.blog-details ul li{ display: inline-block; color:#fff; font-size:14px; line-height:18px; text-align:left; padding-right:15px;}
.blog-details ul li i{ padding-right:6px;}
.blog-details p{ text-align:right; font-size:14px; color:#fff; line-height:18px;}
.blog-list { margin-top:50px;}
.blog-list p{ font-size:15px; line-height:22px; color:#222; margin-bottom:15px; font-family: 'Feijoa-Medium';}
.blog-list strong{ font-weight:bold; color:#464646;}
.blog-list .spacer{ height:30px; float:left; width:100%;}
.blog-list img{ width:100%;}
.blog-left-text-with-card p{ font-size:18px; color:#000;  font-family: 'Reader-Bold'; font-style:italic; text-align:left; margin-top:66%;}


/*********BLOG ROLL PAGE**************/

.page-template-blog-roll-template .inner-banner {padding:335px 15px 250px;}
.page-template-blog-roll-template .filters {max-height: 85px;background: #ebebeb; }
.page-template-blog-roll-template .filter-con {text-transform: uppercase; color: #636363; font-size: 16px; padding-top: 16.5px; padding-bottom:16.5px;}
/*.page-template-blog-roll-template a.filter.active {border-bottom: 2px solid #636363}
.page-template-blog-roll-template a.filter {font-weight: bold; color: #636363; margin: 5px 13px; line-height: 26px;}*/
.page-template-blog-roll-template span.filter-label {width: 5%; vertical-align: top;}
.page-template-blog-roll-template .filter-links {width: 94%}
.page-template-blog-roll-template span.filter-label, .filter-links {display: inline-block;}

.page-template-blog-roll-template .blog-stories {margin: 53px 0; float: left;border: 1px solid #636363; border-radius: 10px; -web-kit-border-radius: 10px; -moz-border-radius: 10px; overflow: hidden;}
.page-template-blog-roll-template .blog-stories img { width: 101%;max-height: 400px;}
.page-template-blog-roll-template .blog-stories .white-bg a.btn-primary { background: none; font-family: 'Reader-Medium'; font-size: 15px;  color: #0079c2;border: 1px solid #0079c2;-web-kit-border-radius: 2px;-moz-border-radius: 2px; border-radius: 2px; padding: 10px 15px;}
.page-template-blog-roll-template .blog-stories .white-bg a.btn-primary:hover, .page-template-blog-roll-template .blog-stories .white-bg a.btn-primary:active, .page-template-blog-roll-template .blog-stories .white-bg a.btn-primary:focus { background: #0079c2; color: #FFF;}
.page-template-blog-roll-template .blog-stories .white-bg h3 { font-size: 30px; color: #0079c2; padding: 0 0 15px 0;}
.page-template-blog-roll-template .spacer { height: 55px; float: left; width: 100%;}
.page-template-blog-roll-template .blog-stories .white-bg { background: #eee; padding: 20px; text-align: left; -web-kit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.page-template-blog-roll-template .icon-con ul li {display: inline-block; padding-right: 30px; color: #636363; font-weight: bold;}
.filters .container, .filterss .container, .blog_section_post {
    max-width: 960px;
}

.page-template-blog-roll-template .filters ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    padding-left: 25px;
}
.page-template-blog-roll-template .filters ul li {
    display: inline-block;
    padding: 0 5px;
}
.page-template-blog-roll-template .filters ul li.active a, 
.page-template-blog-roll-template .filters ul li a:hover {
	border-bottom: 1px solid #636363;
}
.page-template-blog-roll-template .filters ul li a {
    font-weight: bold;
    color: #636363;
	text-transform: uppercase;
    padding-bottom: 5px;
    /*line-height: 26px;*/
    color: #636363;
}

.page-template-blog-roll-template .blog_pagination {
	background: #0079c2;
    margin: 0 0 15px 0;
}
.page-template-blog-roll-template ul#pagination {
	padding: 25px 0;
    text-align: center;
}
.page-template-blog-roll-template .wp-pagenavi .pages {
	display: none;
}
.page-template-blog-roll-template .wp-pagenavi a, 
.page-template-blog-roll-template .wp-pagenavi span {
	text-decoration: none;
    border: none !important;
    padding: 3px 5px;
    margin: 5px;
    font-size: 22px;
    color: #fff;
}
.page-template-blog-roll-template .wp-pagenavi span.current {
    font-weight: bold;
    border-bottom: 2px solid #fff !important;
}

.page-id-356 .slavery-three-block-bg {
  background-size: cover !important;
}


.page-id-356 .home-get-involved h3:before, 
.page-id-356 .home-get-involved h3:after {
  width: 0 !important;
  margin: 0 !important;
  display: none !important;
}
.gform_wrapper {
  display: block !important;
}
.hidden_sub_label {
	display:none;
}
.ginput_complex input {
    margin-top: 15px;
}
img.gform_ajax_spinner {
	position: relative;
	left: 10px;
}


/************** new css footer ************/
.FooterLinkUl
{
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
}
.FooterLinkUl li
{
    padding: 0;
    margin: 0 !important;
    display: block;
    float: none !important;
    width: 100%;
    color: #FFF;
}
.FooterLinkUl li a
{
    font-size: 14px !important;
    color: #FFF;
    line-height: 24px;
}




















/*** new css *****/
/*.home-get-involved h2:before
{
    content:""; 
    display:inline-block;
    width:80px; 
    background:#0079c2; 
    height:1px; 
    vertical-align:middle; 
    margin:0 15px 0 0;
}
.home-get-involved h2:after
{
    content:""; 
    display:inline-block; 
    width:80px; 
    background:#0079c2; 
    height:1px; 
    vertical-align:middle; 
    margin:0 0 0 15px;
}
*/
.TopManuBG
{
    background: url(../images/TopManuBG.png) no-repeat center;
    background-size: cover;
}
.TopManuBG .DropdownInner,
header.HeaderNew.change .TopManuBG .DropdownInner
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.TopManuBG .DropdownInner
{
  position: relative;
}
.TopManuBGRight
{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.TopManuBGLeft,
.TopManuBGRight
{
    display: inline-block;
    vertical-align: middle;
}
.TopManuBGLeft
{
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
}
.TopManuBGLeft span
{
    background: #fff;
    color: #0079c1;
    font-size: 18px;
    padding: 0px 5px;
    display: inline-block;
    margin: 5px 0 0;
    font-weight: 600;
    letter-spacing: 5px;
}
.TopManuBGRight button,
.TopManuBGRight a
{
    background: #0079c2;
    border-radius: 4px;
    padding: 10px 20px;
    outline: 0;
    border: 0;
    font-size: 15px;
    font-family: 'Reader-Bold';
    color: #fff;
}
.TopManuBGRight button:hover,
.TopManuBGRight a:hover
{
  background: #920C1E;
}
.HomeSlaveryBox
{
    padding-bottom: 20px;
}
.HomeSlaveryBox figure
{
    margin-bottom: 20px;
}
.HomeSlaveryBox figure img
{
    max-width: 100%;
}
.HomeSlaveryBox h4
{
    font-size: 40px;
}
.HomeSlaveryBox p
{
    margin: 0 auto;
    padding: 5px 0 0 0;
    max-width: 300px;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
.PaymentCycleDiv
{
    width: 90px;
    display: inline-block;
}
.button-blue
{
    font-size: 16px;
    background: #0079c2;
    border: 2px solid #0079c2;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.button-blue:hover,
.button-blue:focus
{
    background: #0a5684;
    color: #fff;
    border-color: #0a5684;
}
.button-blue-outline
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #0079c2;
    color: #0079c2;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.button-blue-outline:hover,
.button-blue-outline:focus, .button-blue-outline:active
{
    background: #0079c2;
    color: #fff;
}
.button-red
{
    font-size: 16px;
    background: #be1c1a;
    border: 2px solid #be1c1a;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.button-red:hover,
.button-red:focus, .button-red:active
{
    /*background: transparent;*/
    background: #920C1E;
    color: #fff;
    border-color: #920C1E;
}

.button-red-outline
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #be1c1a;
    color: #be1c1a;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.button-red-outline:hover,
.button-red-outline:focus, .button-red-outline:active
{
    background: #be1c1a;
    color: #fff;
}
.button-border
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.button-border:hover,
.button-border:focus, .button-border:active
{
    background: #fff;
    color: #0079c2;
}


/*CC CSS- 08-Sep*/

.quote_white_text .button-border
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #0079c2;
    color: #0079c2;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.quote_white_text .button-border:hover,
.quote_white_text .button-border:focus, .quote_white_text .button-border:active
{
    background: #0079c2;
    color: #fff;
}


.quote_grey_bg .button-border
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #0079c2;
    color: #0079c2;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.quote_grey_bg .button-border:hover,
.quote_grey_bg .button-border:focus, .quote_grey_bg .button-border:active
{
    background: #0079c2;
    color: #fff;
}

.quote_blue_text .button-border
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.quote_blue_text .button-border:hover,
.quote_blue_text .button-border:focus, .quote_blue_text .button-border:active
{
    background: #fff;
    color: #0079c2;
}

.btn_ouline.button-border
{
    font-size: 16px;
    background: transparent;
    border: 2px solid #0079c2;
    color: #0079c2;
    padding: 10px 20px;
    font-family: 'Reader-Bold';
    border-radius: 5px;
}
.btn_ouline.button-border:hover,
.btn_ouline.button-border:focus, .btn_ouline.button-border:active
{
    background: #0079c2;
    color: #fff;
}

/*End of CSS*/

/********* CustomCheckbox *********/
.CustomCheckbox label
{
    font-size: 13px !important;
    position: relative;
    padding-left: 25px;
    line-height: inherit !important;
    margin: 0 0 5px 0 !important;
    color: #333 !important;
    font-weight: 100 !important;
    font-family: 'Reader-Medium' !important;
    cursor: pointer;
}
.CustomCheckbox label input[type="radio"]
{
    display: none;
}
.CustomCheckbox label input[type="radio"] ~ span
{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #0079c2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.CustomCheckbox label input[type="radio"]:checked ~ span
{
    background: #0079c2;
}

.owl-carousel .owl-item img
{
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next
{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
    font-size: 40px;
    color: #fff;
}
.owl-nav .owl-prev
{
    left: 0;
}
.owl-nav .owl-next
{
    right: 0;
}

.quotebluetext {
  color: #0079c2 !important;
}

.quotewhitetext 
{
  color: #ffffff !important;

}

.three-bottom-text .content-top-margin p{
  margin-top: 20px;
}
.three-bottom-text .content-bottom-margin p{
  margin-bottom: 20px;
}

.btnspacing .btn:not(:last-child) {
    margin-right: 10px;
}

.content-column-3-style p {
  padding: 0;
  line-height: 25px;
  font-size: 20px;
}

.content-column-3-style h1:after,
.content-column-3-style h1:before,
.content-column-3-style h2:after,
.content-column-3-style h2:before,
.content-column-3-style h3:after,
.content-column-3-style h3:before,
.content-column-3-style h4:after,
.content-column-3-style h4:before,
.content-column-3-style h5:after,
.content-column-3-style h5:before,
.content-column-3-style h6:after,
.content-column-3-style h6:before
{
  display: none !important;
}

.content-column-2-style p {
  padding: 0;
  line-height: 25px;
  font-size: 20px;
}

.content-column-2-style h1:after,
.content-column-2-style h1:before,
.content-column-2-style h2:after,
.content-column-2-style h2:before,
.content-column-2-style h3:after,
.content-column-2-style h3:before,
.content-column-2-style h4:after,
.content-column-2-style h4:before,
.content-column-2-style h5:after,
.content-column-2-style h5:before,
.content-column-2-style h6:after,
.content-column-2-style h6:before
{
  display: none !important;
}


/********* end CustomCheckbox *********/

.quote_blue_text.home-testimonial-back
{
      background-color: #0079c2 !important;
      color: #fff;
}
.quote_blue_text.home-testimonial-back h3,
.quote_blue_text.home-testimonial-back h2,
.quote_blue_text.home-testimonial-back h1,
.quote_blue_text.home-testimonial-back h4,
.quote_blue_text.home-testimonial-back h5,
.quote_blue_text.home-testimonial-back h6,
.quote_blue_text.home-testimonial-back p
{
  color: #fff !important;
}
.quote_blue_text.home-testimonial-back .faq_large_heading_with_lines:after,
.quote_blue_text.home-testimonial-back .faq_large_heading_with_lines:before
{
  background: #fff;
}

.quote_blue_text.home-testimonial-back .testimonial-inner:before, 
.quote_blue_text.home-testimonial-back .testimonial-inner:after
{
  background: url(../images/testimonial-comma_wh.png) no-repeat center top !important;
}





















/*************** Make justice your mission ****************/

.ShutDownShareThis,
.ShutDownShareRange
{
    display: inline-block;
    vertical-align: top;
}
.ShutDownShareThis
{
    width: 300px;
    max-width: 100%;
    text-align: left;
    padding-right: 35px;
    border-right: 1px solid #95989a;
}
.ShutDownShareThisLick
{
  padding-bottom: 20px;
}
.ShutDownShareThisLick a
{
    font-size: 28px;
    display: inline-block;
    text-decoration: none;
    color: #464646;
    margin-right: 20px;
}
.ShutDownShareThis p a
{
    display: block;
}
.ShutDownShareRange.gray-bg
{
    margin: 0;
    padding-top: 0;
}
.ShutDownShareRange.gray-bg h2
{
  text-align: center;
  margin-bottom: 30px;
}
.ShutDownShareThis,
.ShutDownShareThis ~ .ShutDownShareRange.gray-bg
{
  padding-top: 30px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.ShutDownShareThis ~ .ShutDownShareRange.gray-bg h2
{
  text-align: left;
  margin-bottom: 0;
}

/*********** heading font size *************/
.home-banner-back h2,
.credit-card-form-bg h1,
.home-slavery-three-block-bg h2,
.home-stoppable-txt h2,
.home-white-power-back h2,
.home-stories-back h2,
.home-get-involved h2
{
  font-size: 55px;
}
.home-slavery-three-block-bg h3
{}






.faq_large_heading
{
  font-size:55px !important;
}
.faq_large_heading_with_lines:before
{
    content: "";
    display: inline-block;
    width: 80px;
    background: #0079c2;
    height: 1px;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.faq_large_heading_with_lines:after
{
    content: "";
    display: inline-block;
    width: 80px;
    background: #0079c2;
    height: 1px;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

h2.faq_large_heading,
h3.faq_large_heading
{
  font-size:42px !important;
}

.faq_small_heading
{
  font-size:25px !important;
  line-height: 30px !important;
}
.faq_small_heading_left_align
{
  text-align: left !important;
}
.heading_no_lines:after,
.heading_no_lines:before
{
  display: none !important;
}
.col-lg-col5
{
  width: 20% !important;
}
.three-block-section .block.nohover .caption
 {
    padding: 15% 8%;
    background: rgba(0,0,0,.5);
    height: 100%;
    top: 0px;
    width: 100%;
    cursor: pointer;
}
.three-block-section .block.nohover .caption p
{
  display: block;
}

.quote_grey_bg
{
  background:#F9F9F9;
}

.home-banner-back h2.subtitle_smallerfont {
  font-size: 40px;
  padding-top: 0 !important;
  margin-top: -10px;
}

.team-member-box p
{
  line-height: 20px;
  margin-bottom: 15px !important;
}

.btn_bg_blue .button-blue
{
  background: #0a5684;
  border-color: #0a5684;
}
.btn_bg_blue .button-blue:hover, .btn_bg_blue .button-blue:active, .btn_bg_blue .button-blue:focus
{
  background: #fff;
  border-color: #fff;
  color: #0079c2;
}


/*
.members_colclass6 .team-member-box:nth-child(6n+7)
{
  clear: left;
}
.members_colclass5 .team-member-box:nth-child(5n+6)
{
  clear: left;
}
.members_colclass4 .team-member-box:nth-child(4n+5)
{
  clear: left;
}
.members_colclass3 .team-member-box:nth-child(3n+4)
{
  clear: left;
}
.members_colclass2 .team-member-box:nth-child(2n+3)
{
  clear: left;
}
*/

.members_colclass5 .grid-box:nth-child(5n+6)
{
  clear: left;
}
.members_colclass4 .grid-box:nth-child(4n+5)
{
  clear: left;
}
.members_colclass3 .grid-box:nth-child(3n+4)
{
  clear: left;
}

.columns_font_style
{}
.columns_font_style.three-block-section .block .caption h3
{
  margin: 0 0 10px;
  font-size: 20px;
}
.columns_font_style.three-block-section .block .caption p
{
  font-size: 14px;
  line-height: 22px;
}
.columns_font_style.three-block-section .block:hover .caption
{
  padding: 20px;
}


.columns_font_style.home-get-involved .txt-back h3
{
  font-size: 20px;
  margin: 10px 0 0 0;
}
.grid-section .grid-box
{
  margin-top: 30px;
}

.grid-section.columns_font_style .grid-box .thumbnail
{
  height: 130px;
  width: 100%;
  overflow: hidden;
}
.grid-section.columns_font_style .grid-box .thumbnail img
{
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

.columns_font_style.home-get-involved .txt-back p
{
  font-size: 13px;
  line-height: 22px;
}

.column4_style.grid-section.columns_font_style .grid-box .thumbnail
{
  height: 160px;
}
.column3_style.grid-section .grid-box .thumbnail
{
  height: 210px;
  width: 100%;
  overflow: hidden;
}
.column3_style.grid-section .grid-box .thumbnail img
{
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

.form_white_bg.home-signup
{
  background: #fff;
}
.form_white_bg.home-signup .signup-form .form-control,
.quote_grey_bg.home-signup .signup-form .form-control
{
  background: #ebebeb;
}
/*
.signuptitle:before {
    background: #fff;
}
.signuptitle:after {
    background: #fff;
}
*/
.home-testimonial-back.quote_blue_text .signuptitle:before,
.home-testimonial-back.quote_blue_text .signuptitle:after
{
  background: #fff;
}

.home-testimonial-back.quote_blue_text .title_bg :before,
.home-testimonial-back.quote_blue_text .title_bg :after
{
  background: #fff;
}

.columnseparator:not(:last-child)
{
  border-right: 2px solid #fff;
}
.columnseparatorBlue:not(:last-child)
{
  border-right: 2px solid #0079c2;
}


.slavery-three-block-bg .text-left h2 {
    text-align: left;
}

/************** 404 page ***************/
.Error404
{
  background:#2e2e2e;
  color: #fff;
}
.inner-Error404
{
  width: 70%;
    left: 0;
    right: 0px;
    margin: auto;
    top: 0;
    text-align: center;
    position: relative;
    padding: 230px 15px 145px;
    min-height: 590px;
}
.inner-Error404 h1
{
  font-size: 55px;
  font-family: 'Reader-Bold';
  margin-bottom: 15px;
}
.inner-Error404 h2
{
  font-size: 35px;
  font-family: 'Reader-Bold';
  margin-bottom: 15px;
}
.inner-Error404 p
{
  color: #fff;
  font-size: 18px;
  font-family: 'Feijoa';
  margin-bottom: 20px;
}



/*********************** EventPage **************************/
.EventPage
{
  background:url(../images/EventPageBg.jpg) no-repeat center;
  background-size: cover;
  padding: 300px 0 250px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.EventPage h1,
.SingleEvent h1,
.ContactUsPage h1
{
  font-size: 55px;
  margin-bottom: 10px;
  font-family: 'Reader-Bold';
}
/*.EventPage h1
{
  font-size: 55px;
}*/
.event_content,
.ContactUsPageDic,
.SingleEventDic
{
  font-size: 21px;
  font-family: 'Feijoa-Medium';
}
.EventPageItmMargin
{
  height: 30px;
}
.EventPageItm
{
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 16px;
}
.EventPageItm h1
{
  font-family: 'Reader-Bold';
  font-size: 35px;
}
.EventPageItm ul
{
  padding: 0;
  margin: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.EventPageItm ul li
{
  padding: 10px 0;
  margin: 0 20px 0 0;
  display: inline-block;
  list-style: none;
  font-size: 18px;
  font-family: 'Reader-Bold';
}
.EventPageItm ul li i
{
  margin-right: 5px;
}
.EventPageItm ul li:last-child
{
  margin-right: 0;
}
.EventPageItm .btn
{
  margin-top: 15px;
}
.EventPageItmDic
{
  font-family: 'Feijoa';
}
/********* SingleEvent *********/
.SingleEvent,
.ContactUsPage
{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 300px 0 250px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.SingleEventDic
{
  /*font-family: 'Feijoa';*/
}
.SingleEvent .btn
{
  margin-top: 15px;
}
.SingleEventLocation
{
  padding: 50px 0;
  font-size: 16px;
}
.SingleEventLocation ul
{
  padding: 0;
  margin: 0;
}
.SingleEventLocation ul li
{
  padding: 5px 0 5px 25px;
  margin: 0;
  list-style: none;
  position: relative;
}
.SingleEventLocation ul li i
{
  position: absolute;
  top: 6px;
  left: 0;
  color: #b8b8b8;
}
.SingleEventLocation ul li span
{
  display: block;
  font-family: 'Reader-Bold';
}
.SingleEventLocationBox
{
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 40px;
}
.SingleEventLocationMap
{
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  margin-left: 25px;
  height: 150px;
}

/******************** ContactUsPage ******************/
.ContactUsPage
{}
.ContactUsPageDic
{
  /*font-family: 'Feijoa';*/
}
.ContactUsPageForm
{
    padding: 50px 0;
}
.ContactUsPageForm h4
{
    font-size: 25px;
    color: #0079c2;
    font-family: 'Reader-Bold';
    margin-bottom: 10px;
    margin-top: 5px;
}
/*.ContactUsPageForm .from-group:not(:last-child)*/
.ContactUsPageForm .from-group
{
    margin-bottom: 15px;
}
.ContactUsPageForm .form-control
{
    border-color: #f9f9f9;
    background: #f9f9f9;
    color: #363636;
    box-shadow: 0 0 0 transparent;
}
.ContactUsPageForm .form-control:focus
{
	outline:0;
	border-color: #f9f9f9;
	box-shadow: 0 0 0 transparent;
}
.ContactUsPageForm textarea.form-control
{
    resize: none;
    height: 120px;
}
.CheckBocCustom
{
    position: relative;
    padding-left: 35px !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #363636;
}
.CheckBocCustom input[type="checkbox"]
{
    display: none;
}
.CheckBocCustom input[type="checkbox"] ~ span
{
    height: 20px;
    width: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.CheckBocCustom input[type="checkbox"]:checked ~ span:after
{
    content: "\2713";
    color: #363636;
}
.ContactSocialLick a
{
    /*font-size: 45px;*/
    font-size: 36px;
    color: #363636;
    display: inline-block;
}
.ContactSocialLick 
{
    padding: 15px 0;
}
.ContactSocialLick a:not(:last-child)
{
    margin-right: 30px;
}
.ContactVideo
{
    position: relative;
    cursor: pointer;
    width: 530px;
    max-width: 100%;
    height: 287px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ContactVideo:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .3; 
}
.ContactVideo img
{
    width: 100%;
}
.ContactVideoInner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    height: 80px;
}
.ContactVideoInner h1
{
    font-size: 30px;
    font-family: 'Reader-Bold';
}
.ContactVideoBtn
{
    font-size: 17px;
    font-family: 'Reader';
}
.ContactVideoBtn img
{
    width: auto;
    margin-left: 20px;
}

.ContactUsPageDic p{
  color: #fff;
}






/*************** custom_li_checkbox *****************/
.custom_li_content,
.custom_li_checkbox,
.custom_li_checkbox ul li
{
	padding-left: 0 !important;
}
.custom_li_checkbox ul li
{
	padding-top:0;
	padding-bottom:0;
}
.custom_li_checkbox ul li input[type="checkbox"]
{
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: top;
	margin: 1px 10px 0 0;
  display: none;
}
.custom_li_checkbox ul li label
{
	display: inline-block;
	margin: 0;
	cursor: pointer;
  padding-left: 35px;
}

.custom_li_checkbox ul li input[type="checkbox"] ~ label span
{
  position: absolute;
  top:0;
  left: 0;
  width: 20px;
  height: 20px;
  background:#f9f9f9;
  border-radius: 4px;
}
.custom_li_checkbox ul li input[type="checkbox"]:checked ~ label span:after
{
  content: "\002714";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.gform_button.button-blue
{
    font-size: 16px !important;
    background: #0079c2 !important;
    border: 2px solid #0079c2 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-family: 'Reader-Bold' !important;
    border-radius: 5px !important;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gform_button.button-blue:hover,
.gform_button.button-blue:focus, .gform_button.button-blue:active
{
    background: #0a5684 !important;
    color: #fff !important;
    border-color: #0a5684 !important;
}



.quotesource
{
  padding: 40px 0 0 0;
}
.quotesource p
{
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.content-1_text_align_left,
.content-2_text_align_left,
.content-3_text_align_left
{
  text-align: left;
}
.content-1_text_align_left h1,
.content-2_text_align_left h1,
.content-3_text_align_left h1
{
  text-align: left !important;
}
.content-1_text_align_left h2,
.content-2_text_align_left h2,
.content-3_text_align_left h2
{
  text-align: left !important;
}
.content-1_text_align_left h3,
.content-2_text_align_left h3,
.content-3_text_align_left h3
{
  text-align: left !important;
}
.content-1_text_align_left h4,
.content-2_text_align_left h4,
.content-3_text_align_left h4
{
  text-align: left !important;
}
.content-1_text_align_left h5,
.content-2_text_align_left h5,
.content-3_text_align_left h5
{
  text-align: left !important;
}
.content-1_text_align_left h6,
.content-2_text_align_left h6,
.content-3_text_align_left h6
{
  text-align: left !important;
}

.content-1_text_align_left p,
.content-2_text_align_left p,
.content-3_text_align_left p
{
  margin-bottom: 5px !important;
}
.content-1_text_align_left p:last-child,
.content-2_text_align_left p:last-child,
.content-3_text_align_left p:last-child
{
  margin-bottom: 0;
}
.content-1_text_align_left p:first-child,
.content-2_text_align_left p:first-child,
.content-3_text_align_left p:first-child
{
  margin-top: 0;
}






.content-1_text_align_right,
.content-2_text_align_right,
.content-3_text_align_right
{
  text-align: right;
}
.content-1_text_align_right h3,
.content-2_text_align_right h3,
.content-3_text_align_right h3
{
  text-align: right; !important;
}
.content-1_text_align_right p,
.content-2_text_align_right p,
.content-3_text_align_right p
{
  margin-bottom: 5px !important;
}
.content-1_text_align_right p:last-child,
.content-2_text_align_right p:last-child,
.content-3_text_align_right p:last-child
{
  margin-bottom: 0;
}
.content-1_text_align_right p:first-child,
.content-2_text_align_right p:first-child,
.content-3_text_align_right p:first-child
{
  margin-top: 0;
}







.CurrentOpporLinks
{
  text-align: right;
}
.CurrentOpporLinks:not(:last-child)
{
  margin-bottom: 30px;
}
.CurrentOpporLinks a
{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #0079c2;
  font-family: 'Reader-Bold';
}
.CurrentOpporLinks a i
{
  padding-left: 5px;
}
.CurrentOpporLinks a.CurrentOpporLinksShare
{
  float: left;
  margin-top: 5px;
}
.CurrentOpporLinks a.CurrentOpporLinksMore,
.CurrentOpporLinks a.CurrentOpporLinksApply
{
  color: #be1c1a;
}
.CurrentOpporLinks a:not(:last-child)
{
  margin-right: 30px;
}
html, body
{
  height: 100%;
}
.home-banner-back
{
  min-height: 600px;
  /*height: 100%;*/
}
.video.perallexBackground
{
  background-size: cover;
}
.home-banner-back .inner-banner
{
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.content-top-margin
{
  margin-top: 50px !important;
}
.content-bottom-margin
{
  margin-bottom: 50px !important;
}
.avoid_overlap
{
  vertical-align: top;
}
.avoid_overlap a
{
  margin-top: 10px;
}
.slavery-three-block-bg p
{
  font-size: 16px;
}


/* Blog Roll */
.blogs-carousel
{
  position: relative;
}
#blogs-carousel
{
  position: relative;
}
#blogs-carousel .home-banner-back
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#blogs-carousel .home-banner-back .blogs-carousel-inner
{
  padding: 180px 0 0 0;
    margin-top: 72px;
}
#blogs-carousel .home-banner-back h1
{
  font-size: 55px;
    padding: 20px 0 20px 0 !important;
    text-align: center;
}
#blogs-carousel .owl-dots
{
  position: absolute;
  left: 0;
  top: 65%;
  width: 50%;
  padding-right: 40px;
  height: 25px;
  z-index: 9999;
  text-align: right;
}
#blogs-carousel .owl-dots .owl-dot
{
  width: 10px;
  height: 10px;
  background:rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
#blogs-carousel .owl-dots .owl-dot:not(:last-child)
{
  margin-right: 10px;
}
#blogs-carousel .owl-dots .owl-dot.active
{
  background:rgba(255, 255, 255, 1);
}
.blogs-carousel-btn
{
  position: absolute;
  height: 30px;
  z-index: 999;
  top: 64%;
  left: 0;
  text-align: right;
  width: 50%;
}
.blogs-carousel-btn a
{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
}
.blogs-carousel-btn .hidden
{
  display: none;
}
.blogs-carousel-ovel
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.blogs-carousel-box-col
{
  padding-right: 0;
}
.blogs-carousel-box-col p
{
  color: #fff;
  margin-bottom: 10px;
}
.blogs-carousel-box
{
  background:rgba(38, 105, 175, 0.7);
  color: #fff;
  padding:20px;
}
.blogs-carousel-box h3 a
{
  color: #fff;
}
.blogs-carousel-box p
{
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

/************** blogs-post-sec *****************/
.blogs-post-sec
{
  padding: 0 0 50px 0;
}
.blogs-post-sec h1
{
  font-size: 42px;
    padding: 15px 0;
    color: #0079c2;
    font-family: 'Reader-Bold';
    display: inline-block;
    vertical-align: middle;
}
.blogs-post-sec-hed
{
  border-bottom: 5px solid #0079c2;
  margin-bottom: 20px;
  margin-top: 50px;
}
.blogs-post-sec-hed a
{
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-decoration: none;
  color: #0079c2;
  font-family: 'Reader-Bold';
  margin: 33px 0 0 0;
}
.blogs-post-itm
{}
.blogs-post-itm-box
{
  margin-bottom: 30px;
  position: relative;
}
.blogs-post-itm-box img
{
  width: 100%;
}
.owl-carousel .owl-item .blogs-post-itm-box > img
{
  width: 100% !important;
}
.blogs-post-itm-box-dic-img
{
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blogs-post-itm-box a h2
{
  color: #0079c2;
  font-family: 'Reader';
  margin-top: 10px;
  font-size: 22px;
}
.blogs-post-itm-box-over
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #fff;
}
.blogs-post-itm-box-over h2
{
  font-family: 'Reader-Bold';
  font-size: 35px;
  margin-bottom: 15px;
}
.blogs-post-itm-box-over a
{
  display: block;
  text-decoration: none;
  color: #fff;
}
.blogs-post-itm-box-over p
{
  color: #fff;
}

.SingleBloctop:before {
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
	top:0;
	left:0;
}
.SingleBloctop
{
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.SingleBlockOver
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-bottom: 20px;
}
.SingleBlockOver h1
{
  font-size: 65px;
}
.SingleBlockOver p
{
  color: #fff;
  margin-top: 20px;
}
.SingleBlockOver p b,
.SingleBlocMedia-new .media .media-body
{
  font-size: 12px;
  font-family: 'Reader-Bold';
  vertical-align: middle;
}
.SingleBlockOver p i
{
  margin-right: 2px;
}
.SingleBlockOver p a
{
  color: #fff;
  margin-left: 2px;
}

.SingleBlocMedia-new a.anchor-white {
 color: #000;
}
.SingleBlocMedia-new a.anchor-white:hover {
 color: #000;
}
.SingleBlocDet h2 {
	font-family: 'Reader-Bold';
	color: #0079c2;
	font-size:42px;
}
.SingleBlocDet h3 {
	font-family: 'Reader-Bold';
	color: #0079c2;
	font-size: 30px;
}
.SingleBlocDet
{
  padding:30px 0 10px 0;
}
.SingleBlocDet p
{
  font-family: 'Feijoa';
  font-weight: normal;
}
.SingleBlocDet p strong
{
  font-family: 'Feijoa-Medium';
}
.SingleBlocMedia-new {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;  
}
.SingleBlocMedia
{
    padding: 30px 0;
    margin: 30px 0;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}
.SingleBlocMedia_Border
{
  height: 1px;
  margin: 30px 0;
  background-color: #efefef;
  display: block;
  clear: both;
  padding:0;
}
.SingleBlocMedia_NoBorder
{
    padding: 0 0 30px 0;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
} 
.SingleBlocMedia_NoBorder ~ .SingleBlocMedia
{
  margin-top: 0;
}
.SingleBlockBoxImg
{
  margin-bottom: 20px;
}
.SingleBlockBoxImg img
{
  width: 100%;
}
.SingleBlockBoxImg small
{
  font-family: 'Reader-Medium';
  font-size: 12px;
}
.SingleBlockHeading.SingleBlocMedia
{
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.SingleBlockHeading h4
{
  font-family: 'Reader-Bold';
  color: #0079c2;
  font-size: 25px;
}

.pre-next-links .blog_bottom_line
{
  padding: 0 0 30px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
  top: -10px;
}
.pre-next-links .prev-posts,
.pre-next-links .next-posts
{
  display: inline-block;
}
.pre-next-links .next-posts
{
  float: right;
}
.pre-next-links .prev-posts a,
.pre-next-links .next-posts a
{
  font-size: 16px;
  font-family: 'Reader-Medium';
  /*color: #005c9a;*/
  color: #0079c2;
}
.pre-next-links ~ .credit-card-form-bg
{
  padding-top: 20px;
}
.post_giv_section_div .PaymentCycleDiv
{
  float: right;
}
.post_giv_section_div .container
{
  width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.post_giv_section_div .container .row.wrapper
{
  margin-left: 0;
  margin-right: 0;
}
.post_giv_section_div .ShutDownShareThis
{
  max-width: 260px;
  float: left;
}
.post_giv_section_div .ShutDownShareRange
{
  padding-right: 0;
  max-width: 480px;
  float: right;
}
/* Cadence styles */

.credit-card-form-bg h1 {
	font-size: 42px;
    letter-spacing: 2px;
}
.credit-card-form-bg h2 {
	font-size: 26px;
}

.home-slavery-three-block-bg h2 {
	font-size: 42px;
	font-family: 'Reader-Bold';
}
.home-white-power-back h2 {
	font-size: 42px;
	font-family: 'Reader-Bold';
}
.home-stories-back h2 {
	font-size: 42px;
	font-family: 'Reader-Bold';
}
.home-get-involved h2 {
	font-size: 42px;
	font-family: 'Reader-Bold';
}
.home-signup h2 {
	font-size: 42px;
	font-family: 'Reader-Bold';
}

.home-slavery-three-block-bg {
	padding: 120px 15px 120px 15px;
}
.home-slavery-three-block-bg h3 {
	font-size: 18px;
	line-height: 1.3;
}
.home-stoppable-txt .top-info {
	max-width: 900px;
	padding: 20px 0 50px 0;
	
}
.HomeSlaveryBox p {
	font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Reader';
}

.home-testimonial-back p {
	font-family: 'Reader';
	font-size: 18px;
	line-height: 26px;
	padding: 0 280px;
}
.home-testimonial-back .testimonial-inner:before {
	margin-left: 100px;
}
.testimonial-inner:after {
	right: 0;
	margin-right: 100px;
}
@media screen and (max-width: 1125px) and (min-width: 767px) {
	.home-testimonial-back p {
		padding: 0 240px !important;
	}
}

.home-white-power-back .top-info {
	padding: 20px 0 25px 0;
}
.home-white-power-back h3 {
    max-width: 176px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: 'Reader-Bold';
    padding-top: 15px;
}

.home-stories-back {
	padding: 120px 15px;
}
.home-stories-back .thumbnail img {
	height: 200px;
	object-fit: cover;
}

.home-banner-back a.video-button, a.video-button {
	opacity: 1;
}
.archive .ContactUsPage h1
{
  font-size: 55px;
}
.blogs-post-itm-box-dic-date
{
  color: #c0c0c0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blogs-post-itm-box-over .blogs-post-itm-box-dic-date, 
.blogs-post-itm-box-over .bolg-post-item-excerpt
{
    display: none;
}
.blogs-post-sec-btn-see-more
{
  display: none;
  text-align: center;
}
.blogs-post-sec-btn-see-more a
{
  text-transform: capitalize;
  color: #0079c2;
  display: inline-block;
  font-weight: 600;
}


/************* new changes **************/
.content-interns-different-style
{

}
.content-interns-different-style p
{
  font-size: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content-share-section p
{
  font-family: 'Reader';
}
.team-member-box
{}
.our-team .team-member-box .team-member-img
{
  overflow: hidden;
  max-width: 100%;
  border: 0;
  z-index: 1;
}
.our-team .team-member-box.col-sm-3 .team-member-img
{
  width: 200px;
  height: 200px;
}
.our-team .team-member-box .team-member-img img
{
  max-width: 100%;
}
.our-team .team-member-box h3
{
  padding: 5px 0;
}
.our-team .team-member-box h5
{
  padding-bottom: 15px;
  font-family: 'Reader-Bold';
}
.our-team .team-member-box p, .our-team p
{
  font-family: 'Feijoa';
}
.quotesource p
{
  text-transform: uppercase;
  font-family: 'Reader-Bold';
  font-size: 14px;
  line-height: 20px;
}
.team-member-box
{
  text-align: center;
}
.our-team .team-member-box
{
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;

}
.our-team .team-member-box .descrption-team
{
  /*height: 155px;*/
  overflow: hidden;
  margin-bottom: 15px;
}
.team-member-box .team-member-box.col-sm-6
{

}
.home-signup .top-info p
{
  padding: 0;
}
.our-team .members_colclass6
{
  margin-top: 20px !important;
}
.information_div h3
{
  font-weight: 600;
}
.information_div.quote_grey_bg h3,
.information_div.quote_white_text h3
{
  color: #0079c2 !important;
  font-family: 'Reader-Bold';
}
.information_div.home-testimonial-back .col-xs-12 h3
{
  color: #0079c2 !important;
}
.information_div.home-testimonial-back p
{
  padding-left: 0;
  padding-right: 0;
}
.information_div.home-testimonial-back .col-xs-12 p
{
  padding-left: 0;
  padding-right: 0;
  color: #464646 !important;
}
.thumbnail_boximg
{
  margin-bottom: 30px;
}
.thumbnail_boximg .thumbnail
{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  /*height: 183px;*/
}

.container-fluid.three-block-section .full_grid_image {
  height:400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}
/************** new changes **************/

/*************** where-we-work **************/
.where-we-work
{
    /*padding: 140px 0 0 0;*/
    /*background: #bbbbbb;
    background: -moz-linear-gradient(top, #bbbbbb 0%, #fefefe 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#fefefe 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #bbbbbb 0%,#fefefe 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#7db9e8',GradientType=0 );*/
}
.where-we-work .home-banner-back
{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-color: #d3d3d3;
    padding: 140px 0 0 0;
    min-height: initial;
}
.where-we-work .home-banner-back img
{
  width: 100%;
}
.where-we-work .home-banner-back .banner-txt
{
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    min-height: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.where-we-work .home-banner-back .banner-txt h1
{
    font-size: 55px;
}
.where-we-work-slider .owl-nav
{}
.where-we-work-slider .owl-nav i.fa
{
    color: #0079c2;
}
.where-we-work-slider .owl-nav .owl-prev,
.where-we-work-slider .owl-nav .owl-next
{
    margin: 200px 0 0 0;
}
.where-we-work-slider .owl-nav .owl-prev
{
    left: 4%;
}
.where-we-work-slider .owl-nav .owl-next
{
    right: 4%;
}
.where-we-work-container
{
    background: #fff;
}
.where-we-work-slider-title
{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 500px;
    position: relative;
}
.where-we-work-slider-title h2
{
    color: #fff;
    /*font-size: 42px;*/
    font-size: 55px;
    text-align: center;
    font-family: 'Reader-Bold';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 0;
    height: 170px;
}
.where-we-work-slider-title h2 span
{
    text-align: left;
    display: inline-block;
}
.where-we-work-slider-title h2 span small
{
    /*font-size: 16px;*/
    font-size: 18px;
    display: block;
    color: #fff;
    font-family: 'Reader-Medium';
    margin-top: 5px;
}
.where-we-work-space
{
    height: 40px;
}
.where-we-work-space.extra-large {
  height: 70px;
}
.where-we-work-slider-text p
{
    font-family: 'Feijoa-Medium';
}
.where-we-work-slider-text p b
{
  padding: 0 35px;
  display: block;
}
.where-we-work-slider-text .ContactVideoBtn img
{
    display: inline-block;
}
.where-we-work-slider-text .ContactVideo
{
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #696969;
}
.where-we-work-slider-text-blue
{
    color: #0079c2;
}
.where-we-work-slider-text-blue h4
{
    font-size: 25px;
    margin: 10px 0 20px 0;
    line-height: 30px;
    font-family: 'Reader';
}
.where-we-work-slider-text-blue b
{
    font-family: 'Reader-Bold';
}
.where-we-work-slider-text-box
{}
.where-we-work-slider-text-box h2
{
    /*font-size: 35px;*/
    font-size: 42px;
    color: #0079c2;
    font-family: 'Reader-Bold';
    margin-bottom: 15px;
}
.where-we-work-slider-text-box ul li
{
    list-style: square;
    list-style-position: inside;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Feijoa-Medium';
}
.where-we-work-slider-text-box-response
{
    text-align: center;
    max-width: 270px;
    margin: 0 auto 20px auto;
    min-height: 360px;
}
.where-we-work-slider-text-box-response figure
{
    width: 100%;
    max-width: 193px;
    background: #e9e9e9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.where-we-work-slider-text-box-response figure img
{
    max-width: 100%;
}
.where-we-work-slider-text-box-response h4
{
    font-size: 21px;
    margin: 10px 0;
    height: 48px;
    overflow: hidden;
    font-family: 'Reader-Bold';
}
.where-we-work-slider-text-box-response p
{
    font-size: 14px;
    line-height: 20px;
}
.where-we-work-slider-text-box-stories
{
    max-width: 370px;
    margin: 0 auto 20px auto;
}
.where-we-work-slider-text-box-stories-dic
{
    border: 1px solid #ededed;
    border-top: 0;
    padding: 10px 5px;
    background: #f9f9f9;
    border-radius:  0 0 6px 6px;
}
.where-we-work-slider-text-box-stories figure
{
    /*min-height: 196px;*/
    overflow: hidden;
    background: #333;
    border-radius: 6px 6px 0 0;
}
.owl-carousel .owl-item .where-we-work-slider-text-box-stories figure img
{
    width: 100% !important;
}
.where-we-work-slider-text-box-stories h4
{
    font-size: 20px;
    color: #0079c2;
    margin: 10px 0;
    font-family: 'Reader-Medium';
}
.where-we-work-slider-text-box-stories p
{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}
.where-we-work-slider-text-box-stories a.btn
{
    font-size: 13px;
    padding: 6px 15px;
}
.where-we-work-slider-text-box-end p
{
    font-size: 13px;
    line-height: 18px;
/*    font-family: 'Reader';*/
}
.where-we-work-slider-text-box-end-border
{
    height: 2px;
    background: #464646;
    max-width: 370px;
    margin-bottom: 20px;
}
.where-we-work-slider
{
  position: relative;
}
.where-we-work-slider-thum-img
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.where-we-work-slider-thum-img .dotsCont div
{
  display: inline-block;
  margin-right: -4px;
  width: 16.66%;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.where-we-work-slider-thum-img .dotsCont div.active
{
  cursor: default;
  background-color: #0079c2;
}
.where-we-work-slider-thum-img .dotsCont div.active:before
{
  content: "";
  background-color: #0079c2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.where-we-work-slider-thum-img .dotsCont div span
{
  padding: 10px 35px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.where-we-work-slider-thum-img .dotsCont div span:after
{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: inline-block;
  height: 10px;
  width: 10px;
  background:#e0e0e0;
}
.where-we-work-slider-thum-img .dotsCont div span.dotsCont-yellow:after
{
  background:#ffca34;
}
.where-we-work-slider-thum-img .dotsCont div span.dotsCont-orng:after
{
  background:#ff9328;
}
.where-we-work-slider-thum-img .dotsCont div span.dotsCont-blur-light:after
{
  background:#74b5e0;
}
.where-we-work-slider-thum-img .dotsCont div span.dotsCont-green:after
{
  background:#74c447;
}
.where-we-work-slider-thum-img .dotsCont div span.dotsCont-prp:after
{
  background:#652791;
}
.where-we-work-slider-thum-img .dotsCont div span.dotsCont-red:after
{
  background:#b92075;
}
/*
.where-we-work-slider-thum-img
{
    overflow-x: auto;
}

.where-we-work-slider-ul
{
    padding: 0;
    margin: 0;
    min-width: 767px;
}
.where-we-work-slider-ul li
{
    padding: 0;
    margin: 0 -4px 0 0;
    list-style: none;
    display: inline-block;
    width: 16.66%;
    position: relative;
}
.where-we-work-slider-ul li a
{
    display: inline-block;
}
.where-we-work-slider-ul li a img
{
    width: 100% !important;
    max-width: 100% !important;
}
.where-we-work-slider-ul li a span
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px;
}
.where-we-work-slider-ul li a span i
{
    margin-right: 10px;
}*/

/*** new ***/
.where-we-work-exp-text
{
  padding: 60px 0;
  text-align: center;
}
.where-we-work-exp-text h4
{
  font-size: 26px;
  color: #0079c2;
  font-family: 'Reader-Bold';
  margin-bottom: 30px;
}
.where-we-work-exp-text p
{
  font-size: 26px;
  color: #0079c2;
  font-family: 'Reader';
}
#where-we-work-slider .item .container .container
{
  padding-left: 0;
  padding-right: 0;
}
#where-we-work-slider .item .container .inner-stories .three-thumb-back
{
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: inherit !important;
}
/*** end new ***/
/*************** end where-we-work **************/

/***************** ACF-Documents ******************/
.ACF-Documents
{
    padding: 60px 0;
}
.ACF-Documents h2
{
    color: #0079c2;
    font-family: 'Reader-Bold';
    margin-bottom: 15px;
}
.col-lg-2 .ACF-Documents-box
{
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.ACF-Documents-box
{
    margin: 15px 0;
}
.ACF-Documents-box figure
{
    border:2px solid #f4f4f4;
    height: 240px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    background-image: url(../images/ACF-Documents-box-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.ACF-Documents-box figure img
{
    max-width: 100%;
    max-height: 100%;
}
.ACF-Documents-box b
{
    color: #0079c2;
    font-size: 20px;
}
/***************** end ACF-Documents ******************/
/******************** ACF-List ********************/
.ACF-List
{
    padding:60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ACF-List.home-testimonial-back p
{
  padding-left: 0;
  padding-right: 0;
}
.ACF-List.quote_grey_bg.home-testimonial-back p
{
  color: #000;
}
.ACF-List .media:not(:last-child)
{
    margin-bottom: 60px;
}
.ACF-List .media-left
{
    padding-right: 22px;
    border-right: 3px solid #0079c2;
}
.ACF-List.quote_blue_text.home-testimonial-back .media-left
{
  border-right-color: #fff;
}
.ACF-List .media-left ~ .media-body
{
    padding-left: 20px;
}
.ACF-List .media-body .media-heading
{
    font-size: 26px;
    color: #0079c2;
    font-family: 'Reader-Bold';
}
.ACF-List .media-body h1
{
    font-size: 42px;
    color: #0079c2;
    font-family: 'Reader-Bold';
    margin: 10px 0;
}
.ACF-List .media-body p
{
    font-family: 'Feijoa-Medium';
}
.ACF-List-media-img
{
    /*background-color: #eee;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 380px;
    height: 245px;
}
/******************** end ACF-List ********************/


/***************** Search Result **************** */

  body.search-results header
  {
    background:rgba(0, 0, 0, 1);
  }
  .search-result
  {
    background:#0079c2;
    padding: 70px 0 0 0;
    color: #fff;
  }
  .search-result .DropdownInner
  {
    padding-bottom: 40px;
  }
  .search-result .navbar-form
  {
    box-shadow: 0 0 0;
  }
  .search-result-btn ul
  {
    padding: 0;
    margin: 40px 0 0 0;
    display: inline-block;
  }
  .search-result-btn ul li
  {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
  }
  .search-result-btn ul li a
  {
    padding: 5px 15px;
    border:1px solid transparent;
    border-radius: 4px;
    display: block;
    font-family: 'Reader-Bold';
  }
  .search-result-btn ul li a.search-result-btn-act
  {
    border-color: #fff;
  }
  .search-result-count
  {
    margin: 40px 0 0 0;
    padding: 5px 0;
    float: right;
    font-family: 'Reader-Bold';
  }
  .search-result-list
  {
    padding: 60px 0;
  }
  .search-result-list .container
  {
    max-width: 960px;
  }
  .search-result-list-itm
  {
    margin-bottom: 30PX;
  }
  .search-result-list-itm h4
  {
    color: #0079c2;
    font-family: 'Reader-Bold';
    font-size: 26px;
    margin-bottom: 10px;
  }
  .search-result-list p
  {
    font-family: 'Feijoa-Medium';
  }
  .search-result-list .blogs-post-itm-box-dic-date
  {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'Reader-Bold';
  }
  .search-result-list .media .media-left .search-result-list-img
  {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .search-result-list .media .media-left .search-result-list-img img
  {
    width: 150px;
    height: 150px;
    visibility: hidden;
    opacity: 0;
  }
  .search-result-list .media .media-left ~ .media-body
  {
    padding-left: 20px;
  }
  .search-result-list .media .media-body .media-heading
  {
    margin-bottom: 0;
  }

  .search-result-list-pages
  {
    text-align: center;
    margin: 30px 0 0 0;
  }
  /*
  .search-result-list-pages ul
  {
    padding:0;
    margin: 0;
    text-align: center;
  }
  .search-result-list-pages ul li
  {
    padding:0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .search-result-list-pages ul li a
  {
    display: block;
    color: #0079c2;
    font-size: 20px;
    font-family: 'Reader-Bold';
    margin:0 5px;
  }
  .search-result-list-pages ul li a b
  {
    font-size: 30px;
  }
  .search-result-list-pages ul li.search-result-list-pages-pre
  {
    margin-right: 30px;
  }
  .search-result-list-pages ul li.search-result-list-pages-pre a i
  {
    margin-right: 10px;
  }
  .search-result-list-pages ul li.search-result-list-pages-nxt
  {
    margin-left : 30px;
  }
  .search-result-list-pages ul li.search-result-list-pages-nxt a i
  {
    margin-left : 10px;
  }*/


  /***************** end Search Result **************** */

/****** pagination ***********/
#pagination
{
  text-align: center;
}
#pagination .pages
{
  display: none;
}
#pagination a,
#pagination span
{
  border:0;
  color: #0079c2;
  font-size: 30px;
  font-family: 'Reader-Bold';
  margin:0 5px;
  display: inline-block;
  vertical-align: middle;
}
#pagination a.previouspostslink,
#pagination a.nextpostslink
{
  font-size: 20px;
}

#pagination a.previouspostslink i
{
  margin-right: 10px;
}
#pagination a.nextpostslink i
{
  margin-left: 10px;
}
/****** end pagination ***********/
/****** home-banner-back-text-bottom **********/
.home-banner-back-text-bottom
{
  background: rgba(38, 105, 175, 0.28);
  color: #fff;
  font-family: 'Reader';
  font-size: 18px;
  text-align: center;
  padding: 40px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-banner-back-text-bottom a
{
  color: #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
/****** end home-banner-back-text-bottom ********/
.HomeSlaveryBox img {
 max-height: 147px;
}
.quote_grey_bg.home-signup .signup-form .form-control {
    background: #fff !important;
}
/*
.three-block-section .block .caption
{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three-block-section .block .caption,
.three-block-section .block .caption h3,
.three-block-section .block .caption p
{
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}*/
.section-grid-image-box .grid-box
{
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.information_div .thumbnail_boximg
{
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
/****************** MobileMenuHeader ****************/
.MobileMenuHeader
{
  background: transparent;
  max-height: 100%;
}
header.no-change.MobileMenuHeader
{
  padding: 0;
}
.MobileMenuHeaderTop
{
  background: rgba(0, 0, 0, 1);
  position: relative;
}
.MobileMenu
{
  position: relative;
}
.MobileHeaderLogo
{
  position: absolute;
  top: 0;
  left: 0;
}
.MobileHeaderLogo a
{
  display: inline-block;
  background: #fff;
}
.MobileHeaderLogo a img
{
  max-width: 60px;
}
.MobileHeaderButtonDiv
{
  text-align: right;
}
.MobileHeaderButton
{
  display: inline-block;
  width: 35px;
  height: 40px;
  margin: 15px 0;
  background: transparent;
  position: relative;
  border: 0;
  outline: 0;
  float: right;
}
.MobileHeaderButton span
{
  display: block;
  height: 3px;
  background: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 35px;
}
.MobileHeaderButton.MobileHeaderButtonClose span
{
  height: 6px;
  width: 30px;
  position: absolute;
  top: 9px;
}
.MobileHeaderButton.MobileHeaderButtonClose span:nth-child(2)
{
  opacity: 0;
}
.MobileHeaderButton.MobileHeaderButtonClose span:nth-child(1)
{
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*margin-top: 8px;*/
}
.MobileHeaderButton.MobileHeaderButtonClose span:nth-child(3)
{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*margin-top: -27px;*/
}
.MobileHeaderButtonDiv > ul,
.MobileHeaderButtonDiv > ul li
{
  padding: 0;
  margin: 0;
  display: inline-block;
}
.MobileHeaderButtonDiv a
{
  display: inline-block;
  vertical-align: middle;
  margin: 18px 25px 0 0;
  background: #be1c1a;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-family: 'Reader-Bold';
  text-decoration: none;
  outline: 0;
  /*padding: 8px 20px;*/
  padding: 9px 20px 7px 20px;
  position:relative;
  z-index: 1;
}

.MobileMenuList
{
  background: #464646;
  /*max-height: 85vh;*/
  max-height: calc(100vh - 70px);
  max-height: -webkit-calc(100vh - 70px);
  overflow: auto;
  display: none;
  /*position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;*/
}
ul.MobileMenuListMenu
{
  padding: 10px 15px 20px 15px;
  overflow: auto;
  min-height: 100px;
}
ul.MobileMenuListMenu > li
{
  border-bottom: 1px solid #686868;
  padding: 7px 0;
}
ul.MobileMenuListMenu > li > a
{
  font-size: 20px;
  font-family: 'Reader-Bold';
  display: block;
  color: #fff;
  padding: 7px 0;
}
ul.MobileMenuListMenu > li.MobileSubmenuBtn
{
  position: relative;
}
ul.MobileMenuListMenu > li.MobileSubmenuBtn > a:before
{
  content: "\f107";
  position: absolute;
  top: 15px;
  right: 0;
  font-family: FontAwesome;
}
ul.MobileMenuListMenu > li.MobileSubmenuBtn.MobileSubmenuBtnOpen > a:before
{
  content: "\f106";
}
ul.MobileMenuListSubMenu
{
  display: none;
}
ul.MobileMenuListSubMenu > li
{
  color: #fff;
}
ul.MobileMenuListSubMenu > ul > li, 
ul.MobileMenuListSubMenu > ul > li > a
{
  color: #fff;
}
ul.MobileMenuListSubMenu > li > a
{
  font-size: 14px;
  font-family: 'Reader';
  display: block;
  color: #fff;
  display: block;
  margin: 8px 0;
}
ul.MobileMenuListSubMenu > ul.SocialIconsTop
{
  padding-top: 10px;
}
ul.MobileMenuListSubMenu > ul.SocialIconsTop > li > a
{
  color:#fff;
}
.MobileMenuHeaderSearchDiv
{
  background: #363636;
}
.MobileMenuHeaderSearchDivInner
{
  padding: 10px 15px;
  position: relative;
}
.MobileMenuHeaderSearchDiv input[type="text"]
{
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #fff;
  padding: 8px 50px 8px 0;
  border-bottom: 1px solid #fff;
  display: block;
  outline: 0;
  width: 100%;
  font-family: 'Reader';
}
.MobileMenuHeaderSearchDiv button
{
  position: absolute;
  top: 18px;
  font-size: 20px;
  right: 15px;
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
}

.MobileMenuHeaderDonateDiv
{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5px 0;
}
.MobileMenuHeaderDonateDiv h4
{
  color: #fff;
  font-family: 'Reader-Bold';
  font-size: 14px;
  max-width: 200px;
}
.MobileMenuHeaderDonateDiv h4 ~ .text-right
{
  padding-top: 8px;
}
.MobileMenuHeaderDonateDiv span
{
  background: #fff;
  color: #0079c1;
  font-family: 'Reader-Bold';
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 6px 7px;
  float: left;
  margin: 4px 0 0 0;
  max-width: 200px;
}
.MobileMenuHeaderDonateDiv a
{
  background: #be1c1a;
  color: #fff;
  font-size: 13px;
  font-family: 'Reader-Bold';
  padding: 8px 10px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  position: absolute;
  top: 5px;
  right: 0;
}
/****************** end MobileMenuHeader ****************/

/***** New headings for ACF List and Map *****/
.ACF-List h2 {
	font-family: 'Reader-Medium';
    font-size: 42px;
    color: #0079c2;
    margin-bottom: 30px;
    font-weight: 600;
	text-align: center;
}
.ACF-List p.list-body {
	font-family: 'Feijoa';
	text-align: center;
	padding-bottom: 50px;
}
h2.acf-map-h2 {
	font-family: 'Reader-Medium';
    font-size: 42px;
    color: #0079c2;
    margin-bottom: 30px;
    font-weight: 600;
	text-align: center;
}
p.acf-map-body {
	font-family: 'Feijoa';
	text-align: center;
	padding-bottom: 30px;
}

/**** Mobile menu tweaks ****/
.MobileMenuList {
    height: 100vh;
}
.MobileMenuHeaderDonateDiv {
    position: absolute;
    width: 100%;
    bottom: 0;
	margin-top: 65px;
}
.MobileMenuHeaderSearchDiv {
    top: -65px;
    position: absolute;
    width: 100%;
}









.slavery-three-block-bg h2{
 font-family: 'Reader-bold' !important;
}
.slavery-three-block-bg h3{
 font-family: 'Reader-bold' !important;
 font-size: 30px;
}
.video_open_box .container {
 cursor: pointer;
}

.grid-information-box h3 {
  font-family: 'Reader-Bold';
  color: #0079c2;
}

a.page_scroll
{
  position: relative;
  top: -100px;
  visibility: hidden;
  opacity: 0 !important;
}

a.anchor-white {
 color: #fff;
 display: inline-block;
}
a.anchor-white:hover {
 color: #fff;
}

.media-left.media-middle img
{
	border-radius: 50%;
	height: inherit;
	width: 40px;
}

.off_fullwidth
{
    max-width: 600px;	    
    margin: auto;
}

body.page-template-template-where-we-work .row.wrapper.three-bottom-text
{
	margin-right:0;
	margin-left: 0;
	padding: 50px;
}

.SingleBlocMedia_NoBorder.set_font
{
    font-family: 'Feijoa';
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: normal;

}

body.single-events .event-content {
    margin-bottom: 20px;
}

.center_title_header_banner
{
    min-height: inherit;
    padding-top: 240px;
  
}
.SingleEventLocation ul.heateor_sss_sharing_ul li.heateorSssSharingRound i {
	position: relative;
}
.SingleEventLocationBox h4 {
	font-family: 'Reader-Bold';
}



.center-heading
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-shade-gradient {
	position:absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
	top:0;
	left:0;
}


.content_section.quote_grey_bg.home-testimonial-back p{ font-family: 'Feijoa-Medium';}
.content_section.quote_blue_text.home-testimonial-back p{ font-family: 'Feijoa-Medium';}