/*****************************VARIABLES********************************/
/*******************************MIXINS*********************************/
/*@mixin makeBorder($pos) { $pos: 1px rgba(0,0,0,.1) solid; }*/
/*******************************ANIMATION*********************************/
@-moz-keyframes spinCW {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(90deg); } }

@-webkit-keyframes spinCW {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(90deg); } }

@keyframes spinCW {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(90deg); } }

@-moz-keyframes spinCCW {
  from {
    -moz-transform: rotate(90deg); }

  to {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes spinCCW {
  from {
    -webkit-transform: rotate(90deg); }

  to {
    -webkit-transform: rotate(0deg); } }

@keyframes spinCCW {
  from {
    transform: rotate(90deg); }

  to {
    transform: rotate(0deg); } }

.clockwise-rotate {
  -webkit-animation-name: spinCW;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinCW;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
  animation-name: spinCW;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  /* Safari and Chrome */
  animation-fill-mode: forwards; }

.counter-clockwise-rotate {
  -webkit-animation-name: spinCCW;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinCCW;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
  animation-name: spinCCW;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  /* Safari and Chrome */
  animation-fill-mode: forwards; }

/*******************************FONTS**********************************/
strong {
  font-family: UniversLTStd-BoldCn; }

@font-face {
font-family: 'UniversLight';
src: url('http://jddonline.com/Content/fonts/Univers47CondensedLight.otf');
}

@font-face {
font-family: 'Univers';
src: url("http://jddonline.com/Content/fonts/univers57condensed.eot");
/* IE9 Compat Modes */
src: url("http://jddonline.com/Content/fonts/univers57condensed.eot?#iefix") format("embedded-opentype"), url("http://jddonline.com/Content/fonts/univers57condensed.woff") format("woff"), url("http://jddonline.com/Content/fonts/univers57condensed.ttf") format("truetype"), url("http://jddonline.com/Content/fonts/univers57condensed.svg#svgFontName") format("svg");
/* Legacy iOS */ }

@font-face {
font-family: "UniversBold-BoldCn";
src: url("http://jddonline.com/Content/fonts/UniversLTStd-BoldCn.otf");
font-weight: bold; }

@font-face {
font-family: "Bembo";
src: url("http://jddonline.com/Content/fonts/bembo.otf"); }

@font-face {
font-family: "BemboSemibold";
src: url("http://jddonline.com/Content/fonts/bembo-semibold.otf"); }

@font-face {
font-family: 'Glyphicons Halflings';
src: url("http://jddonline.com/Content/fonts/glyphicons-halflings-regular.eot");
src: url("http://jddonline.com/Content/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("http://jddonline.com/Content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("http://jddonline.com/Content/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("http://jddonline.com/Content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }



/***************************MEDIA QUERIES*********************************/
@media screen and (max-width: 1250px) {
  #slider h1 {
    font-size: 4em !important; }
  #slider h2 {
    font-size: 1.1em !important; }
  #slider h3 {
    font-size: .9em !important; } }
@media screen and (max-width: 1050px) {
  #sidebar h3.activeTab, #sidebar h3.inactiveTab {
    font-size: 1em; } }
@media screen and (max-width: 992px) {
  /*tablets*/
  #slider h1 {
    font-size: 3.5em !important; } }
@media screen and (max-width: 768px) {
  /*phones*/
  #simple-search {
   /* margin: auto 15px !important;*/
    float: left; }

  #primaryNav {
    height: auto !important; }

  #slider {
    padding-top: 0 !important;
    text-align: center; }
    #slider h1 {
      font-size: 4.5em !important; }
    #slider h2 {
      font-size: 1.3em !important; }
    #slider h3 {
      font-size: .8em !important; }
    #slider .carousel-indicators {
      bottom: 0px !important; }

  #featuredArticle h1 {
    font-size: 2.5em !important; }

  img.jddLogo {
    height: 100% !important; }

  #sidebar {
    max-width: 100% !important; }

  .index hgroup {
    margin-bottom: 20px !important; }

.archivepopup{
   width:350px;
}

	}
	
	
	
@media screen and (max-width: 640px) {
  .btn-primary {
    width: 260px !important; } }
@media screen and (max-width: 568px) {
  .topBanner {
    background-size: 0 0, auto, auto !important; }
    .topBanner img.topAd {
      float: none !important; }

  img#header-logo {
    display: none; }

  img.topAd {
    margin-top: 10px !important; }

  .navbar-header a.navbar-brand {
    margin-top: -7px;
    /*64px*/ }
    .navbar-header a.navbar-brand img {
      height: 37px !important;
      opacity: 1 !important; }

  .col-xs-6-delayed {
    width: 50% !important; }

  .col-xs-12-delayed {
    width: 100% !important; } }
@media screen and (max-width: 490px) {
  .topBanner img.topAd {
    width: 100%; } }
/*****************************GENERAL CSS********************************/
body {
  padding: 0;
  margin: 0;
  font-family: "Univers", sans-serif !important;
  font-size: 1.5em; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

section, article, aside, hgroup {
  display: block; }

h1 {
  font-family: 'Bembo'; }

a {
  color: #00aab5;
  display: inline-block;
  line-height: 1; }
  a:hover {
    text-decoration: none; cursor: pointer; }

p {
  margin-bottom: 35px;
  line-height: 180%;
  /*letter-spacing: 1px;*/
  letter-spacing: .01em;
  color: #3e3e3d !important; }

span.nowrap {
  white-space: nowrap; }

.clear {
  clear: both; }
  .clear.five {
    height: 5px; }
  .clear.ten {
    height: 10px; }
  .clear.twenty {
    height: 20px; }
  .clear.thirty {
    height: 30px; }
  .clear.thirty-five {
    height: 35px; }
  .clear.forty {
    height: 40px; }
  .clear.fifty {
    height: 50px; }
  .clear.seventy {
    height: 70px; }
  .clear.hundred {
    height: 100px; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.centered {
  text-align: center; }

ul {
  list-style: none;
  padding-left: 0;
  letter-spacing: 1px; }

ol {
  letter-spacing: 1px; }

ul, ol {
  margin-bottom: 20px; }

ul.most {
  line-height: 100%; }
  ul.most li {
    margin-bottom: 23px; }

ul.bullet-list {
  list-style: circle;
  margin-left: 20px;
  line-height: 180%; }

.red {
  color: #820024; }

.green {
  color: #599a3e; }

.nowrap {
  white-space: nowrap; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

/*INPUTS*/
select {
  height: 40px !important;
  width: 100%;
  /*90*/
  margin-bottom: 20px;
  background: url(http://localhost/static_secure_jddonline/images/select-arraow.png) no-repeat right #efefef;
  /*width: 268px;*/
  padding-left: 10px !important;
  padding-right: 10px !important;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none; }

/**************/
/*input {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: #EFEFEF;
}

input, .btn {
	line-height: 1;
	padding: 20px 10px;
}

.btn {
	text-decoration: none;
}*/
.btn {
  line-height: 16px;
  padding: 20px 10px;
  max-width: 100%;
  text-decoration: none; }

/***********/
label {
  font-weight: 200; }

input[type=text], input[type=password], input[type=date], textarea {
  height: 40px;
  width: 100%;
  max-width: 240px;
  padding-left: 10px !important;
  background: #efefef;
  letter-spacing: 1px;
  border: 0;
  margin-bottom: 20px; }

textarea {
  max-width: none;
  min-height: 300px;
  padding: 10px; }

.invalid-field {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 5px #820024;
  -moz-box-shadow: 0 0 5px #820024;
  box-shadow: 0 0 5px #820024; }

/********************BOOTSTRAP OVERRIDES*****************************/
.container {
  max-width: 940px;
  padding-left: 10px;
  padding-right: 10px; }

.btn {
  border-radius: 0; }
  .btn:hover {
    background: #3e3e3d; }

.btn-primary {
  background: #820024;
  border: none;
  width: 300px;
  /*height: 60px;*height: auto; */
  max-width: 512px;
  margin-bottom: 10px !important;
  font-size: 1.15em;
  padding-top: 20px;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn-primary.gold {
    background: #cca87f; }

#verticalOffset {
  z-index: 1; }

.navbar {
  z-index: 2;
  background: #820024;
  font-size: 1.3em;
  border-bottom: none;
  margin-top: 100px;
  font-family: 'UniversLight', 'Univers';
  letter-spacing: 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  box-shadow: 0 -4px 3px rgba(0, 0, 0, 0.3); }
  .navbar a {
    color: white !important;
    text-shadow: none !important;
    font-size: .8em; }
    .navbar a:hover {
      color: #cca87f !important; }
    .navbar a.active {
      color: #cca87f !important; }

.navbar-header a.navbar-brand {
  margin-top: -8px;
  /*64px here*/ }
  .navbar-header a.navbar-brand img {
    height: 50px;
    min-height: 37px !important;
    opacity: 0; }

#dropdown {
  display: none;
  background: #231f20;
  color: white !important;
  padding: 30px 40px;
  overflow-y: scroll;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  #dropdown a#close-dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .4; }
    #dropdown a#close-dropdown:hover {
      cursor: pointer;
      opacity: 1; }
  #dropdown .drop-container {
    display: none; }
    #dropdown .drop-container h3 {
      margin-top: 0;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      font-size: .8em; }
    #dropdown .drop-container a:hover {
      cursor: pointer; }
    #dropdown .drop-container ul li {
      line-height: 90%;
      margin-bottom: 10px; }
      #dropdown .drop-container ul li a {
        font-size: .75em;
        letter-spacing: 1px; }
    #dropdown .drop-container figure img {
      width: 100%;
      max-width: 200px; }
      #dropdown .drop-container figure img:hover {
        opacity: .7; }
    #dropdown .drop-container figure figcaption {
      font-style: italic;
      font-size: .7em; }
    #dropdown .drop-container .video-thumbs {
      padding: 0 5px 0 0; }
    #dropdown .drop-container #quick-links {
      border-left: 1px solid rgba(255, 255, 255, 0.3); }

.past-issues, .current-issue {
  position: relative;
  min-height: 220px; }
  .past-issues img, .current-issue img {
    position: absolute;
    max-width: 90%; }
    .past-issues img:first-child, .current-issue img:first-child {
      top: 0;
      left: 0; }
    .past-issues img:nth-child(2), .current-issue img:nth-child(2) {
      top: 10px;
      left: 10px; }
    .past-issues img:nth-child(3), .current-issue img:nth-child(3) {
      top: 20px;
      left: 20px; }

/******************************************************************/
@media screen and (max-width: 1100px) {
  .topBanner img.topAd {
    margin-top: 5px !important; } }
@media screen and (max-width: 767px) {
  a#sw-network {
    top: 10px !important; } }
@media screen and (max-width: 640px) {
  .topBanner {
    padding-top: 0 !important; }

  a#sw-network img {
    max-height: 40px !important; } }
.topBanner {
 /* padding-top: 10px;
  height: 120px 150*/
  overflow: hidden;
  background: #fff;
  /*292627*/
  /*background-image: url("./images/jdd-logo-reds.png"), url("./images/pattern-cqtm.png");*/
  background-position: 20px 10px, 0 0;
  background-size: 236px 130px, auto;
  background-repeat: no-repeat, repeat; }
  .topBanner img.jddLogo {
    height: 100px;
    margin-top: -8px; }
  .topBanner img.topAd {
    max-width: 728px;
    margin-top: 6px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    vertical-align: middle; }
  .topBanner img#header-logo {
    max-width: 260px;
    width: 100%;
    margin-bottom: 10px; 
	padding-top: 10px !important;
	}
  .topBanner .btn-primary {
    width: 220px !important;
    margin-top: 10px; }
  .topBanner .container {
    width: 100%;
    max-width: none; }
    .topBanner .container .col-xs-12 {
      padding: 0; }

#primaryNav {
  height: 80px;
  padding-right: 10px; }
  #primaryNav ul.navbar-right li {
    padding: 5px 0; }
    #primaryNav ul.navbar-right li a {
      padding: 16px 8px 14px 8px; }
    #primaryNav ul.navbar-right li a:hover { cursor: pointer; } /* compensation for no meteor*/
  #primaryNav ul.navbar-right li.navImg a {
    padding: 16px 10px 14px 10px; }
    #primaryNav ul.navbar-right li.navImg a img {
      height: 17px; }
      #primaryNav ul.navbar-right li.navImg a img#advanced-search::after {
        content: "testing"; }
  #primaryNav ul.navbar-right li.navImg.simple-search-btn a {
    padding: 10px 10px 15px 10px;
margin-left:10px;	}
  #primaryNav ul.navbar-right li.navImg.simple-search-btn:last-child a {
    padding-left: 0;
    padding-right: 20px; }
  #primaryNav ul.navbar-right li.navImg.social-media-icon a {
    padding: 14px 5px 16px 5px; }
    #primaryNav ul.navbar-right li.navImg.social-media-icon a span {
      float: left;
      margin-top: 4px;
      margin-right: 4px; }

#secondaryNav {
  background: #231f20;
  padding: 6px 20px 9px;
  font-size: .8em;
  height: 30px;
  position: relative; }
  #secondaryNav .navbar-brand {
    padding: 0; }
  #secondaryNav #displayArticles {
    cursor: pointer;
    position: relative; }
    #secondaryNav #displayArticles:hover {
      color: #cca87f !important; }
  #secondaryNav #displayArticles:hover {
    color: blue; }
  #secondaryNav a#login, #secondaryNav a#subscribe {
    float: right;
    cursor: pointer; }
    #secondaryNav a#login:hover, #secondaryNav a#subscribe:hover {
      color: #cca87f !important; }
  #secondaryNav a#subscribe {
    margin-left: 10px; }
  #secondaryNav a#smallFacebook, #secondaryNav a#smallTwitter {
    float: right; }
    #secondaryNav a#smallFacebook img, #secondaryNav a#smallTwitter img {
      height: 20px;
      margin-right: 5px;
      margin-top: -3px; }
  #secondaryNav img#collapse-expand, #secondaryNav img#bar {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: 0; }
  #secondaryNav img#bar {
    margin-left: -19px; }

#primaryNavPage .video-thumb {
  max-width: 300px; }
#primaryNavPage .navCol {
  padding-left: 0 !important;
  padding-right: 30px !important; }
#primaryNavPage h3 {
  margin-top: 0; }

 /*@media screen and (max-width: 768px) {
  /*phones
  a#sw-network img {
    height: 100px !important; } }
a#sw-network {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 5; }*/

 

/*******************************GENERAL CSS*********************************/
#main {
  padding-left: 0;
  padding-right: 0; }
  #main figure.left {
    margin: 0 10px 10px 0;
    padding-left: 0; }
    #main figure.left img {
      width: 100%; }

.image-bkg {
  background: url(http://localhost/static_secure_jddonline/images/topic1s.bkg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100px 300px; }

@media screen and (max-width: 768px) {
  /*phones*/
  #mts-nav a.navbar-brand img {
    height: 37px; } }
#mts-nav a.navbar-brand img {
  opacity: 1; }

#mtsContent a#add-author:hover, #registrationContent a#add-author:hover {
  cursor: pointer; }
#mtsContent .btn-primary, #registrationContent .btn-primary {
  max-width: 200px; }
#mtsContent .field input[type=text], #mtsContent .field input[type=password], #mtsContent .field select, #registrationContent .field input[type=text], #registrationContent .field input[type=password], #registrationContent .field select {
  max-width: 90% !important; }
#mtsContent p#not-today, #registrationContent p#not-today {
  color: #820024 !important;
  font-style: italic;
  display: none; }

@media screen and (max-width: 550px) {
  /*phones*/
  h1 {
    margin-top: 60px !important; }

  #registrationContent {
    background-position: 20px 15px !important; } }
#registrationContent {
  background-image: url(http://localhost/static_secure_jddonline/images/sanovaworks-color.png);
  background-repeat: no-repeat;
  background-position: 90% 15px; }
  #registrationContent input[type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 5px; }
  #registrationContent select {
    max-width: 90% !important; }
  #registrationContent textarea {
    min-height: 100px;
    max-width: 100%; }
  #registrationContent label {
    display: inline; }
  #registrationContent ul li .col-xs-10 {
    padding-left: 0; }
  #registrationContent ul ul {
    margin-left: 20px; }

#mtsContent .field {
  padding: 0; }

@media screen and (max-width: 768px) {
  /*phones*/
  #middle-section {
    padding: 0 !important; } }
#middle-section {
  padding: 10px; }
  #middle-section #slider {
    color: white;
    padding: 0;
    margin-bottom: 20px;
    /*background: url(/images/desk.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/ }
    #middle-section #slider:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: radial-gradient(circle, rgba(255, 255, 255, 0), black);
      /*linear-gradient(to bottom right,#002f4b,#dc4225)*/
      opacity: 1; }
    #middle-section #slider .issueCover {
      max-width: 100%;
      /*width: 192px;*/
      height: 245px;
      -webkit-filter: brightness(100%);
      margin-right: 20px; }
      #middle-section #slider .issueCover img {
        max-width: 100%; }
      #middle-section #slider .issueCover img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 15px;
        max-width: 100%;
        /*width: 192px;*/
        height: 245px;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0), black);
        /*linear-gradient(to bottom right,#002f4b,#dc4225)*/
        opacity: .3; }
    #middle-section #slider .item {
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 260px; }
      #middle-section #slider .item[data-slide='0'] {
        background-image: url(http://localhost/static_secure_jddonline/images/Carousel_Slide1.jpg); }
      #middle-section #slider .item[data-slide='1'] {
        background-image: url(http://localhost/static_secure_jddonline/images/Carousel_Slide12.jpg); }
      #middle-section #slider .item .content {
        text-align: center; }
        #middle-section #slider .item .content hgroup {
          margin: 20px 0 100px 0;
          z-index: 0;
          text-align: center;
          position: relative;
          /*h3 { font-size: .8em; margin-top: 10px; letter-spacing: 3px; }*/ }
          #middle-section #slider .item .content hgroup h1, #middle-section #slider .item .content hgroup h2, #middle-section #slider .item .content hgroup h3 {
            margin: 0 auto; }
          #middle-section #slider .item .content hgroup h1 {
            font-size: 3.3em;
            letter-spacing: -.015em;
            line-height: 80%; }
          #middle-section #slider .item .content hgroup h2 {
            font-size: 1.4em;
            letter-spacing: -.002em;
            color: #cca87f;
            font-family: 'Bembo'; }
          #middle-section #slider .item .content hgroup h3 {
          
             font-size:1.5em !important;
            margin-bottom:10px;
			letter-spacing: -.5px;
          /*  text-transform: uppercase; */
        }
          #middle-section #slider .item .content hgroup h5 {
            margin-top: 40px;
            font-size: 1.1em;
            margin-bottom: 10px; }
            #middle-section #slider .item .content hgroup h5 span {
              color: #cca87f; }
          #middle-section #slider .item .content hgroup.text.left {
            max-width: 400px;
            float: left;
            padding: 20px;
            text-align: left;
            left: 4%;
            background: rgba(0, 0, 0, 0.6); }
            #middle-section #slider .item .content hgroup.text.left p {
              color: white !important;
              margin-bottom: 20px; }
            #middle-section #slider .item .content hgroup.text.left.black {
              background: none; }
              #middle-section #slider .item .content hgroup.text.left.black h3 {
                color: black; }
              #middle-section #slider .item .content hgroup.text.left.black p {
                color: white !important;
                margin-bottom: 20px; }
          #middle-section #slider .item .content hgroup.text.right {
            max-width: 400px;
            float: right;
            padding: 20px;
            text-align: right;
            right: 4%;
            background: rgba(0, 0, 0, 0.6); }
            #middle-section #slider .item .content hgroup.text.right p {
              color: white !important;
              margin-bottom: 20px; }
            #middle-section #slider .item .content hgroup.text.right.black {
              background: none; }
              #middle-section #slider .item .content hgroup.text.right.black h3 {
                color: black; }
              #middle-section #slider .item .content hgroup.text.right.black p {
                color: white !important;
                margin-bottom: 20px; }
          #middle-section #slider .item .content hgroup a.call-to-action {
            background: #820024;
            color: white;
            padding: 20px 30px;
            letter-spacing: 0px;
            font-size: 1.2em; }
        #middle-section #slider .item .content img.cover {
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          width: 100%; }
        #middle-section #slider .item .content img.left, #middle-section #slider .item .content img.middle, #middle-section #slider .item .content img.right {
          position: absolute;
          z-index: 0;
          filter: blur(2px) brightness(0.4);
          -webkit-filter: blur(2px) brightness(0.4);
          -moz-filter: blur(2px) brightness(0.4);
          -o-filter: blur(2px) brightness(0.4);
          -ms-filter: blur(2px) brightness(0.4); }
        #middle-section #slider .item .content img.left {
          left: 10%;
          top: -20%;
          -ms-transform: rotate(7deg);
          /* IE 9 */
          -webkit-transform: rotate(7deg);
          /* Chrome, Safari, Opera */
          transform: rotate(7deg); }
        #middle-section #slider .item .content img.middle {
          left: 30%;
          top: -10%;
          -ms-transform: rotate(-10deg);
          /* IE 9 */
          -webkit-transform: rotate(-10deg);
          /* Chrome, Safari, Opera */
          transform: rotate(-10deg); }
        #middle-section #slider .item .content img.right {
          right: 10%;
          top: -30%;
          -ms-transform: rotate(10deg);
          /* IE 9 */
          -webkit-transform: rotate(10deg);
          /* Chrome, Safari, Opera */
          transform: rotate(10deg); }
    #middle-section #slider .carousel-control.right, #middle-section #slider .carousel-control.left {
      background: none; }
    #middle-section #slider .carousel-control.left img {
      position: absolute;
      top: 43%;
      left: 10px; }
    #middle-section #slider .carousel-control.right img {
      position: absolute;
      top: 43%;
      right: 10px; }
    #middle-section #slider .carousel-indicators {
      bottom: 0;
	  margin-bottom:10px;
      z-index: 1; }
  #middle-section .main-left-column {
    border-right: 1px solid #e1e1e1; }
  #middle-section .articleSnapshot {
    padding: 0 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; }
    #middle-section .articleSnapshot figure {
      float: left;
      margin: 0 10px 10px 0;
      max-width: 35%; }
      #middle-section .articleSnapshot figure img {
        width: 100%; }
    #middle-section .articleSnapshot hgroup {
      margin-bottom: 10px; }
      #middle-section .articleSnapshot hgroup h4.byline {
        margin-top: 0;
        font-size: .85em;
        text-transform: uppercase; }
      #middle-section .articleSnapshot hgroup h3 {
        margin-top: 0;
        font-size: 1.4em; }
    #middle-section .articleSnapshot .original-article {
      text-transform: uppercase;
      color: #820024; }
    #middle-section .articleSnapshot .publish-info {
      font-size: .85em;
      letter-spacing: -.2px;
      margin-bottom: 20px; }
    #middle-section .articleSnapshot p.read-more {
      margin-bottom: 10px; }
  #middle-section #slider .item .content hgroup#ODAC.live {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa, #cbc5bf) repeat scroll 0 0;
    border: 1px solid black;
}
 #middle-section #slider .item .content hgroup h3 { font-size: 1.5em !important; margin-bottom: 10px; }
    #middle-section #slider .item .content hgroup h5 { font-size: 1.2em !important; margin-top: 0; color: black; }
    #middle-section #slider .item .content hgroup p { font-size: 1.0em !important; line-height: 1; }
    #middle-section #slider .item .content hgroup a.call-to-action { padding: 10px 15px; }
    #middle-section #slider .item .content hgroup a.call-to-action.odac { background: #414042; padding: 10px 15px; }
    #middle-section #slider .item .content hgroup a.call-to-action.odac:hover { background: white; color: #414042; }
    #middle-section #slider .item .content hgroup#ODAC { left: 0; margin-top: 10px; margin-left: 10%; width: 80%!important; background: #605846; /*-moz-border-radius: 3px; border-radius: 3px;*/ border: 3px solid white; color: white; text-align: center; max-width: 80%; }
    #middle-section #slider .item .content hgroup#ODAC h3 { margin-bottom: 0; color: white; }
    #middle-section #slider .item .content hgroup#ODAC h5 { color: white; font-family: 'UniversLight', 'Univers'; line-height: 1; }
    #middle-section #slider .item .content hgroup#ODAC h6 { font-size: 1.1em; margin-bottom: 0; color: white; margin-top: 0; font-family: 'UniversLight', 'Univers'; line-height: 1; }
    #middle-section #slider .item .content hgroup#ODAC ul { list-style: disc; padding-left: 0; margin-bottom: 5px; }
    #middle-section #slider .item .content hgroup#ODAC ul li { line-height: 1; color: black; display: inline-block; margin-right: 20px; color: white; font-family: 'UniversLight', 'Univers'; line-height: 1; }
    #middle-section #slider .item .content hgroup#ODAC ul li::before { content: "- "; }
    #middle-section #slider .item .content hgroup#ODAC a.odac { border: 3px solid white; text-transform: uppercase; font-family: 'UniversLight', 'Univers'; line-height: 1; }
    #middle-section #slider .item .content hgroup#ODAC a.odac2 { border: 0; -webkit-border-radius: 30px; border-radius: 30px; padding-left: 30px; padding-right: 30px; margin-top: 10px; background: #0098CA; }
    #middle-section #slider .item .content hgroup#ODAC a.odac2:hover { background: white; color: #0098CA; }

     #middle-section #slider .item .content hgroup#ODAC.live { background: white; border: 1px solid black; 
                    background: #fafafa; /* For browsers that do not support gradients */
                    background: -webkit-linear-gradient(bottom, #fafafa , #cbc5bf); /* For Safari 5.1 to 6.0 */
                    background: -o-linear-gradient(bottom, #fafafa, #cbc5bf); /* For Opera 11.1 to 12.0 */
                    background: -moz-linear-gradient(bottom, #fafafa, #cbc5bf); /* For Firefox 3.6 to 15 */
                    background: linear-gradient(to bottom, #fafafa , #cbc5bf); /* Standard syntax */
                }
                #ODAC.live h3, #ODAC.live h5, #ODAC.live h6 { font-family: 'Century Gothic'; }
                #middle-section #slider .item .content hgroup#ODAC.live h3 { margin-top: 0px; font-size: 3em !important; text-transform: none; font-family: 'Century Gothic'; color: #605847; }
                #middle-section #slider .item .content hgroup#ODAC.live h5 { font-size: 5em !important; letter-spacing: -.03em; font-family: 'Century Gothic'; color: #009acd; margin: -10px auto; }
                #middle-section #slider .item .content hgroup#ODAC.live h6 { font-size: 1.5em !important; font-family: 'Century Gothic'; color: #605847; margin: 0 auto; line-height: .95; }
                #middle-section #slider .item .content hgroup#ODAC.live hr { border-color: #605847; margin: 20px 0 10px 0; }

                @media screen and (max-width:420px) {
                    #middle-section #slider .item .content hgroup#ODAC.live { margin-top: 30px !important; }
                    #middle-section #slider .item .content hgroup#ODAC.live h3 { font-size: 2em !important }
                    #middle-section #slider .item .content hgroup#ODAC.live h5 { font-size: 3em !important; margin-top: 0; }
                    #middle-section #slider .item .content hgroup#ODAC.live h6 { font-size: 1em !important }
                 }
#articlesList {
  overflow-y: scroll;
  min-height: 510px;
  margin-bottom: -80px;
  color: #909090;
  overflow: scroll;
  /*border-right: 1px $shadow solid;*/
  text-align: center;
  padding: 0;
  /*-moz-box-shadow:    inset 0 0 7px $shadow;
  -webkit-box-shadow:	inset 0 0 7px $shadow;
  box-shadow:    inset 0 0 7px $shadow; */
  background: #fafafa;
  background-image: url("images/pattern-cqtm.png");
  background-repeat: repeat;
  background: none; }
  #articlesList a {
    color: #3e3e3d; }
    #articlesList a:hover {
      color: #00aab5; }
  #articlesList h3 {
    font-size: 1.5em;
    letter-spacing: -1px;
    line-height: 90%;
    margin-bottom: 0;
    word-wrap: break-word; }
    #articlesList h3 a {
      color: #902a2a !important; }
  #articlesList h4 {
    color: black;
    text-align: left;
    padding-left: 15px; }
  #articlesList p {
    font-size: .9em;
    line-height: 110%;
    text-align: left; }
    #articlesList p.author {
      margin: 0 auto 10px;
      font-style: italic;
      font-size: .7em; }
      #articlesList p.author span {
        display: none; }
  #articlesList span {
    display: block;
    text-align: left;
    padding-left: 15px;
    font-size: .8em;
    margin-bottom: 15px;
    letter-spacing: 1px; }
  #articlesList ul, #articlesList ul#toc {
    margin-top: 20px;
    padding-left: 17px;
    padding-bottom: 15px;
    text-align: left; }
    #articlesList ul li a, #articlesList ul#toc li a {
      color: #3e3e3d; }
      #articlesList ul li a:hover, #articlesList ul#toc li a:hover {
        color: #00aab5; }
  #articlesList .article {
    border-top: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left; }
  #articlesList h4.department-header {
    padding: 17px 0 12px 16px;
    margin-bottom: 0;
    color: #820024;
    background: white;
    margin-top: 0;
    border-bottom: 1px solid #820024;
    text-transform: uppercase; }
  #articlesList .department-image {
    text-align: left;
    padding: 20px 17px;
    border-top: 1px solid #e1e1e1; }
    #articlesList .department-image img {
      float: left;
      max-width: 30%;
      margin: 0 5px 5px 0;
      border: 1px solid #e1e1e1; }
    #articlesList .department-image h5 {
      font-size: 1.1em;
      margin-top: 0; }
    #articlesList .department-image p {
      margin-bottom: 10px; }

#featuredArticle h1 {
  font-family: 'BemboSemibold';
  font-size: 3em;
  line-height: 90%;
  margin-bottom: 40px;
  letter-spacing: -1px; }
#featuredArticle h2 {
  font-family: 'Bembo';
  font-size: 2.5em;
  letter-spacing: -1px; }
#featuredArticle h3 {
  color: #820024;
  margin-bottom: 40px; }
#featuredArticle img.featuredBottomAd {
  width: 100%; }

#sidebar {
  max-width: 310px;
  letter-spacing: 1px;
  color: #3e3e3d;
  padding: 0 5px 0 0; }
  #sidebar h3 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1em; }
    #sidebar h3.activeTab, #sidebar h3.inactiveTab {
      margin-bottom: 0 !important;
      margin-top: 0 !important; }
    #sidebar h3.red {
      font-size: 1.4em; }
  #sidebar .btn {
    width: 100%;
    max-width: 300px;
    background: white;
    border: 1px solid #820024;
    color: #820024; }
    #sidebar .btn:hover {
      background: #820024;
      color: white; }
  #sidebar img, #sidebar img.ad {
    width: 100%;
    max-width: 300px; }
  #sidebar img.tallAd {
    max-width: 160px !important;
    max-height: 870px; }
  #sidebar h2 {
    color: #cca87f; }
  #sidebar a#subscribe-btn {
    background: #cca87f; }
    #sidebar a#subscribe-btn:hover {
      background: #aaa; }
  #sidebar p {
    text-align: right;
    text-style: italic;
    font-size: .8em;
    margin-bottom: 5px; }
  #sidebar img.ad:after {
    content: "advertisement"; }

.btn-primary {
  width: 300px;
  height: 60px;
  font-size: 1.15em;
  margin-bottom: 40px;
  padding-top: 20px;
  letter-spacing: 1px; }

.mostReadCited {
  /*padding-left: 10px;*/ }
  .mostReadCited h3 {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-bottom: none;
    padding: 10px 5px 5px 5px;
    color: #00aab5;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0; }
    .mostReadCited h3.activeTab {
      background: #820024;
      color: white; }
    .mostReadCited h3.inactiveTab {
      cursor: pointer; }
      .mostReadCited h3.inactiveTab:hover {
        background: #231f20;
        color: white; }
  .mostReadCited ul.most {
    padding: 20px 10px 0 10px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    background: #fcfcfc;
    margin-bottom: 0;
    		/*-webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;*/ }
    .mostReadCited ul.most li.mostCited {
      display: none; }

/**************************RENEWAL POP UP MODAL****************************/
#renewalPopUp .modal-dialog {
  width: 70%;
  min-width: 300px;
  max-width: 600px; }
  #renewalPopUp .modal-dialog .modal-content {
    padding: 20px; }
    #renewalPopUp .modal-dialog .modal-content p {
      line-height: 120%;
      margin-bottom: 20px; }

/**************************PRESTITIAL AD MODAL****************************/
#prestitialModal .modal-dialog, #interstitialModal .modal-dialog {
  width: 300px;
  margin-top: 100px; }
  #prestitialModal .modal-dialog .modal-content, #interstitialModal .modal-dialog .modal-content {
    background: none; }
    #prestitialModal .modal-dialog .modal-content img, #interstitialModal .modal-dialog .modal-content img {
      width: 300px;
      border: 10px solid white; }
#prestitialModal img#close, #interstitialModal img#close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px; }
  #prestitialModal img#close:hover, #interstitialModal img#close:hover {
    cursor: pointer; }

/**************************SANOVAWORKS NETWORK MODAL****************************/
#sw-networks-modal .modal-header img {
  display: inline-block;
  float: left;
  margin-right: 10px; }
#sw-networks-modal .modal-header h4 {
  font-family: 'UniversLight';
  font-size: 2.0em;
  color: #909090; }
#sw-networks-modal .modal-header .modal-title {
  line-height: 1.6; }
#sw-networks-modal .modal-body {
  padding-bottom: 0; }
#sw-networks-modal .centered {
  min-height: 100px; }
  #sw-networks-modal .centered img {
    max-width: 100px;
    margin-right: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(grayscale.svg);*/
    /* Firefox 4+ */
    filter: gray;
    /* IE 6-9 */ }

/**************************SECONDARY PAGES********************************/
ol.breadcrumb {
  background: none; }

#breadcrumbs {
  padding: 0; }
  #breadcrumbs #breadcrumbsSection {
    margin: 0; }

#breadcrumbsSection {
  min-height: 49px;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  font-size: .9em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 13px; }
  #breadcrumbsSection #breadcrumbs span {
    margin: auto 5px; }
  #breadcrumbsSection #topic {
    float: right; }
  #breadcrumbsSection .crumb {
    text-transform: capitalize; }

#main {
  min-height: 510px; }
  #main h1 {
    color: #820024;
    letter-spacing: -.02em;
    /*-1px*/ }
  #main hgroup {
    margin-bottom: 20px; }
    #main hgroup h1 {
      margin-bottom: 0;
      color: #820024; }
    #main hgroup h5 {
      margin-top: 0;
      letter-spacing: 1px;
      /*3px*/ }

ul#pagination {
  text-align: center;
  margin-bottom: 30px; }
  ul#pagination li {
    font-size: 1.4em;
    display: inline-block;
    margin: auto 15px; }
    ul#pagination li:first-child {
      margin-left: 0; }
    ul#pagination li:last-child {
      margin-right: 0; }
    ul#pagination li a.activePage {
      color: #820024;
      cursor: default; }

#articleTeasers {
  padding: 0; }
  #articleTeasers .articleTeaser h4 a {
    color: #820024; }
  #articleTeasers .articleTeaser h4 a:hover {
    color: #00aab5; }
  #articleTeasers .articleTeaser p {
    line-height: 130%;
    font-size: .9em; }

/****************************LOGIN PAGE******************************/
.log-in-btn {
  width: 100%;
  max-width: 240px;
  margin-bottom: 25px !important; }

span.options {
  margin: auto 10px; }

.modal-dialog .modal-body {
  padding-bottom: 70px; }
  .modal-dialog .modal-body #myModalLabel {
    color: #820024; }
  .modal-dialog .modal-body .btn-primary {
    max-width: 240px; }

/****************************ARTICLE PAGE******************************/
#articlePage {
  /*background: url(/images/topic1.bkg.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 200px 300px; }
  #articlePage h1 {
    word-wrap: break-word; }  
  #articlePage h2 {
    color: #820024;
    font-size: 2.3em;
    font-family: "Bembo";
    letter-spacing: -2px; }
  #articlePage h3 {
    color: #820024; }
  #articlePage #article-correspondence p {
    margin-bottom: 1px; }
  #articlePage #abstract {
    border: 1px solid #e1e1e1;
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
    background-image: url("/images/pattern-cqtm.png");
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat; }
    #articlePage #abstract #callsToAction {
      padding: 0;
      margin-bottom: 40px;
      text-align: center; }
      #articlePage #abstract #callsToAction a {
        margin: auto 10px;
        white-space: nowrap; }
        #articlePage #abstract #callsToAction a.btn:hover {
          background: #231f20; }
      #articlePage #abstract #callsToAction .btn-primary {
        padding: 5px 10px;
        width: 100%;
        height: 30px;
        font-family: "UniversLight"; }
      #articlePage #abstract #callsToAction #info {
        display: none;
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        margin: 20px auto;
        padding-bottom: 5px; }
        #articlePage #abstract #callsToAction #info h4 {
          color: #820024; }
        #articlePage #abstract #callsToAction #info p {
          margin-bottom: 10px;
          display: none; }
  #articlePage img.articleHorizontalAd {
    width: 100%; }

/*******************************EJDD ARTICLE*********************************/
#ejdd-pdfs img.cover {
  width: 100%; }
#ejdd-pdfs img.download {
  background: #820024; }
  #ejdd-pdfs img.download:hover {
    background: #cca87f; }

#selectedArticle {
  background: white;
  padding: 30px 0 0 0;
  width: 100%; }
  #selectedArticle #closeSelectedArticle {
    background: #820024;
    color: white !important;
    z-index: 37;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    right: 0;
    opacity: .9; }
    #selectedArticle #closeSelectedArticle:hover {
      cursor: pointer;
      background: black; }
  #selectedArticle #scrollArea {
    overflow-y: scroll; }
  #selectedArticle img {
    max-width: 100%; }
  #selectedArticle img:nth-child(odd) {
    float: left;
    margin: 0 10px 10px 0; }
  #selectedArticle img:nth-child(even) {
    float: right;
    margin: 0 0 10px 10px; }
  #selectedArticle h1#articleTitle {
    letter-spacing: -2px;
    color: #820024; }
  #selectedArticle ul#pagination {
    clear: both; }

.leftPage, .rightPage {
  height: 550px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 2000px;
  /* Chrome, Safari, Opera  */
  perspective: 2000px; }
  .leftPage:hover, .rightPage:hover {
    /*cursor: pointer;*/ }
  .leftPage #cover, .rightPage #cover {
    background: #820024;
    color: white;
    background-image: linear-gradient(#5d001a, #820024); }
    .leftPage #cover hgroup, .rightPage #cover hgroup {
      background: -webkit-linear-gradient(white, #dadada);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .leftPage .page, .rightPage .page {
    padding: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    /*display: none;*/
    z-index: 0; }
    .leftPage .page h1, .rightPage .page h1 {
      font-size: 1.5em;
      letter-spacing: -1px;
      line-height: 100%;
      margin-top: 0; }
      .leftPage .page h1 a, .rightPage .page h1 a {
        color: #820024; }
        .leftPage .page h1 a:hover, .rightPage .page h1 a:hover {
          color: #cca87f; }
    .leftPage .page p, .rightPage .page p {
      font-size: .9em;
      line-height: 110%;
      margin-bottom: 10px; }
    .leftPage .page img, .rightPage .page img {
      width: 100%;
      -moz-border-radius: 10px;
      border-radius: 10px;
      margin-bottom: 10px; }
      .leftPage .page img:hover, .rightPage .page img:hover {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
    .leftPage .page div[class^='col'], .rightPage .page div[class^='col'] {
      margin-bottom: 10px; }
  .leftPage .page.active, .rightPage .page.active {
    display: block;
    z-index: 1; }
  .leftPage .page.turning, .rightPage .page.turning {
    z-index: 2; }
  .leftPage .page.becomingActive, .rightPage .page.becomingActive {
    display: block;
    /*z-index: 0;*/ }
  .leftPage .page.first, .leftPage .page.last, .rightPage .page.first, .rightPage .page.last {
    /*@include darkWoodBkg("/images/ejdd-logo.png", 50%, 50%, 356px, 136px);*/
    background: #fff;
    /*292627*/
    background-image: url("/images/ejdd-logo.png"), url("/images/ejdd-pattern.png");
    background-position: 50% 50%, 0 0;
    background-size: 356px 136px, auto;
    background-repeat: no-repeat, repeat; }
  .leftPage [data-page-num='1'] #title, .rightPage [data-page-num='1'] #title {
    position: absolute;
    top: 0; }
    .leftPage [data-page-num='1'] #title h1, .leftPage [data-page-num='1'] #title h2, .leftPage [data-page-num='1'] #title h3, .rightPage [data-page-num='1'] #title h1, .rightPage [data-page-num='1'] #title h2, .rightPage [data-page-num='1'] #title h3 {
      margin: 0 auto; }
    .leftPage [data-page-num='1'] #title h1, .rightPage [data-page-num='1'] #title h1 {
      font-size: 5em;
      letter-spacing: -2px; }
    .leftPage [data-page-num='1'] #title h2, .rightPage [data-page-num='1'] #title h2 {
      font-size: 1.6em;
      letter-spacing: -1px; }
    .leftPage [data-page-num='1'] #title h3, .rightPage [data-page-num='1'] #title h3 {
      font-size: 1.2em; }
  .leftPage .ejddArticle, .rightPage .ejddArticle {
    max-height: 50%;
    overflow: hidden; }
    .leftPage .ejddArticle.sixty, .rightPage .ejddArticle.sixty {
      max-height: 60%; }
    .leftPage .ejddArticle.forty, .rightPage .ejddArticle.forty {
      max-height: 40%; }
    .leftPage .ejddArticle:after, .rightPage .ejddArticle:after {
      position: absolute;
      bottom: 0;
      height: 20%;
      width: 100%;
      content: "";
      background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
      pointer-events: none;
      /* so the text is still selectable */ }
    .leftPage .ejddArticle h1, .rightPage .ejddArticle h1 {
      margin-bottom: 3px; }

.leftPage .page {
  background: white;
  transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -webkit-transform: rotateY(0deg);
  /* Chrome, Safari, Opera  */
  transform: rotateY(0deg); }

.rightPage .page {
  background: white;
  /*background-image: linear-gradient( to right, #fbfbfb 5%, #fff 15% );*/
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateY(0deg);
  /* Chrome, Safari, Opera  */
  transform: rotateY(0deg); }

.prev:hover, .next:hover, .prevBtn:hover, .nextBtn:hover, .finish:hover {
  cursor: pointer; }

.prev {
  background: #909090;
  float: left; }

.next {
  background: #820024;
  float: right; }
  
  .finish { 
  float: right; }

a.prev, a.next, a.finish  {
  min-width: 70px;
  max-width: 100px;
  display: inline-block; }

.prevBtn {
  position: absolute;
  left: 0;
  background: url("/images/prev.gif"); }

.nextBtn {
  position: absolute;
  right: 0;
  background: url("/images/next.gif"); }

.prevBtn, .nextBtn {
  top: 200px;
  height: 50px;
  width: 50px;
  opacity: .2;
  z-index: 37; }
  .prevBtn:hover, .nextBtn:hover {
    opacity: .5; }

.leftFlatToVert {
  -webkit-animation: turnLeftToRight .3s linear;
  -moz-animation: turnLeftToRight .3s linear;
  animation: turnLeftToRight .3s linear;
  -webkit-animation-fill-mode: forwards; }

@-moz-keyframes turnLeftToRight {
  0% {
    -moz-transform: rotateY(0deg); }

  100% {
    -moz-transform: rotateY(90deg); } }

@-webkit-keyframes turnLeftToRight {
  0% {
    -webkit-transform: rotateY(0deg); }

  100% {
    -webkit-transform: rotateY(90deg); } }

@keyframes turnLeftToRight {
  0% {
    -webkit-transform: rotateY(0deg); }

  100% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }

.rightVertToFlat {
  -webkit-animation: turnRightToLeftPrev .6s linear;
  -moz-animation: turnRightToLeftPrev .6s linear;
  animation: turnRightToLeftPrev .6s linear;
  -webkit-animation-fill-mode: forwards; }

@-moz-keyframes turnRightToLeftPrev {
  0% {
    -moz-transform: rotateY(-90deg); }

  50% {
    -moz-transform: rotateY(-90deg); }

  100% {
    -moz-transform: rotateY(0deg); } }

@-webkit-keyframes turnRightToLeftPrev {
  0% {
    -webkit-transform: rotateY(-90deg); }

  50% {
    -webkit-transform: rotateY(-90deg); }

  100% {
    -webkit-transform: rotateY(0deg); } }

@keyframes turnRightToLeftPrev {
  0% {
    -webkit-transform: rotateY(-90deg); }

  50% {
    -webkit-transform: rotateY(-90deg); }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

.rightFlatToVert {
  -webkit-animation: turnRightToLeft .3s linear;
  -moz-animation: turnRightToLeft .3s linear;
  animation: turnRightToLeft .3s linear;
  -webkit-animation-fill-mode: forwards; }

@-moz-keyframes turnRightToLeft {
  0% {
    -moz-transform: rotateY(0deg); }

  100% {
    -moz-transform: rotateY(-90deg); } }

@-webkit-keyframes turnRightToLeft {
  0% {
    -webkit-transform: rotateY(0deg); }

  100% {
    -webkit-transform: rotateY(-90deg); } }

@keyframes turnRightToLeft {
  0% {
    -webkit-transform: rotateY(0deg); }

  100% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }

.leftVertToFlat {
  -webkit-animation: turnRightToLeftNext .6s linear;
  -moz-animation: turnRightToLeftNext .6s linear;
  animation: turnRightToLeftNext .6s linear;
  -webkit-animation-fill-mode: forwards; }

@-moz-keyframes turnRightToLeftNext {
  0% {
    -moz-transform: rotateY(90deg); }

  50% {
    -moz-transform: rotateY(90deg); }

  100% {
    -moz-transform: rotateY(0deg); } }

@-webkit-keyframes turnRightToLeftNext {
  0% {
    -webkit-transform: rotateY(90deg); }

  50% {
    -webkit-transform: rotateY(90deg); }

  100% {
    -webkit-transform: rotateY(0deg); } }

@keyframes turnRightToLeftNext {
  0% {
    -webkit-transform: rotateY(90deg); }

  50% {
    -webkit-transform: rotateY(90deg); }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

/*******************************SEARCH*********************************/
#simple-search {
  display: inline-block;
  min-height: 40px;
  max-width: 300px;
  padding: 11px 0 !important; }
  #simple-search form {
    position: relative;
    float: left; }
    #simple-search form input[type=text] {
      width: 100%;
      width: 220px;
      margin: 0px auto 0 auto;
      font-size: .7em;
      height: 30px;
      padding-top: 4px; }
    #simple-search form span {
      font-size: .7em; }

.simple-search-btn {
  max-width: 65px;
  float: left; }

.searchArchives h4 {
  margin: 10px auto; }
.searchArchives * {
  padding-left: 0 !important; }
.searchArchives input[type=text] {
  height: 40px;
  width: 100%;
  max-width: 240px;
  padding-left: 10px !important;
  background: #efefef;
  letter-spacing: 1px;
  border: 0; }
.searchArchives select {
  padding-left: 10px !important; }
.searchArchives .options {
  clear: both;
  margin-bottom: 20px; }
  .searchArchives .options span {
    margin-left: 4px;
    font-size: .8em; }
.searchArchives .btn {
  width: 160px;
  margin-top: 11px; }

input#searchField {
  height: 40px;
  margin-top: -2px;
  background: #efefef;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  max-width: none; }

.searchBtn {
  height: 40px;
  width: 160px;
  /*padding: 10px 3px; margin-left: -4px; margin-top: 7px;*/ }

#activeSearch {
  color: #3e3e3d; }

.search-btn {
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
  padding: 11px 30px;
  line-height: 1;
  margin-top: -1px; }

.search-btn-img {
  margin-top: -1px;
  background: #820024; 
  height: 42px;
   width: 123px;
   border:0px;}
  .search-btn-img:hover {
    background: #231f20; }

/*****************************ARCHIVES*********************************/
.issue, .index {
  text-align: center;
  padding-left: 0;
  padding-right: 30px; }
  .issue hgroup, .index hgroup {
    height: 100px; }
    .issue hgroup h5.volumeIssue, .issue hgroup h4.issueTitle, .index hgroup h5.volumeIssue, .index hgroup h4.issueTitle {
      letter-spacing: 0 !important; }
  .issue img, .index img {
    width: 100%;
    max-width: 180px;
    /*140px*/
    margin-bottom: 10px; }
  .issue img:hover, .index img:hover {
    box-shadow: 0 0 10px #555; }

.index hgroup {
  height: auto;
  margin-bottom: 0; }

ul.issues-list {
  font-size: .8em; }

/****************************LIBRARY***********************************/
.supplement {
  margin-bottom: 40px; }
  .supplement p {
    margin-bottom: 10px; }
  .supplement h3 {
    margin-top: 0; }
  .supplement figure {
    float: left;
    margin: 0 20px -10px 0;
    width: 130px;
    overflow: hidden; }
    .supplement figure img {
      margin-bottom: 10px; }
    .supplement figure img:hover {
      box-shadow: 0 0 10px #555; }
  .supplement .btn-primary {
    width: 130px !important;
    height: 40px;
    padding-top: 10px; }

/**************************ONE-TIME-PURCHASE********************************/
form#one-time-purchase h4, #purchase-sidebar h4 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  border-right: none;
  padding: 14px 0 10px;
  margin-bottom: 30px; }
form#one-time-purchase input, #purchase-sidebar input {
  max-width: none; }
form#one-time-purchase .cvv, #purchase-sidebar .cvv {
  width: 40%;
  margin-right: 10px; }

h1#purchase-title {
  color: #820024;
  letter-spacing: -.02em; }

#purchase-sidebar p {
  text-align: left; }

/**************************SUBSCRIPTION********************************/
@media screen and (max-width: 767px) {
  /*phones*/
  #subscriptionTable .infoRow:first-child {
    word-wrap: break-word; }
    #subscriptionTable .infoRow:first-child .cell {
      padding-left: 10px;
      padding-right: 10px; }
  #subscriptionTable .infoRow .cell.check-box:nth-child(2) {
    border-left: 0 !important; }
  #subscriptionTable .infoRow .feature {
    border-bottom: 1px solid #e1e1e1; } }
#subscribeForm *, #profileForm * {
  padding-left: 0; }

#subscriptionTable {
  font-size: .9em;
  margin-bottom: 20px; }
  #subscriptionTable .infoRow {
    padding: 0;
    border: 1px solid #e1e1e1;
    border-top: 0; }
    #subscriptionTable .infoRow:nth-child(odd) {
      background: whitesmoke; }
    #subscriptionTable .infoRow .cell {
      min-height: 77px;
      padding: 20px;
      text-align: center; }
      #subscriptionTable .infoRow .cell.check-box {
        border-left: 1px solid #e1e1e1; }
      #subscriptionTable .infoRow .cell:first-child {
        text-align: left; }
    #subscriptionTable .infoRow:first-child {
      background: #820024; }
      #subscriptionTable .infoRow:first-child p {
        color: white !important; }
      #subscriptionTable .infoRow:first-child .cell {
        border: none;
        text-align: left; }
    #subscriptionTable .infoRow p {
      line-height: 110%;
      margin-bottom: 0; }

#subscriptionSidebar h4 {
  color: #820024;
  font-size: 1em; }
#subscriptionSidebar p {
  line-height: 115%;
  font-size: .9em; }

.open-access-subscribers {
  padding: 20px 20px 0 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .open-access-subscribers h4 {
    color: #820024; }

.lists h3 {
  color: #820024; }
.lists ul {
  margin-left: 10px; }

.checkmark {
  color: #d9ba81;
  font-size: 2.5em;
  top: 14px;
  position: relative; }

/*****************************PROFILE*********************************/
@media screen and (max-width: 767px) {
  /*phones*/
  #profileBtn.btn-primary {
    max-width: 344px !important;
    width: 100% !important; } }
#profileForm input[type=text], #profileForm input[type=password], #profileForm input[type=date], #profileForm select {
  max-width: none;
  width: 100%; }

#profileSidebar h4 {
  color: #820024;
  font-size: 1em;
  margin-bottom: 10px; }
#profileSidebar h5 {
  margin-bottom: 3px;
  color: #820024; }
#profileSidebar p {
  line-height: 115%;
  font-size: .9em;
  margin-bottom: 20px; }

#subscription-section .subscription-type {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 20px 10px 20px;
  margin-bottom: 20px;
  min-height: 220px; }
  #subscription-section .subscription-type h4 {
    margin-bottom: 5px; }
  #subscription-section .subscription-type p {
    margin-bottom: 0; }
  #subscription-section .subscription-type.selected {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #ffe4e4; }
  #subscription-section .subscription-type:hover {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #ffe4e4; }
  #subscription-section .subscription-type hr {
    border-top: 1px solid #902a2a;
    margin: 5px auto; }
  #subscription-section .subscription-type input[type='radio'] {
    position: relative;
    margin-right: 5px; }

#profileBtn.btn-primary {
  width: 100%;
  max-width: none; }

/*******************FORMS (CONTACT, SUBSCRIBE)************************/
@media screen and (max-width: 767px) {
  /*phones*/
  input[type=text], input[type=password], textarea {
    max-width: none; }

  a.submit {
    max-width: 255px; } }
#contactForm, #subscribeForm {
  padding-left: 0; }
  #contactForm *, #subscribeForm * {
    padding-left: 0; }
  #contactForm select, #subscribeForm select {
    width: 100%; }
  #contactForm input[type=text], #contactForm input[type=password], #subscribeForm input[type=text], #subscribeForm input[type=password] {
    max-width: 100%; }
  #contactForm span#termsRequired {
    color: red;
    display: none; }

/********************INTERNATIONAL EDITORIAL BOARD********************/
#ie-board .personnel {
  padding-left: 0; }
  #ie-board .personnel .featured {
    border: 1px solid #e1e1e1;
    padding-left: 0;
    height: 160px;
    overflow: hidden;
    background: #231f20;
    color: white; }
    #ie-board .personnel .featured .headshot {
      padding-left: 0;
      height: 100%;
      background: url(../images/dr-perry-robbins.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    #ie-board .personnel .featured h2 {
      font-size: 1.5em; }
    #ie-board .personnel .featured a:hover {
      color: #cca87f; }
    #ie-board .personnel .featured:hover, #ie-board .personnel .featured.selected {
      background: #322d2e;
      -webkit-appearance: none;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  #ie-board .personnel ul.divide-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
  #ie-board .personnel ul.divide-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; }
  #ie-board .personnel ul li {
    display: block; }
#ie-board #bio {
  display: none;
  padding: 0; }
  #ie-board #bio h3 {
    display: inline-block;
    margin-right: 15px; }
  #ie-board #bio [data-bio-num] {
    display: none; }
  #ie-board #bio a.close-bio {
    white-space: nowrap; }

/********************BUYER'S RESOURCE********************/
#buyers-resource input[type=checkbox] {
  margin-right: 10px; }

/********************CONFERENCE CALENDAR********************/
.conference-calendar .event {
  padding-left: 0; }
.conference-calendar img.featuredBottomAd {
  width: 100%; }

/**********************VIDEO PEARLS*************************/
.pearl h4 {
  margin-top: 0; }
.pearl img {
  width: 100%; }
.pearl a.btn {
  margin-bottom: 20px !important; }

/********************INTERNATIONAL ALLIANCE********************/
#allianceForm * {
  padding-left: 0; }
#allianceForm input[type=text] {
  max-width: none; }
#allianceForm textarea {
  min-height: 100px; }

.ally img {
  width: 75%;
  max-width: 144px; }

/********************CME ACTIVITIES********************/
@media screen and (max-width: 767px) {
  /*phones*/
  .row .topic, .row .links {
    width: 100%; }
  .row .pdf {
    width: 15%; }
  .row .info {
    width: 85%; }
  .row .question, .row .answers, .row .correct {
    width: 100%; }
  .row .topic {
    border-bottom: 1px solid #e1e1e1; }
  .row .links {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px; }
  .row .pdf, .row .info, .row .answers {
    padding-top: 10px; } }
#cmeTable, #cmeAnswerReview {
  font-size: .9em !important;
  border: 1px solid #e1e1e1; }
  #cmeTable .row, #cmeAnswerReview .row {
    padding-top: 10px; }
    #cmeTable .row:nth-child(odd), #cmeAnswerReview .row:nth-child(odd) {
      background: whitesmoke; }
    #cmeTable .row:first-child, #cmeAnswerReview .row:first-child {
      padding-top: 0; }
      #cmeTable .row:first-child div, #cmeAnswerReview .row:first-child div {
        height: 10px; }
      #cmeTable .row:first-child div:first-child, #cmeAnswerReview .row:first-child div:first-child {
        background: #0a4879; }
      #cmeTable .row:first-child div:nth-child(2), #cmeAnswerReview .row:first-child div:nth-child(2) {
        background: #820024; }
      #cmeTable .row:first-child div:last-child, #cmeAnswerReview .row:first-child div:last-child {
        background: #596c24; }
    #cmeTable .row:nth-child(2), #cmeAnswerReview .row:nth-child(2) {
      background: #820024;
      border-top: 1px solid rgba(255, 255, 255, 0.6); }
      #cmeTable .row:nth-child(2) img.step-num, #cmeAnswerReview .row:nth-child(2) img.step-num {
        max-width: 30px;
        max-height: 30px;
        position: relative;
        top: 0;
        float: left;
        margin-right: 5px;
        margin-bottom: 20px; }
      #cmeTable .row:nth-child(2) p, #cmeAnswerReview .row:nth-child(2) p {
        color: white !important; }
    #cmeTable .row.correct, #cmeAnswerReview .row.correct {
      border-left: 3px solid #599a3e; }
    #cmeTable .row.incorrect, #cmeAnswerReview .row.incorrect {
      border-left: 3px solid #902a2a; }
    #cmeTable .row img, #cmeAnswerReview .row img {
      width: 25px;
      height: 25px;
      position: relative;
      top: 3px; }
    #cmeTable .row p, #cmeAnswerReview .row p {
      margin-bottom: 10px; }
    #cmeTable .row .answers ol, #cmeAnswerReview .row .answers ol {
      padding-left: 20px;
      margin-bottom: 0; }

#cmeAnswerReview .row:first-child {
  background: #820024;
  padding-top: 10px; }
  #cmeAnswerReview .row:first-child div {
    background: none;
    height: auto; }
    #cmeAnswerReview .row:first-child div p {
      color: white !important; }
  #cmeAnswerReview .row:first-child div:first-child {
    background: none; }
  #cmeAnswerReview .row:first-child div:nth-child(2) {
    background: none; }
  #cmeAnswerReview .row:first-child div:last-child {
    background: none; }
#cmeAnswerReview .row:nth-child(2) {
  background: white; }
  #cmeAnswerReview .row:nth-child(2) p {
    color: #3e3e3d !important; }

img.sponsor {
  width: 100%; }

p.question {
  margin-bottom: 10px; }

form.answers {
  margin-bottom: 20px; }

a.prev, a.next, a.finish {
  margin-bottom: 20px !important; }

ul#review-options li {
  display: inline-block; }

ol.certificate-options {
  padding-left: 20px; }

#problem {
  width: 100%; }

/********************SUBMISSION PAGES********************/
@media screen and (max-width: 767px) {
  /*phones*/
  #submission-table .infoRow .cell {
    word-wrap: break-word;
    max-height: 70px;
    overflow: scroll; }
    #submission-table .infoRow .cell:nth-child(1) {
      border-bottom: 1px solid #e1e1e1; }
    #submission-table .infoRow .cell:nth-child(2) {
      border-left: 0; } }
	  
	  @media screen and (min-width: 769px) {
	  
	  .archivepopup{
   width:425px;
}
	  }
#submission-table {
  font-size: .9em;
  margin-bottom: 20px; }
  #submission-table .infoRow {
    padding: 0;
    border: 1px solid #e1e1e1;
    border-top: 0; }
    #submission-table .infoRow:nth-child(odd) {
      background: whitesmoke; }
    #submission-table .infoRow .cell {
      min-height: 47px;
      padding: 20px;
      border-left: 1px solid #e1e1e1; }
      #submission-table .infoRow .cell:first-child {
        text-align: left;
        border-left: 0; }
    #submission-table .infoRow:first-child {
      background: #820024; }
      #submission-table .infoRow:first-child p {
        color: white !important; }
      #submission-table .infoRow:first-child .cell {
        border: none;
        text-align: left; }
    #submission-table .infoRow p {
      line-height: 110%;
      margin-bottom: 0; }

#submission-form * {
  padding-left: 0; }
#submission-form .btn-primary {
  width: 100%;
  max-width: 300px; }
#submission-form input[type=text] {
  width: 100%; }
#submission-form ul {
  margin-bottom: 20px; }
  #submission-form ul li {
    display: inline-block;
    margin-right: 20px; }
#submission-form #submission-title {
  max-width: none; }
#submission-form #reviewers {
  max-height: 300px;
  min-height: 100px; }
#submission-form .modal-header, #submission-form .modal-body {
  padding-left: 20px; }

/*********************ABOUT/MEDIA****************/
#aboutPage figure, #mediaPage figure {
  display: table;
  float: left;
  margin: 0 20px 20px 0; }
  #aboutPage figure img, #mediaPage figure img {
    display: block;
    max-width: 100%; }
  #aboutPage figure figcaption, #mediaPage figure figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: .8em; }
    #aboutPage figure figcaption h2, #mediaPage figure figcaption h2 {
      font-size: 1.4em; }
    #aboutPage figure figcaption hr, #mediaPage figure figcaption hr {
      margin: 0 auto 10px auto; }
    #aboutPage figure figcaption a.btn, #mediaPage figure figcaption a.btn {
      width: 100%;
      max-width: 146px;
      text-transform: uppercase; }

#mediaPage figure {
  width: 100%; }
  #mediaPage figure img {
    margin: 0 auto 10px auto;
    max-height: 190px; }

/******************PRESS PAGES***************/
#pressPage .entry, #pressArticlePage .entry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px; }
  #pressPage .entry a.back-to-top, #pressArticlePage .entry a.back-to-top {
    position: absolute;
    bottom: 40px;
    right: 0; }
#pressPage .entry:last-child, #pressArticlePage .entry:last-child {
  border: none; }

#pressArticlePage .entry {
  border: none; }

/*********************FOOTER****************/
#footer {
  background: #231f20;
  color: white !important;
  z-index: 999;
  padding: 100px 0 0 0; }
  #footer .container {
    padding: 0 40px;
    max-width: none; }
    #footer .container p {
      color: white !important; }
    #footer .container h3 {
      font-size: 1.2em; }
      #footer .container h3 span {
        color: #cca87f; }
      #footer .container h3.title {
        font-size: 1.4em;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      #footer .container h3 a {
        font-size: .8em; }
    #footer .container img {
      width: 100%;
      max-width: 200px; }
    #footer .container .issueDiv {
      padding-left: 0;
      padding-right: 30px; }
    #footer .container .col-xs-6-delayed {
      width: 33.3333%; }
    #footer .container .col-xs-12-delayed {
      width: 100%; }
  #footer #copyright-container {
    background: #121010; }
    #footer #copyright-container #copyright {
      margin: 40px auto 30px auto; }
      #footer #copyright-container #copyright p {
        font-size: .8em;
        margin-bottom: 10px; }
		
ul.enlarge li:hover {
z-index: 50;
cursor: pointer;
}

/*added by apurva*/	
#interior_content_wrapper {
padding: 20px;
margin-bottom: 15px;
border: 1px solid #dddddd;
overflow: hidden;
}
#middle_col_wrapper {
padding: 0px 20px 20px 20px;
margin-bottom: 15px;
}
.promo-titles {
border: 0 solid #b8c8d8;
color: #540004;
margin-top: 0;
padding: 0;
text-indent: 0;
}
ul.promo-content li {
border-bottom: 1px solid #e6e6e6;
list-style-image: url(images/expand-right.gif);
margin-left: 5px;
padding: 10px 0;
}
.abstract {
border: 1px solid lightgrey;
border-radius: 8px;
margin: 3%;
padding: 2%;
}

.issue_topics p{
margin-bottom: 0px;
}
.navImg1
{
height:17px;
}


#sidebar article#twitterSection {
  margin-bottom: 100px;
}
/* line 832, style.scss */
#sidebar article#twitterSection h4 {
  text-transform: uppercase;
  padding: 17px 0 12px 0;
  color: #820024;
  border-bottom: 1px solid #820024;
}
/* line 833, style.scss */
#sidebar article#twitterSection #twitterPosts {
  position: relative;
  overflow: hidden;
}
/* line 835, style.scss */
#sidebar article#twitterSection #twitterPosts .twitterPost {
  height: 150px;
  padding: 20px 10px 10px 0;
  width: 100%;
}
/* line 837, style.scss */
#sidebar article#twitterSection #twitterPosts .twitterPost img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 48px;
}
/* line 838, style.scss */
#sidebar article#twitterSection #twitterPosts .twitterPost .text {
  margin-top: -5px !important;
  text-align: left;
  font-size: 1em;
}
/* line 839, style.scss */
#sidebar article#twitterSection #twitterPosts .twitterPost .time {
  text-align: right;
  font-size: .75em;
  font-style: italic;
}
/* line 840, style.scss */
#sidebar article#twitterSection #twitterPosts .twitterPost .twitterLink {
  font-weight: bold;
}
/* line 842, style.scss */
#sidebar article#twitterSection #twitterPosts .twitterPost.incoming {
  position: absolute;
  top: 0;
  left: -100%;
}
/* line 845, style.scss */
#sidebar article#twitterSection a#follow {
  margin-top: 15px;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  /*phones*/
  /* line 514, style.scss */
  a#sw-network img {
    height: 100px !important;
	max-height: 25px;
  }
}
/* line 517, style.scss */
a#sw-network {
  position: absolute;
  right: 7px;
  
  z-index: 0;
}
a#sw-network-middle {
  float: right; margin-top: 10px;
}
/* line 519, style.scss */
/*a#sw-network img {
  max-height: none;
}*/
a#sw-network-middle img {
  max-height: 20px;
}

a#sw-network:hover {
    cursor: pointer; }
	
/* line 520, style.scss */
a#sw-network:hover, a#sw-network-middle:hover {
  cursor: pointer;
}
#articlesList .department-image p a {
  color: #00aab5;
}
span#logout { display: block; text-align: right; margin-top: 10px; }
span#logout span#loggedInName { white-space: nowrap; }
span#logout a {  }
span#login, span#logout { font-size: .9em; }
span#login input { height: 25px; margin-bottom: 3px; }
span#login a { background: #820024; padding: 7px 20px; color: white; margin-top: 5px; -moz-border-radius: 3px; border-radius: 3px; }
span#login a:hover { background: #cca87f; }

@media screen and (max-width:320px){


ul li a
{
padding-bottom: 5% !important;
padding-top: 5% !important;
}

}

 svg.podcast-logo { max-width: 35%; float: left; margin: 0 10px 0 0; }
                 a.podcast-link:hover {
    color: #999999;
}
a.podcast-link {
    display: inline-block;
    margin-top: -6px;
    float: right;
    height: 30px;
    color: #000000;
    background: whitesmoke;
    padding-right: 20px;
    border-radius: 3px;
    overflow: hidden;
    transition: all .1s linear;
} 
a.podcast-link span {
    display: inline-block;
    padding: 8px 9px;
    height: 30px;
    width: 30px;
    color: #ffffff;
    background: #820024;
    margin-right: 10px;
    transition: all .1s linear;
}  
a.podcast-link:hover {
    color: #999999;
}
a.podcast-link:hover span {
    background: #cca87f;
}  

