/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width:1366px;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .container { width: 80%; padding: 30px 20px; }
 }
@media (min-width: 650px) {
  .container { padding: 50px 20px; }
 }
@media (min-width: 750px) {
  .container { padding: 70px 20px; }
 }
@media (min-width: 850px) {
  .container { padding: 90px 20px; }
 }
@media (min-width: 950px) {
  .container { padding: 100px 20px; }
 }
nav .container {
  padding: 0px 20px;
}

.container.photo-container {
  margin: 0 auto;
  padding-top: 0px;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }


/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}
.row.middle {
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .row.middle { margin-bottom: 60px; }
}
.row.bottom {
  margin-bottom: 75px;
}
@media (min-width: 1300px) {
  .row.bottom { margin-bottom: 120px; }
}
.videoblock { margin-bottom:75px;  }

/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
  font-family: 'Graphik Light';
  src: url('Graphik-Light-Web.eot');
  src: url('Graphik-Light-Web.eot?#iefix') format('embedded-opentype'),
    url('Graphik-Light-Web.woff') format('woff'),
    url('Graphik-Light-Web.ttf') format('truetype'),
    url('Graphik-Light-Web.svg#Graphik-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Regular';
  src: url('Graphik-Regular-Web.eot');
  src: url('Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('Graphik-Regular-Web.woff') format('woff'),
    url('Graphik-Regular-Web.ttf') format('truetype'),
    url('Graphik-Regular-Web.svg#Graphik-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Regular-Italic';
  src: url('Graphik-RegularItalic-Web.eot');
  src: url('Graphik-RegularItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('Graphik-RegularItalic-Web.woff') format('woff'),
    url('Graphik-RegularItalic-Web.ttf') format('truetype'),
    url('Graphik-RegularItalic-Web.svg#Graphik-RegularItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Bold';
  src: url('Graphik-Bold-Web.eot');
  src: url('Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
    url('Graphik-Bold-Web.woff') format('woff'),
    url('Graphik-Bold-Web.ttf') format('truetype'),
    url('Graphik-Bold-Web.svg#Graphik-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Bold-Italic';
  src: url('Graphik-BoldItalic-Web.eot');
  src: url('Graphik-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('Graphik-BoldItalic-Web.woff') format('woff'),
    url('Graphik-BoldItalic-Web.ttf') format('truetype'),
    url('Graphik-BoldItalic-Web.svg#Graphik-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Graphik Regular", Helvetica, Arial, sans-serif;
  color: #333f48; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { 
  font-size: 9rem; 
  line-height: 1;  
  letter-spacing: -.1rem;
  color: #ffffff;
}
h1.left {
  text-align: right;
  border-top: solid 2px #ffffff; 
  padding-top:36px;
  width: 60%;  
  float: right;
}
h1.right {
  border-bottom: solid 2px #ffffff; 
  padding-bottom:36px;  
  padding-top:38px;  
  float: left;
}
 .header-one-text h1.right {
  width: 62%;
 }
  .header-two-text h1.right {
  width: 95%;
 }
h1.year {
  text-align:center;
  color: #333f48;
  font-size: 6rem; 
  font-weight: 900;
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 0rem;
}
@media (min-width: 400px) {
  h1.year { font-size: 8rem; margin-bottom: 3rem; }
}
@media (min-width: 450px) {
  h1.year { font-size: 9rem; margin-bottom: 4rem; }
}
@media (min-width: 600px) {
  h1.year { font-size: 11rem; margin-bottom: 5rem; }
}
@media (min-width: 700px) {
  h1.year { font-size: 12rem; margin-bottom: 6rem; }
}
.photo-container h1.smarter-right {
    color:#ae2573;
    display: inline-block;
    float:right;
    font-size: 7rem;
    border-bottom: solid 2px #ae2573;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right:10px;
    font-weight: 200;
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
}
@media (min-width: 550px) {
  .photo-container h1.smarter-right { padding-top: 22px; float:left; }
}
@media (min-width: 900px) {
  .photo-container h1.smarter-right { font-size: 8rem; padding-bottom: 30px; padding-right:30px; padding-top: 32px; }
}
@media (min-width: 1000px) {
  .photo-container h1.smarter-right { font-size: 9rem; }
}
@media (min-width: 1100px) {
  .photo-container h1.smarter-right { font-size: 10rem; padding-right:37px; }
}
@media (min-width: 1200px) {
  .photo-container h1.smarter-right { font-size: 11rem;}
}
@media (min-width: 1300px) {
  .photo-container h1.smarter-right { font-size: 12rem; padding-top: 42px; padding-bottom: 40px; padding-right:45px; }
}
.photo-container h1.smarter-left {
      color:#ae2573;
    display: inline-block;
    float:left;
    font-size: 7rem;
    border-top: solid 2px #ae2573;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left:10px;
    font-weight: 200;
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
  }
@media (min-width: 550px) {
 .photo-container h1.smarter-left  { padding-bottom: 22px; float:right; }
}
@media (min-width: 900px) {
 .photo-container h1.smarter-left  { font-size: 8rem; padding-top: 30px; padding-left:30px; padding-bottom: 32px; }
}
@media (min-width: 1000px) {
 .photo-container h1.smarter-left  { font-size: 9rem; }
}
@media (min-width: 1100px) {
 .photo-container h1.smarter-left  { font-size: 10rem; padding-left:37px; }
}
@media (min-width: 1200px) {
 .photo-container h1.smarter-left  { font-size: 11rem; }
}
@media (min-width: 1300px) {
 .photo-container h1.smarter-left  { font-size: 12rem; padding-top: 40px; padding-bottom: 42px; padding-left:45px; }
}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { 
  font-size: 2.5rem; 
  line-height: 1.1;  
  letter-spacing:0rem;  
  padding-top:36px;  
  font-weight: 900; 
  color:#ffffff;
  font-weight: 700;
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}
@media (min-width: 500px) {
h3 { font-size: 3.5rem; margin-bottom: 2.25rem; }
}
@media (min-width: 600px) {
h3 { font-size: 5rem; margin-bottom: 3rem; }
}
@media (min-width: 900px) {
h3 { font-size: 7rem; margin-bottom: 3.8rem; }
}
@media (min-width: 1250px) {
h3 { font-size: 8.5rem; margin-bottom: 5rem; }
}
h4 { 
  font-size: 2rem; 
  line-height: 1.5; 
  letter-spacing: -.09rem; 
  color: #ffffff;
}
@media (min-width: 500px) {
h4 { font-size: 2.5rem; }
}
@media (min-width: 600px) {
h4 { font-size: 3.0rem; }
}
@media (min-width: 1250px) {
h4 { font-size: 3.5rem; }
}
h5 { 
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif; 
  font-size: 1.5rem; 
  line-height: 1.5; 
  font-weight: 700;
  color: #333f48; 
  margin-top: 10px;
  }
  @media (min-width: 550px) {
h5 { font-size: 4.5rem; }
}
@media (min-width: 1366px) {
h5 { margin-top: 60px; }
}
h5.subtitle {
  border-bottom: solid 2px #333f48;
  padding-bottom: 15px;
  color: #236192;
  font-size: 3rem; 
  line-height: 1.5;
  display: inline-block;
  float: left;
  padding-right:50px;
  clear: both;
}
h5.subtitle.sca {
  border-bottom: solid 2px #ae2573;
  color: #236192; 
}
h5.subtitle.ipdc {
  border-bottom: solid 2px #ae2573;
  color: #236192; 
}
h5.subtitle.rde {
  border-bottom: solid 2px #ae2573;
  color: #236192; 
}
h5.subtitle.include {
  border-bottom: solid 2px #ae2573;
  color: #236192; 
}
h5.bullet-title {
  margin-top: 0px;
  font-family: "Graphik Light", Helvetica, Arial, sans-serif; 
  font-weight: 200;
  font-size: 4rem; 
  line-height: 5rem;
  color: #e87722;
  margin-bottom: 50px;
}
@media (min-width: 550px) {
h5.bullet-title { font-size: 5rem; line-height: 6rem; }
}
@media (min-width: 650px) {
h5.bullet-title { font-size: 7rem; line-height: 8rem; }
}
@media (min-width: 800px) {
h5.bullet-title { font-size: 8rem; line-height: 9rem; }
}
.green h5.bullet-title {
  color: #78be20;
}
.blue h5.bullet-title {
  color: #00afd7;
}
.magenta h5.bullet-title {
  color: #ae2573;
}
h5.right {
  text-align: right;
}
h6 { font-size: 2rem; 
  line-height: 1.6;  
  letter-spacing: 0;
  font-family: "Graphik Regular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #236192;  
  clear: both;
}
footer h6 {
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
  font-weight: 900;
   margin-top: 0px; 
   font-size: 1.8rem; 
}
/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 9.0rem; }
  h2 { font-size: 4.2rem; }
  h5.subtitle { font-size: 3rem; }
  h6 { font-size: 2rem; }
}
p {
  margin-top: 0; }
p.bullet {
  font-size: 1.8rem; 
  line-height: 1.6;
}
@media (min-width: 1366px) {
  p.bullet { font-size: 2.4rem; }
}

strong {
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #333f48; 
  text-decoration: none; }
a:hover {
  color: #007dba;
  text-decoration: underline; }
a.bulletlink{
  color:#333f48;
  text-decoration: none;
  border-bottom: solid 1px #bbbcbc;
}
a.bulletlink:hover {
  color:#007dba;
  text-decoration: none;
  border-bottom: solid 1px #007dba;
}
nav a {
  color: #333f48;
  font-weight: 900;
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
  font-size: 1.0rem;
  padding: 0px 2px;
}
@media (min-width: 430px) {
  nav a { font-size: 1.3rem; padding: 0px 4px;}
}
@media (min-width: 500px) {
  nav a { padding: 0px 10px; float: left; }
  nav .navlinks a { float: none !important; }
}
nav a:hover {
   color: #ae2573;
  text-decoration: none; 
}

a.link-icon-2 {
  display: block;
  float: left;
  padding:4px 10px 2px 10px;
  margin-right: 8px;
  border: 2px solid #bbbcbc;
  color:#bbbcbc;
  font-weight: 600;
  font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing:.1rem;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
a.link-icon-2{ margin-bottom: 0px;  }
}
a.link-icon-2:hover {
  color: #007DBA;
  border: 2px solid #007dba;
  text-decoration: none;
  }
a.link-icon-2.video {
  background: url(/content/dam/oclc/annual-report/2018/images/video.png) no-repeat 8px 7px;
  background-size: 13px;
  padding:4px 10px 2px 25px;
}
a.link-icon-2.video:hover {
  background: url(/content/dam/oclc/annual-report/2018/images/video-hover.png) no-repeat 8px 7px;
  background-size: 13px;
}
a.link-icon-2.news {
  background: url(/content/dam/oclc/annual-report/2018/images/press-release.png) no-repeat 8px 6px;
  background-size: 20px;
  padding:4px 10px 2px 31px;
}
a.link-icon-2.news:hover {
  background: url(/content/dam/oclc/annual-report/2018/images/press-release-hover.png) no-repeat 8px 6px;
  background-size: 20px;
}
a.link-icon-2.pdf {
  background: url(/content/dam/oclc/annual-report/2018/images/pdf.png) no-repeat 8px 6px;
  background-size: 12px;
  padding:4px 10px 2px 25px;
}
a.link-icon-2.pdf:hover {
  background: url(/content/dam/oclc/annual-report/2018/images/pdf-hover.png) no-repeat 8px 6px;
  background-size: 12px;
}
a.link-icon-2.blog {
  background: url(/content/dam/oclc/annual-report/2018/images/blog.png) no-repeat 8px 7px;
  background-size: 14px;
  padding:4px 10px 2px 26px;
}
a.link-icon-2.blog:hover {
  background: url(/content/dam/oclc/annual-report/2018/images/blog-hover.png) no-repeat 8px 7px;
  background-size: 14px;
}
a.link-icon-2.web {
  background: url(/content/dam/oclc/annual-report/2018/images/web.png) no-repeat 8px 5px;
  background-size: 14px;
  padding:4px 10px 2px 25px;
}
a.link-icon-2.web:hover {
  background: url(/content/dam/oclc/annual-report/2018/images/web-hover.png) no-repeat 8px 5px;
  background-size: 14px;
}

.sharing {
  margin: 20px auto 0 auto;
  border-top: solid 2px #ae2573;
  padding-top: 40px;
}
.sharing a {
  display: inline-block;
  float: left;
  padding: 15px 0px 10px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ae2573;
  text-decoration: none;
  height: 30px;
  width: 100px;
}
.sharing a:hover {
  background-color: #e87722;
}
.sharing a img {
  margin: auto;
  display: block;
  }

.details_cont {display:none}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: .6rem; }
ul.rd-summary {
  list-style: none;
  font-size:1.2rem; 
}
ul.rd-summary li {
  margin-bottom: 1.5rem;
}

.add-links ul {
  list-style: none; 
  margin-bottom: 0rem;
}
.add-links li {
  margin-bottom: .3rem; 
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


.fin-high-chart {
  padding-bottom: 20px;
}
table.fin-high-chart td,
table.fin-high-chart th {
  padding: 10px;
  border-bottom: 4px solid #fff;
  background-color:#ececea;
}
@media (max-width: 400px) {
  table.fin-high-chart td, table.fin-high-chart th { font-size: 1.1rem; border-bottom: 1px solid #fff; padding: 10px 3px; }
}
@media (min-width: 400px) {
  table.fin-high-chart td, table.fin-high-chart th { font-size: 1.1rem; border-bottom: 1px solid #fff; padding:  10px 3px; }
}
@media (min-width: 650px) {
  table.fin-high-chart td, table.fin-high-chart th { font-size: 1.4rem; border-bottom: 2px solid #fff; padding: 10px; }
}
@media (min-width: 750px) {
  table.fin-high-chart td, table.fin-high-chart th { font-size: 1.8rem; border-bottom: 4px solid #fff; padding: 10px; }
}
@media (min-width: 1093px) {
  table.fin-high-chart td, table.fin-high-chart th {}
}
table.fin-high-chart td.noline {
  border-bottom: 0px;
  background-color:#ececea;
}
table.fin-high-chart td.nopad {
  padding: 0px 10px;
}
@media (max-width: 400px) {
  table.fin-high-chart td.nopad { padding: 0px 3px; }
}
@media (min-width: 400px) {
  table.fin-high-chart td.nopad { padding: 0px 3px; }
}
@media (min-width: 750px) {
  table.fin-high-chart td.nopad { padding: 0px 10px; }
}
table.fin-high-chart td.padtop {
  padding: 10px 10px 0px 10px;
}
@media (max-width: 400px) {
  table.fin-high-chart td.padtop { padding: 10px 3px 0px 3px; }
}
@media (min-width: 400px) {
  table.fin-high-chart td.padtop { padding: 10px 3px 0px 3px; }
}
@media (min-width: 750px) {
  table.fin-high-chart td.padtop { padding: 10px 10px 0px 10px; }
}
table.fin-high-chart td.padbottom {
  padding: 0px 10px 10px 10px;
}
@media (max-width: 400px) {
  table.fin-high-chart td.padbottom { padding: 0px 3px 10px 3px; }
}
@media (min-width: 400px) {
  table.fin-high-chart td.padbottom { padding: 0px 3px 10px 3px; }
}
@media (min-width: 750px) {
  table.fin-high-chart td.padbottom { padding: 0px 10px 10px 10px; }
}
table.fin-high-chart th {
  background-color:#236192;
  color:#fff;
  text-align: center;
}
table.fin-high-chart td.category {
  background-color:#ae2573;
  color:#fff;
  text-align:center;
  font-size: 2.1rem;
  border-right: 4px solid #fff;
}
@media (max-width: 400px) {
  table.fin-high-chart td.category { font-size: 1.2rem; border-right: 1px solid #fff; }
}
@media (min-width: 400px) {
  table.fin-high-chart td.category { font-size: 1.2rem; border-right: 1px solid #fff;  }
}
@media (min-width: 650px) {
  table.fin-high-chart td.category { font-size: 1.7rem; border-right: 2px solid #fff;  }
}
@media (min-width: 750px) {
  table.fin-high-chart td.category { font-size: 2.1rem; border-right: 4px solid #fff;  }
}
@media (min-width: 1093px) {
  table.fin-high-chart td.category {}
}
table.fin-high-chart td.right {
  text-align:right;
}
table.fin-high-chart .small {
  font-size: 1.6rem;
}
@media (max-width: 400px) {
  table.fin-high-chart .small { font-size: 1.0rem; }
}
@media (min-width: 400px) {
  table.fin-high-chart .small { font-size: 1.0rem; }
}
@media (min-width: 650px) {
  table.fin-high-chart .small { font-size: 1.3rem; }
}
@media (min-width: 750px) {
  table.fin-high-chart .small { font-size: 1.6rem; }
}
@media (min-width: 1093px) {
  table.fin-high-chart .small {}
}
table.fin-high-chart td.net {
  background-color:#236192;
  color:#fff;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem; }
p {
  margin-bottom: 2.5rem; }
@media (min-width: 1366px) {
  p { margin-bottom: 2.5rem; }
}
p.bullet {
  margin-bottom: 0.9rem;
}
p.caption {
  font-size: 1.4rem;
  line-height:1.4;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 2px solid #333f48; }
hr.magenta {
  border-top: 2px solid #ae2573; }
hr.photos {
  margin-bottom: 4rem;
  }
  @media (min-width: 400px) {
  hr.photos { margin-bottom: 6rem; }
}
@media (min-width: 500px) {
  hr.photos { margin-bottom: 9rem; }
}
@media (min-width: 600px) {
  hr.photos { margin-bottom: 12rem; }
}
@media (min-width: 700px) {
  hr.photos { margin-bottom: 15rem; }
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both;
}

img {
  max-width: 100%;
}
img.center {
  display: block;
    margin: 0 auto;
}
img.right{
  display: block;
  float:right;
}

img.wise-logo {
  margin-bottom: 10px;
}

img.note {
  border-top: solid 2px #ae2573;
  margin-top: 90px;
  padding-top:30px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
