/*
Theme Name: Eagleray Theme
Author: Eagleray Web
Author URI: http://eagleray.co.il/
Description: Custom Wordpress themes tailored for your needs.
Version: 1.0
Text Domain: eagleray
*/
/* 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
}
/* Global Rules */

.clear {
    clear: both;
}

.hidden {
    display: none;
}
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
/* Specifics */

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

@font-face {
    font-family: 'Matchbook';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Matchbook'), url('fonts/Matchbook.woff') format('woff');
}


body {
    /*font-family: 'Avenir LT Std 45 Book', Arial, sans-serif;*/
    font-family: 'Hind', sans-serif;
    min-width: 1024px;
    background-color: #ccc;
/*    opacity: 0.7;
    background-image: url('images/guide/home.jpg');
    height: 1993px;*/
    background-repeat: no-repeat;
    background-position: top center;
}

.matchbook {
    font-family: 'Matchbook';
}
.mobile-menu-wrapper,
.mobile-only {
    display: none;
}
#main-menu,
.desktop-only {
    display: block;
}
.row {
    width: 1230px;
    margin: 0 auto;
    background-color: #fff;
}

.row.content {
    width: 1230px;
    padding: 58px 0 0 0;
    /*max-width: 1230px;*/
}

.inner {
    width: 1024px;
    /*max-width: 1230px;*/
    
    margin: 0 auto;
}

.footer-row,
.header-row {
    background: #58595b;
    /*opacity: 0.3;*/
    width: 1230px;
}

.main-header {
    max-height: 173px;
    position: relative;
}

.main-footer {
    text-align: center;
    padding: 24px 0 28px 0;
    line-height: 16px;
    color: #fff;
    /*font-family: 'Avenir LT Std 65 Medium';*/
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    /*letter-spacing: 0.4px;*/
}
.main-footer a {
    color: inherit;
    text-decoration: none;
}

.logo {
    position: relative;
    float: left;
}

.logo-link {
    display: inline-block;
    position: relative;
    top: 23px;
    left: 1px;
}

.head-contact-box {
    position: absolute;
    top: 0;
    right: 0;
}

.head-company-info {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    /*font-family: 'Avenir LT Std 65 Medium';*/
    font-family: 'Hind', sans-serif;
    margin: 25px 0 0 0;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-align: right;
}

.head-company-name {}

.head-company-info a {text-decoration: none; color: inherit;}

.head-phone {}

.head-social-media {
    text-align: right;
    margin: 5px 0 0 0;
}

.head-sm-btn {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fb {
    background-image: url(images/fb.png);
}

.tw {
    background-image: url(images/tw.png);
}

.in {
    background-image: url(images/in.png);
}
.gp {
    background-image: url(images/gp.png);
}

.education-box {
    float: left;
}

.mission-box {
    /*float: right;*/
    width: 330px;
    padding: 40px 53px 0 33px;
    background-color: #7a7a7a;
}

.mission-box p {
    /*font-family: 'Avenir LT Std 55 Roman';*/
    font-family: 'Hind', sans-serif;
    font-size: 15.5px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 12px 0;
}

.cares {}

.commissioning {}

.mechanical {}

.religious {}

.retail {}

.team {}

#main-menu {
    /*font-family: 'Avenir LT Std 95 Black';*/
    font-family: 'Hind', sans-serif;
    float: left;
    margin: 116px 0 0 2.7%;
    position: relative;
    width: 89%;
    font-weight: 600;
}

#main-menu>ul>li {
    display: inline-block;
    vertical-align: top;
}

#main-menu>ul>li>a {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    /*letter-spacing: 0.2px;*/
    text-transform: uppercase;
    font-weight: 500;
}

#main-menu>ul>li.current-menu-parent>a,
#main-menu>ul>li:hover>a {
    color: #231f20;
}

#main-menu>ul>li>ul {
    position: absolute;
    left: 0;
    padding: 20px 0 0 3px;
    width: 100%;
    display: none;
}

#main-menu>ul>li:hover>ul,
#main-menu>ul>li.active>ul {
    display: block;
}

#main-menu>ul>li>ul>li {
    float: left;
}

#main-menu>ul>li>ul>li>a {
    display: inline-block;
    vertical-align: top;
    /*font-family: 'Avenir LT Std 65 Medium';*/
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    padding: 0 9px;
    text-decoration: none;
    color: #8dc63f;
    font-size: 14px;
    letter-spacing: 0.3px;
}

#main-menu>ul>li>ul>li.current-menu-item>a,
#main-menu>ul>li>ul>li:hover>a {
    color: #fff;
}

.grid-row {
    margin: 0 0 14px 0;
}

.grid-row-2 {
    margin: 0 0 36px 0;
}

.grid-left {
    float: left;
}

.grid-right {
    float: right;
}

.grid-box {
    position: relative;
}
.grid-2-3 {
    width: 678px;
}
.grid-1-3 {
    width: 332px;
}

.grid-box img {
    display: block;
    width: 100%;
    height: auto;
}

.grid-box-link {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hover-state {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.grid-box:hover .hover-state {
/*.hover-state:hover {*/
    background-color: rgba(65, 65, 65, 0.7);
}

.grid-box-title-wrapper {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    /*transform: translateY(-50%);*/
    height: 31px;
    margin-top: -15.5px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.grid-box-title {
    display: inline-block;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.6);
    /*font-family: 'Avenir LT Std 95 Black';*/
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #414042;
    font-size: 12px;
    height: 31px;
    line-height: 35px;
    text-transform: uppercase;
    /*opacity: 0.3;*/
    margin: 0;
    letter-spacing: 8px;
    padding: 0 10px 0 17px;
}

.mi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* OUR TEAM */

.content-head {
    padding: 58px 0 45px 0;
}

.our-team-info {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    line-height: 50px;
    font-size: 31px;
    font-weight: 300;
    padding: 0 0 0 4px;
    letter-spacing: 0.5px;
    color: #8dc63f;
    text-transform: uppercase;
}
.our-team-info span,
.our-team-info .matchbook {
    font-family: 'Matchbook';
    text-transform: lowercase;
    font-size: 58px;
    color: #9ca4af;
}

.team-member {
    margin: 0 0 58px 0;
    background-color: #e6e7e8;
    position: relative;
    /*opacity: 0.6;*/
}

.team-row {
    padding: 0 0 16px 0;
}

.team-member:nth-child(odd)::before {
    content: " ";
    position: absolute;
    top: 0;
    left: -103px;
    width: 103px;
    /* height: 263px; */
    height: 313px;
    background-color: #e6e7e8;
    z-index: 0;
    border-bottom: 62px solid #8dc63f;
}

.team-member:nth-child(even)::before {
    content: " ";
    position: absolute;
    top: 0;
    right: -103px;
    width: 103px;
    height: 313px;
    background-color: #e6e7e8;
    z-index: 0;
    border-bottom: 62px solid #8dc63f;
}

.team-member:last-child {
    margin: 0;
}

.team-member:nth-child(odd) .team-member-info {
    float: left
}

.team-member:nth-child(odd) .team-member-image {
    float: right
}

.team-member:nth-child(even) .team-member-info {
    float: right
}

.team-member:nth-child(even) .team-member-image {
    float: left
}

.team-member-info {
    width: 68.3%;
}

.member-name {
    text-transform: uppercase;
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-size: 29px;
    font-weight: 300;
    text-indent: 6px;
    padding: 21px 0 0 0;
    letter-spacing: 0.6px;
    float: left;
    color: #231f20;
}

.team-member:nth-child(even) .member-name {
    padding: 21px 0 0 35px;
}

.member-email {
    float: right;
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    padding: 33px 45px 0 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #8dc63f;
    text-decoration: none;
}

.team-member:nth-child(even) .member-email {
    padding: 33px 10px 0 0;
}

.member-position {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    padding: 10px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-indent: 7px;
    color: #939598;
}

.team-member:nth-child(even) .member-position {
    padding: 10px 0 0 35px;
}

.member-info {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    padding: 12px 45px 0 5px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1px;
    /* height: 190px; */
    height: 240px;
    color: #414042;
}

.team-member:nth-child(even) .member-info {
    padding: 12px 0 0 40px;
}

.member-resume {
    height: 62px;
    line-height: 62px;
    padding: 0 0 0 5px;
    background-color: #8dc63f;
    color: #231f20;
}

.team-member:nth-child(even) .member-resume {
    padding: 0 0 0 40px;
}

.member-resume a {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    color: #231f20;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
}

.team-member:nth-child(even) .member-resume a {}

.team-member-image {
    width: 31.7%;
    position: relative;
}

.team-member-image img {
    width: 100%;
    display: block;
    /* height: auto; */
    height: 375px;
    max-height: 375px;
}
/* PORTFOLIO */

.portfolio-item-wrapper {
    padding-bottom: 58px;
}

.portfolio-item-content {
    float: left;
    width: 32%;
    background-color: #e6e7e8;
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    position: relative;
    color: #231f20;
    height: 100%;
}
.portfolio-item-wrapper.about-us-custom .portfolio-item-content {
    width: 49.99%;
    
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-content {
    float: right;
}
.about-us-custom .portfolio-item-slideshow img {
    /*height: 595px;*/
    height: 542px;
    max-height: 542px;
    box-sizing:border-box;
}

.portfolio-item-content:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -103px;
    width: 103px;
    height: 100%;
    background-color: #e6e7e8;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-content:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -103px;
    width: 103px;
    height: 100%;
    background-color: #e6e7e8;
}


.portfolio-item-slideshow-wrapper {
    float: right;
    width: 68%;
}
.portfolio-item-wrapper.about-us-custom .portfolio-item-slideshow-wrapper {
    width: 49.99%;
    height: auto;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-slideshow-wrapper {
    float: left;
}


.portfolio-item-title {
    padding: 20px 50px 0 5px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-title {
    padding: 20px 0 0 35px;
}

.portfolio-item-location {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 0 5px;
    letter-spacing: 0;
    color: #808285;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-location {
    padding: 2px 0 0 35px;
}
.green,
.portfolio-item-sub-title {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    margin: 16px 0 0 0;
    font-size: 13px;
    padding: 0 0 0 5px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #8dc63f;
}
.green {
    font-size: 20px;
    padding: 0;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-sub-title {
    padding: 0 0 0 35px;
}

.portfolio-item-content strong {
    padding: 0 0 0 5px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    margin: 10px 0 18px 0;
    display: block;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-content strong {
    padding: 0 0 0 35px;
}

.portfolio-item-content p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 12px 0 5px;
    margin: 5px 0 0 0;
    letter-spacing: 0;
}

.portfolio-item-wrapper:nth-child(even) .portfolio-item-content p {
    padding: 0 5px 0 35px;
}

.portfolio-item-slideshow {
    position: relative;
}

.portfolio-item-slideshow img {
    display: block;
    width: 100%;
    height: auto;
    /* should be removed */
    
    height: 575px;
}

.portfolio-item-slideshow-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11%;
    z-index: 110;
    background-color: rgba(140, 198, 63, 0.6);
}

.portfolio-item-slideshow-navigation .prev,
.portfolio-item-slideshow-navigation .next {
    width: 8.3%;
    height: 100%;
    cursor: pointer;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item-slideshow-navigation .prev {
    background-image: url(images/prev.png);
    float: left;
}

.portfolio-item-slideshow-navigation .next {
    background-image: url(images/next.png);
    float: right;
}

.cycle-pager {
    width: 82%;
    margin: 0 auto;
    height: 100%;
    line-height: 100%;
    text-align: center;
}

.cycle-pager span {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 5.5% 10px 0 10px;
    border-radius: 10px;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    background-color: #231f20;
}
/* EXPERTISE */

.content-head.dark {
    background-color: #e7e7e9;
    padding: 58px 0 35px 0;
}

.category-decscription {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    padding: 22px 25px 0 7px;
}

.category-decscription strong {
    display: inline;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 0.1px;
    padding: 0 9px 0 0;
    color: #231f20;
}

.category-decscription p {
    display: inline;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 32px;
    color: #808285;
}

.category-decscription p br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.projects-list-name {
    /*font-family: 'Avenir LT Std 95 Black';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    margin: 38px 0 0 0;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 0;
}

.expertise-wrapper-row {
    padding: 0 0 40px 0;
}

.expertise-item {
    float: left;
    width: 31.7%;
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

.expertise-wrapper-row .expertise-item:last-child {
    float: right;
}

.expertise-wrapper-row .expertise-item:first-child {
    margin: 0 23px 0 0;
    float: left;
}

.expertise-wrapper-row .expertise-item:nth-child(2) {
    float: left;
}

.expertise-item-img  {
    width: 100%;
    min-height: 300px;
}
.expertise-item-img.custom {
    width: 100%;
    min-height: 235px;
}

.expertise-item-img img {
    width: 100%;
    height: auto;
}

.expertise-item-title {
    padding: 8px 10px 0 10px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.page-template-ola-cares .expertise-item-title {
    padding: 8px 0 0 0;
}

.expertise-item-location {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 0 10px;
    letter-spacing: 0;
    color: #808285;
}

.expertise-item-sub-title {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    margin: 16px 0 0 0;
    font-size: 13px;
    padding: 0 0 0 10px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #8dc63f;
}

.expertise-item strong {
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    margin: 10px 0 18px 0;
    display: block;
}

.expertise-item p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 5px 0 10px;
    margin: 5px 0 0 0;
    letter-spacing: 0;
}
.page-template-ola-cares .expertise-item p {
    padding: 0;
}

/* Affiliations */

.affiliations-row {
    padding: 3px 0 20px 0;
}

.affiliations-img-wrapper {
    float: left;
    width: 162px;
}

.affiliations-img-wrapper img {
    width: 100%;
    height: auto;
}

.affiliations-content-wrapper {
    float: right;
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    width: 827px;
}

.affiliations-content-title {
    color: #231f20;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    margin: 6px 0 0 0px;
}

.affiliations-content-text {
    font-size: 15px;
    line-height: 25px;
    max-height: 100px;
    height: 100px;
    overflow: hidden;
    color: #414042;
}

.awards-images-list {
    float: left;
    width: 500px;
}

.awards-images-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
}
.awards-images-wrapper img {
    width: 100%;
    height: auto;
}

.awards-list-wrapper {
    float: right;
    width: 500px;
    padding: 0 0 0 10px;
}

.awards-year {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    color: #231f20;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.awards-list {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    margin: 0 0 35px 0;
}

.awards-list li {
    /*color: #939598;
    text-transform: uppercase;*/
    font-size: 15px;
    color:#000;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.awards-list li span {
    color: #8dc63f; 
    display: block;
    font-size:13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 8px;
    margin-bottom: -2px;
    line-height: 18px;
}

.contact-us-wrapper {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

.contact-us-title {
    color: #231f20;
    font-size: 29px;
}

.contact-us-content {
    margin: 13px 0 32px 0;
    font-size: 15px;
    line-height: 28px;
}

.contact-us-map,
.contact-us-map iframe {
    width: 100%;
    height: 600px;
}

.news-item {
    padding: 22px 0 12px 0;
}

.news-image-wrapper {
    float: left;
    width: 32%;
}

.news-image-wrapper img {
    width: 100%;
    height: auto;
}

.news-content-wrapper {
    float: right;
    width: 65%;
}

.news-title-wrapper {}

.news-main-title {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: block;
}

.news-sub-title {
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    letter-spacing: 0;
}

.news-content-text {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    line-height: 24px;
}
.error-link {
    text-decoration: none;
    color: #231f20;
}
.error-link:hover {
    color: #9ca4af;
}
.cycle-slide {
    width: 100%;
    overflow: hidden;
}
.team-member-main-info {
    padding: 0;
}

.body-row {padding-top: 173px;}
.header-row {
    position: fixed;
  width: 100%;
  z-index: 9999;
}

/* New Affiliations and Memberships */
.affiliations-and-memberships {
    margin: 57px 0 0 0;
    /*background-image: url('images/guide/mem.jpg');*/
}

.affiliations-and-memberships .aside {
  float: left;
  /* color: #939598; */
  color:#000;
  font-size: 15px;
  line-height: 24px;
  width: 21%;
  /* text-transform: uppercase; */
  margin: -2px 0 0 6px;
  font-weight: 300;
}

.affiliations-and-memberships .aside p {margin-bottom: 8px;
  line-height: 20px;}

.affiliations-and-memberships .articles {
    float: right;
    width: 682px;
    margin: 0;
}

.affiliations-and-memberships .affiliations-img-wrapper {
    display: table;
    width: 142px;
    height: 142px;
    margin: 0 38px 38px 0;
}
.affiliations-and-memberships .affiliations-img-wrapper a {
    display: table-cell;
    vertical-align: middle;
}
.affiliations-and-memberships .affiliations-img-wrapper.aff-4 {
    margin: 0 0 38px 0;
}

/* Extended Layout for Our Team */
.extended .member-info {
    height: 250px;
    margin: 0 0 13px 0;
    overflow: hidden;
}

.page-template-Philosophy .awards-year {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 0 0;
  letter-spacing: 0;
  color: #808285;
}
.benefits p {
    margin-bottom: 8px;
    line-height: 20px;
    font-family: Hind, sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.responsive-image {
    width: 100%;
    height: auto;
}
.portfolio-item-wrapper:nth-child(even) .portfolio-item-content .first-paragraph,
.portfolio-item-content .first-paragraph {
    padding-top: 20px;
    color: #808285;
    font-weight: bold;
}

#credits {margin-top: 10px;padding:5px 0px 8px 0px;text-align:center;font-size:11px;color:#fff;}
#credits a {color:#fff;}