/*Global*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600|Lato:400,700|PT+Sans:400,700|Oswald:300,400';

* {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong, b, strong *, b * { font-weight: bold !important; }
b400 { font-weight: 400 !important; }
em, i, em *, i * { font-style: italic !important; }

h1 {
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", "PT Sans", serif;
    display: block;
    font-size: 2em;
    margin: 0px;
    font-weight: bold;
}
h2 {
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", "PT Sans", serif;
    display: block;
    font-size: 1.5em;
    margin: 0px;
    font-weight: bold;
}
h3 {
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", "PT Sans", serif;
    display: block;
    font-size: 1.2em; /*was 1.17*/
    margin: 0;
    font-weight: bold;
}
h4 {
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", "PT Sans", serif;
    display: block;
    margin: 0;
    /* font-weight: 100; */
}
h5 {
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", "PT Sans", serif;
    display: block;
    font-size: .83em;
    margin: 0;
    font-weight: 700;
}
h6 {
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", "PT Sans", serif;
    display: block;
    font-size: .67em;
    margin: 0;
    font-weight: bold;
}
p{
    font-family: Verdana, "Open-Sans",  Arial, sans-serif;
    text-align: justify;
    font-weight: 400;
}

.color01 {
    color: #E42424 !important;
}
.color02 {
    color: #999999 !important;
}
.black {
    color: black !important;
}

a:link, a:visited{
    text-decoration: none;
    color: black;
    width: 100%;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
a.button {
    background-color: #990000;
    width: 100%;
    border: none;
    color: white;
    font-weight: 600;
    padding: 15px 0px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 14px;
}

html {
    min-height: 100%;
}

body, .content p {
    margin: 0;
}

.imgBorder {
    border: #DADADA solid thin;
}

/* Containers */
.container{
    font: 10pt sans-serif;
    margin-left: 50px;
    width: 730px;
}
.containerWhite {
    font: 10pt sans-serif;
    margin-left: 50px;
    width: 930px;
}

.underConstruction {
    background-position: center;
    background-repeat: no-repeat;
    height: 760px;
}
.containerUC, .underConstructionHeader {
    background-color: white;
    font: 10pt sans-serif;
    padding-left: 50px;
}

.containerNews {
    background-color: transparent;
}

.w730 {
    width: 730px;
}

.w960 {
    width: 960px;
}

/* INDEX */
.containerIndex {
    position: absolute;
    width: 100%;
    height: 100%;
}

.containerIndex p {
    text-align: center;
}

.containerIndex button {
    position: relative;
    top: -50px;
    margin: 0px 412px;

    font-size: 12px;
    background-color: black;
    color: white;
    padding: 2px;
    border: white solid;
    border-width: 1px;
}
.containerIndex button:hover {
    background-color: #990000;
}

/* OVERLAY pages*/
.closeOverlay {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay {
    position: fixed;
    background-color: rgba(0,0,0,.66);
    background-image: url("images_sorted/background/background6.gif");
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.overlayStartClosed {
    display: none;
}
.overlayPeople {
    padding: 20px 0px 0px 50px;
    margin: 0px 0px 0px -50px;
    height: 100%;
    z-index: 50;
}
.overlayPeopleRectangle {
    background-color: rgba(0,0,0,0);
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlayOpaque {
    background-color: rgba(0,0,0,.66) !important;
}

.overlayHeader {
    color: white;
    height: 50px;
}

.videoContainer{
    width: 640px;
    margin: 0 auto;
}

.videoClip{
    position: relative;
    width: inherit;
    border: white solid 10px;
    margin-top: 10px;
    z-index: 6;
    background: black;
}

.videoNav {
    position: relative;
    background-color: white;
    padding: 5px 15px 10px 10px;
    z-index: 6;
}
.videoNav:hover {
    color:#3399CC;
}
.videoNav h2 {
    margin-left:32px;
}
.videoNav div {
    background-image: url('images_sorted/navigation/arrowGrey.png');
    background-repeat: no-repeat;
    background-origin: content-box;
}
.videoNav:hover div {
    background-image: url('images_sorted/navigation/arrowBlue.png');
    background-repeat: no-repeat;
}


/*Header*/
header {
    position:relative;
    z-index: 1;
}

.headerImg {
    width: 730px;

}
.headerImg div{
    background-color: #999999;
    border: white solid;
    border-width: 0px 1px 1px 1px;
    width:  314px;
    height: 26px;
    z-index: 100;
}
.headerImg div > div {
    height: 26px;
    line-height: 28px;
    vertical-align: middle;
    text-align:center;
    float: left;
    z-index: 100;
}
.headerImg div > div {
    width: 125px;
    border: white solid;
    border-width: 0px 1px 0px 0px;
}
.headerImg div > div:last-child {
    width: 188px;
    border-style:none;
}
.headerImg div > div h4 {
    font-size: 12px;
    font-weight:bold;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.headerImg div > div:last-child h4 {
    color: #FFFF00;
}

.headerSub {
    width: 730px;
    height: 70px;
    margin-top: 26px;
}
.headerSub div{
    float: left;
}

.headerSub a > div {
    margin-left: 135px;
    background-image: url("images_sorted/banners/free_off.gif");
    background-repeat: no-repeat;
    width: 104px;
    height: 36px;
}
.headerSub a > div:hover {
    background-image: url("images_sorted/banners/free_on.gif");
}
.headerSub a > div.updatesImgContact, .headerSub a > div.updatesImgContact:hover  {
    background-image: url("images_sorted/banners/sun.gif");
}

.headerSect {
    width: 730px;
    height: 48px;
}
.headerSect img {
    float:right;
}

/*Navigation Bar*/
.navContainer {
    width: 730px;
    height: 24px;
    background-image: url("images_sorted/banners/line_bottomType2.gif");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: absolute;
    /* overflow: hidden; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.navContainer h4 {
    text-transform: uppercase;
    float: left;
    margin: 0px 17px 0px 0px;
    line-height: 24px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 24px;
    background-color: #f9f9f9;
    padding-right: 20px;
    min-width: 180px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {

    padding: 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}


.navContainer .dropdown:nth-child(7) {
    position: absolute;
    left: 654px;
}
.containerWhite .navContainer h4:nth-child(7), .containerUC .navContainer h4:nth-child(7), .underConstructionHeader .navContainer h4:nth-child(7) {
    position: relative;
    left: 0px;
}

.container .navContainer h4 a:link, .container .navContainer h4 a:visited {
    color: white;
}

.containerWhite .navContainer a:link, .containerWhite .navContainer a:visited, .containerUC .navContainer a:link, .containerUC .navContainer a:visited {
    color: black;
}

.container .navContainer h4 a:hover, .containerWhite .navContainer h4 a:hover, .containerUC .navContainer h4 a:hover, .container .navContainer div a:hover{
    color: #990000;
}
.container .navContainer a.current, .containerWhite .navContainer a.current, .containerUC .navContainer a.current{
    color: #990000;
}

.navBanner {
    overflow:hidden;
    height: 125px
}
.navBanner img {
    float:left;
    height: 125px;
    width: 125px;
    border-left: white solid 1px;
    border-top: white solid 1px;
}
.navBanner img:last-child {
    width: 476px;
    border-right: white solid 1px;
}

/*NEW Navigation*/
.webpageHeader {
    height: 50px;
    /* z-index: -100; */
}
.containerWhite .navContainer, .containerUC .navContainer, .underConstructionHeader .navContainer {
    background-image: url("");
    /* z-index: -1000; */
}

/*Footer*/
footer {
    /* position: absolute; */
    /* bottom: 10px; */
    /* position: relative; */
    width: 730px;
}
footer p {
    margin-bottom: 10px;
}
footer h3, footer h4, footer h5 {
    font-weight: normal;

}

/*The Site*/

/*page Titles*/
.pageTitle h3 {
    float: left;
    margin: 0px;

}

/*Page Content*/
.descWImage {
    width: 730px;
    height: 253px;
    margin: 30px 0px;
}


.descWImage > div {
    display: inline-block;
}

.descWImage img:first-child {
   border: #DADADA solid thin;
}

.description, .desccc {
    width: 451px;
    height: 239px;
    background-color: #f2f2f2;
    margin: 0px 0px 0px 5px;
    padding: 10px 10px 4px 10px;
    position: absolute;
}

.inPageTitles {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
}
.pageDesc {
    font: 10pt Verdana-Regular, arial, helvetica, sans-serif;
    margin: 5px 0px 0px 0px;
}
.imageDesc {
    font: 8pt Verdana-Regular, arial, helvetica, sans-serif;
    /* margin: 5px 0px 0px 0px; */
    height: auto;
    width: 451px;
    position: absolute;
    bottom: 30px;
}
.moreButton {
    font-size: 12px;
    color: #ec6c42;
    font-weight: 900;
    padding:3px;
    position: absolute;
    bottom: 0px;
}

.moreButton:hover {
    font-size: 12px;
    color: #d9b340;
    font-weight: 900;
    padding:3px;
    background-color: #999999;
}

/* Contact and News page*/
.tempfix {
    margin-top: 30px;
}

.newsRow {
    width: 730px;
    margin: 20px 0px;
    padding: 0px;
}

.newsRow > div:first-child {
    position: relative;
    display: inline-block;
    width: 253px;
}
.newsDesc{
    width: 461px;
    height: 253px;
    margin: 0px 0px 0px 15px;
    position: absolute;
    display: inline-block;
}
.newsDesc h2 {
    margin-top: 8px;
}
.newsDesc p {
    position: absolute;
    bottom: 5px;
}
.row1 {
    height: 248px;
    overflow: hidden;
}
.row1 p {
   font-size: 19px;
   letter-spacing: -1px;
   font-family: Oswald, 'arial narrow', 'helvetica', sans-serif;
   font-weight: 300;
}
.row1 .moreButton, .row2 .moreButton {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.bookImg {
    display:inline-block;
    margin: 0px 0px 0px 15px;
    position: absolute;
    text-align: center;

}
.bookTitle {
    margin-top: 6px;
}

.row2 {
    height: 253px;
}
.row2 .newsDesc p:first-child {
    /*DELETE its for under construction*/
    font-size: 14px;
    font-weight: 600;
}
.row3 {
    height: 500px;
    margin: 20px 0px;
}

.row3 .moreButton {
    position: relative;
    margin-top: 2px;
}

.newsHeadlines {
    /* width: 253px */
}
.newsHeadlines div{
   /* height:25px; */
   /* width: 233px; */
   padding: px;
   border-top: #DADADA solid;
   border-top-width: 2px;
}
.newsHeadlines div:hover{

}
.newsHeadlines h3{
    /* margin-left: 6px; */
    line-height: 27px;
}
.newsHeadlines div:hover h3{
    color: #3399CC;
}

.magGrid a > div {
    width: 150px;
    height: 230px;
    margin-right: 42px;
    margin-bottom: 30px;
    float: left;
    text-align: center;
}
.magGrid a > div > div {
    padding: 15px 0px 0px;
    border: #DADADA solid thin;
}
.magGrid a:nth-child(4n) > div {
    margin-right: 0px;
}

/*News subpages */
.newsContent {
    width: 730px
}
.newsBanner {
    position: relative;
    height: 95px;
    width: 730px;
}
.newsBanner div {
    position: absolute;
    bottom: 5px;
}
.newsBanner img {
}
.newsBanner h5 {
    margin-top: 4px;
}
.newsTitles {
    width: 526px;
    margin: 10px 0px;
    color: #990000;
}
.newsTitles * {
    margin-bottom: 3px;
}
#newsBook .newsTitles {
    color: #E42424;
}
.pubDate {
    display: none;
}

.newsParagraph {
    margin: 10px 0px;
    width: 526px;
}

.newsPictureGrid{
    margin-top: -21px;
}
.newsPictureGrid img {
   margin: 21px 21px 0px 0px;
}
.newsPictureGridTight img {
   margin: 21px 5px 0px 0px;
   width: 260px
}
.newsFooter {
    margin: 10px 0px;
}
.newsFooter a {
    color: #990000;
}

#newsNewYorker .newsParagraph p {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 27px; /* Chrome, Safari, Opera */
    -moz-column-gap: 27px; /* Firefox */
    column-gap: 27px;
}

#newsBook .newsParagraph {
    width: 550px;
}

#newsBook .newsParagraph p {
    margin: 1.5em 0;
}

#newsBook .newsParagraph a img {
    margin-bottom: 15px;
    border: #DADADA solid thin;
}


/* Contact page */

.contactDesc {
    display: inline-block;
    width: 461px;
    height: 253px;
    margin: 0px 0px 0px 15px;
    position: absolute;
}
.contactDesc h4{
    margin-bottom: 3px;
}
.contactDesc p {
    margin-bottom: 9px;
}
.contactDirections p {
    margin: 5px 0px 20px;
}
.contactDesc p:last-child {
    margin-bottom: 0px;
}
.contactDesc a:hover {
    color: #E42424;
}

.contactAlign1 {
    width:100%
}

.contactAlign2 {
    position: absolute;
    bottom: 0px;
}

/* People Page */

.peopleTopParagraph {
    margin: 10px 0px;
    width: 730px;
}
.peopleSectionTitle {
    color: white;
    text-transform: uppercase;
    padding: 2px 5px;
    background-color: #999999;
    margin-top: 20px;
    text-align: centero;
}
.peoplePicture img{
    width: 235px;
    height: 235px;

}
.peoplePictureGrid{
    display: inline-table;
    width: 730px;
}
.peoplePicture {
   background-color: white;
   position: relative;
   float: left;
   margin: 20px 12px 20px 0px;
   width: 235px;
   height: 300px;
   z-index: 40;
}
.peoplePicture:nth-child(3n) {
   margin-right: 0px;
}
.peoplePicture > h3 {
    margin-top: 5px
}
.peoplePicture h3, .peoplePicture h4, .peoplePicture p , .architectDescription p {
    margin-left: 10px;
}
.readBioButton, .closeBioButton {
    color: #ec6c42;
}
.closeBioButton {
    display: none;
}
.architectDescription:hover .readBioButton, .peoplePicture:hover .readBioButton, .peoplePicture:hover .closeBioButton  {
    font-weight: 600;
}

.peoplePicture > img {
    margin-left: 0px
}
.peoplePictureGrid > .architectDescription {
    background-color: white;
    position: relative;
    float: left;
    margin: 20px 12px 20px 0px;
    height: 300px;
    width: 481px;
    margin-right: 0px;
}
.popupBio {
    background-color: white;
    position: relative;
    float: left;
    width: 730px;
    height: 100%;
    display: none;
}

.architectDescription > .bMore{
    font-family: Lato, 'arial narrow', 'helvetica', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -1px;
    margin: 10px 10px 12px;
}

.popupBio > p {
    font-family: Lato, 'arial narrow', 'helvetica', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0px;
    margin: 15px 10px 20px;
}
.popupBio > p > a {
   color: #2984e4;
   text-decoration: underline;
}
/*.popupBio2 > p {
    font-family: 'PT Sans Narrow', Lato, 'arial narrow', 'helvetica', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0px;
    margin: 15px 10px 15px;
}*/
/*.popupBio3 > p {
    font-family: 'arial narrow', 'helvetica', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0px;
    margin: 15px 10px 15px;
}*/

/* Architect page*/
.architectContent {
    float:left;
}
.architectTitles {
    width: 526px;
    margin: 10px 0px;
    color: #990000;
}
.architectParagraph {
    width: 440px;
    margin: 30px 0px;
}
.architectParagraph p {
    font-size: 15px;
}
.paragraphLeft {
    float: left;
}
.paragraphRight {
    float: right;
}
.architectParagraph p {
    margin-bottom: 0em;
    line-height: 1.5em;
    text-indent: 2em;
}
.imageHeight{
    height: 657px;
    margin-bottom: 0px;
}
.architectButton {
    margin-top: 0px;
}

.architectPictures {
    width: 930px;
    float:left;
}

.architectPictures p {
    float: right;
}
.architectParagraph .architectCaption {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
    text-indent: 0em;
}
#w75 {
    width: 74%;
    float: left;
}
#w25 {
    width: 24.7%;
    float: right;
}

#w50 {
    float: right;
}

.pageBreak {
    margin-top: px;
}



/* PeopleTeams */
.peopleDescWImage {
    float: left;
    width: 730px;
    margin: 20px 0px 80px 0px;
}
.peopleDescWImage img {
    width: 235px;
    float: left;
}
.peopleDescription {
    float: right;
    min-height: 205px;
    width: 451px;
    background-color: #f2f2f2;
    padding: 15px;
}
.peopleDescription p {
    line-height: 1.5em;
    margin-top: 1em;
}




/* MORE BOOK IMAGE pages*/

.mainBody {
    margin: 5px 0px 0px 0px;
}
.imageBanner {
    background-image: url('images_sorted/under-constructionv2.jpg');
    border: white;
    border-style: solid;
    border-width: 1.5px 0px 1.5px 0px;
    width: 100%;
    height: 100%;
}
.underConstruction .imageBanner {
    background-image: url('images_sorted/under-constructionv2.jpg');
    border: white;
    border-style: solid;
    border-width: 0px;
    width: 100%;
    height: 100%;
}


.imageBanner img {
    margin: 0px 0px 0px 50px;
    border: white;
    border-style: solid;
    border-width: 0px 1.5px 0px 1.5px;
}

.content {
    margin: 15px 0px 50px 0px;

}
.withColumns {
    width: 730px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    webkit-column-gap: 30px;
}
.content p {
    font-size: 11pt;
    text-align: justify;
    line-height: 22px;
    text-indent: 50px;
}

.contentImage img {
    margin: 0px 0px 15px 0px;
    height: 1500px;
}

/* Inline Navigation*/
.inlineNav {
    margin: 30px 0px;
    width: 730px;
}
.inlineNav > div {
    padding: 10px 0px;
    border: black;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

/* Inline Navigation Font styling*/
.inlineNavTitle h2 {
    text-transform: uppercase;
}
.inlineNavTitle h2 span:first-child {
    color: white;
}
.inlineNav div h2 {
    margin: 0px;
    font: 16pt arial;
    font-weight: bold;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

/* Inline Navigation arrow*/
.inlineNav div > a h2 {
    margin-left: 32px;
}
.inlineNav div > a > div {
   background-image: url('images_sorted/navigation/arrowGrey.png');
   background-repeat: no-repeat;
}
.inlineNav div > a > div:hover {
   background-image: url('images_sorted/navigation/arrowBlue.png');
   background-repeat: no-repeat;
   color:#3399CC;
}


/* MORE NEW LAYOUT pages*/
.imageWCaption p {
    text-indent: 0px;
    line-height: 2em;
    color: #4E4E4E;
}

 .pageTitle{
     width: 100%;
     margin: 35px 0px 18px 0px;
 }
 .pageTitle h1 {
     color: #4391D6;
     margin: 0px;
 }

.columnLayout {
     width: 930px;
 }
 .column {
     display: inline-block;
     vertical-align: top;
 }
.columnleft {
    margin-right: 40px;
    width: 425px
}
.columnRight {
    width: 460px;
}

.column p {
    color: #4E4E4E;
    text-align: justify;
    line-height: 1.5em;
    text-indent: 0px;
    margin-bottom: 20px;
}
.columnLeft p {
    font-size: 1.67em;
    text-align: justify;
}

.buttonLibrary {
    background-color: #999999;
    text-align: center;
    padding: 30px;
}
.buttonLibrary h2 {
    color: #FFFF00;
}
.buttonLibrary:hover h2 {
    color: #990000;
}

.brokenParagraphA {
       text-align: justify;
       -moz-text-align-last: justify; /* Code for Firefox */
       text-align-last: justify;
}
.brokenParagraphB {
     text-indent: 0em !important;
}
