/*
Theme Name: Sabre Corp
Author: Russell Ramey
Author URI: http://www.sabre.com/
*/

/*************************************************************************************
GLOBAL
*************************************************************************************/
body{
    overflow-x: hidden;
}
#wrapper{
    padding-top: 120px;
    background: #fff;
}

/* Breadcrumbs */
.edl-breadcrumbs {
	white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}
.edl-breadcrumbs .crumb-grad{
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	width: 100px;
	background:url('images/crumb_gradient.png') center center no-repeat;
}
.content-type-link{
    margin: 0;
    font-weight: bold;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content-type-link a{
    color: #999;
}
.content-type-link a:hover{
    color: #3399cc;
}

/* Grid breaks */
.col-half:nth-child(2n+1){
	clear: left;
}
.col-third:nth-child(3n+1){
	clear: left;
}
.container-narrow{
	max-width: 1000px;
	margin: 0 auto;
}

/* Seperator */
.divide{
    border-bottom:1px dotted #e4e4e4;
    display: block;
    margin: 30px 0;
}
.redline:after{
    content:"";
    display: block;
    height: 6px;
    background: #e50000;
    width: 20%;
    min-width: 140px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.redline.redline-ctr:after{
    margin-left: auto;
    margin-right: auto;
}

/* Main content */
#main-content:before{
    content: url('images/pdf-logo.png');
    display: none;
}

/* Global Reponsive */
@media screen and (max-width:960px){
    #wrapper{
        padding-top: 90px;
    }
}
@media screen and (max-width:640px){
    /* Grid breaks */
    .col-third:nth-child(3n+1){
    	clear: none;
    }
    .col-third:nth-child(2n+1){
    	clear: left;
    }
}
/*************************************************************************************
HEADERS & NAV
*************************************************************************************/
.edl-header--main{
    text-transform: uppercase;
    font-size: 16px;
}

.edl-nav--mega .edl-panel{
    margin-bottom:0;
}

/****************************************************************
 HERO
****************************************************************/
#hero{
	/*background: url(images/meshweb.png) center center no-repeat;*/
	/*background-color:#222222;*/
	/*border-bottom: 10px solid #e50000;*/
	/*background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
    min-height: 400px;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#hero a{
	color: #333;
	border:0;
	outline: 0;
	text-decoration: none;
	display: block;
}
#hero a:hover{
	text-decoration: none;
}
#hero h1{
	font-size: 72px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: .75px;
	margin: 0px;
	margin-bottom: 10px;
}
#hero p{
	font-size: 34px;
	padding: 0;
	margin: 0 auto;
	line-height: 1.2em;
	font-weight: lighter;
}



/* Hero Carousel */
#hero .jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
	width: 100%;
	height: auto;
    margin-top: -32px;
}
#hero .jcarousel {
    position: relative;
    overflow: hidden;
	width: 100%;
}
#hero .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#hero .jcarousel li {
    float: left;
	max-width: 100%;
    display: inline-block;
    padding: 140px 0;
}
#hero .jcarousel li.technologies{
    background: url('images/slider_technologies.jpg') center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#hero .jcarousel li.customers{
    background: url('images/slider_customers.jpg') center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#hero .jcarousel li.businesses{
    background: url('images/slider_businesses.jpg') center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#hero .jcarousel li a,
#hero .jcarousel li a h1{
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
#hero .jcarousel-control-prev,
#hero .jcarousel-control-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 41px;
	margin-top:-60px;
    text-align: center;
}
#hero .jcarousel-control-prev {
    left: 40px;
	background:url('images/slider_left.png') no-repeat;
}
#hero .jcarousel-control-next {
    right: 35px;
	background:url('images/slider_right.png') no-repeat;
}
#hero .jcarousel-control-prev:hover span,
#hero .jcarousel-control-next:hover span {
    display: block;
}
#hero .jcarousel-pagination {
 	margin: 30px 0 0 0 !important;
	text-align: center;
}
#hero .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block !important;
	width:20px;
	height:20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
	text-indent: -9999px;
	border:1px solid #e4e4e4 !important;
}
#hero .jcarousel-pagination a.active {
    background: #e4e4e4;
    color: #e4e4e4;
}

/* Hero */
.edl-hero--featured{
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
    padding-top: 60px;
    margin-bottom: 30px;
}
.meshweb{
    position: absolute;
    opacity: .05;
}
.meshweb-lft{
    top:-200px;
    left:-240px;
}
.meshweb-rt{
    right:-20px;
    bottom: -50px;
}

@media screen and (max-width:768px){
    #hero .jcarousel li{
        padding: 80px 0;
    }
    #hero .jcarousel li p{
        font-size: 28px;
    }
    #hero .jcarousel li h1{
        font-size: 66px;
    }
}
@media screen and (max-width:640px){
    #hero .jcarousel li{
        padding: 40px 0;
    }
    #hero .jcarousel li p{
        font-size: 24px;
    }
    #hero .jcarousel li h1{
        font-size: 36px;
    }
    #hero .jcarousel-control-next,
    #hero .jcarousel-control-prev{
        display: none;
    }
    #hero{
        display: none;
    }
}
/****************************************************************
 SIDEBAR / SIDE NAV
****************************************************************/
#side-content{
	margin-bottom: 20px;
}
.edl-nav--panel ul {
	padding:0px;
	margin-top: 2px;
	display: none;
}
.edl-nav--panel ul a {
	background:#f1f1f1;
	border-left: 2px solid #e5e5e5;
}
.edl-nav--panel a:hover {
	color:#3399cc;
	border-left: 2px solid #3399cc;
}
.edl-nav--panel .current_page_item > a,
.edl-nav--panel .current-menu-item > a,
.edl-nav--panel .current-page-ancestor > a{
	color:#333;
	border-left: 2px solid #e50000;
}
.edl-nav--panel .current_page_item ul,
.edl-nav--panel .current_menu_item ul,
.edl-nav--panel .current-page-ancestor ul{
	display: block;
}
.edl-nav--panel .current-menu-ancestor ul, #sub_nav .current-menu-item ul {
    display: block;
}

/* Mobile */
.edl-nav--panel-mobile{
	padding:12px 15px;
	text-decoration:none;
	text-transform:uppercase;
	background:#e5e5e5;
	display:block;
	font-size: 12px;
	border-left: 2px solid #ccc;
	line-height: 1.3em;
    font-weight: bold;
    display: none;
}
.edl-nav--panel-mobile{
	margin-bottom: 2px;
	cursor: pointer;
	background-color:#e5e5e5;
}
.edl-nav--panel-mobile:after{
    content: '\f10f';
    font-family: "spark-icon-fill" !important;
    display: block;
    position: absolute;
    right: 30px;
    top: 12px;
}
.edl-nav--panel-mobile.open:after{
    content: '\f112';
}

/* Sidebar Reponsive */
@media screen and (max-width:640px){
    .edl-nav--panel{
        display: none;
    }
    .edl-nav--panel-mobile{
        display: block;
    }
    #side-content{
        display: none;
    }
}
/****************************************************************
POST CONTENT
****************************************************************/
/* Entry global */
.entry-content .entry-thumb img{
    width: 100%;
    border:1px solid #e4e4e4;
}
.single .entry-thumb{
    margin-bottom: 30px;
}
.entry-content{
    overflow: hidden;
    padding-bottom: 30px;
}
.entry-content p{
    margin:20px 0 10px 0;
}
.entry-content p img{
    margin: 40px 0;
}

/* Entry thumbnail Secondary*/
.banner{
    padding:23px 20px;
}
.banner.banner-releases{
    background: #1a4d66;
}
.banner.banner-podcasts{
    background: #025a5b;
}

/* Typography */
.entry-header h1{
    text-transform: none;
}
.entry-content h2{
    margin-top: 30px;
}
.entry-content h3,
.entry-content h4{
    margin-top: 20px;
}

/* Hero / Header */
#hero-content .entry-title:after{
    content: '';
    display: block;
    background: #e50000;
    width: 40%;
    max-width: 320px;
    height: 5px;
    margin-top: 20px;
}

/* Entry Meta */
.entry-meta .entry-author{
    background: #f4f4f4;
    background: #f4f4f4 url('images/author_mesh_web.png') no-repeat;
    background-position: right center;
    padding: 30px 20px;
}
.entry-meta .entry-byline{
    float: left;
}
.entry-meta .entry-author img{
    border-radius: 50%;
    margin:0 auto;
}
.entry-meta .entry-author p{
    margin: 0;
    color: #999;
}
.entry-meta .entry-author .author-content{
    padding-top: 10px;
}
.entry-meta .entry-author p.author{
    font-size: 18px;
    font-weight: bold;
}
.entry-meta .entry-author p.position{
    font-weight: lighter;
}
.entry-meta .entry-author a.more{
    font-size: 13px;
    font-weight: bold;
}
.entry-header .entry-meta{
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
}

/* Entry categories */
.entry-category{
    position: relative;
    float: right;
    cursor: pointer;
    padding:5px 20px;
    border:1px solid #3499cc;
    border-bottom:3px solid #3399cc;
    margin-top: -8px;
    border-radius: 4px;
    transition: all 100ms ease-in-out;
}
.entry-category:hover{
    background: #3499cc;
}
.entry-category>a{
    color: #3499cc;
}
.entry-category:hover > a{
    color: #fff;
}
.entry-category:after{
    font-family: "spark-icon-fill" !important;
    content: "\f10f";
    cursor: pointer;
    margin-left:5px;
    color: #3499cc;
    float: right;
}
.entry-category:hover:after{
    color: #fff;
}
.entry-category ul.edl-nav--panel-light{
    display:none;
    position: absolute;
    top:101%;
    right: 0;
    white-space: nowrap;
    text-align: left;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    border-bottom: 0;
    margin: 0;
    z-index: 1;
}
.entry-category:hover ul.edl-nav--panel-light{
    display: block;
    margin-right: -1px;
}
.entry-category ul a{
    display: block;
}

/* Entry tags */
.entry-tags{
    padding: 20px 0;
}
.entry-tags a.tag{
    margin-right:10px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.entry-tags i.edl-icon:before{
    font-size: 14px;
    margin-right: 5px;
}

/* Entry footer */
#footer-content{

}
#footer-content a.loadmore{
    display: block;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#entry-subscribe{
    padding-bottom:0;
}

/* Leadership entries */
.team-member{
    margin-bottom:30px;
}
.team-member--headshot{
    padding-left:0;
}
.team-member--details h5 a,
.team-member--details h5{
    margin: 15px 0 5px 0;
    text-transform: none;
    color: #333;
    display: block;
}
.team-member--details p{
    margin-top: 0;
}

/* Releases */
span.dateline{
    text-transform: uppercase;
    font-weight: bold;
}
.releases .entry-header h1{
    font-size: 34px;
    margin-bottom: 30px;
}
.releases p.subhead{
    font-weight: 300;
    font-weight: lighter;
    font-size: 21px;
    line-height: 1.3em;
    margin-bottom: 30px;
    margin-top:-10px;
}
.releases .entry-header:after{
    content: '';
    display: block;
    background: #e50000;
    width: 40%;
    max-width: 300px;
    height: 6px;
    margin-bottom: 10px;
    margin-top: -10px;
}

/* Entry Content Responsive */
@media screen and (max-width:400px){
    .entry-meta .entry-category,
    .entry-meta .entry-byline{
        float: none;
    }
    .entry-meta .entry-category{
        margin-top: 10px;
    }
    .entry-category ul.edl-nav--panel-light{
        left: 0;
    }
}
@media screen and (max-width:640px){
    #hero-content .entry-header:after{
        display: none;
    }
}

/****************************************************************
PAGE CONTENT
****************************************************************/
.entry-hero p{
    font-weight: lighter;
    font-size:20px;
}
.entry-hero--full{
    background: #f4f4f4;
    background: -webkit-linear-gradient(bottom, #f4f4f4, #fafafa);
    background: -o-linear-gradient(bottom, #f4f4f4, #fafafa);
    background: -moz-linear-gradient(bottom, #f4f4f4, #fafafa);
    background: linear-gradient(bottom, #f4f4f4, #fafafa);
    padding: 60px 0;
    margin-top: -50px;
    margin-bottom:30px;
}

/* Home page */
#careers .edl-panel{
    background: #222;
}
#careers h3{
    margin: 0;
    margin-top: 6px;
}

/* Locations page */
#map-canvas{
	min-height: 380px;
	background: #ccc;
    border-radius: 4px;
}

/* Carrers page */
.job-search a.button{
	margin-top:5px;
	max-width: 100%;
}
.job-search .custom-select:after{
    margin-top: -12px;
}
#careers-badge{
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
#careers-badge img{
	margin: 0 auto;
    float: right;
    margin-left: 20px;
}

/* 404 */
.not-found{
	text-align: center;
	padding: 100px 0;
}

/* Dynamic content */
.entry-articles{
    overflow: hidden;
}

/* Related posts */
#entry-related{
    overflow: hidden;
    background: #f4f4f4;
    margin-top: 40px;
    margin-bottom:40px;
    padding-top: 60px;
}
#entry-related h2{
    padding: 0 15px;
}

/* Newsroom */
.icon-dashboard{
    list-style: none;
    line-height: 1.2em;
    overflow: hidden;
    margin: 0;
}
.icon-dashboard li{
    margin-bottom: 10px;
}
.icon-dashboard img{
    margin: 0 auto;
}

.featured-thumbnail--sml{
    float: left;
    max-width: 160px;
    margin-right:20px;
}

/* Page responsiveness */
@media screen and (max-width:640px){
    /* Careers */
    #careers-badge{
        display: none;
    }
    #careers .button{
        margin-top:20px;
    }
}
@media screen and (max-width:480px){
    /* Newsroom */
    .featured-thumbnail--sml{
        max-width: 100%;
        float: none;
        margin-bottom:20px;
        margin-right: 0;
    }
}

/****************************************************************
PAGE / ENTRY NAV
****************************************************************/
.entry-pagination{
	text-align: center;
	margin-bottom:20px;
	color: #ccc;
	padding: 10px 0;
}
.entry-pagination a.page-numbers{
	color:#ccc;
	padding:5px 10px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	letter-spacing: 1px;
}
.entry-pagination a.page-numbers:hover{
	background: #f3f3f3;
	color: #3399cc;
}
.entry-pagination .page-numbers.current{
	color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
}

/* Single Page Nav */
.nav-previous{
    float: left;
}.nav-next{
    float: right;
}

/****************************************************************
 FOOTER
****************************************************************/
#footer{
    position: relative;
    margin-top: 50px;
}

/****************************************************************
 MISC
****************************************************************/
.surveyWrapper {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	margin-bottom: 40px;
}
.surveyWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*exec pulse bage */
.edl-card--thumbnail{
    position: relative;
}
img.icon--exec-pulse{
    position: absolute;
    bottom:15px;
    right:15px;
}

/*social share*/
#socialshare-desktop{
    position: relative;
    overflow: hidden;
}
#socialshare{
	float: right;
	margin-top: 30px;
}
#socialshare ul li{
	display: block;
	margin-bottom:3px;
}
#socialshare ul li a{
    width: 40px;
    height: 40px;
    padding: 8px 11px;
    display: block;
    background: #f4f4f4;
    color: #999;
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    border-radius: 2px;
}
#socialshare ul li a.facebook:hover{
	background:#3765a3;
    color:#fff;
}
#socialshare ul li a.twitter:hover{
	background:#50abf1;
    color:#fff;
}
#socialshare ul li a.linkedin:hover{
	background:#0077b5;
    color:#fff;
}
#socialshare ul li a.download{
    padding: 0;
}
#socialshare ul li a.download label{
    padding: 8px 11px;
    display: block;
    cursor: pointer;
}
#socialshare ul li a.download:hover,
#socialshare ul li a.print:hover{
	background:#555;
    color:#fff;
}
#socialshare-desktop.scrollwith{
    position: fixed;
}

/* Pullquote / Tweet This */
blockquote.pullquote{
    font-size: 21px;
    font-weight: 300;
    font-weight: lighter;
    overflow: hidden;
}
blockquote.pullquote .tweetthis{
    float: right;
    font-size: 14px;
}
blockquote.pullquote .tweetthis i{
    position: relative;
    top: 2px;
    left: -5px;
}

/* SocialShare Responsive */
@media screen and (max-width:640px){
    #socialshare-desktop{
        display: none;
    }
    #socialshare-mobile{
        display: block;
    }
}

/****************************************************************
 SEARCH
****************************************************************/
/* Google gsc results */
.gsc-control-cse{
	padding: 0 !important;
}
.gsc-input input[type="text"]{
	min-height: 40px;
	line-height: 40px;
}
.gsc-search-button input[type="button"]{
	min-height: 40px;
	background:#3399cc;
	color: #fff;
	border:none;
}
.gsc-search-box{
	display: none;
}
.gsc-above-wrapper-area{
	display: none;
}
.gsc-result{
	padding:10px 0 20px 0 !important;
	border-bottom:1px dotted #ccc !important;
	overflow: hidden;
}
a.gs-title,
a.gs-title b{
	color: #3399cc !important;
	text-decoration: none !important;
}
.gs-visibleUrl{
	color:#999 !important;
}
.gsc-cursor-box{
	text-align: right !important;
}

/* Insights Search */

.edl-panel.search-panel{
    overflow: visible;
    margin-top: 50px;
}
.search-filter{
    float: right;
    position: relative;
    cursor: pointer;
}
.search-filter ul{
    display:none;
    position: absolute;
    top:101%;
    right: 0;
    white-space: nowrap;
    text-align: left;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    border-bottom: 0;
    z-index: 1;
    font-size: 13px;
}
.search-filter:hover ul{
    display: block;
}
.search-filter li a{
    display: block;
}
.search-filter i.edl-icon:before{
    font-size: 14px;
}

a.search-filter--tag{
    font-size: 11px;
    padding: 4px 10px;
    border:1px solid #ccc;
    border-radius: 3px;
    color: #999;
    font-weight: bold;
}
a.search-filter--tag i.edl-icon:before{
    font-size: 8px;
    margin-right:5px;
    position: relative;
    top: -1px;
}
a.search-filter--tag:hover{
    background: #e4e4e4;
    color: #555;
}

/* Search Module */
.edl-panel .edl-search{

}
.edl-panel .edl-search p{
    margin: 0;
}

/* Search Panel meta */
.search-meta{
    text-transform: uppercase;
    font-size:14px;
}

/* Site Search */
.site-search{
    position: absolute;
    right: 70px;
    height: 100%;
}
.site-search a{
    display: block;
    width: 70px;
    height: 70px;
    color: #333;
    margin-top: 1.4em;
}
.site-search a i.edl-icon{
    text-align: center;
    width: 100%;
    display: block;
}
.site-search a i.edl-icon:before{
    font-size: 24px;
}
.site-search-form{
    background:#eeeeee;
    width: 100%;
    overflow: hidden;
    border-bottom: 0px solid #e4e4e4;
    display: none;
}
.site-search-form #search{
    margin: 40px auto;
}


/* Search Reponsiveness */
@media screen and (max-width:960px){
    .site-search{
        right: 60px;
    }
    .site-search a{
        margin-top: 1.2em;
    }
}
@media screen and (max-width:640px){
    .search-tags{
        display: block;
    }
    .site-search{
        display: none;
    }
}


/****************************************************************
 COLORBOX
***************************************************************
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#222; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#222;
border-radius:4px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#222; padding:10px;border-radius:4px;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#222;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#222;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


/****************************************************************
 WORDPRESS
****************************************************************/
.post-edit-link{
	float: right;
	font-size: 12px;
	position: absolute;
	top: -4px;
	right: 15px;
}

.alignleft{
	float: left;
	margin: 0 20px 10px 0;
}
.alignright{
	float:right;
	margin: 0 0 10px 20px;
}
.aligncenter{
	display: block;
	margin: 40px auto !important;
}

.wp-caption{
	width: 100% !important;
    margin: 40px 0;
    border-radius: 3px;
    float: none;
    border:1px solid #e4e4e4;
}
.wp-caption img{
    margin: 0 auto;
    display: block;
    padding: 20px;
}
p.wp-caption-text{
	padding: 15px 30px;
	font-size: 14px;
    line-height: 1.4em;
	color: #999999;
	text-align: left;
	margin: 0 auto;
    background: #e4e4e4;
}


/****************************************************************
 PRINT STYLES
****************************************************************/
@media print {
    #header,
    #side-content,
    #footer-content,
    #footer,
    #entry-nav,
    .entry-author,
    p.edl-breadcrumbs,
    .author, .meta-sep,
    .entry-meta,
    iframe,
    videoWrapper{
        display: none;
    }

    #main-content:before{
        display: block;
    }
    #main-content{
        width: 100% !important;
        overflow: hidden;
    }

    #wrapper{
        padding-top: 0;
        padding:0 30px;
    }

    /* Type */
    h1, h2, h3, h4, h5, h6, body, p, a{
        font-family: Helvetica, arial, sans-serif;
    }
    h1{
        font-size: 26px;
    }
    body, p, a{
        font-size: 14px !important;
    }
    p.subhead{
        font-size: 18px !important;
    }
}
