/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sb-navbar {
	background: #00afd7;
	position: fixed;
  	z-index: 1000;
  	top: 0;
  	left: auto;
  	right: auto;
  	width:100%;
}
.highlights-header {
  display: block;
  clear: both;
  background: #007DBA;
  padding: 5px 0 0px 0;
  color: #FFFFFF;
}
@media (max-width: 400px) {
  .highlights-header { display: none; }
}
@media (min-width: 401px) {
  .highlights-header { display: none; }
}
@media (min-width: 700px) {
  .highlights-header { display: block; }
}
.logo-link {
	display: block;
	float: left;
 	margin-left: 100px;
  	margin-top: 15px;
  	margin-bottom: 10px;
}
@media (max-width: 400px) {
  .logo-link { margin-left: 10px;}
}
@media (min-width: 400px) {
  .logo-link { margin-left: 10px;}
}
@media (min-width: 700px) {
  .logo-link { margin-left: 100px;}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-menu {
	padding:47px 50px 0px 25px;
}
@media (max-width: 400px) {
  .nav-menu { padding:0px 20px 0px 20px;}
}
.nav-menu ul{
	list-style: none;
}
ul.second-menu {
	margin: .7rem 0rem .3rem 3rem;
}
@media (max-width: 400px) {
  ul.second-menu { margin: .7rem 0rem .3rem .7rem;}
}
li.nav-link-main, li.nav-link-second, li.nav-link-download {
	margin-bottom:0rem;
	display:block;
}
li.nav-link-main {
	padding-bottom:1.8rem;
	padding-top:1.8rem;
	border-bottom: 2px solid #FFFFFF;
	display: block;
}
li.nav-link-second {
	padding-top:.6rem;
}
li.nav-link-download {
	padding-top:1.8rem;
}
.nav-link-main a {
	color: #B5E0EA;
	text-decoration: none;
	font-size: 2.3rem;
}
@media (max-width: 400px) {
  .nav-link-main a { font-size: 1.8rem;}
}
.nav-link-second a {
	font-size: 1.6rem;
	margin-bottom:0rem;
	padding-bottom:0rem;
	padding-top:0rem;
	border-bottom: none;
}
@media (max-width: 400px) {
  .nav-link-second a { font-size: 1.4rem;}
}
.nav-link-download a {
	color: #B5E0EA;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width: 400px) {
  .nav-link-download a { font-size: 1.4rem;}
}
.nav-link-main a:hover, .nav-link-second a:hover, .nav-link-download a:hover {
	color:#FFFFFF;
}

/* Responsive video embed 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto;
	box-shadow: 0 0 3px rgba(0,0,0, .5);
	margin: 0 0 30px 0;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/* #Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* General */
.page-header {
  height: 540px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:71px;
}

.page-intro {
  background: #007DBA;
  padding: 35px 0 30px 0;
  color: #FFFFFF;
}

/* Photo Captions */
.image-caption {
  text-align: right;
  color: #888b8d;
  font-size: 1.2rem;
  padding-top: 4px;
  padding-right: 30px;
}

/* Tweet Styles */
.tweet-it {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../images/twitter-light-gray.png) no-repeat;
  text-indent: -9999px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.tweet-it.tweet-white {
  background: url(../images/twitter-light-green.png) no-repeat;
}

.tweetable:hover .tweet-it {
  background: url(../images/twitter-gray.png) no-repeat;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.tweetable:hover .tweet-it.tweet-white {
  background: url(../images/twitter-light-green.png) no-repeat;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.tweet-it:hover {
  background: url(../images/twitter-blue.png) no-repeat !important;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.tweet-it.tweet-white:hover {
  background: url(../images/twitter-white.png) no-repeat !important;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.offset-anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
.offset-anchor-highlights {
  display: block;
  position: relative;
  top: -145px;
  visibility: hidden;
}


/* Letter */
.letter .page-header {
  height: 586px !important;
  background-image: url(../images/letter/letter-main.jpg);
}
.letter .brand {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: bold !important;
  margin: 40px 0px 0px;
  text-align: center;
}
@media (max-width: 400px) {
  .letter .brand {font-size: 2.4rem;}
}
@media (min-width: 400px) {
  .letter .brand {font-size: 2.4rem;}
}
@media (min-width: 700px) {
  .letter .brand {font-size: 3rem;}
}
@media (min-width: 960px) {
  .letter .brand {font-size: 3.8rem;}
}
.letter .brand sup {
  font-size: 1.25rem;
  font-weight: normal !important;
  top: -1.5em;
}
@media (max-width: 400px) {
  .letter .brand sup {font-size: .75rem;}
}
.letter .titleyear {
  background: #78BE20;
  color: #ffffff;
}
.letter .titleyear p {
  text-align: center;
  font-size: 4.2rem;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 460px) {
  .letter .titleyear p {font-size: 2.8rem;}
}
.letter img {
  margin-bottom:2.5rem;
}
.letter img.letterlast {
  margin-bottom:4rem;
}
.letter img.signature {
  margin-bottom:.5rem;
}

/* Membership */
.membership .page-header {
  background-image: url(../images/membership/membership-main.jpg);
}

.map-title {
  height: 570px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-size: 3rem;
  color: #fff;
  margin-top:-570px;
}
@media (max-width: 400px) {
  .map-title { margin-top:0px; height: 112px; font-size: 2.3rem; margin-bottom: 0px; }
}
@media (min-width: 400px) {
  .map-title { margin-top:0px; height: 112px; font-size: 2.3rem; margin-bottom: 0px; }
}
@media (min-width: 550px) {
  .map-title {  }
}
@media (min-width: 825px) {
  .map-title { margin-top:-420px; height: 320px; font-size: 2.4rem; margin-bottom: 0px; }
}
@media (min-width: 930px) {
  .map-title { margin-top:-450px; height: 360px; font-size: 2.4rem; margin-bottom: 0px; }
}

@media (min-width: 1024px) {
  .map-title { margin-top:-500px; height: 440px; font-size: 2.4rem; margin-bottom: 0px; }
}
@media (min-width: 1106px) {
  .map-title { margin-top:-570px; height: 570px; font-size: 2.4rem; margin-bottom: 0px; }
}
@media (min-width: 1179px) {
  .map-title { margin-top:-570px; height: 570px; font-size: 3rem; margin-bottom: 0px; }
}
.map-title .new-members {
  float: left;
  background: #236192 none repeat scroll 0% 0%;
  padding: 10px 20px;
  margin-left: 600px;
}
@media (max-width: 400px) {
  .map-title .new-members { margin-left: 10px; }
}
@media (min-width: 400px) {
  .map-title .new-members { margin-left: 50px; }
}
@media (min-width: 550px) {
  .map-title .new-members { margin-left: 100px; }
}
@media (min-width: 720px) {
  .map-title .new-members { margin-left: 200px; }
}
@media (min-width: 825px) {
  .map-title .new-members { margin-left: 320px; }
}
@media (min-width: 930px) {
  .map-title .new-members { margin-left: 400px; }
}
@media (min-width: 1024px) {
  .map-title .new-members { margin-left: 450px; }
}
@media (min-width: 1106px) {
  .map-title .new-members { margin-left: 550px; }
}
.map-title .new-countries {
  background: #00afd7 none repeat scroll 0% 0%;
  padding:10px 20px;
  margin-left: 660px;
  float: left;
  clear: left;
}
@media (max-width: 400px) {
  .map-title .new-countries { margin-left: 40px; }
}
@media (min-width: 400px) {
  .map-title .new-countries { margin-left: 90px; }
}
@media (min-width: 550px) {
  .map-title .new-countries { margin-left: 190px; }
}
@media (min-width: 720px) {
  .map-title .new-countries { margin-left: 290px; }
}
@media (min-width: 825px) {
  .map-title .new-countries { margin-left: 410px; }
}
@media (min-width: 930px) {
  .map-title .new-countries { margin-left: 500px; }
}
@media (min-width: 1024px) {
  .map-title .new-countries { margin-left: 550px; }
}

@media (min-width: 1106px) {
  .map-title .new-countries { margin-left: 650px; }
}
.map-key-area {
  border: solid 4px #d9d9d6;
  padding: 10px 50px;
  margin-bottom:20px;
}
@media (max-width: 400px) {
  .map-key-area {padding: 0px 10px 10px 10px;}
}
@media (min-width: 400px) {
  .map-key-area {padding: 0px 35px 10px 35px;}
}
@media (min-width: 800px) {
  .map-key-area {padding: 10px 50px;}
}
.map-key-new {
  background: url(../images/membership/map-new.png) no-repeat 0 1px;
  background-size: 45px 44px;
  padding: 25px 0 0 30px;
  display: block;
  float: left;
}
@media (max-width: 400px) {
  .map-key-new {font-size: 1.4rem;}
}
@media (min-width: 400px) {
  .map-key-new {font-size: 1.4rem;}
}
@media (min-width: 800px) {
  .map-key-new {font-size: 1.8rem;}
}
.map-key-existing {
  background: url(../images/membership/map-existing.png) no-repeat 0 1px;
  background-size: 45px 44px;
  padding: 25px 0 0 30px;
  display: block;
  float: right;
}
@media (max-width: 400px) {
  .map-key-existing {font-size: 1.4rem; float: left;}
}
@media (min-width: 400px) {
  .map-key-existing {font-size: 1.4rem; float: left;}
}
@media (min-width: 800px) {
  .map-key-existing {font-size: 1.8rem; float: left;}
}
@media (min-width: 1093px) {
  .map-key-existing {font-size: 1.8rem; float: right;}
}
.map-countries {
  text-align:center;
}
.regional-map {
  position: relative;  
  height: 570px;
  width: 100%;
}
@media (max-width: 360px) {
  .regional-map { height: 180px; }
}
@media (min-width: 360px) {
  .regional-map { height: 180px; }
}
@media (min-width: 400px) {
  .regional-map { height: 220px; }
}
@media (min-width: 475px) {
  .regional-map { height: 260px; }
}
@media (min-width: 550px) {
  .regional-map { height: 300px; }
}
@media (min-width: 635px) {
  .regional-map { height: 330px; }
}
@media (min-width: 720px) {
  .regional-map { height: 360px; }
}
@media (min-width: 825px) {
  .regional-map { height: 400px; }
}
@media (min-width: 930px) {
  .regional-map { height: 440px; }
}
@media (min-width: 1024px) {
  .regional-map { height: 500px; }
}
@media (min-width: 1106px) {
  .regional-map { height: 570px; }
}
.map-region {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-size: 3rem;
  color: #fff;
  margin-top:-570px;
  position: relative;
  clear: both;
}
@media (max-width: 360px) {
  .map-region { margin-top:-180px; font-size: 1.6rem; }
}
@media (min-width: 360px) {
  .map-region { margin-top:-180px; font-size: 1.6rem; }
}
@media (min-width: 400px) {
  .map-region { margin-top:-220px; font-size: 1.8rem; }
}
@media (min-width: 475px) {
  .map-region { margin-top:-260px; font-size: 1.8rem; }
}
@media (min-width: 550px) {
  .map-region { margin-top:-300px; font-size: 2.1rem; }
}
@media (min-width: 635px) {
  .map-region { margin-top:-330px; font-size: 2.2rem; }
}
@media (min-width: 720px) {
  .map-region { margin-top:-360px; font-size: 2.3rem; }
}
@media (min-width: 825px) {
  .map-region { margin-top:-400px; font-size: 2.5rem; }
}
@media (min-width: 930px) {
  .map-region { margin-top:-440px; font-size: 2.5rem; }
}
@media (min-width: 1024px) {
  .map-region { margin-top:-500px; font-size: 3rem; }
}
.map-region .region {
  float: left;
}
.map-region .numbers {
  font-size: 1.8rem;
  float: left;
  clear: left;
}
@media (max-width: 360px) {
  .map-region .numbers { font-size: 1.0rem; }
}
@media (min-width: 360px) {
  .map-region .numbers { font-size: 1.0rem; }
}
@media (min-width: 400px) {
  .map-region .numbers { font-size: 1.2rem; }
}
@media (min-width: 475px) {
  .map-region .numbers { font-size: 1.2rem; }
}
@media (min-width: 550px) {
  .map-region .numbers { font-size: 1.4rem;  }
}
@media (min-width: 550px) {
  .map-region .numbers { font-size: 1.5rem;  }
}
@media (min-width: 720px) {
  .map-region .numbers { font-size: 1.6rem; }
}
@media (min-width: 825px) {
  .map-region .numbers { font-size: 1.6rem; }
}
@media (min-width: 930px) {
  .map-region .numbers { font-size: 1.6rem; }
}
@media (min-width: 1024px) {
  .map-region .numbers { font-size: 1.8rem; }
}
.map-region.blue .region {
  background: #007dba none repeat scroll 0% 0%;
  padding: 10px 20px;
  margin-left: 0px;
  margin-top:0px;
}
@media (max-width: 360px) {
  .map-region.blue .region { padding: 0px 2px; }
}
@media (min-width: 360px) {
  .map-region.blue .region { padding: 0px 2px; }
}
@media (min-width: 400px) {
  .map-region.blue .region { padding: 2px 5px; }
}
@media (min-width: 475px) {
  .map-region.blue .region { padding: 2px 5px; }
}
@media (min-width: 550px) {
  .map-region.blue .region { padding: 5px 5px; }
}
@media (min-width: 635px) {
  .map-region.blue .region { padding: 5px 5px; }
}
@media (min-width: 720px) {
  .map-region.blue .region { padding: 5px 10px; }
}
@media (min-width: 825px) {
  .map-region.blue .region { padding: 5px 10px; }
}
@media (min-width: 930px) {
  .map-region.blue .region { padding: 5px 10px; }
}
@media (min-width: 1024px) {
  .map-region.blue .region { padding: 10px 20px; }
}
@media (min-width: 1106px) {
  .map-region.blue .region { margin-left: 0px; }
}
.map-region.blue .numbers {
  background: #236192 none repeat scroll 0% 0%;
  padding:10px 20px;
  margin-left: 60px;
}
@media (max-width: 360px) {
  .map-region.blue .numbers { padding: 0px 2px; margin-left: 0px; }
}
@media (min-width: 360px) {
  .map-region.blue .numbers { padding: 0px 2px; margin-left: 0px; }
}
@media (min-width: 400px) {
  .map-region.blue .numbers { padding: 2px 5px; margin-left: 0px; }
}
@media (min-width: 475px) {
  .map-region.blue .numbers { padding: 2px 5px; margin-left: 0px; }
}
@media (min-width: 550px) {
  .map-region.blue .numbers { padding: 5px 5px; margin-left: 0px; }
}
@media (min-width: 635px) {
  .map-region.blue .numbers { padding: 5px 5px; margin-left: 0px; }
}
@media (min-width: 720px) {
  .map-region.blue .numbers { padding: 5px 10px; margin-left: 0px; }
}
@media (min-width: 825px) {
  .map-region.blue .numbers { padding: 5px 10px; margin-left: 0px; }
}
@media (min-width: 930px) {
  .map-region.blue .numbers { padding: 5px 10px; margin-left: 0px; }
}
@media (min-width: 1024px) {
  .map-region.blue .numbers { padding: 10px 20px; }
}
@media (min-width: 1106px) {
  .map-region.blue .numbers { margin-left: 60px; }
}
.map-region.green .region {
  background: #4c8c2b none repeat scroll 0% 0%;
  padding: 10px 20px;
  margin-left: 400px;
}
@media (max-width: 360px) {
  .map-region.green .region { margin-left: 110px; padding: 0px 2px; }
}
@media (min-width: 360px) {
  .map-region.green .region { margin-left: 110px; padding: 0px 2px; }
}
@media (min-width: 400px) {
  .map-region.green .region { margin-left: 110px; padding: 2px 5px; }
}
@media (min-width: 475px) {
  .map-region.green .region { margin-left: 155px; padding: 2px 5px; }
}
@media (min-width: 550px) {
  .map-region.green .region { margin-left: 180px; padding: 5px 5px; }
}
@media (min-width: 635px) {
  .map-region.green .region { margin-left: 220px; padding: 5px 5px; }
}
@media (min-width: 720px) {
  .map-region.green .region { margin-left: 260px; padding: 5px 10px; }
}
@media (min-width: 825px) {
  .map-region.green .region { margin-left: 300px; padding: 5px 10px; }
}
@media (min-width: 930px) {
  .map-region.green .region { margin-left: 350px; padding: 5px 10px; }
}
@media (min-width: 1024px) {
  .map-region.green .region { padding: 10px 20px; }
}
@media (min-width: 1106px) {
  .map-region.green .region { margin-left: 400px; }
}
.map-region.green .numbers {
  background: #007749 none repeat scroll 0% 0%;
  padding:10px 20px;
  margin-left: 430px;
}
@media (max-width: 360px) {
  .map-region.green .numbers { margin-left: 110px; padding: 0px 2px; }
}
@media (min-width: 360px) {
  .map-region.green .numbers { margin-left: 110px; padding: 0px 2px; }
}
@media (min-width: 400px) {
  .map-region.green .numbers { margin-left: 110px; padding: 2px 5px; }
}
@media (min-width: 475px) {
  .map-region.green .numbers { margin-left: 155px; padding: 2px 5px; }
}
@media (min-width: 550px) {
  .map-region.green .numbers { margin-left: 180px; padding: 5px 5px; }
}
@media (min-width: 635px) {
  .map-region.green .numbers { margin-left: 220px; padding: 5px 5px; }
}
@media (min-width: 720px) {
  .map-region.green .numbers { margin-left: 260px; padding: 5px 10px; }
}
@media (min-width: 825px) {
  .map-region.green .numbers { margin-left: 300px; padding: 5px 10px; }
}
@media (min-width: 930px) {
  .map-region.green .numbers { margin-left: 350px; padding: 5px 10px; }
}
@media (min-width: 1024px) {
  .map-region.green .numbers { padding: 10px 20px; }
}
@media (min-width: 1106px) {
  .map-region.green .numbers { margin-left: 430px; }
}
.map-region.orange .region {
  background: #e87722 none repeat scroll 0% 0%;
  padding: 10px 20px;
  margin-left: 620px;
}
@media (max-width: 360px) {
  .map-region.orange .region { margin-left: 130px; padding: 0px 2px; }
}
@media (min-width: 360px) {
  .map-region.orange .region { margin-left: 130px; padding: 0px 2px; }
}
@media (min-width: 400px) {
  .map-region.orange .region { margin-left: 150px; padding: 2px 5px; }
}
@media (min-width: 475px) {
  .map-region.orange .region { margin-left: 210px; padding: 2px 5px; }
}
@media (min-width: 550px) {
  .map-region.orange .region { margin-left: 220px; padding: 5px 5px; }
}
@media (min-width: 635px) {
  .map-region.orange .region { margin-left: 270px; padding: 5px 5px; }
}
@media (min-width: 720px) {
  .map-region.orange .region { margin-left: 320px; padding: 5px 10px; }
}
@media (min-width: 825px) {
  .map-region.orange .region { margin-left: 410px; padding: 5px 10px; }
}
@media (min-width: 930px) {
  .map-region.orange .region { margin-left: 460px; padding: 5px 10px; }
}
@media (min-width: 1024px) {
  .map-region.orange .region { margin-left: 520px; padding: 10px 20px; }
}
@media (min-width: 1106px) {
  .map-region.orange .region { margin-left: 550px; }
}
.map-region.orange .numbers {
  background: #c05201 none repeat scroll 0% 0%;
  padding:10px 20px;
  margin-left: 660px;
}
@media (max-width: 360px) {
  .map-region.orange .numbers { margin-left: 130px; padding: 0px 2px; }
}
@media (min-width: 360px) {
  .map-region.orange .numbers { margin-left: 130px; padding: 0px 2px; }
}
@media (min-width: 400px) {
  .map-region.orange .numbers { margin-left: 150px; padding: 2px 5px; }
}
@media (min-width: 475px) {
  .map-region.orange .numbers { margin-left: 210px; padding: 2px 5px; }
}
@media (min-width: 550px) {
  .map-region.orange .numbers { margin-left: 220px; padding: 5px 5px; }
}
@media (min-width: 635px) {
  .map-region.orange .numbers { margin-left: 270px; padding: 5px 5px; }
}
@media (min-width: 720px) {
  .map-region.orange .numbers { margin-left: 320px; padding: 5px 10px; }
}
@media (min-width: 825px) {
  .map-region.orange .numbers { margin-left: 410px; padding: 5px 10px; }
}
@media (min-width: 930px) {
  .map-region.orange .numbers { margin-left: 460px; padding: 5px 10px; }
}
@media (min-width: 1024px) {
  .map-region.orange .numbers { margin-left: 520px; padding: 10px 20px; }
}
@media (min-width: 1106px) {
  .map-region.orange .numbers { margin-left: 580px; }
}

.regcouncil.blue {
  background: #00AFD7;
  padding: 0px;
}
.board.blue{
  padding: 0px;
  margin-top: -10px;
}
.board.blue p{
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.3rem;
}
.board.blue p .board-name{
  font-size: 1.6rem;
}
.regcouncil.green {
  background: #78be20;
  padding: 0px;
}
.elected .name {
  font-size: 2.6rem;

}
.elected .title {
  text-transform: uppercase;
  color: #00AFD7;
}
a.more-link {
    color: #00afd7;
    font-size: 1.8rem;
    padding-left: 25px;
    background: url(../images/morelink-marker.png) no-repeat 0 0;
    text-decoration: none;
    display:block;
    float: left;
    line-height: 2.1rem;
    margin-bottom: 2.5rem;
    padding-top: 7px;
    clear:both;
}
a.more-link:hover {
    color: #236192;
    background: url(../images/morelink-marker-hover.png) no-repeat 0 0;
}


/* Highlights */
.highlights .page-header {
  background-image: url(../images/highlights/highlights-main.jpg);
}
#highlights-nav {
  background: rgba(0, 125, 186, 0.95);
  width: 100%;
  overflow: hidden;
  padding: 10px 0px 20px 0px;
}
@media (max-width: 400px) {
  #highlights-nav { padding: 5px 0;}
}
@media (min-width: 401px) {
  #highlights-nav { padding: 5px 0;}
}
@media (min-width: 655px) {
  #highlights-nav { padding: 10px 0px 15px 0px;}
}
@media (min-width: 800px) {
  #highlights-nav { padding: 10px 0px 16px 0px;}
}
@media (min-width: 900px) {
  #highlights-nav { padding: 10px 0px 17px 0px;}
}
@media (min-width: 1000px) {
  #highlights-nav { padding: 10px 0px 18px 0px;}
}
@media (min-width: 1118px) {
  #highlights-nav { width: 960px; padding: 10px 0px 20px 0px; }
}


#highlights-nav ul {
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 1117px) {
  #highlights-nav ul { width: 100%; }
}
@media (min-width: 1118px) {
  #highlights-nav ul { width: 960px; }
}
#highlights-nav ul li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 400px) {
  #highlights-nav ul li { display:inline-block; float: left; margin: 0 5px 0 0;}
}
@media (min-width: 401px) {
  #highlights-nav ul li { display:inline-block; float: left; margin: 0 5px 0 0;}
}
@media (min-width: 1118px) {
  #highlights-nav ul li { display: block; float: left; margin: 0 20px 0 0; }
}
#highlights-nav ul li a {
  text-decoration:none;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 20px 7px 20px;
  border: 2px solid #67b0d1;
  color: #B5E0EA;
}
@media (max-width: 400px) {
  #highlights-nav ul li a { font-size: 1.2rem; padding: 4px 6px 3px 6px; }
}
@media (min-width: 401px) {
  #highlights-nav ul li a { font-size: 1.2rem; padding: 4px 6px 3px 6px; }
}
@media (min-width: 700px) {
  #highlights-nav ul li a { font-size: 1.3rem; padding: 4px 6px 3px 6px; }
}
@media (min-width: 800px) {
  #highlights-nav ul li a { font-size: 1.4rem; padding: 6px 10px 5px 10px; }
}
@media (min-width: 900px) {
  #highlights-nav ul li a { font-size: 1.6rem; padding: 7px 12px 6px 12px; }
}
@media (min-width: 1000px) {
  #highlights-nav ul li a { font-size: 1.7rem; padding: 8px 16px 7px 16px; }
}
@media (min-width: 1118px) {
  #highlights-nav ul { width: 960px; font-size: 1.8rem; padding: 8px 20px 7px 20px; }
}
#highlights-nav ul li a:hover {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
#highlights-nav ul li a.highlights-active  {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.highlights-nav-stuck {
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 25;
}
.highlights-nav-stuck span {
  display: none;
}
#highlights-nav.highlights-nav-stuck ul li a {
  height: 65px;
}
.offset-anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
.offset-anchor-highlights {
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden;
}
#is-narrow {
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #is-narrow { display: none; }
}
@media (min-width: 768px) {
  #is-narrow {  }
}

.para-image.highlights-worldcat img,
.para-image.highlights-worldshare img {
  float: right;
  padding-top: 25px;
}

.wc-lang-one {
  width: 100%;
}
.wc-lang-one .left {
  width: 61%;
  text-align: center;
  background-color: #236192;
  color: #fff;
  padding: 10px 0px 0px 0px;
}
.wc-lang-one .right {
  width: 39%;
  text-align: center;
  background-color: #00afd7;
  color: #fff;
  padding: 10px 0px 0px 0px;
}
.lang-link-title a:link,
.lang-link-title a:visited {
  text-decoration: none;
  float: right;
  font-size: 2.1rem;
}
.lang-link-title {
  text-align: right;
  margin: 0px;
}
.scripts-block {
  background-color: #ececea;
  padding: 25px 25px 0px 25px;
  clear: both;
  display: block;
}
.wc-growth .light-blue-box,
.wc-growth .blue-box,
.wc-growth .gray-box {
  margin-right: 10px;
  width: 27%;
  padding: 20px 20px 10px 20px;
  float: left;
  margin-bottom: 10px;
  min-height:355px;
}
@media (max-width: 400px) {
  .wc-growth .light-blue-box, .wc-growth .blue-box, .wc-growth .gray-box { width: 85%; min-height:100px; }
}
@media (min-width: 400px) {
  .wc-growth .light-blue-box, .wc-growth .blue-box, .wc-growth .gray-box { width: 85%; min-height:100px; }
}
@media (min-width: 780px) {
  .wc-growth .light-blue-box, .wc-growth .blue-box, .wc-growth .gray-box  { width: 26%; padding: 20px 5px 10px 5px; min-height:430px; }
}
@media (min-width: 886px) {
  .wc-growth .light-blue-box, .wc-growth .blue-box, .wc-growth .gray-box  { width: 27%; padding: 20px 10px 10px 10px; min-height:355px; }
}
@media (min-width: 986px) {
  .wc-growth .light-blue-box, .wc-growth .blue-box, .wc-growth .gray-box  { width: 27%; padding: 20px 20px 10px 20px; }
}
@media (min-width: 1170px) {
  .wc-growth .light-blue-box, .wc-growth .blue-box, .wc-growth .gray-box  { width: 27%; }
}
.wc-growth .light-blue-box {
  background-color: #00afd7;
}
.wc-growth .blue-box {
  background-color: #236192;
}
.wc-growth .gray-box {
  background-color: #ececea;
}
.wc-growth .number {
  font-size: 2rem;
}
/* Financials */
.financials .page-header {
  background-image: url(../images/financials/financials-main.jpg);
}
.rd-sum-title {
  display: block;
  padding:4px 0px;
  font-size:1.4rem;
  margin-bottom: 8px;
  clear:both;
}
.rd-sum-title.light-orange {
  border-top: solid 4px #f6be00;
  border-bottom: solid 4px #f6be00;
}
.rd-sum-title.orange {
  border-top: solid 4px #e87722;
  border-bottom: solid 4px #e87722;
}
.rd-sum-title.light-blue {
  border-top: solid 4px #007DBA;
  border-bottom: solid 4px #007DBA;
}
.rd-sum-title.blue {
  border-top: solid 4px #00afd7;
  border-bottom: solid 4px #00afd7;
}
.rd-sum-title.light-green {
  border-top: solid 4px #78BE20;
  border-bottom: solid 4px #78BE20;
}
.rd-sum-title.green {
  border-top: solid 4px #4c8c2b;
  border-bottom: solid 4px #4c8c2b;
}
.rd-sum-title.light-fuchsia {
  border-top: solid 4px #ae2573;
  border-bottom: solid 4px #ae2573;
}
.rd-sum-title.fuchsia {
  border-top: solid 4px #8a1b61;
  border-bottom: solid 4px #8a1b61;
}
#chart1 {
  margin-bottom: 20px;
}


/* Divider Bars
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.divider {
  height: 25px;
}

.divider .bar-1 {
  height: 25px;
  float: left;
  width: 40%;
}

.divider .bar-2 {
  height: 25px;
  float: left;
  width: 5%;
}

.divider.blue-green { background: #00afd7; }
.divider.blue-green .bar-1 { background: #78be20; }
.divider.blue-green .bar-2 { background: #21a489; }

.divider.green-green { background: #78be20; }
.divider.green-green .bar-1 { background: #007749; }
.divider.green-green .bar-2 { background: #3c9a35; }

.divider.fuchsia-orange { background: #e87722; }
.divider.fuchsia-orange .bar-1 { background: #ae2573; }
.divider.fuchsia-orange .bar-2 { background: #d64d3a; }

.divider.blue-blue { background: #00afd7; }
.divider.blue-blue .bar-1 { background: #236192; }
.divider.blue-blue .bar-2 { background: #1288b4; }

.divider.orange-orange { background: #F6BE00; }
.divider.orange-orange .bar-1 { background: #E87722; }
.divider.orange-orange .bar-2 { background: #F99C1E; }

.divider.fuchsia-fuchsia { background: #ae2573; }
.divider.fuchsia-fuchsia .bar-1 { background: #8a1b61; }
.divider.fuchsia-fuchsia .bar-2 { background: #9b2069; }

/* Quote Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote.quote-fuchsia { 
  color: #ae2573;
}

blockquote.quote-fuchsia,
blockquote.quote-fuchsia footer { 
  border-color: #d692b9;
}
blockquote.quote-green { 
  color: #419a3c;
}

blockquote.quote-green,
blockquote.quote-green footer { 
  border-color: #bbde8f;
}
blockquote.quote-blue { 
  color: #007dba;
}

blockquote.quote-blue,
blockquote.quote-blue footer { 
  border-color: #91b0c8;
}
blockquote.quote-orange { 
  color: #e87722;
}

blockquote.quote-orange,
blockquote.quote-orange footer { 
  border-color: #f6be00;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  font-size: 1.25rem;
  color: #ccc;
  padding: 0 0 100px 0;
  margin: 0;
  background: #333f48;
} 
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer p {
  margin: 0;
}
footer ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
a.nav-continue {
  text-decoration:none;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 3px 10px 2px 10px;
  border: 4px solid #00afd7;
  color: #00afd7;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
a.nav-continue:hover {
  border: 4px solid #236192;
  color: #236192;
}
.copyright {
  margin-top:25px;
}


/* Magnific Popup CSS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 20px;
  width:auto;
  max-width: 600px;
  margin: 20px auto;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
  }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
  }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
