﻿#bodyContent, #landingPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  table-layout: fixed
}

a, .image-area-left, .link-item {
  -webkit-transition: all .02s ease-in-out;
  transition: all .02s ease-in-out;
}

.image-area-left {
  width: 100%;
  text-align: center;
}

body {
  font-family: minion, sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-family: myriad, sans-serif
}

td#pageLeft {
  /* margin-top: 15em */
}

.articleText {
  position: relative;
  color: #012b4d;
  padding-left: 10px;
  clear: both
}

div#pdfPrint {
  position: relative;
  z-index: 15;
  width: 100px;
  float: right;
  margin: 36px 0;
  padding: 5px 0 5px 0;
  color: #05868e;
  border: 1px solid transparent;
  background: #d7deba;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  cursor: pointer
}

div#pdfPrint:hover {
  background-color: #d7deba;
  -webkit-box-shadow: -5px 5px 5px -2px #2e2925;
  box-shadow: -5px 5px 5px -2px #2e2925;
  cursor: pointer
}

div.article {
  width: 160px;
  float: right;
  margin: 1%;
  padding: 5px 0 5px 0;
  color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: -5px 5px 5px -2px #2e2925;
  box-shadow: -5px 5px 5px -2px #2e2925;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  cursor: pointer
}

div.article a {
  color: #fff;
  text-align: center;
  font-size: .85em;
  letter-spacing: .15em
}

div.article, div.article:hover {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

div.article:hover {
  background-color: rgba(245, 170, 0, 1);
  -webkit-box-shadow: -5px 5px 5px -2px #2e2925;
  box-shadow: -5px 5px 5px -2px #2e2925;
  cursor: pointer
}

.article:active, .article:focus {
  background-color: rgba(33, 49, 78, 0.75);
  -webkit-box-shadow: none;
  box-shadow: none
}

.articleType {
  color: #05868e;
  font-size: 1.3em;
  font-weight: bold
}

.cfwJournalIssue {
  z-index: 2;
  position: absolute;
  color: #a9c23f;
  font-size: .85em;
  padding: 0 10px
}

#coverImage img {
  position: relative;
  max-width: 100%
}


#behindGradient {
  margin-top: 5%;
  margin-bottom: 2%;
  height: 100%;
  min-height: 235px;
  position: relative;
}

#svgFallback {
  position: absolute;
  top: 65px;
  z-index: -2;
  width: 99%
}

#artaff {
  width: 100%;
  font-size: .75rem;
  position: relative;
  text-align: right;
  margin: 1em 0 0
}

.auth {
  float: right;
  font-weight: bold
}

.aff {
  width: 100%;
  clear: both;
  text-align: right;
  font-size: .85em
}

.articleTitle {
  z-index: 3;
  max-width: 95%;
  color:  #05868e;
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  margin-left: 1%;
}

#features {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 82%;
}

#features .image-area-left .image {
  margin: 20px;
  display: block;
  -webkit-box-shadow: -1px -1px 3px 1px rgba(33, 33, 33, .75);
  box-shadow: -1px -1px 3px 1px rgba(33, 33, 33, .75);
  -webkit-transition: all .02s east-in-out;
  transition: all .02s east-in-out;
  max-width: 200px
}

#features .link-item .flexRow {
  width: 98%;
  position: relative;
}

#features .description {
  margin: 15px;
  font-weight: normal;
}

#features .flexRow img {
  margin: 10px;
}

.image-area-left:hover~.link-item, .link-item:hover {
  color: #21314e
}

div.title {
	margin-left: 2%;
}

#features .link-item a {
  color: #000;
  font-size: 1.2em;
  font-weight: normal;
  -webkit-transition: color .02s east-in-out;
  -webkit-transition: .2s east-in-out;
  transition: .2s east-in-out
}

#features .link-item a:hover {
  color: #a9c23f;
  text-decoration: none
}

#features .link-item .info-area-right a, #articles .link-item .info-area-right a {
  font-size: 10px;
  text-shadow: none;
  color: #0072c6;
  font-weight: normal;
  
}

#features .flexRow {
  border-bottom: solid 1px #78797b;
}

.authFeat, .idFeat {
  clear: both;
  font-size: 11px;
  font-style: italic;
  margin: 6% 0
}

#rightCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  right: -8%;
  top: 0;
  width: 21%;
  z-index: 1;
  text-align: center;
  border-left: solid 1px #78797b;
}

.ms-WPHeader TD h3 {
	text-align: center;
	color: #05868e;
	padding: 5px;
	background: none;
	font-weight: bold;
	font-size: 1.5em;
}

#recentIssues .description {
  float: left;
  clear: both;
  text-align: center;
}

#recentIssues {
  z-index: 1;
  background: #fff;
  padding: 4%;
  text-align: center;
}

#archiveLink {
  font-weight: bold;

}

#ads, #advert {
  margin-top: 25px;
  padding: 4%;
}

#ads table, #advert table {
  table-layout: fixed;
}

#ads .ms-WPBody>*, #advert .ms-WPBody>* {
  margin: 15px 5px;
  display: block;
  width: 100%;
}

#ads .ms-WPBody>*>*, #advert .ms-WPBody>*>* {
  display: block;
  max-width: 100%;
}

#ads .ms-WPBody>* img, #advert .ms-WPBody>* img {
  max-width: 100%;
}

#ads [class*="ms-WPHeader"] img, #advert [class*="ms-WPHeader"] img {
  max-width: inherit;
}

#ads .ms-WPBody>* img, #advert .ms-WPBody>* img {
  max-width: 100%;
}

#ads [class*="ms-WPHeader"] img, #advert [class*="ms-WPHeader"] img {
  max-width: inherit;
}

#articles td#column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
  width: 100%;
  max-width: 960px
}

#articles div#linkitem {
  width: 98%;
  height: auto;
  
  margin: 0 auto;
  padding: 1%
}

#articles {
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  z-index: 1
}


#articles div#linkitem p {
  margin-right: 55px;
}

#articles .link-item a {
  color: #000;
  font-size: 1.2em;
  font-weight: normal;
  -webkit-transition: color .02s east-in-out;
  -webkit-transition: .2s east-in-out;
  transition: .2s east-in-out
}

#recentIssues .link-item a {
  font-size: 1.2em;
  font-weight: normal;
  -webkit-transition: color .02s east-in-out;
  -webkit-transition: .2s east-in-out;
  transition: .2s east-in-out
}

 #archiveLink a {
	font-weight: bold;
	font-size: 1.2em;
}

#articles .link-item a:hover, #recentIssues .link-item a:hover {
  color: #719501;
  text-decoration: none
}

#recentIssues #WebPartWPQ7>a {
  margin-top: -20%;
  position: absolute;
  margin-left: 5%;
 
}

#articles .flexRow {
  border-bottom: solid 1px #78797b!important;
}

#recentIssues .link-item p.description {
  border-bottom: solid 1px #78797b
}

#recentIssues .link-item a {
  margin-bottom: 5%;
  float: left;
  width: 100%;
  text-align: center;
}

#recentIssues .image-area-left {
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
  width: 100%;
}

#recentIssues .image-area-left img {
  position: relative;
  width: 60%;
  max-width: 120px
}

#articles .flexRow {
  border: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 90%
}

#articles .info-area-right {
  position: relative
}

#articles .flexRow .info-area-right {
  width: 100%
}

#articles .flexRow .info-area-right .authFeat, .idFeat {
  margin: 0
}

.groupheader.item.medium {
  background-color: #e8e8e8;
  color: #05868e;
  padding: 1.2% 1.5%;
  border-radius: 2px;
  font-weight: bold;
  font-size: 1.2em;
  height: auto !important
}

#articles .groupheader.item.medium {
  width: 100%
}

.journalCover span {
  float: left;
  clear: both;
  font-size: 1.25em;
  width: 100%;
  text-align: center;
}

.CWFHeader {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;

}

.CWFHeader img {
  left: 2%;
  width: 90%;
  image-rendering: -webkit-optimize-contrast
}

.CWFHeader span {
  float: left;
  clear: both
}

.CWFHeader a {
  float: left;
  clear: both;
  color: #21314e;
  font-size: 14px;
  font-weight: bold
}

.CWFHeader a:hover, .CWFHeader:hover, .CWFHeader img:hover {
	text-decoration: none !important;				
}

.CFWBody {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.issueDesc {
  font-size: 1em
}

.flexRow {
  width: 80%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 3%;
}

.info-area-right {
  margin-bottom: 3%;
}

.journalCoverImg, .issueCoverImg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: 30%;
  text-align: center;
}

.journalCoverImg {
  width: 20%;

}

.issueCoverImg img {
	margin-bottom: 5%;
}

.journalCoverImg img, .issueCoverImg img {
  max-width: 120px
}

#journalTitle {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.75em;
  color: #05868e;
  font-weight: bold;
  font-family: myriad, sans-serif;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: flex-start;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 30%
}

#cfwOverview {
  margin: auto 0 auto 8%;
  font-size: 14.4px;
  font-size: .9rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 70%
}

#flexCol {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: right;
  width: 40%
}

div.journal {
  width: 130px;
  margin: 5% 0 10%;
  padding: 5px 0;
  color: #05868e;
  border: 1px solid transparent;
  background: #e5edc5;
  -webkit-box-shadow: -5px 5px 5px -2px #2e2925;
  box-shadow: -5px 5px 5px -2px #2e2925;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  border-radius: 2px;
}

div.journal a {
  color: #05868e;
  text-align: center;
  margin: 0 auto;
  font-size: .85em;
  letter-spacing: .15em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

div.journal, div.journal:hover {
  z-index: 5
}

div.journal:hover {
  background-color: #d7deba;
  -webkit-box-shadow: -5px 5px 5px -2px #2e2925;
  box-shadow: -5px 5px 5px -2px #2e2925;
  cursor: pointer
}

div.journal:active, div.journal:focus {
  background-color: rgba(33, 49, 78, 0.75);
  -webkit-box-shadow: none;
  box-shadow: none
}

#journalTitle .ms-rtestate-field {
	display: block !important;
	padding-bottom: 5px;
}

div.issueTheme {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: inherit;
  font-weight: normal;
  color: #545454;
  font-family: myriad, sans-serif;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  font-style: italic;
  white-space: nowrap;
  margin-top: 20px;
}

.journalCoverImg img {
  z-index: 1;
  position: relative;
  width: 80%
}

.journalCoverImg p, .issueCoverImg p {
  font-size: 1.5em;
  margin-top: 5%;
  margin-bottom: -2%;
  text-align: center;

}

.journalCoverImg .link-item, .issueCoverImg .link-item {
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 1.25em
}

.CWFHeader p {
  margin: 0;
  font-size: 14px
}

div#buttons {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 75%;
  -ms-flex-line-pack: distribute;
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 700px;
}

#buttons span {
  display: table cell;
  margin: 15px;
  border-radius: 15px;
  padding: 5px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#buttons span:hover {
  background-color: rgba(33, 49, 78, .25);
  cursor: pointer
}

#buttons span:focus, #buttons span:active {
  background-color: rgba(33, 49, 78, .75);
  cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 5px 2px #3e3e3e;
  box-shadow: inset 1px 1px 5px 2px #3e3e3e
}

#buttons span.grow:after {
  content: 'look for the O for open access articles';
  color: #000;
  background-color: #fff;
  display: none;
  border: 1px solid #000;
  width: 8em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#buttons span.grow:hover:after {
  display: block
}

#buttons span.grow:hover {
  background-color: #fff;
  cursor: help
}

#smShare {
  text-align:right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#backToTop {
  display: none
}

.backToTop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color: rgba(33, 49, 78, 0.5);
  border: 0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 250
}

.backToTop:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px #232323de solid;
  border-right: 2px #232323de solid;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 17px
}

.backToTop:hover {
  cursor: pointer
}

#rightCol .ms-webpart-titleText.ms-webpart-titleText {
	text-align: center !important;
}

#abstract>div>.ms-SPZone, #abstract>div>div>nobr, #repos, div.articleText div#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField div.ms-formfieldcontainer {
  position: relative
}

#ctl00_PlaceHolderBottom_ctl00_ctl02_ctl00_RichImageField_ImageFieldDisplay a img, #repos img {
  max-width: 40vw;
  max-width: 50%
}

#ctl00_PlaceHolderPageTitleInTitleArea_EditModePanel1 {
  font-size: .65em
}

#ctl00_PlaceHolderPageTitleInTitleArea_ctl00_ctl00_RichImageField div.ms-toolbarContainer div.ms-toolbarItem.ms-selectorlink a img {
  display: none
}

#ctl00_PlaceHolderPageTitleInTitleArea_ctl00_ctl00_RichImageField>div:nth-child(n)>div {
  display: none
}

@media screen and (max-width: 480px) {
  #cover p {
    margin: 0
  }

  #cover img {
    display: none
  }

  #behindGradient {
    min-height: 200px
  }

  .article {
    width: 30vw
  }

  #currentNavLayout {
    margin-top: -5px;
    margin-left: 5em;
  }

  .articleTitle {
    font-size: 1.75em;
    top: 3em
  }

  #thisIssue {
    display: none
  }

  #features {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 99%
  }

  #rightCol {
    position: relative;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 95%
  }

  #advert {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  #features .flexRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .flexRow {
    width: 95vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .CWFHeader {
    position: relative
  }

  .CWFHeader img {
    position: relative;
    width: 100%
  }

  #journalTitle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.5em;
    width: 20%
  }

  .journalCoverImg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  #recentIssues {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  #recentIssues div#linkitem {
    max-width: 100%;
  }

  div#buttons {
    max-width: 100vw
  }

  .issueDesc {
    margin-top: 10rem
  }

  #Promo {
    margin-top: 80%;
    border: none !important
  }

  #Promo img {
    max-width: 100%;
    margin-top: 90%;
    margin-bottom: 60%
  }

  .articleType {
    font-size: 1.2rem
  }

  .cover img {
    display: none
  }

  #article.article {
    width: 30vw;
    margin: 0 auto
  }

  .journalCoverImg img {
    z-index: 2;
    width: 100%
  }

  #coverImage img {
    width: 99%;
    padding: 1%
  }

  .cfwJournalIssue {
    font-size: 1em
  }

  #cfwOverview {
    width: 100%
  }

  #breadCrumbs {
    display: none
  }

  div.article {
    width: 10em
  }
}

@media print {
  body, body * {
    visibility: hidden !important;
  }

  .print, .print * {
    visibility: visible !important;
  }

  * {
    width: auto !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
  }

  #bodyContent {
    margin-left: -80px !important;
    width: 760px !important;
  }
}
