/* Transitional Navigation Bar Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cbp-af-header {
	width: 100%;
	background: #fff;
	z-index: 10000;
	height: 100px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom: 1px solid #00afd7;
    position: relative;
}

nav a {
	color: #333f48;
	margin-left: 10px;
}

nav a.active {
	color: #00afd7;
}

nav a:hover {
	color: #e87722;
	text-decoration: none;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

@media (min-width: 1000px) {
	.cbp-af-header .cbp-af-inner { padding: 0 1.875em; }
}
@media (min-width: 1150px) {
	.cbp-af-header .cbp-af-inner { padding: 0 1.875em; }
}

.cbp-af-header .logo,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

.cbp-af-header .logo {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 140px;
	height: 55px;
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/oclc-logo.svg) no-repeat;
}

.cbp-af-header nav {
	float: right;
	margin-top: -12px;
}

/* Transitions and class for reduced height */

.cbp-af-header .logo,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header nav a {
	transition: none;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 70px;
	background: rgba(255,255,255,.9);
	transition: 0.35s all ease;
}

.cbp-af-header.cbp-af-header-shrink .logo,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 115px;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	font-size: 2em;
	margin: 15px 0px 0px 0px;
	width: 140px;
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/oclc-logo.svg) no-repeat;
}

/* --- Responsive breaks for nav --- */

@media (min-width: 360px) {
	.cbp-af-header { height: auto; }
	.cbp-af-header .cbp-af-inner { padding: 0 0 10px 0; text-align: center;}
	.cbp-af-header .logo { line-height: 10px; float: none;}
	.cbp-af-header nav a { line-height: 10px; }
	.cbp-af-header nav { display: block; float: none; text-align: center; clear: left;}
	.cbp-af-header.cbp-af-header-shrink {height: auto; }
	.cbp-af-header.cbp-af-header-shrink .logo,
	.cbp-af-header.cbp-af-header-shrink nav a { line-height: 10px; }
	.cbp-af-header.cbp-af-header-shrink .logo { display: block; float: none; width: 100px; margin-top: 10px; margin-bottom: 20px; margin-left: auto; margin-right: auto; height: 30px; }
}

@media (min-width: 930px) {
	.cbp-af-header { height: 100px; }
	.cbp-af-header .cbp-af-inner { text-align: left; padding: 0;}
	.cbp-af-header .logo,
	.cbp-af-header nav a { line-height: 118px; }
	.cbp-af-header nav { display: inline-block; float: right; text-align: right; clear: none;}
	.cbp-af-header.cbp-af-header-shrink {height: 70px; }
	.cbp-af-header.cbp-af-header-shrink .logo,
	.cbp-af-header.cbp-af-header-shrink nav a { line-height: 87px; }
	.cbp-af-header.cbp-af-header-shrink .logo { display: inline-block; float: left; margin-top: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; }
}

.ie8 video { display: block; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a.cta {
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	border: 4px solid;
	padding: 10px;
}

a.cta.register {
	text-align: center;
	font-size: 3rem;
	border-width: 6px;
	padding: 20px 30px;
}

p.intro {
	font-size: 24px;
	font-family: "Graphik Light", Helvetica, Arial, sans-serif;
}

hr {
	border-color: #e87722;
}

.headshot {
	text-align: center;
}

.headshot-name {
	text-transform: uppercase;
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	letter-spacing: 0.08rem;
	line-height: 100%;
	margin: 0 0 .5rem 0;
}

.headshot-co {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.speaker-name {
	font-family: "Graphik Regular", Helvetica, Arial, sans-serif;
	font-size: 4.0rem;
	margin: 0;
	text-transform: none;
	letter-spacing: -0.2rem;
	color: #236192;
}

.speaker-title {
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	margin: 0;
}

.speaker-co {

}

.registration h4 {
	margin: 0;
}

.registration p {
	margin: 0;
}

.registration .cost {
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
    font-size: 6rem;
    color: #236192;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

.cta-main {
	text-align: center;
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
    color: #236192;
    font-size: 4rem;
    line-height: 1.2;
}

.cta-main a.cta {
	padding: 20px 30px;
	border-width: 6px;
}

.ie10 .cta-main a.cta {
	padding-top: 10px;
}

.content {
	position: relative;
	z-index: 1000;
}

.social-share {
	background: #e87722;
	color: #fff;
	text-align: center;
	font-size: 3.0rem;
	padding: 30px;
    background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/connected-right.png) right no-repeat #e87722;
    background-size: 15%;
}

.social-share p {
	margin :0;
}

a.pres-pdf-link {
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/view-pres-icon.png) no-repeat;
	padding-left: 48px;
	padding-top: 7px;
	height: 31px; 
	display: inline-block;
	margin-left: 30px;
}
a.pres-pdf-link:hover {
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/view-pres-icon-hover.png) no-repeat;
}
a.pres-vid-link {
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/play-video-icon.png) no-repeat;
	padding-left: 48px;
	padding-top: 7px;
	height: 31px; 
	display: inline-block;
}
a.pres-vid-link:hover {
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/play-video-icon-hover.png) no-repeat;
}

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

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 0px 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%;
}

/* Cover
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cover {
	background: #00afd7;
	padding: 50px 0 50px 0;
}

.cover-2 {
	background: #e87722;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	color: #fff;
	padding: 50px 0 40px 0;
}

.cover-2 .cta {
	color: #fff;
	font-size: 4rem;
	padding: 20px 30px;
    border-width: 6px;
}

.cover-3 {
	background: #236192;
	color: #fff;
	padding: 50px 0 40px 0;
	position: relative;
	margin: 0 0 60px 0
}

.cover-3 img {
	border-radius: 100px;
}

.cover-3 .row {
	position: relative;
	z-index: 1000;
}

.sb-logo {
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/sharing-breakthroughs-date.svg) no-repeat;
	display: block;
	width: 100%;
	text-indent: -99999px;
	background-size: cover;
	height: 350px;
	position: relative;
	z-index: 1000;
}

.sb-logo-container {
    position: relative;
    width: 100%;
    padding-bottom: 36.5%;
    float: left;
    height: 0;
}

.sb-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.connected-right {
    background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/connected-right.png) no-repeat;
    width: 325px;
    height: 1031px;
    position: fixed;
    z-index: 500;
    right: 0;
    top: 0;
    transition: all 1s;
}

.connected-right.interior {
    background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/connected-interior.png) no-repeat;
}

.connected-container {
    width: 310px;
    height: 596px;
    position: absolute;
    right: 0px;
    top: 170px;
    z-index: 1500;
    overflow: hidden;
}

.connected-right-top {
    background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/connected-rotate.png) no-repeat;
    width: 537px;
    height: 596px;
    position: absolute;
    right: -270px;
    z-index: 750;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.connected-left {
    background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/connected-left.png) no-repeat;
    width: 313px;
    height: 703px;
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
}

.cover.interior {
	height: 100px;
	padding: 20px 0 55px 0;
	margin: 0 0 30px 0;
}

.cover.interior .row {
	padding: 0;
}

.cover.interior h2 {
	float: right;
	color: #fff;
	font-size: 6.0rem;
	line-height: 130px;
	position: relative;
	z-index: 1000;
	transition: font-size .5s;
}

.cover.interior .sb-logo-container {
	width: 300px;
	height: 120px;
	padding-bottom: 0;
	margin: 8px 0 0 0;
}

.cover.interior .sb-logo {
	float: left;
	background: url(/content/dam/oclc/conferences/resource-sharing-conference/2017/sharing-breakthroughs-int.svg) no-repeat;
}

@media (max-width: 900px) {

	.connected-right {
		opacity: 0.5;
		-webkit-transition: all 1s;
    	transition: all 1s;
	}

	.connected-right-top {
		opacity: 0;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
		z-index: 1;
	}

	.cover.interior {
		height: auto;
		text-align: center;
		padding-bottom: 10px;
	}

	.cover.interior h2 {
		float: none;
		margin: 85px 0 30px 0;
		line-height: 6.0rem;
	}

	.cover.interior .sb-logo-container {
		width: 100%;
		height: 37%;
		float: none;
		padding-bottom: 37.5%;
	}

	.cover.interior .sb-logo {
		width: 100%;
		height: 100%;
		float: none;
		margin: 50px 0 0 0;
		background-size: auto;
	}

}

@media (min-width: 900px) and (max-width: 1100px) {

	.cover.interior h2 {
		font-size: 4.5rem;
		transition: font-size .5s;
	}

	.ie10 .cover.interior h2 {
	}

}

/* Agenda
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table.agenda {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	margin: 0 0 50px 0;
}

td.agenda-time {
	width: 25%;
}

td.agenda-item {
	width: 75%;
}

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

.divider {
	height: 35px;
}

.divider.small,
.divider.small .bar-1,
.divider.small .bar-2 {
	height: 8px;
}

.divider .bar-1 {
	height: 35px;
	float: left;
	width: 30%;
}

.divider .bar-2 {
	height: 35px;
	float: left;
	width: 10%;
}

.divider.blue-orange { background: #e87722; }
.divider.blue-orange .bar-1 { background: #00afd7; }
.divider.blue-orange .bar-2 { background: #7a9b8d; }


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer {
	font-size: 1.6rem;
	color: #333f48;
	padding: 0 0 100px 0;
	margin: 0;
	background: #f0f0f0;
	position: relative;
	z-index: 1000;
}

footer .container {
	margin-top: 50px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
	line-height: 100%;
}

footer p {
	margin: 0;
}

footer h4 {
	margin: 15px 0 1rem 0;
}

.copyright ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.copyright {
	margin-top:25px;
	font-size: 1.25rem;
}

.copyright a {
	text-decoration: underline;
	color: #333f48;
}

.copyright a:hover {
	color: #1d252d;
}

.tollfree-area {
	font-size: 1.25rem;
	margin-top:-4px;
}

.footer-tag {
	font-size: 1.8rem;
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	margin: -8px 0px 20px;
}

.footer-logo {
	margin-bottom: 25px;
}

.social-links {
	margin-top:20px;
}

.social-links a {
	margin-right:7px;
}

@media (max-width: 900px) {

	footer {
		text-align: center;
	}

}
