/*
Theme Name: ned
Theme URI: http://developmentbox.co/ned-main-html/index.php
Author: NED
Author URI: http://developmentbox.co/ned-main-html/index.php
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ned
Tags:
*/
@font-face {
    font-family: 'dosisbold';
    src: url('fonts/Dosis-Bold-webfont.eot');
    src: url('fonts/Dosis-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Dosis-Bold-webfont.woff2') format('woff2'),
         url('fonts/Dosis-Bold-webfont.woff') format('woff'),
         url('fonts/Dosis-Bold-webfont.ttf') format('truetype'),
         url('fonts/Dosis-Bold-webfont.svg#dosisbold') format('svg');
    font-weight: normal;
    font-style: normal;

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

}

@font-face {
    font-family: 'dosisregular';
    src: url('fonts/Dosis-Regular-webfont.eot');
    src: url('fonts/Dosis-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Dosis-Regular-webfont.woff2') format('woff2'),
         url('fonts/Dosis-Regular-webfont.woff') format('woff'),
         url('fonts/Dosis-Regular-webfont.ttf') format('truetype'),
         url('fonts/Dosis-Regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
/*-------------------------------------------------------------- 1.0 - Reset--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-weight: normal;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*:focus, a:focus {
    outline: none;
    text-decoration: none;
}
img {
    border: 0px none;
    max-width: 100%;
}
a, a:hover {
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    color: #CA2C23;
}
strong {
    font-weight: bold;
}
p {
    padding: 0 0 15px;
    margin: 0;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 22px;
}
.desktop-view {
    display: block !important;
}
.mobile-view {
    display: none !important;
}
.offset-0 {
    margin: 0 !important;
    padding: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    padding: 0 0 15px;
    margin: 0;
    list-style: none;
}
input, button, textarea, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 7px;
    margin: 10px 0;
    font-family: 'dosisbold';
    font-weight: normal;
    line-height: 1.2em;
}
h1 {
    color: #343333;
    font-size: 25px;
    font-family: 'dosisbold';
    padding-top: 10px;
}
.padding-left-none {
    padding-left: 0;
}
.padding-right-none {
    padding-right: 0;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
    /* for chrome */}
:-moz-placeholder {
    /* Firefox 18- */color: #000;
    opacity: 1 !important;
}
::-moz-placeholder {
    /* Firefox 19+ */color: #000;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1 !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"], button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    text-shadow: none;
    box-shadow: none;
}
/*structure*/
body {
    font-family: 'latoregular';
    font-size: 16px;
    line-height: 22px;
    color: #052e4e;
}
#wrapper {
    width: 100%;
    float: left;
    background: #fff;
}
main {
    width: 100%;
    float: left;
}
header {
    width: 100%;
    float: left;
    position: relative;
}
footer {
    width: 100%;
    float: left;
}
.container, .large-container {
    width: 978px;
    margin: 0 auto;
    clear: both;
}
.large-container {
    width: 1200px;
}
.main-slider, .slider-pages, .testimonial-sider, .slider-nopager {
    opacity: 0;
    max-height: 450px;
}
.home-slider-sec, .experts-page .home-slider-sec, .fellowships-page .main_content_left, .testimonial-page .top_container .main_content_left, .newsletter-section .main_content_left {
    background: #fff url("images/bx_loader.gif") no-repeat scroll center center !important;
    max-height: 450px;
}
/*button*/
.learn-more-btn {
    height: 43px;
    line-height: 43px;
    color: #ca2c23;
    font-family: 'dosisbold';
    background: #fff;
    float: left;
    position: relative;
    margin-top: 10px;
}
.learn-more-btn > a::after, .readmore-btn > a::after, .nav-main .menu-item-has-children > a::after{
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    padding-left: 15px;
}
.learn-more-btn a, .readmore-btn a {
    color: #ca2c23;
    padding: 0 15px 0 20px;
    display: block;
    text-transform: uppercase;
}
.learn-more-btn a:hover, .readmore-btn a:hover {
    color: #fff;
    background: #052e4e;
}
.learn-more-btn a::after {
    color: #ca2c23;
}
.readmore-btn {
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-family: 'dosisbold';
    background: #ca2c23;
    float: left;
    position: relative;
    width: auto !important;
}
.readmore-btn a {
    color: #fff;
    display: block;
}
.readmore-btn a:hover {
    color: #fff;
    background: #052e4e;
}
/*header*/

.top-menu-sec {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: #ccc solid 1px;
    height: 48px;
    color: #888888;
    overflow: hidden;
}
.top-menu {
    display: inline-block;
}
.top-menu > ul {
    float: left;
}
.top-menu li {
    float: left;
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 48px;
}
.top-menu li a {
    font-size: 10pt;
    color: #888;
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}
.top-menu li a:hover {
    color: #ca2c23;
}
.logo-sec {
    width: 100%;
    float: left;
    padding: 0 0 18px;
}
.logo {
    width: 470px;
    float: left;
    padding: 20px 0 3px 0px;
}

.logo-rgt .social-media {
    text-align: right;
    padding-top: .75em;
    margin-right: -.5em;
}

.logo-rgt .social-media-clear:before,
.logo-rgt .social-media-clear:after {
    content: "";
    display: table;
    zoom: 1;
    clear: both;
}

.logo-rgt .social-media li {
    display: inline-block;
    padding: 0 .5em;
    line-height: 1;
}

.logo-rgt .social-media a {
    color: #052e4e;
}

.do-subscribe {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .05em;
    text-decoration: underline;
}

.logo-rgt {
    float: right;
    padding: 40px 0 0;
    position: relative;
}
.agent-btn, .logo-sec .search-box .search-btn {
    background-color: #ca2c23;
    height: 43px;
    padding: 0 15px;
    line-height: 43px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'dosisbold';
    cursor: pointer;
    float: left;
    margin: 0 0px 0 0;
}

.agent-btn:hover{
	color: #fdda22;
}

.logo-rgt .search-form {
    display: none;
}
.searchform.search-box .searchform.search-box {
    float: right;
    max-width: 350px;
    width: 100%;
}
.logo-rgt .search-form.active {
    display: block;
    position: absolute;
    right: 0;
    width: 345px;
    z-index: 12;
}
.search-box .search-btn {
    float: left;
    margin: 0;
    width: 45px;
    height: 43px;
    background: url(images/search-icon.png) no-repeat center center #ca2c23;
}
.search-icon {
    float: left;
    margin-left: 20px;
    width: 45px;
    height: 43px;
    background: url(images/search-icon.png) no-repeat center center #ca2c23;
    cursor: pointer;
}
.search-box .search-text {
    height: 43px;
    max-width: 300px;
    width: 100%;
    background: #052e4e;
    font-size: 16px;
    color: #fff;
    font-family: 'dosisbold';
    padding-left: 20px;
    padding-right: 10px;
    border: none;
    float: left;
}
/*.agent-btn {
    padding: 0 0px;
    width: 175px;
}
*//*Why this here?*/
.jqTransformSelectWrapper div span {
    height: 43px;
    line-height: 43px;
    font-family: 'dosisbold';
    font-size: 16px;
    color: #fff;
    padding: 0 0px 0 20px ;
    width: 100% !important;
}
.jqTransformSelectWrapper {
    width: 100% !important;
}
.agent-form .jqTransformSelectWrapper ul {
    top: 0px;
    background: #01539b;
    border: 0px;
    height: auto;
    width: 100% !important;
}
.jqTransformSelectWrapper ul li {
    padding-bottom: 0px;
}
.agent-form .jqTransformSelectWrapper ul a, .agent-form .jqTransformSelectWrapper ul a.selected {
    background: #01539b;
    color: #fff;
    padding: 0px 20px;
    border: none;
    font-family: 'dosisbold';
    font-size: 16px;
    width: 100%;
    display: inline-block;
}
.agent-btn a, .search-btn a {
    color: #fff;
}
.logo-rgt form {
    float: left;
}
.logo-rgt form.search-box {
    float: left;
    width: 100%;
}

.navigation-sec {
	width: 100%;
	float: left;
	background: #052e4e;
	font-family: 'dosisbold';
	text-transform: uppercase;
	font-weight: normal;
}
.navigation-sec  .large-container {
    position: relative;
}
.navigation-sec .toggle-btn {
    display: none;
}
.nav-main{
	background-color: #052e4e;
	clear: both;
	position: relative;
	height: 80px;
}

.nav-main a {
	color: #fff;
	font-size: 24px;
	border-bottom: 4px solid transparent;
	/*background: url(images/nav-arrow.png) no-repeat right center;
	*/ padding: 0 0px 0 0;
	position: relative;
}

.nav-main a:hover, .nav-main li.active > a{
	border-bottom: 4px solid #ca2c23;
	opacity: 1;
}

.nav-main .navigation-lft{
	position: absolute;
	top: 29px;
	left: 50px;
}

.nav-main .navigation-rgt{
	position: absolute;
	right: 50px;
	top: 29px;
	text-align: right;
}

.nav-main .navigation-rgt a{
	font-size: 15px;
}

.nav-main .sub-menu{
	z-index: 10100; /** Some page elements have been set to 9999 **/
}

.nav-main .sub-menu a{
	font-size: 15px;
	padding: 0 5px 0 0;
}

.navigation-lft > ul > li, .navigation-rgt > ul > li{
	display: inline;
	display: inline-block;
	padding: 0 44px 0 0;
}

.nav-main .navigation-rgt .sub-menu{
	text-align: left; /*nav right needs to be on right. All children to the left */
}

.nav-main a{
	color: #ffffff;
}

.nav-main:hover a{
	opacity: 0.3;
}

.nav-main:hover a:hover, .nav-main li.active > a{
	opacity: 1;
}

.nav-main .sub-menu, .sub-menu li ul{
	position: absolute;
	display: none;
	background-color: #052e4e;
	top: 50px;
    width: 100%;
}

.sub-menu li ul{
	top: 100px;
}

.sub-menu li{
	margin: 0 10px;
}

.sub-menu li:first-child{
	margin-top: 15px;
}

.nav-main .sub-menu li ul{
	top: 100px;
}

.nav-main li.active > .sub-menu, .sub-menu li.active ul{
	display: block;
    max-width: 250px;
}

.nav-main .sub-menu li ul{
	position: absolute;
	top: 0;
}

.search-box-mobile {
    display: none;
}
/*home slider*/
.home-slider-main {
    width: 100%;
    /*float: left;
    */ display: table;
}
.home-slider-sec {
    max-width: 800px;
    width: 100%;
    padding: 66px 40px 0px 40px;
    /* float: left;
    */ display: table-cell;
    width: 800px;
}
.home-slider-sec ul {
    float: left;
    width: 100%}
.home-page .home-slider-main .home-slider-sec ul li .img-block {
    padding-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-page .home-slider-main .home-slider-sec ul li img {
    opacity: 0;
}
.home-page .home-slider-main .bx-controls-direction, .idea-page .home-slider-main .bx-controls-direction {
    position: absolute;
    top: 30%;
    width: 100%;
}
.home-page .bx-wrapper .bx-controls-direction a, .idea-page .bx-wrapper .bx-controls-direction a {
    background: none;
    transition: none;
}
.home-page .home-slider-sec:hover .bx-prev, .idea-page .home-slider-sec:hover .bx-prev {
    /*left: -62px;*/
}
.home-page .home-slider-sec:hover .bx-next, .idea-page .home-slider-sec:hover .bx-next {
    /*right: -62px;*/
}
/*.home-page .home-slider-main .home-slider-sec:hover .bx-prev, .home-page .home-slider-main .home-slider-sec:hover  .bx-next {
    background: none repeat scroll 0 0 rgba(5, 46, 78, 0.65);
    font-size: 0;
    height: 63px;
    margin-top: -31px;
    text-indent: 0;
    width: 63px;
}
*/

.home-slider-main--ideas .img-block {
    background-repeat: no-repeat;
}

.home-slider-main--ideas .img-block img {
    height: auto;
    width: 100%;
}

.home-page .leftside-content  .pm_interface_controls {
    display: none;
}
.home-page .leftside-content  .pm_floorplan_container .pm_markers_container .pm_floorplan_marker> p {
    display: none;
}
.home-page .leftside-content  .pm_floorplan_container {
    margin-bottom: 0px;
}
.home-page .leftside-content  .pm_panels_container {
    display: none;
}
.banner-description {
    float: left;
    width: 100%;
    padding: 0 0 0;
    /*max-height: 180px*/}
.banner-description h2 {
    color: #052e4e;
    font-size: 30px;
    line-height: 36px;
    clear: both;
    overflow: hidden;
    padding-top: 0px;
}
.home-slider-rgt-box, .top-block-right, .map-block-right {
    max-width: 400px;
    padding: 50px 35px;
    background: #ca2c23;
    color: #fff;
    height: 540px;
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.small-title {
    font-size: 16px;
    color: #fdda22;
    text-transform: uppercase;
    font-family: 'dosisbold';
    line-height: 36px;
}
.home-slider-rgt-box h2 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}
.home-slider-rgt-des {
    padding: 0 0 25px;
}
.home-blog-listing, .map-block-container {
    width: 100%;
}
.map-section {
    position: relative;
}
.map-section a.map-pointer {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
}
.map-section a.map-pointer .pm_floorplan_marker {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ca2c23;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.map-section a.map-pointer.point-1 {
    left: 160px;
    top: 260px;
}
.map-section a.map-pointer.point-2 {
    left: 420px;
    position: absolute;
    top: 100px;
    width: auto;
}
.map-section a.map-pointer.point-3 {
    left: 60%;
    position: absolute;
    top: 35%;
    width: auto;
}
.map-section a.map-pointer.point-4 {
    left: 60%;
    position: absolute;
    top: 55%;
    width: auto;
}
.map-section a.map-pointer.point-5 {
    left: 75%;
    position: absolute;
    top: 20%;
    width: auto;
}
.map-section a.map-pointer.point-6 {
    left: 90%;
    position: absolute;
    top: 35%;
    width: auto;
}
.pm_floorplan_marker:hover {
    border: 2px solid #fdda22 !important;
    display: block;
    height: 25px !important;
    width: 25px !important;
    margin-bottom: 5px;
}
.pm_markers_container .map-text {
    display: none;
}
.pm_markers_container  a:hover .map-text {
    color: #fff;
    display: block;
    font-family: "dosisbold";
    font-size: 12px !important;
    margin-left: -40px;
    line-height: 14px;
    text-transform: uppercase;
    width: 100px;
    margin-top: 30px;
    text-align: center;
}
.home-blog-listing .leftside-content, .map-block-container .leftside-content {
    max-width: 800px;
    width: 100%;
    float: left;
}
.home-blog-listing .leftside-content .col-1 {
    width: 50%;
    float: left;
    height: 699px;
}
.home-blog-listing .leftside-content .col-1 .video-block {
    background: #ca2c23;
    padding: 33px 40px;
    display: inline-block;
}
.home-blog-listing .leftside-content .col-1 .video-block .video {
    display: inline-block;
    margin-bottom: 10px;
}
.home-blog-listing .leftside-content .col-1 .video-block h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.home-blog-listing .leftside-content .col-2 {
    width: 50%;
    float: left;
    height: 660px;
}
.home-blog-listing .leftside-content .col-2 .apppy-grant {
    padding: 45px 40px 80px;
    display: block;
    height: 233px;
    line-height: 35px;
}
.home-blog-listing .leftside-content .col-2 .apppy-grant .small-title {
    color: #ca2c23;
}
.home-blog-listing .leftside-content .col-2 .apppy-grant h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    color: #052e4e;
    display: inline-block;
    margin: 10px 0;
    line-height: 24px;
}
.home-blog-listing .leftside-content .col-2 .apppy-grant .readmore-btn a {
    padding: 0 20px 0 20px;
}
.home-blog-listing .leftside-content .col-2 .start-block {
    background: url(images/mapTEXT.png) no-repeat center center ;
    background-size: cover;
    width: 100%;
    display: block;
    text-align: center;
    padding: 85px 0 45px;
    height: 466px;
}
.home-blog-listing .leftside-content .col-2 .start-block h2 {
    font-family: 'dosisbold';
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    line-height: 80px;
}
.home-blog-listing .leftside-content .col-2 .start-block h2 span {
    font-size: 80px;
    vertical-align: bottom;
}
.home-blog-listing .leftside-content .col-2 .start-block p {
    color: #fff;
    font-family: 'dosisbold';
    font-size: 36px;
    line-height: 40px;
    display: inline-block;
    padding-top: 30px;
}
.home-blog-listing .right-sidebar {
    max-width: 400px;
    width: 100%;
    float: left;
    background: #e9ecee;
    padding: 40px 40px 24px;
}
.home-blog-listing .right-sidebar .small-title {
    color: #ca2c23;
}
.home-blog-listing .right-sidebar h2 {
    font-size: 36px;
    line-height: 36px;
    color: #052e4e;
    font-family: 'dosisbold';
}
.home-blog-listing .right-sidebar .event .event-img {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;

}
.home-blog-listing .right-sidebar .event .event-img a{
    float: left;
    width: 100%;
    min-height: 46px;
    max-height: 150px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.home-blog-listing .right-sidebar .event .event-img .date {
    background: #ca2c23;
    height: 47px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'dosisbold';
    color: #fff;
    width: 25%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.home-blog-listing .right-sidebar .event .event-img .time-live {
    background: #052e4e;
    height: 47px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'dosisbold';
    color: #fff;
    position: absolute;
    left: 25%;
    width: 75%;
    top: 0px;
    padding: 0px 20px;
    letter-spacing: 2px;
}
.home-blog-listing .right-sidebar .event .event-block {
    float: left;
    margin-bottom: 35px;
    width: 100%;
}
.home-blog-listing .right-sidebar .event h3 {
    font-size: 23px;
    font-family: 'dosisbold';
    line-height: 24px;
    padding-bottom: 15px;
    margin-top: 5px;
    padding-top: 0;
}
.home-blog-listing .right-sidebar h2 {
    padding-bottom: 10px;

}
.home-blog-listing .right-sidebar .event .time {
    font-size: 16px;
    font-family: 'dosisbold';
}
.home-blog-listing .right-sidebar .event p {
    padding-bottom: 10px;
    min-height: 76px;
}
.home-blog-listing .right-sidebar .readmore-btn {
    margin-top: 21px;
}
.home-blog-listing .right-sidebar .readmore-btn.event-all {
    margin-top: 25px;
}
.blog-section {
    max-width: 400px;
    width: 100%;
    float: left;
    background: #e9ecee;
    padding: 50px 40px 60px;
    clear: left;
}
.blog-section .blog-block {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}
.blog-section .blog-block .blog-img {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;
}
.blog-section .blog-block .blog-img a {
    display: block;
    overflow: hidden;
}
.blog-section .blog-block .blog-img a img {
    display: block;
    width: 100%;
}
.blog-section .small-title, .latest-news-content .small-title {
    color: #ca2c23;
}
.blog-section h2, .latest-news-content h2 {
    font-size: 36px;
    line-height: 36px;
    color: #052e4e;
    font-family: 'dosisbold';
    padding-bottom: 30px;
}
.blog-section h3, .latest-news-content h3 {
    font-size: 23px;
    line-height: 25px;
    color: #052e4e;
    font-family: 'dosisbold';
    padding-bottom: 10px;
}
.blog-section .date {
    background: #ca2c23;
    height: 47px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'dosisbold';
    color: #fff;
    width: 105px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-transform: uppercase;
    display: block;
}
.blog-section .blog-block .readmore-btn {
    display: none;
}
.blog-section .blog-img:hover .forward-btn {
    display: block !important;
}
.blog-section .blog-block:hover .date {
    display: none;
}
.blog-section .blog-block:hover .readmore-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}
.blog-section .blog-img .forward-btn {
    display: none !important;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 26px;
    background: #01539b;
    padding: 0px 10px;
    height: 43px;
}
.blog-section .blog-block  .forward-btn i {
    line-height: 43px;
}
.readmore-btn.post > a {
    padding: 0 20px 0 20px;
}
.latest-news-content {
    padding: 50px 40px 50px;
    display: inline-block;
    max-width: 800px;
    width: 100%;
}
.latest-news-content .news-list {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.latest-news-content .news-list .date {
    font-family: 'dosisbold';
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    display: inline-block;
    color: #01539b;
}
.latest-news-content .news-list h3 {
    padding-bottom: 15px;
}
.latest-news-content .news-list .share {
    color: #ca2c23;
    font-size: 16px;
    padding-left: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.latest-news-content .readmore-btn.post {
    margin-top: 7px;
    width: auto;
}
.news-list .home-news-content{
    width: 50%;
    float: right;
}
.news-list .home-news-image{
    width: 45%;
    float: left;
    position:relative;
    top: 35px;
    background-size:cover;
    height:160px;
}
/* Global WizyWix*/
.entry-header {
    margin-top: 40px;
}
.entry-content {
    margin: 0px 0 80px;
    min-height: 400px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  line-height: 1.5;
  padding: 0;
}
.entry-content h1 {
  margin: 0.67em 0;
}
.entry-content h2 {
  margin: 0.83em 0;
}
.entry-content h3 {
  margin: 1em 0;
}
.entry-content p {
  line-height: 1.5;
  padding: 0;
  margin: 1em 0;
}
.entry-content ul {
    margin-left: 30px;
}
.entry-content li {
    list-style: disc;
}
.entry-content blockquote p {
    font-style: italic;
    font-weight: 800;
    font-size: 15pt;
    line-height: 1.2em;
    font-family: 'dosisbold';
}
.entry-content blockquote,
.entry-content #quote-principles,
.entry-content .quote-principles {
    font-style:italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'dosisregular';
    margin:20px 0 20px 5%;
    padding:20px 25% 20px 40px;
    background: url(images/quote.png) 0px 12px no-repeat;
}
.entry-content blockquote h5,
.entry-content blockquote h4,
.entry-content blockquote h3,
.entry-content blockquote h2,
.entry-content blockquote h1 {
    text-transform: none !important;
}

.entry-content blockquote p,
.entry-content #quote-principles p,
.entry-content .quote-principles p {
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'dosisregular';
}
.entry-content .quote-principles p span{
    font-weight:400;
    font-size:100%;
}
.entry-content #quote-principles p.attribution,
.entry-content .quote-principles p.attribution  {
    font-style:normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    font-family: 'dosisregular';
	padding-left:40px;
	padding-bottom:0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.entry-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-caption,
.entry-content img {
  height:auto;
  max-width:100%;
}
.wp-caption img {
  display: block;
}
.wp-caption-text {
  font-size: 14px;
  margin: 0;
  padding-top: 0.5em;
}

.gallery img[data-mce-selected]:focus {
	outline: none;
}

.gallery a {
	cursor: default;
}

.gallery {
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
	margin: auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
	padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
	margin: 0;
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.665%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
}


.min-height-0px{
    min-height: 0px !important;
}
.margin-bottom-60px{
    margin-bottom: 60px !important;
}

/*infographic-sec*/
.infographic-sec {
    background: #01539b;
    float: left;
    width: 100%;
    padding: 50px 0px 80px;
    /*display: none;*/
}
.infographic-sec .small-title {
    color: #fff;
}
.infographic-sec h2 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}
.infographic-sec .infographic-content {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 50px 0px;
}
.infographic-sec .infographic-block { width:33%; display:inline-block;position:relative; vertical-align: middle; }
.infographic-sec .infographic-block.three { margin-left:-100px; }
.infographic-sec .infographic-block.one .infographic-block-desc { position:absolute; right:-12px; top:-44px; }
.infographic-sec .infographic-block.two .infographic-block-desc { position:absolute; left:-49px; bottom:-53px; }
.infographic-sec .infographic-block.three .infographic-block-desc { position:absolute; left:12px; bottom:-63px; }
.infographic-sec .infographic-content .infographic-block .infographic-block-desc h3 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'dosisbold';
    line-height: 20px;
    padding-bottom: 5px;
}
.infographic-sec .infographic-content .infographic-block .infographic-block-desc p {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: 'latoregular';
}
.infographic-sec .infographic-content .infographic-block:after {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    left: 50%;
}
.infographic-sec .infographic-block.one:after       { width:112px; height:165px; margin-left:-56px;  background:url(images/info-map-1.png) center center no-repeat; }
.infographic-sec .infographic-block.two:after 	 { width:148px; height:172px; margin-left:-74px;  background:url(images/info-map-2.png) center center no-repeat; }
.infographic-sec .infographic-block.three::after  { width:226px; height:146px; margin-left:-113px; background:url(images/info-map-3.png) center center no-repeat; }
.infographic-sec .infographic-content .infographic-block .count {
    display: inline-block;
    background: rgba(1, 14, 21, 0.25);
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
}
.infographic-sec .infographic-block.one .count { height:90px; width:90px; margin-top:20px; line-height:90px; }
.infographic-sec .infographic-block.two .count { height:146px; width:146px; margin-top:-30px; margin-left:-35px; line-height:146px; }
.infographic-sec .infographic-block.three .count { height:122px; width:122px; margin-top:-10px; margin-left:70px; line-height:122px; }
.infographic-sec .infographic-block .count span { font-size:40px; font-family:'latobold'; color:#fff; position:relative; z-index:1; }

.infographic-sec .infographic-block .count::after { border-bottom:1px solid #fff; content:""; position:absolute; width:72px; height:1px; }
.infographic-sec .infographic-block.one .count::after { right:-65px; top:45px; }
.infographic-sec .infographic-block.two .count::after { left:-64px; top:73px; }
.infographic-sec .infographic-block.three .count::after { left:-65px; top:61px; }

.infographic-sec .infographic-block .count::before { border-left:1px solid #fff; content:""; position:absolute; height:46px; width:1px; }
.infographic-sec .infographic-block.one .count::before { right:-65px; bottom:45px; }
.infographic-sec .infographic-block.two .count::before { left:-64px; top:73px; }
.infographic-sec .infographic-block.three .count::before { left:-65px; top:61px; }

/*initiatives-sec*/
.initiatives-sec {
    background: #fff;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.initiatives-sec .small-title {
    color: #ca2c23;
}
.initiatives-sec  h2 {
    font-size: 36px;
    color: #052e4e;
    margin-top: 10px;
}
.initiatives-sec .initiatives-blogs {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.initiatives-sec .initiatives-blogs ul {
    width: 100%;
    float: left;
}
.initiatives-sec .initiatives-blogs ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-right: 15px;
}
.initiatives-sec .initiatives-blogs ul li .content {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.initiatives-sec .initiatives-blogs ul li h3 {
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px 10px;
    padding: 0 25px;
    color: #052e4e;
    line-height: 25px;
    min-height: 75px;
}
.initiatives-sec .initiatives-blogs ul li p {
    font-family: 'latoregular';
    font-size: 16px;
    color: #052e4e;
    line-height: 22px;
    padding: 0px 20px 15px;
}
.initiatives-sec .initiatives-blogs ul li .content .readmore-btn {
    float: none;
    display: inline-block;
}
.initiatives-sec .initiatives-blogs ul li:last-child {
    padding-right: 0px;
}
.initiatives-sec .initiatives-blogs ul li.two h3 {
    padding: 0px;
}
/*footer-sec*/
.footer-sec {
    background: #052e4e;
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.footer-sec .footer-logo {
    float: left;
    padding-right: 35px;
}
.footer-sec .contact {
    float: left;
}
.footer-sec .contact:before {
    border-left: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 33px;
}
.footer-sec .contact .small-title {
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 26px;
}
.footer-sec .contact .contact-detail {
    padding-left: 30px;
    display: inline-block;
    color: #fff;
    margin-top: 25px;
}
.footer-sec .contact .contact-detail a {
    font-family: 'dosisregular';
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
}
.footer-sec .contact .contact-detail a.info-mail:hover {
    border-color: #ca2c23;
}
.footer-sec .contact .contact-detail a.phone {
    margin-left: 0px;
}
.footer-sec .subscribe-btn {
    float: right;
    margin-top: 25px;
}
.footer-sec .subscribe-btn a {
    font-family: 'dosisbold';
    font-size: 16px;
    color: #052e4e;
    background: #fff;
    padding: 5px 20px;
    height: 43px;
    display: inline-block;
    line-height: 33px;
}
.footer-sec .subscribe-btn a::after {
    color: #052e4e;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    padding-left: 15px;
}
.footer-sec .subscribe-btn a:hover {
    color: #fff;
    background: #ca2c23;
}
.footer-sec .subscribe-btn a:hover::after {
    color: #fff;
}
/*copyright-sec*/
.copyright-sec {
    background: #e9ecee;
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.copyright-sec .copyright-main {
    float: left;
    width: 60%;
}
.copyright-sec .copyright-main .social-media {
    float: left;
}
.copyright-sec .copyright-main .social-media ul {
    margin: 0px;
    padding: 0px;
}
.copyright-sec .copyright-main .social-media ul li {
    padding-right: 20px;
    float: left;
    padding-bottom: 0px;
}
.copyright-sec .copyright-main .social-media ul li a {
    color: #052e4e;
}
.copyright-sec .copyright-main .social-media ul li a:hover {
    color: #ca2c23;
}
.copyright-sec .copyright-main p {
    padding-left: 10px;
    font-family: 'dosisbold';
    font-size: 12px;
    color: #052e4e;
    text-transform: uppercase;
    display: inline-block;
}
.copyright-sec .footer-link {
    float: right;
}
.copyright-sec .footer-link ul {
    margin: 0px;
    padding: 0px;
}
.copyright-sec .footer-link ul li {
    float: left;
    padding-bottom: 0px;
}
.copyright-sec .footer-link ul li a {
    font-family: 'dosisbold';
    font-size: 12px;
    color: #052e4e;
    text-transform: uppercase;
    padding: 0px 7px;
}
.copyright-sec .footer-link ul li a::after {
    border-right: 1px solid #052e4e;
    content: "";
    display: inline-block;
    height: 10px;
    padding-left: 12px;
}
.copyright-sec .footer-link ul li:last-child a::after {
    border: none;
    padding-left: 0px;
}
.map-section {
    width: 100%;
    float: left;
    position: relative;
}
.map-section img {
    display: block;
}
.map-section .map-content {
    position: absolute;
    top: 35px;
}
.map-section .map-content h2 {
    font-family: 'dosisbold';
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}
.map-section .map-content .plus-icon {
    background: #ca2c23;
    width: 63px;
    height: 63px;
    display: inline-block;
}
.map-section .map-content .plus-icon i {
    font-size: 25px;
    color: #fff;
    display: block;
    line-height: 63px;
    text-align: center;
}
.map-section .map-content .map-desc {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.breadcrumbs {
    background: none repeat scroll 0 0 #e9ecee;
    height: 75px;
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
}
.breadcrumbs ul {
    float: left;
}
.breadcrumbs ul li {
    float: left;
    font-size: 16px;
    padding: 28px 0px;
    color: #052e4e;
    font-family: 'dosisbold';
    text-transform: uppercase;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
    padding: 0px 15px;
    color: #052e4e;
    font-family: 'dosisbold';
    text-transform: uppercase;
    display: inline-block;
}
.breadcrumbs ul li:last-child a {
    padding-right: 0px;
}
.breadcrumbs ul li:first-child a {
    padding-left: 0px;
}
/*------------------------------------------------------ FAQ Page ----------------------------------------*/
.faq-page {
    width: 100%;
    float: left;
}
.faq-page ul.faq-list {
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.faq-page ul.faq-list li {
    background: #e9ecee;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 10px;
    transition: background ease-out 1s;
}
.faq-page ul.faq-list li h3 {
    padding: 15px 30px;
    font-size: 23px;
    color: #ca2c23;
    cursor: pointer;
}
.faq-page ul.faq-list li h3::after {
    background: #ca2c23;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    width: 60px;
    text-align: center;
    padding: 15px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 25px;
}
.faq-page ul.faq-list li.active h3::after {
    content: "";
}
.faq-page ul.faq-list li .faq-content {
    width: 95%;
    padding: 0 30px 20px;
    display: none;
}
.faq-page ul.faq-list li .faq-content p {
    color: #fff;
    padding-bottom: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity ease .5s;
}
.faq-page ul.faq-list li.active .faq-content p {
    opacity: 1;
    filter: alpha(opacity=100);
}
.faq-page ul.faq-list li.active {
    background: #01539b;
}
.faq-page ul.faq-list li.active h3 {
    color: #fdda22;
    display: inline-block;
    padding: 20px 30px 15px;
    width: 100%;
}
.still-question {
    width: 100%;
    float: left;
    background: #e9ecee;
}
.still-question .question-content {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 140px;
    background: url(images/faq-que-img.png) no-repeat center top;
    padding-top: 55px;
}
.still-question .question-content h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 0px;
    display: inline-block;
    padding-right: 90px;
}
.still-question .question-content a.contact-us {
    background: none repeat scroll 0 0 #ca2c23;
    color: #fff;
    display: inline-block;
    font-family: "dosisbold";
    font-size: 16px;
    padding: 10px 20px;
    width: 170px;
    vertical-align: super;
    text-transform: uppercase;
}
.still-question .question-content a.contact-us:hover {
    background: #01539b;
}
.tabs-list {
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.tabs-list ul {
    float: left;
    margin: 0px;
    padding: 0px;
}
.tabs-list ul li {
    display: inline-block;
    padding-bottom: 0px;
}
.tabs-list ul li a {
    background: none repeat scroll 0 0 #ca2c23;
    color: #fff;
    display: inline-block;
    font-family: "dosisbold";
    font-size: 16px;
    padding: 10px 20px;
    min-width: 110px;
    text-align: center;
    text-transform: uppercase;
}
.tabs-list ul li a:hover {
    color: #fdda22;
}
.still-question.blue {
    background: #01539b;
}
.still-question.blue .question-content h2 {
    color: #fff;
}
.still-question.blue .question-content a.contact-us:hover {
    background: #fff;
    color: #ca2c23;
}
.faq-content > ul {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 20px;
}
.faq-page .faq-content > ul li {
    background: none;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0px;
}
.faq-content > img {
    vertical-align: top;
}
.faq-page .faq-content a {
    color: #fdda22;
    font-size: 16px;
    font-family: 'latobold';
    text-transform: uppercase;
}
/*------------------------------------------------------ Testimonial Page ----------------------------------------*/
.main_content_left {
    width: 800px;
    float: left;
    padding: 65px 50px 0 110px;
}
.testimonial-page .top_container .main_content_left {
    position: relative;
    padding: 0px;
}
.testimonial-page .top_container .main_content_left .bx-wrapper {
    padding: 65px 50px 0 110px;
}
.testimonial-page .bx-controls-direction {
    position: absolute;
    left: 0;
    top: 120px;
    width: auto;
}
.testimonial-page .bx-wrapper a.bx-prev::after, .bx-wrapper a.bx-next::after {
    display: block !important;
}
.testimonial-page .bx-wrapper .bx-controls-direction a {
    background: none repeat scroll 0 0 rgba(5, 46, 78, 0.65);
    font-size: 0;
    height: 63px;
    margin-top: -31px;
    text-indent: 0;
    width: 63px;
}
.testimonial-page .bx-wrapper .bx-next, .testimonial-page .bx-wrapper .bx-prev {
    left: 0px;
    right: 0px;
}
.testimonial-page .bx-wrapper .bx-prev {
    top: -110px;
}
.testimonial-page .bx-wrapper .bx-next {
    top: -40px;
}
.testimonial-page .top_container {
    display: table;
}
.testimonial-page .large-container .home-slider-rgt-box, .testimonial-page .large-container .main_content_left {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}
.testimonial-page .large-container .home-slider-rgt-box {
    padding: 65px 35px 90px;
}
.testimonial_detail, .testimonial_detail p, .testi_item .content, .testi_item .content p {
    font-size: 36px;
    line-height: 38px;
    color: #052e4e;
    font-family: "dosisbold";
    text-align: center;
    text-transform: uppercase;
}
.testimonial_detail p.author {
    color: #ca2c23;
    font-size: 23px;
}
.testimonial_list {
    float: left;
    width: 100%}
.testi_item {
    float: left;
    width: 33.334%;
}
.item-sizer{
    width: 33.334%;
}
.testi_item .content {
    padding: 30px 40px;
    text-align: center;
    font-size: 23px;
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.testi_item .content p, .testi_item .content a {
    font-size: 23px;
    line-height: 30px;
    color: #052e4e;
}
.testi_item .content p.author, .testi_item .content p.author a {
    color: #ca2c23;
    font-size: 16px;
}
.testi_item .share_block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.testi_item .img-block, .testi_item .img-block a, .testi_item .img-block img {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
}
.testi_item .img-block{
    min-height: 250px;
}
.share_block span {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 40%;
    vertical-align: middle;
    font-size: 23px;
    line-height: 30px;
}
.share_block span.label {
    margin-bottom: 10px;
}
.share_block a, .testi_item .share_block a {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: #01539b;
    color: #fff;
    text-align: center;
    margin: 0 5px;
}
.share_block a, .testi_item .share_block a {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: #01539b;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 0 12px;
}
.share_block a .fa {
    font-size: 23px;
    line-height: 56px;
    text-indent: 5px;
}
.share_block a.print_link, .testi_item .share_block a.print_link {
    background: #ca2c23;
}
.testi_item.bg_red .content p, .testi_item.bg_red .content p a, .testi_item.blue_bg_map .content p, .testi_item.blue_bg_map .content p a, .testi_item.blue_bg_bulb .content p, .testi_item.blue_bg_bulb .content p a {
    color: #fff;
}
.testi_item.bg_red .content p.author, .testi_item.bg_red .content p.author a, .testi_item.blue_bg_map .content p.author, .testi_item.blue_bg_map .content p.author a, .testi_item.blue_bg_bulb .content p.author, .testi_item.blue_bg_bulb .content p.author a {
    color: #fdda20;
}
.bg_red, .bg_red .content {
    background: #ca2c23;
}
.blue_bg_bulb .content {
    /* background: url(images/test_bg_bulb.png) no-repeat right 0 ;
    */background-color: #01539b;
    background-repeat: no-repeat;
    background-position: right 0;
}
.blue_bg_map .content {
    /*background: url(images/test_bg_map_blue.png) no-repeat right 0 ;
    */ background-color: #00589c;
    background-repeat: no-repeat;
    background-position: right 0;
}
.white_bg_map .content {
    /*background: url(images/test_bg_map.png) no-repeat right 0 ;
    */ background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0;
}
.bg_home .content {
    /*background: url(images/test_bg_house.png) no-repeat right 0 ;
    */  background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0;
}
.bg_red.img-above .img-block:before{
    border: 5px solid #ca2c23;
    bottom: 0px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border-bottom: 20px solid #ca2c23;
    border-top: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}
.bg_red.img-below .img-block:after {
    border: 5px solid #ffffff;
    top: 0;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border-bottom: 0;
    border-top: 20px solid #ca2c23;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}

.blue_bg_map.img-below .img-block:after {
    border: 5px solid #01539b;
    top: 0;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border-bottom: 0;
    border-top: 20px solid #01539b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}
.blue_bg_map.img-above .img-block:before{
    border: 5px solid #01539b;
    bottom: 0px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border-bottom: 20px solid #01539b;
    border-top: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}
.white_bg_map.img-above .img-block:before {
    border: 5px solid #ffffff;
    bottom: 0px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border-bottom: 20px solid #ffffff;
    border-top: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}
.white_bg_map.img-below .img-block:after {
    border: 5px solid #ffffff;
    top: 0;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border-bottom: 0;
    border-top: 20px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}
.testi_item:hover .share_block, .testi_item:hover .album_description{
    opacity: 1;
    display: block;
}
.testi_item.img-above:hover .img-block:before,
.testi_item.img-below:hover .img-block:after
{
    display: none;
}
.testi_item.video_item .img-block a, a.video-link {
    position: relative;
    display: block;
    overflow: hidden;
}
.testi_item.video_item .img-block a:before, a.video-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.album_description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 46, 78, 0.9);
    color: #fff;
    padding: 60px 50px 0;
    text-align: center;
    display: none;
}
.related-item .img-block {
    position: relative;
}
.related-item .img-block-bg {
    height: 233px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
}
.related-item .img-block-bg .album_description{
    position: relative;
}
.related-item .album-event-block:hover .album_description, .related-item .img-block-bg:hover .album_description,.related-item .img-block:hover .album_description, .testimonial-page .testi_item .img-block:hover .album_description {
    display: block;
}
.album_description h4, .album_description p {
    margin: 0;
    padding: 0;
}
.album_description a.button, .testi_item .img-block a.button {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    background: #ca2c23;
    color: #fff;
    margin-top: 15px;
    font-family: "dosisbold";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.testi_item .img-block a.button i {
    margin: 0 0 0 5px;
}
.pages_link {
    padding: 50px;
    clear: both;
    display: block;
    margin-left: 80px;
    list-style-type: decimal;
}
.pages_link li {
    padding: 0 0 10px 20px;
    list-style-type: decimal;
    font-family: 'dosisbold';
    font-size: 23px;
}
.pages_link li a {
    line-height: 25px;
    color: #052e4e;
    padding-bottom: 10px;
}
/*------------------------------------------------------ single-fellows Page ----------------------------------------*/
.single-fellows-block {
    display: inline-block;
    width: 100%;
}
.single-fellows {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.single-fellows .single-fellows-img {
    float: left;
    padding-right: 30px;
}
.single-fellows .single-fellows-content {
    float: left;
    width: 76%;
}
.single-fellows .single-fellows-content .small-title {
    color: #ca2c23;
    line-height: 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.single-fellows .single-fellows-content h2 {
    font-family: 'dosisbold';
    font-size: 36px;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.single-fellows .single-fellows-content h3 {
    font-family: 'dosisbold';
    color: #ca2c23;
    font-size: 23px;
    line-height: 28px;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.single-fellows .single-fellows-content p {
    font-size: 16px;
    line-height: 22px;
    color: #052e4e;
}
.follows-pages {
    background: #e9ecee;
    width: 100%;
    float: left;
}
.follows-pages .pages-content {
    height: 140px;
    background: url("../images/faq-que-img.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    width: 100%;
    /*flot: left;*/
    padding: 25px 0px;
}

@media ( max-width: 1100px ) {
    .follows-pages .pages-content img {
        display: none;
    }
}
.follows-pages .pages-content a.prev {
    float: left;
    width: 48%;
}
.follows-pages .pages-content a.next {
    float: right;
    width: 48%;
    text-align: right;
}
.follows-pages .pages-content a .fa {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #052e4e;
}
.follows-pages .pages-content a h2 {
    font-family: 'dosisbold';
    font-size: 36px;
    color: #052e4e;
    display: inline-block;
    padding: 0px 20px;
    vertical-align: middle;
    width: 406px;
    line-height: normal;
}
 .follows-pages .pages-content a h2 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.follows-pages .pages-content img {
    vertical-align: middle;
}
/*------------------------------------------------------ regions Page ----------------------------------------*/
.regions-page .home-slider-rgt-box {
    height: 485px;
}
.exp-work .jqTransformSelectWrapper {
    background: #fff;
    margin-top: 30px;
    height: 43px;
    width: 100% !important;
}
.exp-work .jqTransformSelectWrapper div span {
    color: #ca2c23;
    font-family: "dosisbold";
    display: inline-block;
    height: 43px;
    width: 100% !important;
}
.exp-work .jqTransformSelectWrapper a.jqTransformSelectOpen:after {
    content: "\f107";
    display: inline-block;
    color: #ca2c23;
    font-family: FontAwesome;
    font-size: 16px;
    padding-top: 12px;
}
.regions-page .exp-work .jqTransformSelectWrapper ul {
    top: 43px;
    border: none;
    width: 100% !important;
}
.jqTransformSelectWrapper ul a, .jqTransformSelectWrapper ul a.selected {
    background: #fff;
    color: #ca2c23;
    padding: 5px 20px;
    border: none;
    width: 100% !important;
    font-family: "dosisbold";
    font-size: 16px;
}
.featured-story {
    max-width: 800px;
    float: left;
}
.featured-story .featured-story-img {
    width: 100%;
    float: left;
    position: relative;
}
.featured-story .top-title {
    background: none repeat scroll 0 0 #ca2c23;
    color: #fff;
    font-family: "dosisbold";
    font-size: 16px;
    height: 47px;
    left: 0;
    line-height: 46px;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    width: 130px;
    top: 0px;
}
.blog-section.featured-blog .date {
    background: none repeat scroll 0 0 #ca2c23;
    color: #fff;
    font-family: "dosisbold";
    font-size: 24px;
    height: 47px;
    left: 0;
    line-height: 46px;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    width: auto;
}
.regions-page .blog-section.featured-blog .blog-img .date {
    display: block;
}
.regions-page .blog-section.featured-blog .blog-img:hover .date {
    display: none;
}
.featured-story .featured-story-content {
    padding: 60px 15px 60px 40px;
    display: inline-block;
    width: 100%;
}
.featured-story .featured-story-content .small-title {
    color: #ca2c23;
    padding-bottom: 10px;
    display: inline-block;
}
.featured-story .featured-story-content h2 {
    font-family: 'dosisbold';
    font-size: 36px;
    color: #052e4e;
    line-height: 38px;
}
.blog-section.featured-blog {
    padding: 20px 40px 70px;
}
.featured-story .featured-story-content .readmore-btn {
    margin-top: 15px;
    display: inline-block;
}
.regions-page .leftside-content .map-section .pm_interface_controls {
    display: none;
}
.regions-page .leftside-content .map-section .pm_floorplan_container .pm_markers_container .pm_floorplan_marker> p {
    display: none;
}
.regions-page .leftside-content .map-section .pm_floorplan_container {
    margin-bottom: 0px;
}
.regions-page .leftside-content .map-section .pm_panels_container {
    display: none;
}
/*------------------------------------------------------ Events Page ----------------------------------------*/
.events-page {
    overflow: hidden;
    width: 100%;
}
.main_content_left.event_main {
    padding: 0;
}
.events-page .top_container {
    display: table;
}
.events-page .large-container .home-slider-rgt-box, .events-page .large-container .main_content_left {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
}
.events-page .home-slider-rgt-box, .events-page .top-block-right {
    height: auto;
    display: table-cell;
    float: none;
    padding: 50px 35px 65px;
}
.album-event-block {
    position: relative;
    overflow: hidden;
    display: block;
}
.album-event-block img, .album-event-block a {
    overflow: hidden;
    display: block;
}
.latest_event, .latest_event .image-block {
    position: relative;
    float: left;
    width: 100%;
}
.latest_event .event-meta {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    font-size: 16px;
    color: #fff;
    font-family: 'dosisbold';
    background: #ca2c23;
    z-index: 999;
}
.latest_event .event-meta a {
    color: #fff;
    color: #fff;
}
.event-meta .date, .event-meta .history {
    background-color: #052e4e;
    padding: 10px 20px;
    float: left;
    width: auto;
    overflow: hidden;
}
.event-meta .history {
    background: #052e4e;
    letter-spacing: 2px;
}
.latest_event .image-block a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.latest_event a img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.latest_event .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background: #ca2c23;
    margin: -32px 0 0 -32px;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
    text-indent: 2px;
    color: #fff;
}
.sponsored_event {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 10;
    color: #fff;
}
.sponsored_event h4 {
    padding: 0 0 10px 35px;
    color: #fdda22;
}
.sponsored_event .sponsored_items {
    padding: 15px 10px 15px 30px;
    background: #052e4e;
}
.sponsored_event .sponsored_items a {
    display: inline-block;
    margin: 0 25px 0 5px;
}
.latest_event .detail-block {
    padding: 40px 40px;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    color: #052e4e;
}
.event-date {
    font-family: 'dosisbold';
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    display: inline-block;
    color: #01539b;
    text-transform: uppercase;
}
.event-time {
    font-family: 'latobold';
    color: #052e4e;
}
.detail-block h3 , .detail-block h2 {
    font-size: 23px;
    line-height: 25px;
    color: #052e4e;
    font-family: 'dosisbold';
    padding-bottom: 15px;
}
.featured_events h2, .top-block-right h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 16px;
}
.featured_event_list {
    float: left;
    width: 100%;
}
.featured_event_list .event-item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 35px;
}
.featured_events .image-block {
    margin-bottom: 10px;
}
.event-item .image-block a, .event-item .image-block img {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-item .image-block img {
    width: 100%;
    height: auto;
}
.news-page .event-item .image-block img {
    width: 100%;
    min-height: 170px;
}
.fellowship-list {
    float: left;
    width: 100%;
}
.event-item .image-block .event-date, .event-item .image-block:hover .event-btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 12px 15px;
    background: #fff;
    color: #ca2c23;
    font-family: "dosisbold";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    line-height: 18px;
}
.event-item .image-block:hover .event-date {
    display: none;
}
.event-item .image-block .event-btn {
    display: none;
}
.event-item .image-block:hover .event-btn {
    display: block;
}
.event-item .image-block .event-date .fa {
    margin: 0 0 0 5px;
}
.event-item h3 {
    font-size: 23px;
    line-height: 30px;
    padding: 0 0 10px;
}
p.event-time, .event-time {
    padding-bottom: 0;
    color: #052e4e;
    font-size: 16px;
}
.featured_events p.event-time, .featured_events .event-time {
    color: #fff;
}
.button {
    padding: 10px 20px;
    background: #ca2c23;
    color: #fff;
    font-family: "dosisbold";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    width: auto;
}
.event-action {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
}
.button span:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    padding: 0 5px 0 15px;
}
.events-list .event-item, .fellowship-list .event-item {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    background: #e9ecee;
}
.events-list .event-item, .fellowship-list .bx-wrapper .bx-pager {
    bottom: 40px;
    left: 60%;
}
.pressroom-page .events-list .event-item, .pressroom-page .fellowship-list .bx-wrapper .bx-pager {
    bottom: 00px;
    left: 00%;
}
.events-list .event-item .detail-block, .fellowship-list .event-item .detail-block {
    padding: 25px;
}
.events-list .event-item .image-block, .fellowship-list .event-item .image-block {
    float: left;
    width: auto;
    margin-right: 30px;
    position: relative;
}
p.view_more, .view_more {
    padding: 10px 0 0 0;
}
.events-list .event-item .image-block:hover .return_event, .search-list .event-item .image-block:hover .return_event {
    display: block;
}
.events-list .event-item .event-time, .fellowship-list .event-time {
    float: left;
    width: 360px;
}
.event-sponsored {
    color: #052e4e;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "dosisbold";
    height: 25px;
    overflow: hidden;
}
.event-sponsored strong {
    font-weight: normal;
}
.return_event {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.return_event a {
    background: #01539b;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 10px 15px;
    line-height: 30px;
}
.view_more, .view_more a {
    color: #ca2c23;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "dosisbold";
    line-height: 20px;
    vertical-align: text-top;
}
.event-discription p.view_more {
    padding: 0;
}
.view_more a .fa, .view_more a i {
    margin: 0 5px;
    line-height: 18px;
    display: inline;
}
.events-action {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px;
}
.events-action .load-events, .events-action .load-pager {
    float: left;
    width: auto;
}
.events-action .load-pager {
    padding: 18px 0 0 20px;
}
.events-action .load-pager a, .events-action .load-pager span {
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    background: #99bcd7;
    margin: 0 10px 0 0;
    display: inline-block;
}
.events-action .load-pager span {
    background: #ca2c23;
}
.related-events {
    float: left;
    width: 100%;
}
.block-title {
    padding: 0 40px;
}
.block-title .small-title {
    color: #ca2c23;
}
.block-title h2 {
    color: #052e4e;
    font-size: 36px;
    line-height: 40px;
}
.block-content {
    float: left;
    width: 100%;
}
.related-events .block-content {
    max-height: 748px;
    overflow: hidden;
}
.block-content .related-item {
    float: left;
    width: 33.333%;
}
.block-content .related-item h2{
    font-size: 20px ;
    line-height: 28px;
    display: block;
}
.related-item .event-detail {
    background: #ca2c23;
    padding: 25px;
    display: block;
    color: #fff;
    overflow: hidden;
    height: 466px;
}
.meet-fellow h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    padding-bottom: 10px;
}
.related-item .event-detail h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    padding: 0px;
}
.related-item .event-detail p {
    padding: 0px;
    line-height: 18px;
}
.related-item .album-event-block {
    max-height: 250px;
}
.related-item .album-event-block img {
    width: 100%;
    height: auto;
}
.related-item .album-event-block .album_description .button .fa-angle-right {
    padding-left: 7px;
}
.apppy-grant {
    padding-top: 30px;
    padding-left: 34px;
    padding-right:34px;
    display: block;
    height: 233px;
    overflow: hidden;
}
.apppy-grant .small-title {
    color: #ca2c23;
    clear: both;
    display: block;
    line-height: 23px;
    padding: 0px;
}
.apppy-grant h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 36px;
    color: #052e4e;
    display: inline-block;
    margin: 10px 0;
    padding:0 0 10px;
}
.apppy-grant .readmore-btn a {
    padding: 0 20px;
}
.img-block, .img-block a, .img-block img {
    display: block;
    overflow: hidden;
}
.event-red-odd {
    position: relative;
}
.event-red-odd .event-detail {
    margin-top: 250px;
}
.event-red-odd .img-block {
    position: absolute;
    left: 0;
    top: 0;
}
.event-red-odd .img-block img {
    display: block;
    overflow: hidden;
}
/*------------------------------------------------------ search Page ----------------------------------------*/
.search-page {
    width: 100%;
    float: left;
}
.search-page .tabs-list ul li a {
    padding: 10px 30px;
}
.tabs-list ul li {
    padding-right: 8px;
}
.search-list {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.search-list .event-item {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    background: #e9ecee;
    position: relative;
}
.search-list .event-item .detail-block {
    padding: 22px 40px;
}
.search-list .event-item .image-block {
    float: left;
    width: auto;
    margin-right: 20px;
    position: relative;
}
.search-list .event-item .detail-block p {
    padding-bottom: 0px;
}
.search-list .event-item .detail-block h3 {
    padding-bottom: 8px;
}
.search-list .event-item .image-block img {
    display: block;
}
.search-list .event-item .readmore-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.search-list .event-item:hover .readmore-btn {
    display: block;
}
.search-list .events-action {
    padding-left: 0px;
}
.toggle-btn {
    display: none;
}
.news-page {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.news-page .search-box {
    width: 230px;
    float: right;
}
.news-page .search-box .search-text, .search-box .search-btn {
    background-color: #00589c;
    border: none;
}
.news-page .search-box .search-text {
    max-width: 100%;
    width: 80%;
    padding-left: 5px;
    height: 43px;
    font-size: 16px;
}
.news-page .search-box input[placeholder] {
    color: #fff;
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
/* ie */
input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/*------------------------------------------------------ experts Page ----------------------------------------*/
.experts-page .home-slider-sec {
    padding: 0px;
    height: 540px;
    background: #052e4e;
}
.experts-page .home-slider-main, .slider-main {
    height: 540px;
}
.experts-page .bx-wrapper .bx-viewport li, .slider-main .bx-wrapper .bx-viewport li {
    padding-bottom: 0px;
}
.experts-page .bx-wrapper .bx-pager.bx-default-pager a, .slider-main .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
.experts-page .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-main .bx-wrapper .bx-pager.bx-default-pager a:hover, .experts-page .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-main .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ca2c23;
}
.experts-page .bx-wrapper .bx-pager, .experts-page .bx-wrapper .bx-controls-auto, .slider-main .bx-wrapper .bx-controls-auto, .slider-main .bx-wrapper .bx-pager {
    width: auto;
    left: 50%;
    margin-left: -27px;
}
.bx-wrapper:hover .bx-controls-direction a {
    background: none repeat scroll 0 0 rgba(5, 46, 78, 0.65);
    font-size: 0;
    height: 63px;
    margin-top: -31px;
    text-indent: 0;
    width: 63px;
}
.bx-controls-direction {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
}
.bx-wrapper:hover .bx-prev {
    left: 0px;
    transition: none;
}
.bx-wrapper:hover a.bx-prev::after, .bx-wrapper:hover a.bx-next::after {
    display: block;
}
.bx-wrapper a.bx-prev::after {
    color: #fff;
    content: "";
    display: none;
    font-family: FontAwesome;
    font-size: 25px;
    padding-left: 20px;
    padding-top: 0px;
    text-indent: inherit !important;
    position: relative;
}
.bx-wrapper a {
    transition: none;
}
.bx-wrapper:hover .bx-next {
    right: 0px;
    transition: none;
}
.bx-wrapper a.bx-next::after {
    content: "\f054";
    color: #fff;
    display: none;
    font-family: FontAwesome;
    font-size: 25px;
    padding-left: 25px;
    padding-top: 0px;
    text-indent: inherit !important;
    position: relative;
}
.members_list {
    width: 100%;
    float: left;
    padding: 55px 40px;
}
.members_list .small-title {
    color: #ca2c23;
    padding-bottom: 5px;
    display: inline-block;
}
.members_list h2 {
    font-size: 36px;
    font-family: 'dosisbold';
    text-transform: uppercase;
    line-height:36px;

}

.members_list ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.members_list ul li {
    width: 50%;
    float: left;
    padding-right: 30px;
    padding-bottom: 50px;
}
.members_list ul li .img-block {
    float: left;
    margin-right: 30px;
}
.members_list ul li h3 {
    font-size: 23px;
    color: #ca2c23;
    font-family: 'dosisbold';
    line-height: 26px;
    padding-bottom: 15px;
}
.members_list ul li h2, .members_list ul li h4 {
    padding-top: 2px;
    padding-bottom: 5px;
}
.members_list .view_more a .fa, .members_list .view_more a i {
    margin: 0px 10px;
}
.members_list.officers-list {
    background: #e9ecee;
}
.regions-africa-country .country-info {
    padding: 50px 40px 30px;
    display: inline-block;
    width: 100%}
.regions-africa-country .country-info .exp-work.select-item.jqtransformdone {
    width: 320px;
    float: right;
}
.regions-africa-country .country-info .exp-work .jqTransformSelectWrapper {
    width: 320px;
    float: right;
    background: #ca2c23;
    margin: 0px;
}
.regions-africa-country .exp-work .jqTransformSelectWrapper div span {
    color: #fff;
}
.regions-africa-country .country-info .country-name {
    float: left;
}
.regions-africa-country .exp-work .jqTransformSelectWrapper a.jqTransformSelectOpen::after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    padding-top: 12px;
}
.regions-africa-country .exp-work .jqTransformSelectWrapper ul {
    top: 43px;
    border: none;
    width: 100% !important;
}
.regions-africa-country .exp-work .jqTransformSelectWrapper ul a, .regions-africa-country .exp-work .jqTransformSelectWrapper ul a.selected {
    background: #ca2c23;
    color: #fff;
}
.regions-africa-country .country-top {
    width: 100%;
    float: left;
}
.regions-africa-country .country-name > img {
    float: left;
    margin-right: 20px;
}
.regions-africa-country .country-name h2 {
    font-size: 36px;
    font-family: 'dosisbold';
    text-transform: uppercase;
}
.regions-africa-country .country-name .small-title {
    color: #ca2c23;
    padding-bottom: 15px;
    display: inline-block;
    line-height: 16px;
}
.regions-africa-country .country-title {
    float: left;
}
.regions-africa-country .follows-pages .pages-content {
    padding: 55px 0px;
    display: inline-block;
}
.regions-africa-country .follows-pages {
    margin-bottom: 45px;
}
.regions-africa-country .follows-pages .pages-content .prev img, .regions-africa-country .follows-pages .pages-content .next img {
	width: 59px;
}
/*------------------------------------------------------ Fellowships Page ----------------------------------------*/

.display-table {
    display: table;
}
.display-table .display-cell {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.fellowships-page .main_content_left {
    padding: 0;
}
.fellowships-page .top-block-right {
    padding: 50px 35px;
}
.fellow-featured {
    float: left;
    max-width: 400px;
    background: #ca2c23;
}
.fellowships-page .featured-story {
    background: #e9ecee;
}
.apppy-grant {
    background: #fff;
}
.meet-fellow {
    background: #ca2c23;
    padding: 65px 35px;
    color: #fff;
    overflow: hidden;
}
a.video-link img {
    width: 100%;
    display: block;
    overflow: hidden;
}
.buckets-list {
    margin: 0 -10px;
    overflow: hidden;
    padding: 20px 0 30px;
}
.buckets-list ul {
    margin: 0 -20px;
}
.buckets-list ul li {
    float: left;
    width: 21%;
    text-align: center;
    margin: 0 2%;
}
.buckets-list ul li h3 {
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    min-height: 80px;
    padding-bottom: 10px;
}
.buckets-list ul li .buckets-icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.buckets-list ul li .buckets-icon .icon {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 105px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transform: scale(0.8);
}
.buckets-list ul li .buckets-icon:hover .icon-hover {
    display: block;
    top: 0px;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    width: auto;
    margin: 0 auto;
}
.buckets-list ul li .buckets-icon:hover .icon {
    display: none;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.buckets-list ul li .buckets-icon .icon-hover {
    display: none;
    width: auto;
    text-align: center;
    width: 105px;
    position: relative;
    top: 0px;
    transition: all 1s;
    transform: scale(0.8);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.buckets-list ul li .more-btn {
    float: none;
    display: inline-block;
    padding-top: 5px;
}
.buckets-list ul li .more-btn a {
    color: #ca2c23;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "dosisbold";
    line-height: 20px;
}
.buckets-list ul li .more-btn a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    padding: 0 5px 0 15px;
}
.buckets-item .buckets-icon .icons {
    width: 70px;
    height: 75px;
    margin: 0 auto;
    display: inline-block;
    background: url(images/buckets-icons.png) no-repeat center top;
    background-size: 65px auto;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.buckets-item:hover .buckets-icon .icons {
    background-image: url(images/buckets-icons-over.png);
    background-size: 80px auto;
}
.buckets-item .buckets-icon .icon-capital {
    background-position: center -580px;
}
.buckets-item:hover .buckets-icon .icon-capital {
    background-position: center -725px;
}
.buckets-item .buckets-icon .icon-globe {
    background-position: center -182px;
}
.buckets-item:hover .buckets-icon .icon-globe {
    background-position: center -240px;
}
.buckets-item .buckets-icon .icon-editor {
    background-position: center 12px;
}
.buckets-item:hover .buckets-icon .icon-editor {
    background-position: center 2px;
}
.buckets-item .buckets-icon .icon-whitehouse {
    background-position: center -382px;
}
.buckets-item:hover .buckets-icon .icon-whitehouse {
    background-position: center -480px;
}
.fellowship-list .event-item {
    margin: 0;
}
.felow_action .load-pager {
    display: inline-block;
    padding: 20px 0 0 10px;
    vertical-align: text-top;
    font-size: 0;
    line-height: 0;
}
.felow_action .load-pager a, .felow_action .load-pager span {
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    background: #99bcd7;
    margin: 2px 10px 0 0;
    display: inline-block;
}
.felow_action .load-pager span {
    background: #ca2c23;
}
.map-block-right {
    padding: 45px 35px 50px;
    height: 485px;
    float: left;
}
.map-block-right h2 {
    font-family: 'dosisbold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 44px;
}
.fellows-by {
    color: #ca2c23;
}
.fellowship-list .event-item .detail-block p {
    padding: 0 0 15px;
}
.map-block-right .fellow-detail p {
    padding-bottom: 20px;
}
.featured-story .featured-story-content {
    padding: 45px 25px 60px 40px;
}
.featured-story-img > img, .featured_img > img {
    width: 100%;
    height: auto;
}
.featured_img_bg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
}
.event-detail .featured_img_bg{
    background-size: 100%;
}
.fellowships-page .buckets-list {
    padding-top: 40px;
}
.fellowships-page .buckets-list ul li h3 {
}
/* Fellowships Page Remove Map Content*/
.fellowships-page .map-section .pm_interface_controls , .fellowships-page .map-section .pm_panels_container {
    display: none;
}
.fellowships-page .map-section .map-content {
    display: none;
}
.fellowships-page .map-section #pm_floorplan_container  .pm_floorplan_container {
    margin-bottom: 0px;
}
.fellowships-page .pm_floorplan_container .pm_markers_container .pm_floorplan_marker > p {
    display: none;
}
/*------------------------------------------------------ regions-africa Page ----------------------------------------*/
.regions-africa .main_content_left {
    padding: 0px;
    height: 460px;
}
.regions-africa .bx-wrapper img {
    width: 100%;
}
.regions-africa .top-block-right h2 {
    font-size: 36px;
    font-size: 36px;
    font-family: 'dosisbold';
    text-transform: uppercase;
    line-height: 36px;
}
.regions-africa .slider-main, .regions-africa .top-block-right {
    height: 460px;
}
.regions-africa .exp-work .jqTransformSelectWrapper {
    margin-top: 10px;
}
.regions-africa .exp-work .jqTransformSelectWrapper ul {
    top: 43px;
    border: none;
    width: 100% !important;
}
.regions-africa .regions-africa-content {
    padding: 40px 40px 50px;
    float: left;
    width: 100%;
}
.regions-africa .regions-africa-content .small-title {
    color: #ca2c23;
    padding-bottom: 5px;
    display: inline-block;
}
.regions-africa .regions-africa-content h2 {
    font-size: 36px;
    font-family: 'dosisbold';
    text-transform: uppercase;
    padding-bottom: 30px;
}
.regions-africa .related-events {
    padding-top: 45px;
}
/*------------------------------------------------------ press-room Page ----------------------------------------*/
.pressroom-page .events-list {
    display: inline-block;
}
.pressroom-page .buckets-list {
    padding-top: 40px;
}
.pressroom-page .press-room-content .block-title {
    padding: 0px;
}
.pressroom-page .press-room-content p {
    color: #333;
}
.pressroom-page .press-room-content .block-title h2 {
    padding-bottom: 20px;
}
.pressroom-page .press-room-content address {
    color: #333;
    font-style: normal;
    font-family: 'latobold';
    padding-top: 10px;
    display: inline-block;
}
.pressroom-page .press-room-content address p {
    font-weight: 300;
    line-height: 24px;
}
.pressroom-page .press-room-content address a {
    color: #333;
    font-style: normal;
    font-family: 'latoregular';
}
.pressroom-page .press-room-content address a:hover {
    border-bottom: 1px solid #ca2c23;
}
.pressroom-page .top-block-right {
    background: #00589c;
    width: 400px;
}
.pressroom-page .top-block-right h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'dosisbold';
    text-transform: uppercase;
}
.pressroom-page .top-block-right ul {
    width: 100%;
    float: left;
}
.pressroom-page .top-block-right ul li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.pressroom-page .top-block-right ul li a {
    background: #fff;
    color: #00589c;
    font-family: 'dosisbold';
    font-size: 16px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 20px;
}
.pressroom-page .top-block-right ul li a:hover {
    background: #ca2c23;
    color: #fff;
}
.pressroom-page .home-slider-rgt-box, .pressroom-page .top-block-right {
    padding: 50px 35px;
}
.pressroom-page .top-block-right .learn-more-btn {
    margin-top: 10px;
    display: block;
}
.pressroom-page .top-block-right .learn-more-btn:hover a {
    background: #ca2c23;
    color: #fff;
}
.pressroom-page .top-block-right .learn-more-btn:hover a::after {
    color: #fff;
}
.pressroom-page .events-list .event-item .image-block .readmore-btn {
    position: absolute;
    top: 0px;
    left: 0px;
}
.pressroom-page .events-list .event-item .event-time-desc {
    display: inline-block;
    width: 40%;
}
.pressroom-page .still-question.blue {
    margin-bottom: 40px;
}
.buckets-item .buckets-icon .icon-stars {
    background-position: center -250px;
}
.buckets-item:hover .buckets-icon .icon-stars {
    background-position: center -325px;
}
.buckets-item .buckets-icon .icon-question {
    background-position: center -450px;
}
.buckets-item:hover .buckets-icon .icon-question {
    background-position: center -560px;
}
.buckets-item .buckets-icon .icon-experts {
    background-position: center -514px;
    height: 72px;
    margin-bottom: 10px;
    width: 80px;
}
.buckets-item:hover .buckets-icon .icon-experts {
    background-position: center -638px;
}
.pressroom-page address h4 {
    padding: 0 0 0px;
    margin: 0;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 22px;
    font-family: 'latobold';
}
/*------------------------------------------------------ resouress-page ----------------------------------------*/
.resouress-page .top-header .logo {
    padding: 10px 80px 0px 0px;
}
.resouress-page .top-header .large-container {
    position: relative;
}
.resouress-page .top-header .dorpdown-menu {
    float: left;
}
.resouress-page .top-header .dorpdown-menu a {
    width: 320px;
    background: #ca2c23;
    font-family: 'dosisbold';
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 20px;
    color: #fff;
    margin-top: 25px;
    position: relative;
}
.resouress-page .top-header .dorpdown-menu a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 23px;
    top: 0px;
}
.resouress-page .child-menu  ul {
    position: absolute;
    background: #323538;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    left: 0px;
    top: 42px;
    padding-bottom: 15px;
    padding-top: 5px;
    display: none;
}
.resouress-page .bottom-header .child-menu {
    display: none;
}
.resouress-page .child-menu.active ul, .resouress-page .child-menu.active {
    display: block;
}
.resouress-page .child-menu  ul li {
    display: inline-block;
    padding: 0px 15px;
}
.resouress-page .child-menu  ul li a {
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    background: #313437;
    padding: 0px 10px;
    margin-top: 0px;
    height: 30px;
    line-height: 30px;
}
.resouress-page .child-menu ul li .fa {
    color: #fff;
    font-size: 18px;
}
.resouress-page .child-menu  ul li a:after {
    content: "";
}
.resouress-page .child-menu  ul li:first-child {
    padding-left: 0px;
}
.resouress-page .child-menu  ul li:last-child {
    padding-right: 0px;
}
.resouress-page .top-header .right-icon {
    float: right;
    margin-top: 35px;
}
.resouress-page .top-header .right-icon li {
    display: inline-block;
    padding-right: 25px;
}
.resouress-page .top-header .right-icon li a {
    color: #02539c;
}
.resouress-page .top-header .right-icon li a .fa {
    font-size: 24px;
}
.resouress-page .top-header .right-icon li:last-child {
    padding-right: 0px;
}
.resouress-page .bottom-header {
    background: #052e4e;
    float: left;
    width: 100%;
    padding: 10px 0px;
    position: relative;
}
.resouress-page .bottom-header ul {
    float: left;
}
.resouress-page .bottom-header ul li {
    display: inline-block;
    padding-bottom: 0px;
    padding: 0px 5px;
}
.resouress-page .bottom-header ul li a {
    color: #fff;
    font-family: 'dosisbold';
    font-size: 16px;
    display: inline-block;
}
.resouress-page .bottom-header ul.direction {
    float: right;
}
.resouress-page .bottom-header ul.direction li {
    padding: 0px 10px;
}
.resouress-page .bottom-header ul.direction li .fa {
    padding: 0px 10px;
}
.resouress-page .bottom-header ul.direction li:last-child {
    padding-right: 0px;
}
.resouress-page .bottom-header ul.direction li:last-child .fa {
    padding-right: 0px;
}
.resouress-page .top-header .search-box {
    display: none;
}
.resouress-page .top-header .search-box.active {
    display: block;
    position: absolute;
    right: 0;
    width: 61%;
    padding: 6px 0px;
    z-index: 2;
}
.resouress-page .top-header .search-box .search-btn {
    background: url(images/search-icon20x20.png) no-repeat right 50px;
    display: inline-block;
    width: 30px;
    height: 90px;
    top: 0px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
.resouress-page .search-box .search-text {
    height: 90px;
    max-width: 100%;
    padding-right: 30px;
    width: 100%;
    background: #fff;
    color: #333639;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
}
.resouress-page iframe {
    -webkit-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.5);
    margin-top: 50px;
}
/*------------------------------------------------------ idea-page ----------------------------------------*/
.full-container {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
}
.forum-head {
    background: #052e4e;
}
.forum-head img {
    float: left;
    width: auto;
}
.forum-head h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
}
.forum-head .container {
    padding: 30px 0 20px 0;
}
.forum-head .container h2 {
    margin: 20px;
    padding: 0;
}
.forum-head .container img {
    margin-right: 20px;
}
.idea-page .fellowship-list .bx-wrapper .bx-pager {
    bottom: 40px;
    left: 75%;
}
.idea-page .buckets-list {
    clear: both;
    padding: 30px 0px;
}
.idea-page .top-block-right {
    height: auto;
    color: #052e4e;
    background: #e9ecee;
    padding: 50px 35px 40px;
}
.idea-page .top-block-right .event-action {
    padding-top: 0px;
}
.idea-page .top-block-right .small-title {
    color: #ca2c23;
}
.idea-page .featured_event_list .event-item {
    background: none;
    color: #052e4e;
}
.buckets-item .buckets-icon .icon-democracy {
    background-position: center -53px;
}
.idea-page .featured_event_list p.event-time {
    color: #052e4e;
}
.idea-page .featured_events .image-block {
    position: relative;
}
.idea-page .newsletter-section .bx-wrapper:hover .bx-prev {
    left: 0px;
}
.idea-page .newsletter-section .bx-wrapper:hover .bx-next {
    right    : 0px;
}
.idea-page .featured_event_list .forward-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 26px;
    background: #01539b;
    padding: 0px 10px;
    height: 43px;
    line-height: 43px;
    z-index: 150;
    display: none;
}
.idea-page .event-item .image-block:hover .event-btn {
    background: none repeat scroll 0 0 #ca2c23;
    color: #fff;
}
.idea-page .featured_event_list .image-block:hover .forward-btn {
    display: block;
}
.idea-page .featured_event_list .event-item .image-block .event-date {
    background: #ca2c23;
    color: #fff;
}
.buckets-item:hover .buckets-icon .icon-democracy {
    background-position: center -78px;
}
.buckets-item .buckets-icon .icon-user {
    background-position: center -315px;
}
.buckets-item:hover .buckets-icon .icon-user {
    background-position: center -400px;
}
.idea-page .latest_event .event-date {
    color: #ca2c23;
}
.idea-page .event-item {
    background: #052e4e;
    color: #fff;
}
.idea-page .event-item .detail-block h3, .idea-page .event-item .detail-block h2 {
    color: #fff;
}
.idea-page .fellows-by {
    color: #fdda20;
}
.idea-page .detail-block .event-discription .button {
    color: #cd4038;
    background: #fff;
}
.idea-page .felow_action .load-pager a {
    background: #fff;
}
.still-question.red {
    background: #cd4038;
}
.still-question.red .question-content {
    background: url(images/download-bg.png) no-repeat center center;
}
.still-question.red .question-content h2 {
    color: #fff;
}
.still-question.red .question-content .contact-us {
    color: #cd4038;
    background: #fff;
}
.still-question.red .contact-us:hover {
    color: #fff;
}
.forum-news-list {
    width: 100%;
}
.forum-news .forum-twts {
    background: #e9ecee;
    color: #052e4e;
    width: 400px;
    padding: 50px 40px;
}
.forum-news-list .forum-twts {
    padding: 50px 40px 90px;
}
.forum-news .latest-forums {
    max-width: 800px;
    padding: 50px 40px;
}
.forum-news .block-title {
    padding: 0;
}
.forum-news .blog-section {
    max-width: 100%;
    background: none;
    padding: 0;
}
.idea-page .action.post .button.all-post {
    margin-top: 20px;
}
.forum-news .blog-section .blog-block .blog-img {
    display: inherit;
    float: left;
    height: auto;
    margin-top: 20px;
    width: 45%;
}
.forum-news .blog-section .blog-desc {
    padding: 0 20px;
}
.blog-meta {
    padding-bottom: 5px;
    color: #01539b;
    font-size: 16px;
    font-family: "dosisbold";
}
.more-btn a {
    color: #ca2c23;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "dosisbold";
    line-height: 20px;
}
.more-btn a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    padding: 0 5px 0 15px;
}
.forum-news .blog-section h3 {
    padding-top: 10px;
}
.share-me, .share-me a {
    display: inline-block;
    font-size: 16px;
    color: #01539b;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "dosisbold";
    cursor: pointer;
}
/*.share-me a:after, .share-me > span:after {
    content: "\f064";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0 10px;
}
*/

.social-share-list .action a:hover{
    color: #ffffff;
}
.latest-forums .action a:hover{
    color: #ffffff;
}
.share-me a:after, .share-me > span:after {
    disply: none;
}
.share-me.twiter-share a:before, .share-me.twiter-share > span:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0 10px 0 0;
}
.share-me.facebook-share a:before, .share-me.facebook-share > span:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0 10px 0 0;
}
.action a, .felow_action a {
    margin-right: 10px;
}
.idea-page .forum-twts h2, .idea-page .latest-forums h2 {
    padding-bottom: 25px;
}
.forum-publications {
    background: #052e4e;
    color: #fff;
}
.forum-publications .block-title .small-title {
    color: #fdda22;
}
.forum-publications h2, .forum-publications h3 {
    color: #fff;
}
.forum-publications .large-container {
    padding: 50px 0;
}
.publication-list li {
    float: left;
    width: 25%;
    padding: 0 0px 0px 38px;
}
.slider-block-left {
    padding: 65px 35px;
    width: 400px;
    color: #052e4e;
    background: #e9ecee;
}
.newsletter-section .main_content_left {
    padding: 0;
    min-height: inherit;
    height: auto;
}
.newsletter-section .bx-wrapper img, .newsletter-section .slider-main {
    height: auto;
}
.newsletter-section .slider-block-left {
    padding: 50px 40px 41px;
}
.newsletter-section .slider-block-left .small-title {
    color: #ca2c23;
}
.newsletter-section .slider-block-left h2 {
    font-size: 36px;
    font-family: 'dosisbold';
    text-transform: uppercase;
}
.newsletter-section .slider-block-left h3 {
    font-size: 23px;
    font-family: 'dosisbold';
    text-transform: uppercase;
}
.newsletter-section .slider-block-left .more-btn {
    padding-bottom: 30px;
}
.newsletter-section .slider-block-left .input-text {
    width: 100%;
    border: none;
    background: #fff;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'dosisbold';
    color: #666665;
    padding: 5px 20px;
    height: 43px;
    line-height: 23px;
    text-transform: uppercase;
}
.newsletter-section .slider-block-left .input-text::-webkit-input-placeholder {
    color: #666665;
    opacity: 1 !important;
    /* for chrome */}
.newsletter-section .slider-block-left .input-text:-moz-placeholder {
    /* Firefox 18- */color: #666665;
    opacity: 1 !important;
}
.newsletter-section .slider-block-left .input-text::-moz-placeholder {
    /* Firefox 19+ */color: #666665;
    opacity: 1 !important;
}
.newsletter-section .slider-block-left .input-text:-ms-input-placeholder {
    color: #666665;
    opacity: 1 !important;
}
.newsletter-section .slider-block-left .submit-btn.button {
    border: medium none;
    margin-top: 30px;
}
.publication-list li:last-child {
    padding-right: 0px;
}
.publication-list ul {
    padding: 20px 0 80px 0;
    display: inline-block;
    width: 100%;
}
.publication-list li .image-block {
    padding-bottom: 10px;
}
.publication-list li .learn-more-btn a {
    padding: 0 25px 0 25px;
}
.publication-list li .learn-more-btn a:hover {
    background: none repeat scroll 0 0 #ca2c23;
}
.publication-list li .learn-more-btn a:hover::after {
    color: #fff;
}
/*------------------------------------------------------ reagan-fascell ----------------------------------------*/
.reagan-fascell .main_content_left {
    padding: 0px;
}
.reagan-fascell .return_event a {
    font-size: 26px;
    line-height: 42px;
    padding: 6px 12px;
    text-align: center;
}
.reagan-fascell .buckets-item .buckets-icon .icon-capital {
    background-position: center 17px;
}
.reagan-fascell .buckets-item:hover .buckets-icon .icon-capital {
    background-position: center 10px;
}
.reagan-fascell .buckets-item .buckets-icon .icon-globe {
    background-position: center -53px;
}
.reagan-fascell .buckets-item:hover .buckets-icon .icon-globe {
    background-position: center -71px;
}
.sitemap h2 {
    color: #ca2c23;
    font-size: 30px;
    padding: 50px 50px 0;
}
.reagan-fascell .buckets-item .buckets-icon .icon-editor {
    background-position: center -117px;
}
.reagan-fascell .buckets-item:hover .buckets-icon .icon-editor {
    background-position: center -155px;
}
.reagan-fascell .buckets-item .buckets-icon .icon-whitehouse {
    background-position: center -183px;
}
.reagan-fascell .buckets-item:hover .buckets-icon .icon-whitehouse {
    background-position: center -235px;
}
.reagan-fascell .buckets-list ul li h3 {
    min-height: 0px;
}
.sitemap h2 {
    color: #ca2c23;
    font-size: 30px;
    padding: 50px 50px 0;
}
.reagan-fascell .buckets-list {
    padding: 70px 0 30px;
}
.fellows-sider {
    width: 100%;
    float: left;
    background: #00589c;
}
.fellows-sider .bx-wrapper .bx-viewport {
    padding: 95px 0px 120px;
    background: none repeat scroll 0 0 #00589c;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.fellows-sider li h3 {
    color: #fdda20;
    font-size: 23px;
    font-family: 'dosisbold';
    font-weight: 400;
    padding-bottom: 45px;
    text-transform: uppercase;
}
.fellows-sider li h2 {
    color: #fff;
    font-family: 'dosisbold';
    font-size: 36px;
    padding-bottom: 40px;
    line-height: 36px;
    text-transform: uppercase;
}
.fellows-sider li p.author {
    color: #fdda20;
    font-size: 23px;
    font-family: 'dosisbold';
    font-weight: 400;
    text-transform: uppercase;
}
.fellows-sider .bx-wrapper a.bx-next::after {
    padding-left: 25px;
}
.fellows-sider .bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    left: 50%;
    margin-left: -26px;
    padding-top: 20px;
    text-align: center;
    width: auto;
    bottom: 95px;
}
.fellows-sider .bx-wrapper .bx-pager.bx-default-pager a:hover, .fellows-sider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fdda20;
}
.fellowship-listing .leftside-content {
    max-width: 800px;
    width: 100%;
    float: left;
}
.fellowship-listing .right-sidebar {
    max-width: 400px;
    width: 100%;
    float: left;
    background: #e9ecee;
    padding: 50px 40px 20px;
}
.fellowship-listing  .right-sidebar .small-title {
    color: #ca2c23;
}
.fellowship-listing  .right-sidebar h2 {
    color: #052e4e;
    font-family: "dosisbold";
    font-size: 36px;
    line-height: 36px;
}
.fellowship-listing .right-sidebar .event .event-block {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.fellowship-listing .right-sidebar .event .event-img {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.fellowship-listing .right-sidebar .event h3 {
    font-family: "dosisbold";
    font-size: 23px;
    line-height: 24px;
    padding-bottom: 15px;
}
.fellowship-listing .right-sidebar .event .time {
    font-family: "dosisbold";
    font-size: 16px;
}
.fellowship-listing .right-sidebar .event p {
    padding-bottom: 10px;
}
.fellowship-listing .right-sidebar .event .readmore-btn.event-all {
    margin-top: 20px;
}
.follows-grid-view {
    width: 100%;
    float: left;
}
.fellowship-listing .block-title {
    padding: 45px 40px 0;
}
.follows-grid-view ul li {
    padding-bottom: 0px;
}
.follows-grid-view .follows-grid-item {
    float: left;
    width: 50%;
    padding-bottom: 0px;
}
.follows-grid-view .follows-grid-item .follows-item-img {
    float: left;
    width: 50%;
    height: 260px;
}
.fellowship-listing .right-sidebar .event .event-img .date {
    background: none repeat scroll 0 0 #ca2c23;
    color: #fff;
    font-family: "dosisbold";
    font-size: 16px;
    height: 47px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    width: 25%;
    top: 0px;
}
.reagan-fascell .fellowship-listing  .event-block .event-img .readmore-btn {
    display: none;
}
.reagan-fascell .fellowship-listing .right-sidebar .event .event-img:hover .date {
    display: none;
}
.reagan-fascell .fellowship-listing  .event-block .event-img:hover .return_event {
    display: block;
}
.reagan-fascell .fellowship-listing  .event-block .event-img:hover .readmore-btn {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.follows-grid-view .follows-grid-item .follows-item-content {
    padding: 50px 60px 50px 25px;
    width: 50%;
    float: left;
    height: 260px;
    background: #00589c;
    position: relative;
}
.follows-grid-view .follows-grid-item .follows-item-content h2 {
    color: #fff;
    font-size: 23px;
    font-family: 'dosisbold';
    text-transform: uppercase;
    padding-bottom: 25px;
}
.follows-grid-view li:nth-child(3n+1) .follows-item-content, .follows-grid-view li:nth-child(4n+1) .follows-item-content {
    background: #ca2c23;
}
.follows-grid-view .follows-grid-item .follows-item-content .learn-more-btn a {
    color: #ca2c23;
    display: block;
    padding: 0 25px 0 20px;
    text-transform: uppercase;
}
.follows-grid-view .follows-grid-item .follows-item-content .learn-more-btn a:after, .follows-grid-view .follows-grid-item .follows-item-content .learn-more-btn a:before {
    background: none;
}
.follows-grid-view .follows-grid-item .follows-item-content:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 16px 15px 0;
    border-color: transparent #00589c transparent transparent;
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -15px;
}
.follows-grid-view li:nth-child(3n+1) .follows-item-content:after, .follows-grid-view li:nth-child(4n+1) .follows-item-content:after {
    border-color: transparent #ca2c23 transparent transparent;
}
.follows-grid-view li:nth-child(3) .follows-item-img , .follows-grid-view li:nth-child(4) .follows-item-img, .follows-grid-view li:nth-child(4) .learn-more-btn, .follows-grid-view li:nth-child(3) .learn-more-btn {
    float: right;
}
.follows-grid-view li:nth-child(3) .follows-item-content, .follows-grid-view li:nth-child(4) .follows-item-content {
    float: right;
    padding: 50px 25px 60px 60px;
    text-align: right;
}
.follows-grid-view li:nth-child(3) .follows-item-content:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #00589c;
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: -15px;
    left: auto;
}
.follows-grid-view li:nth-child(4) .follows-item-content:after {
    top: 30px;
    right: -15px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent  transparent transparent #ca2c23;
}
.fellowship-listing .readmore-btn.all-fellows {
    margin: 40px 0 40px 40px;
}
.reagan-fascell .related-events {
    margin-top: 40px;
}
.follows-grid-view li .learn-more-btn a:after {
    content: "";
    padding-left: 0;
}
.reagan-fascell .album_description {
    background: none repeat scroll 0 0 rgba(0, 88, 156, 0.9);
}
.reagan-fascell .top-block-right {
    padding: 50px 35px;
}
.pm_markers_container .markercustomtooltip {
    display: none;
}
/*============================== 07-05-2015 ================================================*/

#menu-language-menu {
    margin-left: 45px;
    position: relative;
}
#menu-language-menu::after {
    border-left: 2px solid #888888;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    left: -13px;
    top: 16px;
}
#menu-language-menu .sub::after {
    border-color: transparent transparent #01539b;
    border-style: solid;
    border-width: 0 6.5px 7px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -7px;
    width: 0;
    margin-left: -7px;
}
#menu-language-menu .sub {
    background: #01539b none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-family: "dosisbold";
    font-size: 16px;
    margin-top: -2px;
    padding: 1px 20px;
    position: absolute;
    min-width: 235px;
    line-height: 38px;
    left: 50%;
    top: 35px;
    margin-left: -117px;
}
#menu-language-menu li a:hover .sub {
    display: block;
}
.resouress-page ul.reource-listing {
    margin-top: 50px;
    float: left;
}
.resouress-page li.grid-view {
    position: relative;
    float: left;
    padding-bottom: 0px;
    width: 100%;
}
.resouress-page li.grid-view .events-list .event-item {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}
.resouress-page li.grid-view .events-list .event-item .detail-block {
    padding: 25px 50px;
    float: left;
    width: 100%;
}
.resouress-page li.grid-view a.hover-right {
    background: #052e4e;
    color: #fff;
    font-family: "dosisbold";
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.resouress-page li.grid-view:hover   a.hover-right {
    display: block;
}
.resouress-page li:nth-child(even) .detail-block {
    background: #01539b;
}
.resouress-page li:nth-child(even) .detail-block h3, .resouress-page li:nth-child(even) .detail-block p {
    color: #fff;
}
.resouress-page li.list-view {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
}
.resouress-page li.list-view .events-list .event-item {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}
.resouress-page li.list-view .events-list .event-item .detail-block {
    padding: 10px 55px;
    float: left;
    width: 100%;
}
.resouress-page li.list-view a.hover-right {
    background: #ca2c23 none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-family: "dosisbold";
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.resouress-page li.list-view:hover a.hover-right {
    display: block;
}
.resouress-page li.list-view .readmore-btn {
    position: absolute;
    right: 0px;
    top: 4px;
    background: none;
}
.resouress-page li.list-view .readmore-btn a, .resouress-page li.list-view .readmore-btn a:after {
    color: #ca2c23;
    background: none;
}
.resouress-page li.list-view .events-list .event-item h3 {
    padding-bottom: 0px;
}
.resouress-page li.list-view:nth-child(even) .readmore-btn a, .resouress-page li.list-view:nth-child(even) .readmore-btn a:after {
    color: #fff;
    background: none;
}
.error-404 {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
}
.error-404 .back-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0px;
}
.error-404 .back-btn a {
    background: #ca2c23 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 30px;
}
.type-page, .post, .event {
    width: 100%;
    float: left;
    margin: 18px 0 0;
}
.post .entry-meta {
    margin-bottom: 10px;
}
.post .entry-meta a, .post .entry-footer a {
    color: #052e4e;
    display: inline-block;
    font-family: "dosisbold";
}
.event .entry-content {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}
.event .time {
    color: #052e4e;
    font-family: "dosisbold";
    margin-bottom: 10px;
}

.eventTime--singular {
    font-size: 1.5em;
    line-height: 1.368;
}

.no-cursor {
    cursor: default;
}



/*============================== 08-18-2015 ================================================*/
iframe#video{ max-width:100%; }

.top-content { padding-top:40px; }

.initiatives-sec .initiatives-blogs ul li .img {
    min-height:100px;
}

.forum-news .blog-section .blog-desc {
    float: right;
    padding: 0;
    width: 50%;
}

.sponsored_event .sponsored_items {
    padding: 10px 10px 5px 30px;
}
.sponsored_event .sponsored_items .s_item {
    display: inline-block;
	width:180px;
	height:65px;
    margin: 0 25px 0 5px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
}
.sponsored_event .sponsored_items .s_item a {
	display:block;
	width:100%;
	height:100%;
}

.expert-portrait {
	width:200px;
	height:260px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;

}


.event_main .event-fea-image {
	width:100%;
	height:468px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	background-color:#f8f8f8;
}


.event-block .event-img img { display:block; width:100%; min-height:100px; background-color:#f4f4f4; }

.regions-page .home-slider-rgt-box .exp-work .jqTransformSelectWrapper ul { border:1px solid #eee;}
.regions-africa .slider-main,
.regions-africa .top-block-right { height:456px; }


.events-list .event-item .image-block { width: 400px; }
.events-list .event-item .image-block a { max-height: none; }
.event-item .image-block a { background-size: cover; background-repeat: no-repeat; background-position: center; min-height: 42px; max-height: 200px; width: 100%; }
.fellowship-list .event-item .image-block { width:173px; min-height:250px;  }
.fellowship-list .event-item .image-block a { height: 250px; }
.page-template-tp-event .events-page .events-list .event-item .image-block { width:400px; }
.category-news .news-page .events-list .event-item .image-block { width:400px; }

body.single-fellows { padding:0; }

.top-menu .social-menu-item  {
	display:none;
}
.top-menu .social-menu-item a {
    font-weight:200;
    font-size:1px;
    line-height: 1em;
	color:#fff;
}
.top-menu .social-menu-item a:hover {
	color:#fff;
}
.top-menu .social-menu-item a:after {
	content:"\f09a";
    font-weight:200;
    font-size:17px;
    line-height: 1em;
    font-family: 'FontAwesome';
	color:#888;
	padding-left:0;
}
.top-menu .social-menu-item.facebook a:after { content:"\f09a"; }
.top-menu .social-menu-item.twitter a:after  { content:"\f099"; }
.top-menu .social-menu-item.youtube a:after  { content:"\f167"; }

.home-blog-listing .right-sidebar { height:1184px; }
.home .blog-section .blog-desc { min-height:240px; }
.home .blog-section .blog-block .blog-img { background:url(images/blank.png) center center no-repeat; background-size:cover; }



/* Light box videos and splash image  */
.vid-splash { max-width:100%; min-width:120px; min-height:80px; background:url(images/blank.png) center center no-repeat; background-size:cover; }
.vid-splash .play-btn { width:100%; height:100%; background:url(images/play-btn.png) center center no-repeat; cursor:pointer; }
.vid-splash .play-btn:hover { background-image:url(images/play-btn-hover.png) }


/* Special options for h4 tags in the tp-expert file */
.color-red{
    color: #ca2c23;
}

.font-size-med{
    font-size: 20px;
}

/* Infographic-sec    Region pages  */
.infographic-sec-regions { background:#01539b; float:left; width:100%; padding:54px 0px 34px; }
.infographic-sec-regions .small-title { color:#fff; }
.infographic-sec-regions h2 { font-size:36px; color:#fff; line-height:36px; }
.infographic-sec-regions .infographic-content { width:100%; display:block; text-align:center; padding:0 60px 0 60px; margin:-40px 0 50px; }
.infographic-sec-regions .infographic-block { width:33%; min-height:100px; display:inline-block; position:relative; vertical-align:middle; }
.infographic-sec-regions .infographic-block .map { width:112px; height:165px; margin:0 auto; background:url(images/info-map-1.png) center center no-repeat; background-size:100% 100%; }
.infographic-sec-regions .infographic-block.one .map { width:112px; height:165px; background-image:url(images/info-map-1.png); }
/*.infographic-sec-regions .infographic-block.two .map { width:148px; height:172px; background-image:url(images/info-map-2.png); }*/
.infographic-sec-regions .infographic-block.two .map { width:260px; height:300px; background-image:url(images/info-map-2.png); }
.infographic-sec-regions .infographic-block.three .map { width:226px; height:146px; background-image:url(images/info-map-3.png); }

.infographic-sec-regions .infographic-content .infographic-block .count { position:absolute; border-radius:50%; z-index:1; background:rgba(1, 14, 21, 0.25); }
.infographic-sec-regions .infographic-block .count.one { height:96px; width:96px; left:40px; top:30px; line-height:96px; }
.infographic-sec-regions .infographic-block .count.two { height:92px; width:92px;  left:160px; top:56px; line-height:92px; }
.infographic-sec-regions .infographic-block .count.three { height:100px; width:100px; right:50px; bottom:20px;  line-height:100px; }

.infographic-sec-regions .infographic-block .count span { font-size:40px; font-family:'latobold'; color:#fff; position:relative; z-index:1; }

.infographic-sec-regions .infographic-block .infographic-block-desc.one { position:absolute; left:-154px; bottom:-82px; }
.infographic-sec-regions .infographic-block .infographic-block-desc.two { position:absolute; right:-154px; top:-68px; }
.infographic-sec-regions .infographic-block .infographic-block-desc.three { position:absolute; right:-154px; bottom:-80px; }

.infographic-sec-regions .infographic-content .infographic-block .infographic-block-desc h3 { font-size:17px; color:#fff; text-transform:uppercase; font-family:'dosisbold'; line-height:20px; padding-bottom:5px; }
.infographic-sec-regions .infographic-content .infographic-block .infographic-block-desc p { font-size:16px; line-height:18px; color:#fff; font-family:'latoregular'; }

.infographic-sec-regions .infographic-block .count::before { position:absolute; content: ""; border-left:1px solid #fff; height:50px; width:1px; }
.infographic-sec-regions .infographic-block .count.one::before { left:-67px; top:48px; }
.infographic-sec-regions .infographic-block .count.two::before { right:-63px; bottom:46px; }
.infographic-sec-regions .infographic-block .count.three::before { right:-64px; top:50px; }

.infographic-sec-regions .infographic-block .count::after { position:absolute; content: ""; width:70px; height:1px; border-bottom:1px solid #fff; }
.infographic-sec-regions .infographic-block .count.one::after { right:92px; top:48px; }
.infographic-sec-regions .infographic-block .count.two::after { left:85px; top:46px; }
.infographic-sec-regions .infographic-block .count.three::after { left:94px; top:50px; }

/* Infographic Section - South America Highlighted  */
.infographic-sec-regions.samerica-center .infographic-block.one .map { width:226px; height:146px;  background-image:url(images/info-map-3.png); }
.infographic-sec-regions.samerica-center .infographic-block.two .map { width:196px; height:289px;  background-image:url(images/info-map-1.png); }
.infographic-sec-regions.samerica-center .infographic-block.three .map { width:148px; height:172px; background-image:url(images/info-map-2.png); }

.infographic-sec-regions.samerica-center .infographic-block .count.one {  left:80px; top:10px; }
.infographic-sec-regions.samerica-center .infographic-block .count.two {  left:190px; top:38px; }
.infographic-sec-regions.samerica-center .infographic-block .count.three { right:130px; bottom:20px; }

/* Infographic Section - Asia Highlighted  */
.infographic-sec-regions.asia-center .infographic-block.one .map { width:148px; height:172px;  background-image:url(images/info-map-2.png); }
.infographic-sec-regions.asia-center .infographic-block.two .map { width:396px; height:256px;  background-image:url(images/info-map-3.png); }
.infographic-sec-regions.asia-center .infographic-block.three .map { width:112px; height:165px; background-image:url(images/info-map-1.png); }

.infographic-sec-regions.asia-center .infographic-block .count.one { left:80px; top:10px; }
.infographic-sec-regions.asia-center .infographic-block .count.two { left:190px; top:42px; }
.infographic-sec-regions.asia-center .infographic-block .count.three { right:-10px; bottom:36px; }

/** Infographic responsive  */
@media screen and (max-width:1250px) {
	.infographic-sec-regions .small-title { padding-left:30px; }
	.infographic-sec-regions h2 { padding-left:30px; }
}
@media screen and (max-width:1024px) {
	.infographic-sec-regions .infographic-content { padding:0; }
}
@media screen and (max-width:768px) {
	.infographic-sec-regions { padding:20px 0px 20px; }
	.infographic-sec-regions h2 { font-size:24px; line-height:24px; }

	.infographic-sec-regions .infographic-content {  margin-top:2px; }

	.infographic-sec-regions .infographic-block.one  { display:none; }
	.infographic-sec-regions .infographic-block.three { display:none; }

	.infographic-sec-regions .infographic-block.two .map { width:148px; height:172px; }

	.infographic-sec-regions .infographic-content .infographic-block .count { position:absolute; border-radius:50%; z-index:1; background:rgba(1, 14, 21, 0.25); }
	.infographic-sec-regions .infographic-block .count.one { height:56px; width:56px; left:32px; top:2px; line-height:56px; }
	.infographic-sec-regions .infographic-block .count.two { height:52px; width:52px;  left:100px; top:40px; line-height:52px; }
	.infographic-sec-regions .infographic-block .count.three { height:60px; width:60px; right:50px; bottom:20px; line-height:60px; }

	.infographic-sec-regions .infographic-block .count::before { height:30px; }
	.infographic-sec-regions .infographic-block .count.one::before { left:-46px; top:29px; }
	.infographic-sec-regions .infographic-block .count.two::before { right:-46px; bottom:26px; }
	.infographic-sec-regions .infographic-block .count.three::before { right:-46px; top:30px; }

	.infographic-sec-regions .infographic-block .count::after { width:50px; }
	.infographic-sec-regions .infographic-block .count.one::after { right:52px; top:29px; }
	.infographic-sec-regions .infographic-block .count.two::after { left:48px; top:26px; }
	.infographic-sec-regions .infographic-block .count.three::after { left:56px; top:30px; }

	.infographic-sec-regions .infographic-block .infographic-block-desc.one { left:-126px; bottom:-75px; }
	.infographic-sec-regions .infographic-block .infographic-block-desc.two { right:-138px; top:-58px; }
	.infographic-sec-regions .infographic-block .infographic-block-desc.three {right:-134px; bottom:-72px; }

	.infographic-sec-regions .infographic-block .count span { font-size:22px; }
	.infographic-sec-regions .infographic-content .infographic-block .infographic-block-desc h3 { font-size:15px; line-height:16px; padding-bottom:3px; }
	.infographic-sec-regions .infographic-content .infographic-block .infographic-block-desc p { font-size:15px; line-height:17px; }

	/* Infographic Section - South America Highlighted  */
	.infographic-sec-regions.samerica-center .infographic-block.two .map { width:112px; height:165px; }
	.infographic-sec-regions.samerica-center .infographic-block .count.one {  left:30px; top:-4px; }
	.infographic-sec-regions.samerica-center .infographic-block .count.two {  left:132px; top:38px; }
	.infographic-sec-regions.samerica-center .infographic-block .count.three { right:56px; bottom:5px; }

	/* Infographic Section - Asia Highlighted  */
	.infographic-sec-regions.asia-center .infographic-block.two .map { width:226px; height:146px; }
	.infographic-sec-regions.asia-center .infographic-block .count.one { left:40px; top:10px; }
	.infographic-sec-regions.asia-center .infographic-block .count.two { left:140px; top:15px; }
	.infographic-sec-regions.asia-center .infographic-block .count.three { right:10px; bottom:22px; }

}
@media screen and (max-width:480px) {
	.infographic-sec { display:none; }
	.infographic-sec-regions { display:none; }
}
/* *** End Infographic-sec    Region pages ***  */

/*****************************Democracy Digest feed - Homepage**************/
.srr-title a {
    font-weight: bold;
}

.events-list .event-item {
    opacity: 1;
}

.events-list.loading .event-item {
    opacity: .1;
    transition: opacity .6s ease;
}

.allGrants__toolbar {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.allGrants__toolbar .container:after,
.allGrants__toolbar .container:before  {
    content: "";
    display: table;
    zoom: 1;
    clear: both;
}

.allGrants__toolbar--left {
    padding-bottom: 1rem;
}

.previous-grants-link {
    color: #fff;
    font-weight: 700;
    margin-top: 1rem;
    display: inline-block;
}

.previous-grants-link:hover {
    color: #fff;
    opacity: .6;
}

@media ( min-width: 568px ) {
    .allGrants__toolbar--left {
        float: left;
        padding-bottom: 1rem;
    }

    .allGrants__toolbar--right {
        float: right;
        width: 250px;
    }
}

.allGrants__toolbar--right .exp-work .jqTransformSelectWrapper {
    margin-top: 0;
    background: #ca2c23;
}

.allGrants__toolbar--right .exp-work .jqTransformSelectWrapper a.jqTransformSelectOpen::after,
.allGrants__toolbar--right .exp-work .jqTransformSelectWrapper div span,
.allGrants__toolbar--right .exp-work .jqTransformSelectWrapper ul a {
    color: #fff;
}

.allGrants__toolbar--right .exp-work .jqTransformSelectWrapper ul a {
    background: #ca2c23;
}

.allGrants__toolbar--right .exp-work .jqTransformSelectWrapper ul {
    top: 43px;
    border: none;
}

.allGrants__toggle:before {
    content: 'Current';
}

.allGrants__toggle:after {
    content: 'Past';
}

.allGrants__toggle:before,
.allGrants__toggle:after {
    line-height: 1.6;
    font-size: .8em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #333;
}

.allGrants__toggle:not(.off):before,
.allGrants__toggle.off:after {
   color: #ca2c23;
}

.allGrants__toggle span {
    display: inline-block;
    background: #ddd;
    border-radius: 3em;
    width: 3.9em;
    height: 2em;
    vertical-align: middle;
    margin: 0 .25em;
    box-shadow: inset 0 0 5px rgba(0,0,0, .3);
    position: relative;
}

.allGrants__toggle span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 1.8em;
    background: #ca2c23;
    box-shadow: 0 0 4px rgba(0,0,0, .3), inset 0 -2px 2px rgba(0,0,0, .2);
    border-radius: 3em;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all .2s ease;
}

.allGrants__toggle.off span:before {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
