@font-face {
	  font-family: 'MyriadPro-Regular';
          src: url('font/MyriadPro-Regular.eot?') format('eot'),
            url('font/MyriadPro-Regular.woff') format('woff'),
            url('font/MyriadPro-Regular.otf') format('opentype'),
            url('font/MyriadPro-Regular.svg?') format('svg');
          font-weight: normal;
          font-style: normal;
}


html,body{
  margin: 0px;
  padding: 0px;
    font-family: 'MyriadPro-Regular', Arial;
    letter-spacing: 1px;
    color: #889697;
    font-size: 13px;
        /*0.05em;*/
     /* height:100%; needed for container min-height */
}

.clear{
    clear: both;
}

a{
    color: #231F20;
    text-decoration: none;
}

.hiddenXsUp{
    display: none !important;
}

.newsreel .content a,
.textPage a{
    color: #231F20;
    text-decoration: none;
    border-bottom: 1px solid #231F20;
}

.team.rasterWrapper{
    padding-top: 100px;
}

.teamMembersWrapper{
    width: 100%;
    float: none;
    max-width: 600px;
    padding: 0px;
    margin: auto;
}

.teamMembersWrapper .memberRow{
    margin-bottom: 50px;
}

.teamMembersWrapper .memberRow h4{
    font-weight: 900;
}

.teamMembersWrapper .memberRow .column{
    width: 50%;
    float: left;
    padding-right: 25px;
}

.teamMembersWrapper .memberRow .imgWrap{
    padding-right: 0;
    padding-left: 25px;
}

.teamMembersWrapper .memberRow .img{
    display: block;
    min-height: 300px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.team.rasterWrapper a{
    text-decoration: none;
    border-bottom: 1px solid transparent !important;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.team.rasterWrapper a .subtitleLine{
    opacity: 0;

}

.team.rasterWrapper a:hover .subtitleLine{
    opacity: 1;
}

.centerText{
    text-align: center;
}

.detailViewWrapper.team .galleryWrapper{
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
}

.detailViewWrapper.team .galleryWrapper .imgsItemColumn{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 50%;
    max-width: 50%;
    padding: 5px;
    
}
.detailViewWrapper.team .galleryWrapper .imgsItemColumn .img {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
  }


p{
    margin: 0px;
}

.newsreel .content a:hover,
.textPage a:hover{
    border-bottom: 1px solid transparent;
}

.logo h2{
    text-align: center;
    margin: 0px;
    padding: 25px 0px;
    padding-bottom: 13px;
}

.logo h2 strong{
   font-family: 'MyriadPro-Regular', Arial;
   font-weight: normal;
   font-size: 30px;
   color: #231F20;
}

.logo h2 a{
   font-family: 'MyriadPro-Regular', Arial;
   font-weight: normal;
   font-size: 30px;
   color: #747879;
   text-decoration: none;
   display: inline-block;
}

.menuWrapper ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.menuWrapper ul li{
    display: inline-block;
    padding: 0px 10px;
}

.menuWrapper .submenuWrapper ul li{
    padding: 0px 5px;
}

.menuWrapper ul li a,
.submenuWrapper li a{
    text-decoration: none;
    color: #747879;
    /*#a6b4b5*/
    font-size: 12px;
    text-transform: uppercase;
}

.menuWrapper ul li a:hover,
.menuWrapper ul li a.current,
.submenuWrapper li a:hover,
.submenuWrapper li a.current{
    color: #000;
}

.padding-box{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.rasterWrapper ul{
    margin: 0px;
    padding: 20px 0px;
    list-style: none;
    text-align: center;
}

.rasterWrapper .raster{
    display: inline-block;
    width: 24%;
}

.rasterWrapper.publications .raster{
    width: 16%;
}

.rasterWrapper.publications{
    margin: auto;
}

.rasterWrapper .raster a{
    display: block;
    padding: 15px;
    overflow: hidden;
    color: #747879;
    text-decoration: none;
    text-align: center;
    
}

.rasterWrapper .raster a span{
    display: block;
    font-size: 12px;
}

.rasterWrapper .raster a span.title{
    margin-top: 10px;
}

.rasterWrapper .raster .img{
    padding: 0px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    -webkit-transition: box-shadow .5s linear;
    -moz-transition: box-shadow .5s linear;
    transition: box-shadow .5s linear;
}

.rasterWrapper .raster a span.newsColorOuterWrapper{
    -webkit-transition: box-shadow .5s linear;
    -moz-transition: box-shadow .5s linear;
    transition: box-shadow .5s linear;
}

.rasterWrapper .raster a:hover{
    color: #000;
}

.rasterWrapper .raster a:hover .img,
.rasterWrapper .raster a:hover span.newsColorOuterWrapper{
    box-shadow: 0px 0px 10px rgb(200,200,200);
}

.rasterWrapper .raster a span.subtitleLine{
    margin: 3px auto;
    display: block;
    height: 1px;
    width: 25px;
    background: #999999;
}

.rasterWrapper .raster a:hover span.subtitleLine{
    background: #231F20;
}

.nonvisible{
    visibility: hidden !important;
}

.rasterWrapper .raster a span.newsColorWrapper{
    display: table;
    vertical-align: middle;
}

.rasterWrapper .raster a span.newsColorOuterWrapper{
    display: block;
    padding: 0px 10px;
    background-color: #EAE852;
    color: #000;
    overflow: hidden;
}

.rasterWrapper .raster a span.newsColorWrapper .newsColorText{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px;
}

.rasterWrapper .raster a span.title,
.rasterWrapper .raster a span.subtitleLine,
.rasterWrapper .raster a span.subtitle{
    max-height: 14px;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

.contentMainPart{
    padding: 60px 0px;
    margin: 0px auto;
}


.newsreel .content,
.textPage{
    color: #889697;
    font-size: 13px;
    line-height: 18px;
}

.newsreel .content{
    padding-bottom: 25px;
}

#newsreelsWrapper{
    margin: auto;
}

#newsreelsWrapper .newsreel{
    border-bottom: 1px solid #747879;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.menuWrapper{
    text-align: center;
}

.submenuWrapper{
    display: inline-block;
    margin-top: 7px;
    border-top: 1px solid #747879;
    padding-top: 7px;
}

#newsreelsWrapper,#linksWrapper,.textPage,.detailViewWrapper{
    margin: auto;
    max-width: 100%;
    padding: 0px 20px;
}

.galleryWrapper{
    text-align: center;
}

.galleryWrapper img{
    width: 100%;
    height: auto;
}

.imgDescription{
    position: relative;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.imageSocialWrapper{
    position: absolute;
    top: 10px;
    right: 0px;
}

.imageDetailWrapper{
    padding: 10px;
    text-align: center;
}

.imageDetailWrapper img{
    margin-top: 20px;
    max-width: 100%;
}

.imageSocialWrapper a{
    display: inline-block;
    margin-left: 0px;
    color: #889697;
}

.imageSocialWrapper a:hover{
    color: black;
}


.infoWrapper h1{
    margin: 0px;
    color: #231F20;
    font-size: 13px;
    margin-bottom: 10px;
    /*font-weight: normal;*/
}

/*.productDetail .infoWrapper h1{
    float: left;
    width: 30%;
    font-size: 19px
}

.productDetail .infoWrapper .row.tinymce{
    float: left;
    width: 70%;
    padding-left: 15px;
}*/

.textColumn,.mapColumn{
    float: left;
}

.textColumn{
    padding-left: 15px;
    width: 40%;
}

.imgColumn img{
    width: 100%;
}

.mapColumn{
    width: 60%;
}

.pageId18 .textColumn,.pageId18 .imgColumn,
.pageId17 .textColumn,.pageId17 .imgColumn,
.pageId21 .textColumn,.pageId21 .imgColumn,
.pageId22 .textColumn,.pageId22 .imgColumn{
    width: 100%;
    float: none;
    max-width: 600px;
    padding: 0px;
    margin: auto;
}

.pageId18 .imgColumn,
.pageId17 .imgColumn,
.pageId21 .imgColumn,
.pageId22 .imgColumn{
    margin-bottom: 30px;
}

label,
input{
    display: block;
    color: #231F20;
    font-family: 'MyriadPro-Regular', Arial;
    margin-bottom: 5px;
}

#contactForm input[type="text"],
#contactForm textarea,
#subscriptionForm input[type="text"],
#subscriptionForm textarea,
#subscriptionForm input[type="password"]{
    border: 1px solid #231F20;
    background: white;
    color: #231F20;
}

input[type="text"],
textarea,
input[type="password"]{
    width: 100%;
    padding: 3px 7px;
}

textarea{
    height: 250px;
}

input[type="submit"]{
    padding: 3px 7px;
    border: 1px solid #231F20;
    background: white;
    color: #231F20;
}

#footer{
    text-align: center;
    padding: 7px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    background-color: white;
    -webkit-transition: opacity .7s linear;
    -moz-transition: opacity .7s linear;
    transition: opacity .7s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}

#footer a,#footer span{
    display: inline-block;
    padding: 3px 0px;
}

#footer a{
    color: #747879;
    text-decoration: underline;
}

#footer a:hover,#footer a.current{
    color: black;
    text-decoration: underline;
}

.listItemTextWrapper{
    position: absolute;
    z-index: 2;
    top: 15px;
    display: table;
    left: 15px;
    text-align: center;
    width: 100%;
    background: #747879;
    opacity: 0;
    -webkit-transition: opacity .7s linear;
    -moz-transition: opacity .7s linear;
    transition: opacity .7s linear;
}

.rasterWrapper .raster a:hover .listItemTextWrapper{
    opacity: 0.5;
}

.listItemText{
    position: absolute;
    z-index: 2;
    top: 15px;
    display: table;
    left: 0px;
    text-align: center;
    width: 100%;
    color: white;
    opacity: 0;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    transition: opacity .7s;
    font-size: 20px;
    padding: 30px;
}

.rasterWrapper .raster a 
.listItemText span{
    font-size: 20px;
    max-height: none;
    text-transform: uppercase;
}

.rasterWrapper .raster a 
.listItemText span.subtitleLine{
    color: white;
}

.rasterWrapper .raster a:hover .listItemText span.subtitleLine{
    background: white;
}

.rasterWrapper .raster a:hover .listItemText{
    opacity: 1;
}

.rasterWrapper .raster a{
    position: relative;
}

.productsNavigation{
    padding: 20px 0px 40px 0px;
}

.productsNavigation .prevProduct,
.productsNavigation .nextProduct{
    width: 50%;
    float: left;
    color: #889697;
    padding: 5px 0px;
    display: block;
}

.productsNavigation a.nextProduct{
    background-image: url(img/arrowRight.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 25px;
    background-size: contain;
}

.productsNavigation a.prevProduct{
    background-image: url(img/arrowLeft.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: contain;
}

.nextProduct{
    text-align: right;
}

/*.nextProduct:first-letter,.prevProduct:first-letter{
    text-transform: uppercase
}*/

.fixedMenu{
    position: fixed;
    top: -150px;
    width: 100%;
    left: 0px;
    z-index: 3;
    padding: 15px 0px;
    padding-top: 0px;
    background-color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    transition: all .7s linear;
    
}

.fixedMenu:hover,#footer:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE 5-7 */
  filter: alpha(opacity=95);
  /* Netscape */
  -moz-opacity: .95;
  /* Safari 1.x */
  -khtml-opacity: .95;
  /* Good browsers */
  opacity: .95;
}

.fixedMenu .logo h2{
    padding-top: 15px;
}

.lastLine{
    height: 1px;
}

.arrowToTop{
    margin-bottom: 100px;
    text-align: center;
    color: black;
    cursor: pointer;
        font-size: 20px;
        -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    transition: all .7s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.arrowToTop:hover{
     color: #231F20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}

.errorSummary,.errorMessage,.error{
    color: orangered;
}

.errorMessage{
    margin-bottom: 15px;
}

.button{
    cursor: pointer;
}

#subscriptionForm h3{
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}

.pressWrapper h3{
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}

input[type="submit"]:hover{
    background-color: black;
    color: white;
}

#footer a.social{
    display: inline-block;
    text-decoration: none;
}

#footer a.icon-pinterest-circled{
    margin-left: 40px;
}

.floatRight{
    float: right;
}

.picturesControls,.newsreelControls{
    position: fixed;
    top: 45%;
    right: 0px;
}

.pictureControl,.newsreelControl{
    background: #889697;
    width: 2px;
    margin-left: 1px;
    height: 10px;
/*    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    margin-bottom: 3px;
    margin-right:5px;
    cursor: pointer;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    transition: all .7s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1.x */
    -khtml-opacity: 0.4;
    /* Good browsers */
    opacity: 0.4;
}

.pictureControl:hover,.pictureControl.selected,
.newsreelControl:hover,.newsreelControl.selected{
    width: 3px;
    margin-left: 0px;
    background: #231F20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}

.beforeImgAnchor{
    height: 1px;
}

.newsreel .images img{
    max-width: 100%;
    height: auto;
}

.linksList{
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.linksList .link{
    display: inline-block;
    width: 150px;
    height: 100px;
    margin: 10px;
}

.link img{
    max-width: 100%;
    height: auto;
}

.link span{
    display: none;
}

.newsreelName{
    color: #231F20;
    margin-bottom: 5px;
}

.downloadsWrapper{
    margin-top: 25px;
}

.downloadWrapper{
    margin-bottom: 15px;
    border-bottom: 1px solid black;
}

.downloadWrapper input{
    float: right;
}