/****************** FONTS ************************/
@font-face {
    font-family: 'Tisa Pro Regular';
    src: url('../fonts/TisaPro/tisa_pro_regular.eot');
    src: url('../fonts/TisaPro/tisa_pro_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TisaPro/tisa_pro_regular.woff2') format('woff2'),
         url('../fonts/TisaPro/tisa_pro_regular.woff') format('woff'),
         url('../fonts/TisaPro/tisa_pro_regular.ttf') format('truetype'),
         url('../fonts/TisaPro/tisa_pro_regular.svg#tisaproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 font-family: 'Open Sans Condensed', sans-serif;
 font-family: 'Open Sans', sans-serif;
 */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    position: relative;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    /*max-width: 98.5%;*/
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/***************** STYLES *******************/
*{
    padding: 0;
    margin: 0;
}

body {
    font-family: "Open Sans", sans-serif;
}

/*-------*/

a,
button,
input[type="submit"] {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none !important;
}

.button {
    border: 0;
    padding: 0 25px;
    color: #fff;
    background: #f77a1e;
    line-height: 65px;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.065em;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 18px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

/*-------*/


.bg-white {
    background: #fff;
}

.bg-orange {
    background: #f77a1e;
    background: -moz-linear-gradient(-45deg,  #f77a1e 0%, #ea5329 100%);
    background: -webkit-linear-gradient(-45deg,  #f77a1e 0%,#ea5329 100%);
    background: linear-gradient(135deg,  #f77a1e 0%,#ea5329 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77a1e', endColorstr='#ea5329',GradientType=1 );
}

.border-left {
    position: relative;
}

.border-left:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-left: 7px solid #ea5329;
}


.orange-link,
.more-btn {
    display: inline-block;
    color: #ea5329 !important;
    font-size: 15px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-style: italic !important; 
    text-decoration: none !important;
    text-transform: none !important;
    line-height: 1.4 !important;
}

.orange-link {
    background: url(../img/arrow-orange-left.png) no-repeat 0 50%;
    padding-left: 27px;
}
.more-btn {
    background: url(../img/arrow-orange-right.png) no-repeat 100% 50%;
    padding-right: 27px;
}

.btn, #respond #submit {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 0;
    border: none;
    text-decoration: none !important;
    height: 44px;
    line-height: 44px;
    padding: 0 26px;
    min-width: 170px;
    text-align: center;
    letter-spacing: 1px;
}

.btn i {
    margin-left: 5px;
}

.btn-orange, #respond #submit {
    background: #ea5329;
    background: -moz-linear-gradient(left,  #ea5329 0%, #f77a1e 100%);
    background: -webkit-linear-gradient(left,  #ea5329 0%,#f77a1e 100%);
    background: linear-gradient(to right,  #ea5329 0%,#f77a1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5329', endColorstr='#f77a1e',GradientType=1 );
}

.btn-blue {
    background: #178fa1;
    background: -moz-linear-gradient(left,  #178fa1 0%, #27acc0 100%);
    background: -webkit-linear-gradient(left,  #178fa1 0%,#27acc0 100%);
    background: linear-gradient(to right,  #178fa1 0%,#27acc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#178fa1', endColorstr='#27acc0',GradientType=1 );
}

.btn-blue:hover {
    background: linear-gradient(to right,  #168798 0%,#25a2b5 100%);
    background: -moz-linear-gradient(left,  #168798 0%, #25a2b5 100%);
    background: -webkit-linear-gradient(left,  #168798 0%,#25a2b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168798', endColorstr='#25a2b5',GradientType=1 );

}

.btn-green {
    background: #0a6e7d;
} 

.download-btn {
    color: #ea5329 !important;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    padding-top: 20px;
    line-height: 1;
    background: url(../img/download-btn.png) right 25px no-repeat;
    background-size: 15px;
    padding-right: 20px;
}

.article a.download-btn {
    border-bottom: 0;
    font-weight: 700;
}

.download-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 0;
    border-bottom: 7px solid #ea5329;
}

.border-bottom-orange {
    border-bottom: 7px solid #f77a1e;
}

.border-bottom-blue {
    border-bottom: 7px solid #178fa1;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

/*--- h group ---*/

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #ea5329;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #554741;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ea5329;
    margin: 0;
    line-height: 1.5;
}

h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.35;
    margin-bottom: 10px;
}

h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: normal;
    color: #91837D;
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

/*--------- HEADER --------*/

header {
    height: 82px;
    z-index: 5;
    position: fixed;
    display: block;
    width: 100%;
    background: url(../img/trans.png) bottom repeat-x;
}


.container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.container .img-caption {    
    float:right;
    margin-top: -70px;
    position: relative;
}


header .last-col {
    float: right;
}

header ul {
    margin-bottom: 0;
}

header .social {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #f78029;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    background: #fff;
}

header .social i {
    position: relative;
    top: -2px;
    font-size: 18px;
}

header .logo {
    display: inline-block;
    margin-top: 10px;
}

header #menu-main_menu > li {
    display: inline-block;
}

header #menu-main_menu > li > a {
    line-height: 76px;
    display: inline-block;
    padding: 0 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.005em;
    color: #554741;
    text-transform: uppercase;
}

header #menu-main_menu > li:hover > a {
    background: #f77a1e;
    color: #fff;
}

header .navigation .sub-menu {
    position: absolute;
    background: #f77a1e;
    box-shadow: none;
    border-radius: 0;
    margin: -2px 0 0;
    border: none;
    padding: 21px 25px;
}

header #menu-main_menu > li > .sub-menu {
    display: none;
}

header .navigation .sub-menu li {
    line-height: 1;
    list-style-type: none;
    white-space: nowrap;
    padding: 7px 20px 5px 0;
    position: relative;
    width: 100%;
}

header .navigation .sub-menu li a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #fff;
}

header .navigation .sub-menu li.menu-item-has-children {
    padding-left: 19px;
    padding-right: 0;
}
header .navigation .sub-menu li.menu-item-has-children:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}

header .navigation .sub-menu li.menu-item-has-children:hover:after {
    display: none;
}

header .navigation .sub-menu .sub-menu {
    position: relative;
    margin-top: 8px;
    margin-bottom: -5px;
    padding: 0;
    opacity: 1;
	visibility: visible;
}

header .navigation .sub-menu .sub-menu a {
    text-transform: none;
}
header .navigation .sub-menu a:hover {
    text-decoration: underline;
}
/*li#menu-item-15 ul.sub-menu {*/
/*    display: block !important;*/
/*}*/

li.current-menu-item a:after, li.current-menu-ancestor a:after {
    content: "";
    color: #E7803A;
    display: block;
    width: 100%;
    border-top: 7px solid #E7803A;
    position: relative;
    top: -26px;
}

li.current-menu-item li a:after, li.current-menu-ancestor li a:after {
    content: none;
}


li#menu-item-3064,li#menu-item-3060,li#menu-item-58,li#menu-item-3367 {
    float: left;
    width: 40%;
    display: block;
    z-index:4;
    clear: left;
    margin-right: 30px
}

li#menu-item-3367 a:hover, li#menu-item-3063 a:hover {
    text-decoration: none;
}

li#menu-item-3367 ul li a:hover, li#menu-item-3063 ul li a:hover {
    text-decoration: underline;
}


li#menu-item-58 {
    margin-bottom: 55px
}

li#menu-item-15 ul.sub-menu {
    width: 560px
}

li#menu-item-15 ul.sub-menu ul.sub-menu,li#menu-item-15 ul.sub-menu ul.sub-menu ul.sub-menu {
    width: auto;
}

li#menu-item-3063 {
    top: -65px;
    width: auto;
    margin-left:230px;
    z-index:10;
}

li#menu-item-3063 ul {
    width: auto;
}

li#menu-item-3354,li#menu-item-3364 {
    z-index: 5;
}

header .navigation .sub-menu li#menu-item-3063.menu-item-has-children:before {
    margin-left: 0;
}


header .social i {
    color: #f78029;
}

header .social-list li {
    display: inline-block;
    line-height: 76px;
    margin-left: 6px;
    font-size: 18px;
}

header .text-right {
    position: static;
}

header .tooltip {
    top: 80px !important;
    width: auto !important;
}

header .tooltip .tooltip-inner {
    background: #fff;
    border-radius: 0;
    color: #e3680e;
    letter-spacing: 0.065em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 10px 42px 10px 20px;
    white-space: nowrap;
    position: relative;
}

header .tooltip .tooltip-inner:after {
    content:  "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #e3680e;
}

li.social_twitter .tooltip .tooltip-inner:after,li.social_enews .tooltip .tooltip-inner:after {
    content: none;
}

header .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;;
    border-width: 0 10px 10px;
    margin-left: -10px;
}

header .search-icon {
    width: 76px;
    height: 100%;
    display: inline-block;
    position: relative;
    border: none;
    background: none;
}

header .search-icon i{
    color: #95837c;
} 

header .search-icon:hover i {
    color: #78665e;
}

header .open .search-icon .fa-search:before {
    content: "\f00d";
}

header .dropdown-menu.search-dropdown {
    left: -10%;
    right: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    text-align: center;
    width: 120%;
    margin-top: 0;
}

::-webkit-input-placeholder {
   color: #554741;
}

:-moz-placeholder { /* Firefox 18- */
   color: #554741;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #554741;  
}

:-ms-input-placeholder {  
   color: #554741;  
}

.search-block {
    max-width: 770px;
    width: 100%;
    display: inline-block;
    line-height: 1;
}

.search-block input {
    width: 72%;
    height: 44px;
    font-family: FontAwesome, "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.015em;
    border: none;
    border-radius: 0;
    color: #554741;
    padding: 0 18px;
    float: left;
}

.search-block .search-submit {
    width: 28%;
    height: 44px;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.065em;
}

.search-block .search-submit:hover {
    background: rgba(255, 255, 225, 0.2);
}

.modal {
    background: rgba(255, 255, 255);
}

.modal .modal-header {
    border-bottom: none;
    padding: 25px;
}

.modal .modal-header .close {
    color: #fff;
    opacity: 1;
    cursor: pointer;
    margin-top: -11px;
    margin-right: -5px;
}

.modal .modal-content {
    border-radius: 0;
    background: #0a6e7d;
    box-shadow: none; 
}

.modal .modal-content:before {
    content: "";
    position: absolute;
    left: -14px;
    right: -14px;
    top: -14px;
    bottom: -14px;
    border: 14px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.modal .modal-content h4 {
    color: #9cdce6;
    font-size: 18px;
    letter-spacing: 0.005em;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.modal .modal-body {
    padding: 0 41px 41px;
}

.results h4 {
    margin-bottom: 0;
    margin-top: 0px;
}

.results h4 a {
    text-decoration: none;
    color:#E85433
}

.results p {
    font-size: 75%;
    font-family: "Open Sans", sans-serif;
}

/*----------- BANNER ------------*/

#banner {
    display: inline-block;
    width: 100%;
    min-height: 227px;
    background: url(../img/banner-default-bg.jpg) no-repeat 50% 50% / cover;
    overflow: hidden;
    position: relative;
    padding-top: 75px;
}

#banner img {
    width: 100%;
    height: auto;
}

#banner.home {
    background: url(../img/home-hero.jpg) no-repeat 50% 0 / cover;
    padding: 380px 0 90px;
}

div#banner.home {
    padding-top: 450px;
    background-position: center 75px;
}
/*---------- CONTENT ----------------*/

#content {
    color: #312c2a;
    padding-bottom: 117px;
    position: relative;
}

.main {
    padding-left: 50px;
    padding-right: 50px;
}

.main.p-right-none {
    padding-right: 0;
}
.main.p-none {
    padding-left: 0;
    padding-right: 0;
}

#content > .container > .main {
    background: #fff;
}

#content.full-width-title {
    margin-top: -126px;
}

.full-width-title h1 {
    font-size: 55px;
    line-height: 1.1;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.full-width-title .top-page {
    padding-top: 42px;
}


#content.short-width-title {
    margin-top: -52px;
}

.short-width-title h1 {
    display: table;
    background: #fff;
    min-width: 364px;
    padding: 20px 50px 40px;
    margin-top: -80px;
    margin-left: -50px;
    font-weight: 700;
}

.top-page {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #554741;
    line-height: 1.4;
}

.page-content {
    margin-top: 20px;
    font-size: 19px;
}


/*------ HOME -----*/

#banner.home .main {
    position: relative;
}

#banner.home .main .icon-caption {
    position: absolute;
    right: 0;
    bottom: -62px;
    width: 48px;
}

#banner.home .banner-text {
    background: rgba(10, 110, 125, 0.8);
    padding: 45px 40px;
    display: inline-block;
    position: relative;
}

#banner.home .banner-text h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 55px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

#banner.home .banner-text h1 strong {
    font-weight: 700;
    display: block;
}

#banner.home .banner-text .view-btn {
    bottom: -51px;
    right: 0;
    left: auto;
    line-height: 44px;
    font-size: 14px;
}

#content.home {
    margin-top: 0;
    padding-top: 47px;
    padding-bottom: 0;
}

.latest-news {
    background: #f77a1e;
    color: #fff;
    text-align: center;
    padding: 25px 40px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    position: relative;
}

.latest-news h5 {
    color: #ffdfa2;
}

.latest-news h2 {
    color: #fff;
    margin: 0;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.latest-news .more-btn {
    color: #ffdfa2 !important;
    background-image: url(../img/arrow-orange-right-light.png);
}

.latest-news .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    line-height: 1;
    cursor: pointer;
}

/*---*/

.top-text {
    font-size: 35px;
    line-height: 1.5;
    color: #636262;
    text-align: center;
    padding: 60px 0 90px;
    font-family: 'Tisa Pro Regular', sans-serif;
}
.top-text .btn {
    margin-top: 20px;    
}

/*--- STANDART DETAIL ---*/

/*.social a {*/
/*    color: #ea5329 !important;*/
/*    text-decoration: none !important;*/
/*    font-size: 18px;*/
/*    margin: 0 4px;*/
/*}*/

/*.social a span {*/
/*    font-size: 10px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.225em;*/
/*    font-style: normal;*/
/*}*/

/*.social a:hover {*/
/*    color: #f77a1e !important;*/
/*}*/

.article h1 a, .article h2 a, .article h3 a, .article h4 a, .article h5 a {
    text-decoration: none;
    font-weight: inherit;
    font-weight: inherit;
}

.article a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
}

.article h3 {
    color: #f77a1e;
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.article a:hover {
    color: #178fa1;
}

.article blockquote {
    border:0;
    text-align: center;
    line-height: 150% !important;;
    color: #106C7B;
    font-style: italic;
    font-size: 120%
}

.article blockquote:before {
    content: "__";
    font-style: normal;
    font-size: 350%;
    color: #A9DAE4;
    margin-bottom: 45px;
    display: block;
    margin-top: -30px;
     }

.meta-detail {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 34px;
}

.meta-detail .author-info {
    float: left;
    font-size: 16px;
    color: #1c1817;
}

.meta-detail .author-info a {
    font-weight: 700;
    color: inherit;
}

.meta-detail .author-info .date {
    font-size: 13px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

.meta-detail .author-info img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.meta-detail .author-info .text {
    float: left;
    padding-top: 11px;
}

.meta-detail .author-social {
    float: right;
    margin-right: -28px;
}

.meta-detail .author-social span {
    font-size: 11px;
    display: block;
    color: #bab1ad;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.225em;
    text-align: center;
    margin-bottom: 7px;
}

.meta-detail .author-social a {
    margin-left: 20px;
}

.meta-detail .author-social span + a {
    margin-left: 0;
}

.article .btns {
    margin: 35px 0 40px;
}

.article .btns .more-btn {
    margin: 25px 0;
}

.quote {
    text-align: center;
    color: #0a6e7d;
    font-size: 24px;
    font-style: italic;
    position: relative;
    padding-top: 25px;
}

.quote:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 0;
    border-bottom: 7px solid #9cdce6;
    left: 50%;
    margin-left: -35px;
    top: 0;
}

.quote p {
    line-height: 1.35 !important;
}

.quote .author span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.custom-list ul,
.custom-list ol {
    margin-top: 40px;
}

.custom-list li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #554741;
    line-height: 1.375;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    list-style-type: none;
}

.custom-list ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #178fa1;
}

.custom-list ol li .number {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    color: #178fa1;;
    border-bottom: 7px solid #9cdce6;
}

.tags {
    margin-top: 93px;
    border-top: 1px solid #c4bcb8;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #f77a1e;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.tags span {
    color: #95837c;
    padding-right: 50px;
}

.tags a {
    color: #f77a1e;
    text-decoration: none;
    font-weight: bold;
}
.tags a:hover {
    color: inherit;
    text-decoration: underline;
}

.related-page {
    max-width: 360px;
    padding-left: 33px;
    color: #ea5329;
    text-transform: uppercase;
}
.related-page span {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    display: block;
}

.related-page a,
.featured-stat a,
.featured-grantee a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ea5329;
    line-height: 1.25;
}

.related-page a:hover {
    text-shadow: 0 0 1px #ea5329;
}

.related-page i {
    font-size: 15px;
    position: relative;
    top: -4px;
    margin-left: 5px;
}

.related-page.border-left:after {
    top: 5px;
    bottom: 5px;
}

/*-- sidebar ---*/
.sidebar > div {
    margin-bottom: 50px;
}

.sidebar h5 {
    color: #ea5329;
    margin-bottom: 15px;
}

.featured-stat {
    text-align: center;
    text-transform: uppercase;
    padding-left: 20px;
}

.featured-stat .percent {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 125px;
    font-weight: 700;
    color: #ea5329;
    display: block;
    line-height: 0.75;
    margin-bottom: 10px;
}

.featured-grantee {
    font-family: "Open Sans", sans-serif;
    color: #554741;
}

.featured-grantee a {
    text-transform: uppercase;
    margin-bottom:  10px;
    display: inline-block;
}

.featured-grantee .border-left {
    padding-left: 22px;
}

.featured-grantee p {
    margin-bottom: 0;
}

.featured-grantee .more-btn {
    margin-bottom: 0;
}

.related-news li {
    list-style-type: none;
    margin-bottom: 7px;
}

.related-news .post-item {
    position: relative;
    overflow: hidden;
}

.related-news .post-item .post-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 0;
    color: #fff;
    text-transform: uppercase;
}
.slick-track .post-item {
    min-height: 382px;
    background: #428D9E;
}
.related-news .post-item .post-text p {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.015em;
    color: #fff;
    line-height: 1.25;
    padding-top: 25px;
    position: relative;
    margin-top: 10px;
}

.related-news .post-item .post-text p:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 0;
    border-bottom: 7px solid #ffb15b;
    left: 0;
    top: 0;
}

.related-news .post-item .post-cat {
   font-size: 15px;
   font-family: "Open Sans", sans-serif;
   font-weight: 600;
   letter-spacing: 0.05em;
   color: #fff;
}

.view-btn {
    line-height: 35px;
    background: #fff;
    color: #ea5329;
    font-family: "Open Sans", sans-serif;
   font-weight: 600;
   font-size: 13px;
   display: inline-block;
   padding: 0 20px;
   position: absolute;
   left: 30px;
   bottom: 0px;
   text-transform: uppercase;
   text-decoration: none;
}

.view-btn:hover {
    background: #e9e6e4;
    color: #ea5329;
}

.related-news .post-item .view-btn {
    bottom: -35px;
}

.related-news .post-item:hover .view-btn{
    bottom: 0;
}

.related-news .post-item .view-btn i {
    margin-right: 5px;
}

/*--- OUR WORK ---*/

#content.our-work {
    padding-bottom: 0;
}

.our-work .top-page {
    padding-bottom: 100px;
}

.our-work .top-page h2 {
    line-height: 1.4;
}

.title-grey {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #554741;
    text-align: center;
    background: #f8f4f2;
    padding: 35px 0;
}

.title-grey a {
    color: #554741;
}


/*---*/

.issue {
    background: #178fa1;
    color: #fff;
    padding: 100px 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.issue p {
    margin-bottom: 25px;
}

.issue .big {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.issue .issue-text {
    padding-right: 50px;
}

#issue-carousel {
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 75px 30px 110px;
}

#issue-carousel p {
    margin-bottom: 0px;
}
#issue-carousel .number {
    font-size: 72px;
}

#issue-carousel .source {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #9cdce6;
    text-transform: none;
}

#issue-carousel .source a {
    color: #fff;
}

#issue-carousel .carousel-indicators {
    bottom: 40px;
}

#issue-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    background: #238c9c;
    border: none;
    margin-left: 4px;
    margin-right: 4px;
}

#issue-carousel .carousel-indicators li.active {
    background: #0a6e7d;
}

/*---*/

.approach {
    padding: 120px 0 100px;
    color: #554741;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size:21px; 
}

.approach h2, .applying h2 {
    margin-top: -8px;
    color:#E64F2E;
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
}

.approach li {
    font-style: italic;
    list-style-type: disc;
    padding-left: 0;
    position: relative;
    margin-bottom: 8px;
    font-size: 90%;
    left: 25px;
}

.approach img {
    border-left: 5px solid #F4B36A;
}


p.italic {
    font-style: italic;
}

/*---*/

.program-areas {
    background: url(../img/program-bg.jpg) no-repeat 50% 0 / cover;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}

.program-areas .title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: -0.015em;
}

.program-item {
    text-align: center;
    padding: 50px 30px 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    min-height: 585px;
}
.program-item img {
    width: 150px;
}
.program-item:hover {
    border-color: #fff;
    background: rgba(231, 142, 61, 0.3);
    padding-bottom: 60px;
}

.program-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -40px;
    margin-top: -50px;
}

div.program-description p {
    font-family: 'Tisa Pro Regular', sans-serif;
}

.program-intro h2 {
    font-size; 24px;
    line-height: 149%;
}

/*----*/

.applying {
    padding: 100px 0;
    font-family: "Open Sans", sans-serif;
    color: #554741;
    font-size: 21px;
    position: relative;
}

.applying h2 {
    margin-top: -8px;
}

.applying img {
    float: left;
    margin: 0 25px 25px auto;
}

.applying .home-grantee-item h2 a {
    color: #ea5329;
}

.featured-content {
    margin-left: 360px;
}

.featured-content h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #524741;
}

.featured-content h2, .featured-content h2 a {
    font-weight: bold;
    color: #D85D38;
}

.featured-content p {
    display: inline;
    margin-right: 5px;
}

.featured-content a:hover {
    text-decoration: underline;
}

/*----*/

.grantmaking {
    background: #f8f4f2;
    padding-bottom: 88px;
}

.grant-item {
    display: inline-block;
    float: left;
    width: 33%;
    margin-left: 0.16%;
    margin-right: 0.16%;
    position: relative;
    margin-bottom: 4px;
    background: #000;
    height: auto !important;
}

.grant-item > img {
    width: 100%;
}

.grant-item img.attachment-melville-beyond-grantmaking.size-melville-beyond-grantmaking.wp-post-image {
    opacity: .6;
}

.grant-item .front, 
.grant-item .back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.grant-item h3{
    font-size: 24px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    line-height: 1.25;
    position: absolute;
    top: 210px;
}
.grant-item h3 a {
    color: #fff;
}

.grant-item h3 small {
    font-family: "Open Sans", sans-serif;
    font-size: 125%;
    color:white;
    display: block;
    text-transform: none;
    font-weight: 300;
}
.grant-item h3 a:hover {
    text-decoration: underline;
}

.grant-item p {
    margin-bottom: 0;
    line-height: 1.1;
}

.grant-item .front {
    font-size: 33px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.grant-item:hover .front {
    opacity: 0;
}

.grant-item .front img {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 40px;
}

.grant-item .back {
    font-size: 18px;
    font-weight: 400;
    background: rgba(247, 122, 30, 0.75);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.grant-item:hover .back {
    opacity: 1;
    z-index: 2;
}

.grant-item .back h3 {
    margin: 10px 0;
}

.grant-item .back p {
    line-height: 1.3;
}

.grant-item .back .tag-cat {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 20px;
}

.grant-item .back .tag-cat:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    border-bottom: 7px solid #ffb15b;
}

/*--- NEWS VIEWS ---*/

.news-sort {
    background: #0a6e7d;
    text-align: center;
    margin-top: 60px;
}

.news-sort ul {
    margin-bottom: 0;
}

.news-sort li {
    display: inline-block;
    padding: 0 15px;
}

.news-sort a {
    height: 44px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #9cdce6;
    line-height: 44px;
}

.news {
    margin-left: -30px;
    margin-right: -30px;
}

.news-sort a:hover,
.news-sort a.active{
    color: #fff;
    border-bottom: 7px solid #fff;
    text-decoration:none;
}

.news-item {
    position: relative;
    padding: 26px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 40px;
}

.news-item:last-child {
    margin-bottom: 15px;    
}

.news-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-right: 7px solid #ea5329;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news-item:hover:after {
    opacity: 1;
}

.news-item:hover {
    background: #f8f4f2;
}

.news-item .news-thumb {
    position: relative;
    float: left;
    width: 46%;
}

.news-thumb img {
    width: 500px;
}

.news-item .news-thumb .news-cat {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    line-height: 44px;
    padding: 0 20px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(10, 110, 125, 0.55);
}

.news-item .news-thumb .news-cat a {
    color: #fff;
}

.news-item .news-excerpt {
    width: 54%;
    float: right;
    padding-left: 27px;
}
.news-excerpt h3 {
    margin-bottom: 5px;
}

.news-item .news-excerpt h3 a {
    color: #ea5329;
}

.news-excerpt .excerpt-body a.more-btn,.news-excerpt .excerpt-body p {
    display: inline;
}

.news-item .news-excerpt .meta {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.news-item .news-excerpt .meta .date {
    text-transform: uppercase;
    font-size: 13px;
}

.news-item .news-excerpt .meta a {
    color: inherit;
    font-weight: 700;
}

.news-item .excerpt-body {
    padding-top: 18px;
}

.news-item .news-excerpt .more-btn {
    margin-left: 5px;
}

.news-item.no-thumb .news-thumb {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
}

.news-item.no-thumb .news-thumb .news-cat {
    float:none;
    position:relative;
    background: none;
    color: #306D7B;
    padding: 0;
    margin: 0;
    height: auto;
}

.no-thumb .news-excerpt {
    width: 100%;
    float: none;
    padding: 0;
}

/*--- PAGINATION ----*/

.custom-pagination {
    padding-top: 20px;
    border-top: 1px solid #c4bcb8;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.custom-pagination .wp-pagenavi a,
.custom-pagination .wp-pagenavi span {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    color: #9cdce6;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 41px;
    border: 3px solid transparent;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.custom-pagination .wp-pagenavi span,
.custom-pagination .wp-pagenavi a:hover {
    color: #178fa1;
    border-color: #178fa1;
}

.custom-pagination .wp-pagenavi .nextpostslink,
.custom-pagination .wp-pagenavi .prevpostslink {

}

.custom-pagination .wp-pagenavi .nextpostslink i,
.custom-pagination .wp-pagenavi .prevpostslink i {

}

.custom-pagination .pages {
    color: #636262;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}

.custom-pagination p a {
    color: #178fa1;
    font-weight: 700;
}

.grants .custom-pagination {
    border-top: none;
}

.news-views .custom-pagination .pages {
    display: none;
}
a.nextpostslink, a.previouspostslink {
    font-size:40px !important;;
    display: block;
    position: relative;
    top: 8px;
    font-weight: 600;
}

.custom-pagination .wp-pagenavi span.extend {
    border: none;
}

.custom-pagination .wp-pagenavi span.extend:after {content: "...";font-size: 150%;}

/*--- FEATURED GRANTEE ---*/

.top-page .subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 7px;
}

.article p {
    line-height: 1.55;
    font-family: 'Tisa Pro Regular', sans-serif;
}

.article-img {
    position: relative;
    overflow: hidden;
    margin-top: 56px;
    margin-bottom: 50px;
}

.wp-caption-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px 29px;
    color: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wp-caption .wp-caption-text {
    left: 5px;
    right: 5px;
    bottom: 10px;
}

.wp-caption:hover .wp-caption-text,
.article-img:hover .wp-caption-text {
    opacity: 1;
}

.article-img .img-info .author {
    text-transform: none;
    margin-top: 10px;
}

.article-img .img-info a {
    text-decoration: none;
}

.article ul, .article ol {
    margin-bottom: 35px;
    margin-top: 20px;
}

.article ul li {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
}

.article ul li::before {
    content: "•";
    color: #2491A0;
    margin-right: 10px;
    margin-left: -17px;
    
}

.article ol {
    list-style-type:decimal-leading-zero;
}

.article ol {
   list-style: none;
 }
.article ol li {
   counter-increment: item;
   margin-bottom: 20px;
    margin-left: 25px;
 }
.article ol li:before {
   margin-right: 10px;
   content: counter(item,decimal-leading-zero);
   border-bottom: 7px solid #A9DAE4;
   color: #2491A0;
   width: 1.2em;
   text-align: center;
   display: inline-block;
   font-weight: bold;
   font-size: 85%;
    margin-left: -27px;
    float: left;
    
}

.sidebar {
    padding: 0 0 30px;
    margin-top: 9px;
}

.col-sm-4 .sidebar {
    margin-left: 36px;
    padding: 7px 7px; 30px
}

.sidebar .detail-list {
    border-top: 5px solid #fff;
    margin: 45px 30px 0;
}

.sidebar .detail-list li {
    list-style-type: none;
    border-top: 2px solid #fff;
    padding-top: 9px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.sidebar .detail-list li a {
    color: #fff;
    line-height: 1.7;
}

.sidebar .detail-list li a:hover {
    color: #F5D09C;
}

/*--- STAFF ---*/

.team {
    padding-top: 67px;
    padding-bottom: 49px;
}

.team .team-item {
    margin-bottom: 100px;
}

.team .team-item .photo {
    float: left;
    position: relative;
    width: 200px;
    height: auto;
}

.team .team-item .photo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-left: 7px solid #f77a1e;
}

.team .team-item.board-of-directors .photo:after {
    border-left: 7px solid #0A6E7D;
}

.team .team-item .photo img {
    width: 100%;
}

.team .team-item.brightless .photo img {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);    
} 

.team .team-item .info {
    padding-top: 10px;
    padding-left: 18px;
    font-size: 16px;
    color: #ea5329;
    font-family: "Open Sans", sans-serif;
    margin-left: 200px;
}

.team .team-item .info p {
    margin-bottom: 0;
      font-family: 'Tisa Pro Regular', sans-serif;
}

.team .team-item .info h4 {
    display: inline-block;
    padding-right: 30px;
}

.team .team-item .info h4:hover{
    background: url(../img/arrow-orange-right.png) no-repeat 100% 50%;
}

.team .team-item .info .position{
    font-weight: 700;
    color: #554741;
}

.team .team-item .info a {
    color: #ea5329;
}

body.page-id-29 .info-phone, body.page-id-29 .info-email {
    display: none;
}

.info i:before {
    margin-right: 10px;
    font-size: 15px;
}

.info .info-phone i:before {
    margin-right: 16px;
}

.team-detail .contact-info {
    margin-top: 25px;
}
.team-detail .contact-info p,
.team-detail   .contact-info p a{
    color: #E64F2E;
    font-size: 90%;
    margin-bottom: 5px;
}

.person-posts {
    margin-top: 45px;
}

.person-posts h3 {
    color: gray;
    font-size: 70%;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    text-transform: uppercase;
}

.person-posts h4 {
    margin-top: 10px;
}

.person-posts h4 a {
    color:#178FA1;
    font-size: 80%;
    text-decoration: none;
    font-weight: bold;
}

/*----- STAFF DETAIL -----*/

.team-detail {
    min-height: 656px;
    padding-bottom: 50px;
    margin-top: 41px;
}

.team-detail .photo {
    width: 28%;
    float: left;
    position: relative; 
}

.team-detail .photo img {
    width: 100%;
    height: auto;
    border-left: 7px solid #0a6e7d;
}

.team-detail.staff .photo img {
    border-left: 7px solid #E85433;
}

.team-detail .photo .download {
    color: #fff;
    background: #0a6e7d;
    font-style: italic;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    line-height: 30px;
}

.team-detail .photo .download i {
    font-size: 13px;
    margin-left: 5px;
}

.team-detail.board-of-directors .photo .download, .team-detail.board-of-directors .back-staff { 
    display: none;
}

.team-detail.staff .photo .download, .team-detail.staff .back-board { 
    display: none;
}

.team-detail .info {
    float: right;
    width: 72%;
    padding-left: 55px;
    margin-top: -7px;
    padding-right: 60px;
}

.team-detail .info p {
    line-height: 1.52;
}

.team-detail .orange-link {
    margin-top: 27px;
}
.team-detail .contact-info {
    margin-top: 25px;
}
.team-detail .contact-info p,
.team-detail .contact-info p a{
    color: #E64F2E;
    font-size: 90%;
    margin-bottom: 5px;
}



/*------- PROGRAM AREA --------*/

#content.program-area {
    padding-bottom: 0;
}

.program-dropdown {
    position: absolute;
    top: -131px;
    left: -35px;
    background: #fff;
    color: #554741;
    font-family: "Open Sans", sans-serif;
}

.program-dropdown .dropdown {
    border: none;
}

.program-dropdown .dropdown span {
    line-height: 44px;
    display: inline-block;
    padding: 0 80px 0 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.program-dropdown .dropdown span:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -9px;
    width: 10px;
    line-height: 1;
    height: 8px;
    font-size: 17px;
}

.program-dropdown .dropdown.open span:before {
    content: "\f107";
}

.program-dropdown .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-top: -2px;
    box-shadow: none;
    border: none;
}

.program-dropdown .dropdown .dropdown-menu li a {
    line-height: 44px;
    display: inline-block;
    width: 100%;
    color: #554741;
    -webkit-transition: all 0.3s;
    transition: all, 0.3s;
    padding-left: 50px;
    font-size: 16px;
}

.program-dropdown .dropdown .dropdown-menu li a:hover {
    background: #f77a1e;
    color: #fff;
}

.title-green {
    background: #178fa1;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding: 20px 50px;
    line-height: 1;
}

.title-green a {
    color: #fff;
    text-decoration: none;
}

.title-green a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    text-align: right;
    float: right;
    top: 10px;
    position: relative;
}

.title-green a.collapsed:after {
    content: "\f054";
}

.program-container {
    margin-top: 45px;
    background: #f8f4f2;
    color: #554741;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.program-container p {
    margin-bottom: 25px;
}

.program-container .main {
    padding-bottom: 30px;
    margin-left: -10px;
}

/*.program-container h3 {*/
/*    font-family: 'Open Sans Condensed', sans-serif;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*}*/

/*.program-container h5 {*/
/*    color: #ea5329;*/
/*    margin-bottom: 15px;*/
/*}*/

.program-container .border-left {
    padding-left: 27px;
}

.program-container .border-left h3 a {
    color: #ea5329;
}

.program-container .year {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #ea5329;
    font-weight: 600;
}

.program-container .grant-sum {
    font-size: 18px;
    color: #95837c;
    font-weight: 900;
}

.program-container .border-left p {
    font-size: 18px;
    margin-bottom: 0;
}

.program-container .btn {
    float: right;
    margin-right: 20px;
}

.program-container .panel {
    background: #f8f4f2 !important;
    border: none !important;
    box-shadow: none !important;
}

.program-container .panel-heading{
    padding: 0 !important;
}

.program-container .panel-group {
    margin-bottom: -20px !important;
}

.program-container .see-all-grants a {
    color: #fff !important;
    text-decoration: none !important;
}

.related-page.position-right {
    position: absolute;
    right: 64px;
    bottom: -25px;
}

/*----*/

.resousres-carousel {
    background: #f8f4f2;
    padding-bottom: 80px;
}


.resousres-carousel .slick-slide {
    padding-left: 4px;
    padding-right: 4px;
}

.resousres-carousel .slick-slide img {
    width: 100%;
    height: auto;
}

.resousres-carousel .post-item .post-text {
    padding-top: 45%;
    padding-bottom: 55px;

}

.resousres-carousel .slick-arrow {
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    text-indent: -999999px;
    background: transparent;
    border: none;
}

.resousres-carousel .slick-arrow:before {
    bottom: 0;
    font-family: "FontAwesome";
    font-size: 65px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -15px;
    color: #c4bcb8;
    text-indent: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.resousres-carousel .slick-arrow:hover:before {
    color: #312c2a;
}

.resousres-carousel .slick-prev {
    left: -50px;
}

.resousres-carousel .slick-prev:before {
    content: "\f104";
}

.resousres-carousel .slick-next {
    right: -50px;
}

.resousres-carousel .slick-next:before {
    content: "\f105";    
}


/*--------- GRANTS ---------------*/

.grants-top {
    display: inline-block;
    width: 100%;
}

.note-text {
    float: left;
    width: 58%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #636262;
    padding-left: 21px;
    letter-spacing: -0.005em;
}

.note-text em {
    display: block;
}

.grants-table .dataTables_filter {
    width: 300px;
    height: 44px;
    position: relative;
    margin-top: -138px;
}

.grants-table .dataTables_info {
    float: none;
    text-align: center;
    margin: 25px 0 15px 0;
    font-size: 85%;
    color: #524741;
}

.grants-table .dataTables_filter input {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #c4bcb8;
    border-left-width: 7px;
    padding: 0 40px 0 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: url(../img/icon-search.png) no-repeat 95% 50% #fff;
    margin: 0;
}

.grants-table .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

.grants-table .dataTables_filter input:focus {
    border-left-color: #f77a1e;
}

.grants-table {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 35px;
}

.dataTables_paginate {
    float:none !important;
    margin: 15px auto !important;
    text-align: center;
    width: auto;
    font-size: 75%;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-shadow: none !important;
    font-size: 20px;
}

.paginate_button:after, .paginate_button:before {
    color: #524741;
}

.grants-table table {
    width: 100% !important;
}

.grants-table table th,
.grants-table table td {
    font-size: 14px;
    color: #626161;
    vertical-align: middle !important;
}

.grants-table table thead th {
    color: #302c2a;
    white-space: nowrap;
    background-color: transparent;
}

.grants-table .column-1 a{
    color: #106C7B;
    background: url(../img/offsite.png) right 5px no-repeat;
    padding-right: 15px;
    background-size: 10px;
}

.grants-table td.column-2:before {
    content: "$";
}

.grants-table .tablepress .sorting:after {
    color: #c4bcb8;
}

.grants-table .tablepress .sorting_asc, 
.grants-table .tablepress .sorting_desc,
.grants-table .tablepress .sorting:hover,
.grants-table .tablepress .sorting:hover:after,
.grants-table .tablepress .sorting_asc:after, 
.grants-table .tablepress .sorting_desc:after {
    color: #ea5329;
    background-color: transparent;
}

.grants-table table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, 
.grants-table table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    background-color: #ea5329;
    top: 10px;
}

.grants-table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, 
.grants-table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #f77a1e;
    line-height: 14px;
}

.grants-table .tablepress .child td.child {
    border-right: none;
    padding: 0 0 0 40px;
}

.grants-table .tablepress > tbody > tr.child ul {
    width: 100%;
}

.grants-table .tablepress > tbody > tr.child ul li {
    padding: 0.5em 0 !important;
    color: #302c2a;
}

.grants-table .tablepress > tbody > tr.child ul li .dtr-title {
    width: 30%;
}

.grants-table table th:first-child,
.grants-table table td:first-child {
    border-right: 1px solid #ddd;
}

.grants-table table td:first-child {
    color: #359ead;
    width: 18%;
}

.grants-table table td:nth-child(2) {
    width: 10%;
}

.grants-table table td:nth-child(3) {
    width: 35%;
}

.grants-table table td:nth-child(4) {
    width: 10%;
}

.grants-table table td:nth-child(5) {
    width: 14%;
}

.grants-table table td:nth-child(6) {
    width: 15%;
}

.grants-table table td:last-child {
    width: 26%;
}


/*---------- #footer -----------------*/

#footer {
    background: #306D7B;
    color: #95837c;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 80px;
}

#footer .bg-white {
    border-top: 7px solid #554741;
    padding: 21px 22px 15px;
    overflow: hidden;
    font-size: 15px;
}

#footer .bg-white a {
    color: #95837c;
}

.#footer-logo p {
    color: #a3938d;
}

#footer .bg-white a:hover {
    text-decoration: underline;
}

#footer .bg-white > div:first-child p {
    font-family: 'Tisa Pro Regular', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.25;
}

#footer .bg-white > div:first-child a {
    color: #f77a1e;
}

#footer .bg-white > div:nth-child(2),
#footer .bg-white > div:last-child {
    padding-top: 25px;
}

#footer .bg-white strong {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

#footer .contact-info {
    margin-bottom: 20px;
}

#footer .twitter,
#footer .twitter a{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.015em;
}

#footer .twitter .border {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    font-size: 18px;
}

#footer .search-block .desktop {
    display: show;
}
#footer .search-block .mobile {
    display: none;
}

#footer .search-block input {
    width: 74%;
}

#footer .search-block .search-submit {
    width: 26%;
}

#footer .copy {
    color: #fff;
    margin-top: 25px;
    letter-spacing: 0.015em;
}

#footer .copy a {
    color: #fff;
    text-decoration: underline;
}

#footer .contact-info, #footer .contact-info a {
    color: #554741;
}

.footer-logo img {
    width: 160px;
}

.tagline {
    color: #95837c;
}

/*Beaver Styles*/
.fl-col-group .nomargin {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

/*Temp styles*/

body.tax-program_area .panel-body {
    font-size: 80%;
}

body.tax-program_area .panel-body .article ul {
    margin-left: 45px;
}

.panel-body img {
    border: 2px solid #ddd;
}

.noborder {
    border: none;
}

.panel-body img {
    border: 2px solid #ddd;
}

.panel-body h5 {
    color: #ea5329;
}

.program-areas-item {
    font-size: 75%;

}

.program-areas-item h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 139%;
    margin-bottom: 5px;
    color: #ea5329;
}

.program-areas-item h3 a {
    text-decoration: none;
    font-weight: bold;
}

.program-areas-item p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 113% !important;
}

/*Social Warfare*/


.nc_socialPanel.swp_d_ccOutlines .nc_tweetContainer, html body .nc_socialPanel.swp_i_ccOutlines .nc_tweetContainer:hover, body .nc_socialPanel.swp_o_ccOutlines:hover .nc_tweetContainer {
    border: none;
}

.darken {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: absolute;
}

.swp-content-locater {
    display: none;
}

body.single .swp-content-locator {
    display: block;
}

div#epoch-wrap h3 {
    font-size: 100%;
}

.slick-slide ul.post-categories a {
    color: white;
}

.slick-slide ul.post-categories a:hover {
    cursor: default;
}
.fl-accordion-button {
    background: #178FA1;
    color: white;
    font-family:
"Open Sans", sans-serif;
    font-size:15px;
    font-weight: normal;

}

.fl-accordion-content.fl-clearfix {
    background: #F8F4F2;
    padding: 25px;
    border: none;
}

.fl-accordion {
    border: none !important;
}

.fl-accordion-item {
    border: none !important;
}

.gfield_description {
    font-size: 12px !important;
}