@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700,300);


/* Framework.css
****************************************************/
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-family: muller-regular, Verdana, sans-serif;
	color: #646464;
}



/* TYPOGRAPHY */
h1.tiles-main-header {
	width: 46%;
	float: left;
	font-size: 63px;
	font-family: modum-regular, times, "Times New Roman", serif;	
	margin: 30px 0 0 4%;
	font-weight: 300;
}

h1.hero-header {
	font-family: modum-regular, times, "Times New Roman", serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFF;
	font-weight: 600;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px rgba(14,40,84,0.5);
}

.smaller-hero-title {
	font-size: 90%;
}

h2.hero-subhead {
	font-family: muller-regular, verdana, sans-serif;
	font-size: 21px;
	line-height: 29px;
	color: #FFF;
	font-weight: 600;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 1px rgba(14,40,84,0.5);
}

h2.tiles-main-subhead {
	width: 46%;
	float: right;
	font-size: 18px;
	line-height: 26px;
	margin: 30px 4% 30px 0;
	padding-top: 7px;
	font-family: muller-regular, Verdana, sans-serif;
	font-weight: 500;
	min-height: 80px;
}

h2.home-books-header {
	max-width: 880px;
	font-family: modum-bold, times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 39px;
	color: #000;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 50px 10px 20px 10px;
	text-align: center;
	letter-spacing: 3px;
}

@media (min-width: 1140px) {
	h2.home-books-header {
        padding: 30px 10px 20px 10px;
    }
}

h3.tiles-header {
	font-family: muller-bold, Verdana, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3.footer-header {
	font-family: muller-bold, Verdana, sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 16px 0;
	letter-spacing: 1px;	
	color: #FFF;
	text-transform: uppercase;
}

.tiles-paragraph {
	font-size: 15px;
	line-height: 21px;
}

address {
	font-size: 16px;
}

.white {
	color: #FFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

/* SECTIONS */
section.hero-section {
	width: 100%;
}

section.tiles {
	width: 100%;
	overflow: hidden;
	margin: 80px 0 0 0;
}

.section-head {
	width: 100%;
	overflow: hidden;
	height: auto;
}

.half-tile {
	width: 50%;
	float: left;
}

.half-tile-mobile {
	display: none;
}

.fourth-tile {
	width: 92%;
	float: right;
	padding: 4%;
	box-sizing:content-box;
}

.eighth-tile {
	width: 42%;
	float: left;
	padding: 4%;
	box-sizing:content-box;
}



/* Buttons with Animations */
.white-outline-button {
	text-transform: uppercase;
    font-family: muller-medium;
    font-size: 16px;
    line-height:  1.1;
    padding: 10px 18px 8px 18px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.white-outline-button:hover {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    background-color: #FFF;
    color: rgba(0,83,155,1);
    padding-top: 10px;
    padding-bottom: 8px;
}

button.tiles-button {
	float: right;
	margin: 30px 4% 0 0;
	border: none;
	font-family: muller-regular, Verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: transparent;
	text-transform: uppercase;
	transform: translateX(0);	
	-webkit-transition: all 0.333s ease-out;
    -moz-transition: all 0.333s ease-out;
    -o-transition: all 0.333s ease-out;
    -ms-transition: all 0.333s ease-out;
    transition: all 0.333s ease-out;
}

button.white-button {
	display: block;
	margin: 40px auto 0 auto;
	border: none;
	font-family: muller-regular, Verdana, sans-serif;
	font-weight: 400;
	font-size: 21px;
	background-color: transparent;
	text-transform: uppercase;
	transform: translateX(0);	
	-webkit-transition: all 0.333s ease-out;
    -moz-transition: all 0.333s ease-out;
    -o-transition: all 0.333s ease-out;
    -ms-transition: all 0.333s ease-out;
    transition: all 0.333s ease-out;
}

button.green-button {
	color: #55A220;
}

button.green-button:hover {
	color: #60A910;
}

button.blue-button {
	color: #008ACF;
}

button.ingram-button {
	color: #00539B;
}

button.blue-button:hover {
	color: #0070C4;
}

button.red-button {
	color: rgba(149,52,141,1);
}

button.red-button:hover {
	color: rgba(149,52,141,1);
}

button.orange-button {
	color: #FF9127;
}

button.orange-button:hover {
	color: #FF8012;
}

button.dark-blue-button {
	color: #004e8a;
}

button.dark-blue-button:hover {
	color: #39678b;
}

button.white-button {
	color: #fff;
}

button.tiles-button:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.tiles-button:hover .fa-chevron-right {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.white-button:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.white-button:hover .fa-chevron-right {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.fa-chevron-right {
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.outline-button {
	text-transform: uppercase;
    font-family: muller-medium;
    font-size: 18px;
    line-height:  1.1;
    padding: 13px 25px 10px 25px;
    border: 2px solid #00539B;
    background: transparent;
    color: #00539B;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.outline-button:hover {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    background-color: #00539B;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 11px;
}

.outline-button-large {
	text-transform: uppercase;
    font-family: muller-medium;
    font-size: 22px;
    line-height:  1.1;
    padding: 14px 27px 11px 27px;
    border: 2px solid #00539B;
    background: transparent;
    color: #00539B;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.outline-button-large:hover {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    background-color: #00539B;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 12px;
}

.outline-button-blog {
	display: inline-block;
	text-transform: uppercase;
    font-family: muller-medium;
    font-size: 18px;
    line-height:  1.1;
    padding: 11px 25px 9px 25px;
    border: 2px solid #00539B;
    background: transparent;
    color: #00539B !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.outline-button-blog:hover {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    background-color: #00539B;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blockquote-blog {
	margin: 35px 40px 35px 20px !important;
	padding-left: 20px;
	font-size: 21px !important;
	color: #00539B !important;
	font-family: modum-bold;
	line-height: 1.3 !important;
	border-left: 2px solid #00539B;
    clear:both;
}

.blog-post h2 {
	font-size: 24px;
	color: #000;
	margin: 30px 0 10px 0;
	font-family: muller-bold;
}

.blog-post h2 a:hover {
	color: #00539B;
}

.blog-post h3 {
	font-size: 21px !important;
	color: #000;
	margin: 15px 0 5px 0;
	font-family: muller-bold !important;
}

.blog-post li {
	margin:0 0 8px 0 !important;
	padding:0 !important;
}

.blog-post ul, .blog-post ol {
	margin: 15px 0 !important;
}


.date-social {
	width: 100%;
	padding: 8px 8px 4px 8px;
	height: 38px;
	border-top: 1px solid rgba(220,220,220,1);
	border-bottom: 1px solid rgba(220,220,220,1);
	clear: both;
	overflow: hidden;
	margin: 20px 0 25px 0;
}

.social-buttons {
	float: right;
}

.side-panel a:hover {
	color: #00539B;
	transition: all 0.2s ease;
}

.post-date {
	float: left;
	font-size: 14px;
	color: rgba(80,80,80,1);
}

.stButton .stLarge {
	width: 20px !important;
	height: 20px !important;
	background-size: cover !important;
}

.stButton {
	margin: 0 1px !important;
	padding: 0 !important;
}

.stLarge:hover{opacity:.75;background-position:0 !important}


/* Image Slider */
.hero-text-wrapper {
	max-width: 1060px;
	margin: 0 auto;
}

.hero-text {
	max-width: 580px;
	margin: 0px 90px;
	padding:200px 0;
}

#slide-one {
	background-image: url(../images/hero@2x.jpg);
	background-position: center center;
	background-size: cover;
	height: 690px;
}

#slide-two {
	background-image: url(../images/hero@2x.jpg);
	background-position: center center;
	background-size: cover;
	height: 690px;
}

#slide-three {
	background-image: url(../images/hero@2x.jpg);
	background-position: center center;
	background-size: cover;
	height: 690px;
}


/* Styles */
img#home-books-image {
	width: 100%;
	margin: 0 auto;
	display: block;
}

img#home-books-mobile-image {
	display: none;
}

#publisher-green-line {
	width: 100px;
	height: 3px;
	background-color: #71C527;	
	margin: 10px 0 0 4.1%;
	float: left;
}

#publisher-green-line-mobile {
	display:none;
}

#retailer-blue-line {
	width: 100px;
	height: 3px;
	background-color: #008ACF;	
	margin: 10px 0 0 4.1%;
	float: left;
}

#retailer-blue-line-mobile {
	display:none;
}

#libraries-red-line {
	width: 100px;
	height: 3px;
	background-color: rgba(149,52,141,1);	
	margin: 10px 0 0 4.1%;
	float: left;
}

#libraries-red-line-mobile {
	display:none;
}

#education-orange-line {
	width: 100px;
	height: 3px;
	background-color: #FF9127;	
	margin: 10px 0 0 4.1%;
	float: left;
}

#education-orange-line-mobile {
	display:none;
}

.call-blue-line{
	width: 100px;
	height: 3px;
	background-color: #085490;	
	margin: 5px 0 0 0;
	float: left;
}

.publisher-section-hero-header {
	font-size: 54px;
	color: #FFF;
	font-family: modum-bold;
	text-align: center;
	text-shadow: 1px 1px 1px #223e5f;
}

.publisher-section-hero-description {
	font-size: 24px;
	font-height: 32px;
	font-family: muller-medium;
	text-align: center;
	color: #FFF;
	padding: 0 15px;
	text-shadow: 1px 1px 1px #223e5f;
}

h2.pub-secondary-header {
	font-family: muller-regular;
	color: rgba(80,80,80,1);
	font-size: 21px;
	line-height: 28px;
	text-align: center;
}

.pub-ser-icons {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.pub-ser-icon-head {
	font-size: 21px;
	font-family: modum-bold;
	color: rgba(0,83,155,1);
	text-align: center;
	margin-bottom: 6px;
}

.pub-ser-icon-p {
	text-align: center;
	color: rgba(80,80,80,1);
	font-size: 16px;
	line-height: 24px;
}

.pub-ser-sect-head {
	font-size: 32px;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: modum-bold;
	color: #000;
}

.padding-60 {
	padding: 60px !important;
}

h3.pub-ser-tert-head {
	font-size: 21px;
	font-weight: 900;
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
}

.photo-credit-left {
	font-size: 9px;
	color: #fff;
	opacity: 0.85;
	display: block;
	bottom: 15px;
	left: 15px;
	padding: 0;
	position: absolute;
	font-family: muller-bold;
	text-shadow: 1px 1px 1px rgba(29, 43, 67, 0.5);
}

.photo-credit-right {
	font-size: 9px;
	color: #fff;
	opacity: 0.85;
	display: block;
	bottom: 15px;
	right: 15px;
	padding: 0;
	position: absolute;
	font-family: muller-bold;
	text-shadow: 1px 1px 1px rgba(29, 43, 67, 0.5);
}

.special-cta-pub-ser {
	font-size: 28px;
	font-family: muller-light;
	color: rgba(60,60,60,1);
	text-align: center;
	line-height: 1.3;
}

.gray-245 {
	background-color: rgba(245,245,245,1);
	border-bottom: 1px solid rgba(220,220,220,1);
	border-top: 1px solid rgba(220,220,220,1);
}

.pub-blue {
	background-color: rgba(22,159,219,1);
	border-bottom: 1px solid rgba(220,220,220,1);
	border-top: 1px solid rgba(220,220,220,1);
}

.green-pubser-bg {
	background-color: rgba(113,197,39,1) !important;
}

.pub-ser-white-head {
	color: #FFF !important;
	font-size: 32px;
	font-family: modum-bold;
	text-align: center;
}

.white-box-style-pub-ser li {
	font-size: 16px;
	color: rgba(60,60,60,1);
	margin-bottom: 10px;
}

.white-box-style-pub-ser ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.padding-80-0 {
	padding: 80px 0;
}

.quote-icon {
	width: 50px;
	display: inline;
	margin-left: -75px;
}

p.pub-ser-quote-main {
	color: #FFF;
	font-size: 21px;
	line-height: 28px;
	font-family: muller-regular;
	text-align: left;
	margin: -25px 0 10px 0;
	padding: 0;
}

p.pub-ser-quote-name {
	color: #FFF;
	font-family: muller-bold;
	text-align: right;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
}

p.pub-ser-quote-publisher {
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	font-family: muller-italic;
	text-align: right;
	padding: 0;
	margin: 0;
}


.publisher-services-hero {
	padding: 80px 0;
	background-image: url(../images/publisher-services-hero.jpg);
	background-size: cover;
	background-position: center center
}

.pub-ser-full-ser-dist {
	padding: 80px 0;
	background-image: url(../images/full-service-pub-dist@2x.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.third-party-pub-ser {
	padding: 80px 0;
	background-image: url(../images/third-party-logistics@2x.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.pub-ser-quotes {
	background-image: url(../images/pub-ser-quotes.jpg);
	background-size: cover;
	background-position: center center
}

.publisher-image {
	background-image: url(../images/publisher-section-image.jpg);
	background-size: cover;
	background-position: center center;
}

.retailer-image {
	background-image: url(../images/retailer-image.jpg);
	background-size: cover;
	background-position: center center;
}

.libraries-image {
	background-image: url(../images/libraries-section-image.jpg);
	background-size: cover;
	background-position: center center;
}

.education-image {
	background-image: url(../images/education-section-image.jpg);
	background-size: cover;
	background-position: center center;
}

.green-medium {
	background-color: #5EB227;
}

.green-light {
	background-color: #71C527;
}

.green-dark {
	background-color: #55A220;
}

.blue-medium {
	background-color: #008ACF;
}

.blue-light {
	background-color: #00A0D8;
}

.blue-dark {
	background-color: #0070C4;
}

.red-medium {
	background-color: rgba(149,52,141,1);
}

.red-light {
	background-color: rgba(162,68,155,1);
}

.red-dark {
	background-color: rgba(140, 30, 131, 1);
}

.orange-medium {
	background-color: #FF9127;
}

.orange-light {
	background-color: #FFA42B;
}

.orange-dark {
	background-color: #FF8012;
}

.white-line-top {
	width: 310px;
	height: 1px;
	background-color: #FFF;
	margin: 0 0 20px 0;
}

.white-line-bottom {
	width: 310px;
	height: 1px;
	background-color: #FFF;
	margin: 30px 0 0 0;
}


.call-action-section{
	padding: 40px 0px;
	background-color: #eee;
	margin-top: 95px;
	margin-bottom: 0;
}

.call-action-section p{
	font-size: 18px;
	margin-top: 20px;

}
.call-action-section .content{
	/*max-width: 530px;*/
	text-align: left;		
}
.small-section-heading{
	font-family: modum-bold, times, "Times New Roman", serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #000;
    text-transform: uppercase;
    margin: 0 auto 0 auto;
    /*padding: 40px 10px;*/
    /*text-align: center;*/
    letter-spacing: 3px;
}

.news-feed-section{
	margin-top: 70px;
}

.news{
	padding-right: 50px;
}

.news span{
	display: block;
	color: #7f7f7f;
	font-family:muller-regular, sans-serif;
	font-size:16px;
}

.news a{
	font-family: muller-medium , sans-serif;
	font-size: 18px;
	color: #085490;
	display: block;
	line-height: 24px;
}

.news .news-item{
	margin-top: 30px;
}


.news-feed-section .call-blue-line{
    /*margin-top: -15px;*/
}

a.tel {
	color: #FFF !important;
	text-decoration: none;
}

a.tel:hover {
	color: #FFF !important;
	text-decoration: underline;
}


.blog-post h2.post-title {
    border: 0;
    margin: 20px 0 15px 0;
}

.blog-post h2.post-title {
    font-size: 32px;
    color: #000;
    font-family: modum-bold;
    font-weight: 700;
}

.post-body p, .post-body li {
    font-size: 16px;
    line-height: 1.5;
    color: #484848;
    margin-bottom: 15px;
}

.blog-container h3 {
	font-size: 24px;
	font-family: modum-bold;
	color: #333;
}

.side-panel li {
	font-size: 14px;
}

.side-bar-hr {
	margin: 10px 0;
	padding: 0;
	border-color: #b4b4b4;
}

.blog-post .post-details {
	font-size: 14px;
	color: #666;
}

.featured-image {
	width: 100%;
}




@media (max-width: 767px) {
	.blog-container .post-list {
		clear: both;
		width: 100%;
	}
	
	.blog-container .side-panel {
		clear: both;
		width: 100%;
	}
}


@media (max-width: 860px) {
	h1.tiles-main-header {
		font-size: 48px;
		margin: 30px 0 0 4%;
	}
	
	h2.tiles-main-subhead {
		font-size: 15px;
		line-height: 23px;
		margin: 37px 4% 30px 0;
	}
	
	h3.tiles-header {
		font-size: 18px;
	}

	.small-section-heading{
		font-size: 23px;
	}
}

@media (max-width: 640px) {
	
	img#home-books-image {
		display: none;
	}
	
	img#home-books-mobile-image {
		display: block;
		width: 98%;
		margin: 0 1%;
	}
	
	h1.tiles-main-header {
		width: 92%;
		float: left;
		font-size: 48px;
		font-family: modum-regular, times, "Times New Roman", serif;
		margin: 30px 4% 0 4%;
		font-weight: 300;
	}
	
	h2.tiles-main-subhead {
		width: 92%;
		float: right;
		font-size: 15px;
		line-height: 26px;
		margin: 0 4% 30px 4%;
		font-family: muller-regular, Verdana, sans-serif;
		font-weight: 500;
		min-height: 80px;
	}
	
	h3.tiles-header {
		font-size: 16px;
	}
	
	.half-tile {
		width: 100%;
		float: left;
	}
	
	.half-tile-mobile {
		width: 100%;
		float: left;
		display: block;
		height: 200px;
	}
	
	.fourth-tile {
		width: 92%;
		float: right;
		padding: 4%;
	}
	
	.eighth-tile {
		width: 42%;
		float: left;
		padding: 4%;
	}
	
	#publisher-green-line {
		display: none;
	}
	
	#publisher-green-line-mobile {
		display: block;
		width: 100px;
		height: 3px;
		background-color: #71C527;	
		margin: 10px 0 15px 4.1%;
		float: left;
		clear: both;
	}
	
	#retailer-blue-line {
		display: none;	
	}
	
	#retailer-blue-line-mobile {
		display: block;
		width: 100px;
		height: 3px;
		background-color: #008ACF;	
		margin: 10px 0 15px 4.1%;
		float: left;
		clear: both;
	}
	
	#libraries-red-line {
		display: none;
	}
	
	#libraries-red-line-mobile {
		display: block;
		width: 100px;
		height: 3px;
		background-color: rgba(149,52,141,1);	
		margin: 10px 0 15px 4.1%;
		float: left;
		clear: both;
	}
	
	#education-orange-line {
		display: none;	
	}
	
	#education-orange-line-mobile {
		display: block;
		width: 100px;
		height: 3px;
		background-color: #FF9127;	
		margin: 10px 0 15px 4.1%;
		float: left;
		clear: both;
	}
	
	.publisher-image, .retailer-image, .libraries-image,.education-image {
		max-height: 200px;
	}
	
	h1.hero-header {
	    font-size: 36px;
	    line-height: 42px;
	}	
	
}


@media (max-width: 480px) {
	h2.home-books-header {
		max-width: 720px;
		font-family: modum-bold, times, "Times New Roman", serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 29px;
		color: #000;
		text-transform: uppercase;
		margin: 0 auto 4% auto;
		padding: 20px;
		text-align: center;
		letter-spacing: 3px;
	}
}

li.pag-current, li.pag-number {
    display:none !important;
 }

.pagination a {
border-radius: 6px;
}






































/* Styles (General) 
*************************************************************/

.row {
	margin: 0!important;
}

.navbar-brand {
	padding: 15px;
	max-width: 180px;
	height: auto;
	transition: all 0.333s ease-out;
}

.navbar-default {
	position: absolute;
	top: 0px;
	margin-top: 25px;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
	color: #FFF;
	border: 0;
	border-radius: 0;
	transition: all 0.333s ease-out;
}

.navbar-default.affix ,.secondary-navbar{
    position: fixed !important;
    background-color: rgba(0,61,118,0.95);    
    margin: 0 !important;    
}

.secondary-navbar{
	background-color: rgba(0,61,118,0.95);
}

.navbar-default .navbar-nav > li > a{
	color: #FFF;
	font-family: muller-regular , Verdana , sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.333s ease-out;
	padding-top:20px;
}

.nav > li > a {
	padding: 10px 12px;
}

/*
#blog-active:hover {
	background: transparent;
	color: #FFF;
	text-decoration: underline;
}
*/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active ,.navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: #FFF; 
	position: relative;
}

.secondary-navbar .navbar-nav > li > a{
    padding-top: 21px;
    padding-bottom: 22px;
    margin-top:4px;
}

.secondary-navbar  .navbar-brand{
	padding-top: 20px;
}

.navbar-default .navbar-nav > li > a:after{	
	content: "";
	position: relative;
	bottom: -8px;	
	left: 0px;
	height: 2px;
	width: 100%;
	background-color: #8ec43d;
	opacity: 0;
	display: block;
}

.navbar-default .navbar-nav > li > a.current-page:after{		
	opacity: 1;
}


.navbar-default .navbar-nav > li > a:hover+.mega-menu{
	/*display: block;*/
}

.mega-menu{
	max-width: 900px;
    position: fixed;
    left: 50%;
    right: 0;
    margin-left: -354px;
    min-height: 300px;
    background-color:#ccd4dc;
    display: none;
    overflow: auto; 
    border-right: 1px solid rgba(220,220,220,1);
    border-bottom: 1px solid rgba(220,220,220,1);
    border-left: 1px solid rgba(220,220,220,1);
}

.mega-menu a{
	color: #000
}

.mega-menu .menu-left{
	width: 19.9%;
	background-color:#ccd4dc;
	padding: 2%;
	float: left;
	min-height: 300px;
}

.menu-center {
	width: 80.09%;
	float:right;
	padding: 25px 0 10px 4%;
	background-color: #FFF;
}

.mega-menu .menu-card a {
	display: block;
	font-size: 13px;
	font-family: muller-bold;
	color: #004e8a;	
	text-transform: uppercase;
	cursor: pointer;
}

.menu-hr {
	border-top:1px solid #dadada;
	margin:4px 0 2px 0;
	padding:0;
}

.menu-learn-more {
	color: rgba(0,83,155,1);
	padding-top:10px;
}

.menu-learn-more:hover {
	text-decoration: underline;
}

.mega-menu .menu-card .fa{
	font-size: 13px;
	margin-left: 5px;
}

.mega-menu .menu-card h6{
	font-size: 12px;
	font-family: muller-bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
}

.mega-menu .menu-card h6:hover{
	color: rgba(0,83,155,1);
}

.mega-menu .menu-card p{
	font-size: 12px;
}

.menu-card{
	margin-bottom: 30px;
	width:32.5%;
	display: inline-block;
	padding-right: 2.5%;
	vertical-align: top;
}

.menu-card h3{
	font-size: 16px;
	font-family: muller-bold;
	margin-bottom: 10px;
}
.corousel-container{
	min-height: 690px;
	padding: 0 !important;
}

.corousel-container .carousel-inner .item_image>img{
	display: none;
}
.carousel-indicators li{
	cursor: default !important;
}
#carousel-main .item_image{
	height: 690px;		
	background-color: #023a62;
	background-repeat: no-repeat;
	max-width: 1280px;
	margin: 0 auto;
}

.glyphicon-chevron-left{	
	height: 42px !important;
	width: auto !important;
	font-size: 0 !important;
	margin: 0 !important;
}

.glyphicon-chevron-right{
	height: 42px !important;
	width: auto !important;
	font-size: 0 !important;
	margin: 0 !important;
}

.carousel-inner {
	background-color: #003457;
}

.carousel-inner-careers {
	background-color: #00539B !important;
}

.nav-btn-container{
	position: absolute;
	top: 305px;
	right: 0;
	left: 0;
}

.carousel-control{
	min-width: 42px;
	width: 8%;
	display: block;
	z-index: 999;
}

.carousel-indicators {
    bottom: 70px;
}

.slant-container{
	background: url(../images/slant.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
	height:120px;
}

.footer{
	background: url(../images/footer-bg.png);
	background-size: cover;
	background-position: center top;
	min-height: 480px;
	padding-top: 160px;
	margin-top: -25px;
	background-repeat: no-repeat;
}

.white-bottom-border{
	border-bottom: 2px solid #FFF;
}

.footer button{
	width: 100%;
	color: #FFF;
	background-color: #008cd1;
	border:1px solid #085490;
	margin:0;
	font-size: 16px;
	padding: 8px 0; 
	transition: background-color 0.333s ease-out;
}

.footer button:hover{
	transform:none;
}

.footer input {
	border-radius: 0;
	border: 1px solid #cfcfcf	
}

.footer i.fa{
	color: #FFF;
	font-size:30px;
	margin-right: 6px;
}

.footer .footer-card {
    margin-bottom: 30px;
}

.footer .footer-card .footer-header{
	margin-bottom: 5px;
}

.footer .footer-card a{
	display: block;
	color: #FFF !important;
	font-size: 14px;
	font-family: muller-regular, Verdana, sans-serif;
}

.footer .footer-card a:hover {
	text-decoration: underline;
}

.pad-ctrl{
	padding:0;
}



.copy-social{
	padding-top: 20px;
	padding-bottom: 20px;
}

.copy-social .footer-logo{
	max-width: 130px;
	margin-top: 10px;
}

.copy-social .copyright{
	font-size: 12px;
	font-family: muller-regular, Verdana, sans-serif;	
	font-weight: 400;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}

.copy-social address{
	font-size: 16px;
	font-family: muller-medium, Verdana, sans-serif;
	margin-bottom: 5px;
	color: #FFF !important;
	text-align: center;
}

.copy-social address a{
	color: #FFF !important;
}

.social-share{
	width: 15%;
	min-width: 235px;
	margin-top: 5px;
}

.address-copy{
	width: 55.5%;
	text-align: center;
}

.logo-cont{
	width: 15%
}

.twitter-timeline-rendered{	
	margin-top: 10px !important;
}

.twitter-embed{
	width: 100%;
	overflow: hidden;
}

.call-action-section button {
    margin: 60px 0;
    float: right;
}

.navbar-default .navbar-nav .sub-menu{		
	-webkit-padding-start: 0;
	display: none;
}

/*Publisher page styles*/


.publisher-hero{
	margin-top: 69px;
}


.pub-corousel-container{
	width: 66.6%;	
	float: left;
	min-height: 390px;	
	background-color: #ddd
}

.pub-corousel-container .carousel .item,.pub-corousel-container .item_image {
	height: 390px;
	background-size: cover;
}

.pub-corousel-container .item_image img{
	display: none;
}

.pub-corousel-container .hero-text{
    max-width: 520px;
    margin: 0px 12%;
    padding: 90px 0;
}

.pub-corousel-container .hero-text h1{
	position: relative;
}
/*Green line below text*/
.pub-corousel-container .hero-text h1:after{
	content: "";
	position:absolute;
	width: 100px;
	height: 3px;
	background-color: #91cb32;
	bottom: -10px;
	left: 0;
}

.pub-corousel-container .hero-text p{
	font-size: 16px;
	color: #FFF;
}

.pub-tiles-container{
	width: 33.5%;	
	float: left;
	min-height: 390px;	
	padding: 4%;
	padding: 40px;
	margin-left: -0.1%;
}

.lib-color {
	background-color: rgba(149,52,141,1);
}

.pub-corousel-container .nav-btn-container{
	top:44%;
}

.pub-tiles-container .info-card{
	margin: 7% 0;
}


.blog-container {
	max-width: 1140px;
	margin: 0 auto;
    padding: 100px 40px 40px 40px;
}

.read-more-button {
	text-transform: uppercase;
    margin: 10px 0;
    font-family: muller-regular;
    color: #05439B;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/*Media queries*/

@media only screen and (min-width: 768px){
	.container {
	    width: 100%;
	    padding-left: 20px !important;
		padding-right: 20px !important;
	}	
}

@media only screen and (min-width : 1140px) {		
	.container {
	  width: 1140px;
	  padding-left: 40px !important;
	  padding-right: 40px !important;	  	  
	}
}

.cara-careers-contain {
	margin-top: 69px;
	min-height: 280px;
}

@media only screen and (min-width : 768px) and (max-width : 956px) {
	.navbar-default .navbar-nav > li > a{
		padding: 18px 6px;
		font-size:13px;
		letter-spacing:-0.02em;
	}
	
	.secondary-navbar  .navbar-brand{
		padding-top: 15px;
	}

	.publisher-hero {
	    margin-top: 54px;
	}

	.navbar-brand{
		width: 150px;
	}

	button{
		font-size: 16px;
	}

	button.navbar-toggle:hover{
		transform: translateX(0px);
	}

	.address-copy {
    	width: 61%;
	}

	.footer{
		padding-top: 180px;
	}
	
	/*
	.mega-menu {
	    top: 54px;
	}
	*/
	
	.cara-careers-contain {
		margin-top: 61px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1100px) {
	#carousel-main .item_image{
		background-position-x: 60%;
	}
	
	#carousel-main .item_image_careers {
		background-position-x: 50%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {	

	#carousel-main  .item_image{
		background-position-x: 65%;
	}
	
	#carousel-main  .item_image_careers {
		background-position-x: 50% !important;
		background-size: cover;
		background-position: center center;
		height: 400px;
	}
	
	.nav-btn-container-careers {
	top:180px;
}

	.publisher-hero {
	    margin-top: 50px;
	}

	button{
		font-size: 16px;
	}

	h2.home-books-header{
		font-size: 24px;		
	}

	.call-action-section button{
		font-size: 18px;
	}

	
	.footer{
		background-position: 100%;	
	}	
	
	.footer i.fa {
	    color: #FFF;
	    font-size: 25px;
	    margin-right: 5px;
	}

	.copy-social { 
    	padding: 30px;
	}

	.pub-corousel-container .hero-text{
		margin: 0px 16%;
	}

}

@media only screen and (max-width : 767px) {
	.navbar-brand{
		margin-left: 10px;
	}
	
	.cara-careers-contain {
		margin-top: 51px;
	}
	
	.blog-container {
		max-width: 1140px;
		margin: 0 auto;
	    padding: 80px 20px 40px 20px;
	}
	
    .cta-outline-button {
        float: none !important;
        display: block !important;
        margin: 20px auto !important;
    }

    
	.secondary-navbar  .navbar-brand{
		padding-top: 12px;
	}

	ul.navbar-right>li:last-child{
		/*margin-bottom: 70px;*/
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: none;
	}

	.navbar-collapse{
		background-color: #FFF;
	}

	.navbar-nav{
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-default .navbar-nav > li > a ,.navbar-default .navbar-nav .sub-menu> li > a {
		font-family: muller-bold;
		color:#505050;
		border-bottom: 2px solid #e4e4e4;
		font-size: 18px;
		line-height: 28px;		
		padding-left: 25px;
	}

	.navbar-default .navbar-nav > li > a:focus{
		color:#505050;	
	}

	.navbar-default .navbar-nav .sub-menu{		
		-webkit-padding-start: 0;
		display: none;
	}

	.navbar-default .navbar-nav .sub-menu> li > a{		
		padding: 6px 60px;
    	display: block;
    	background-color: #f0f0f0;
	}

	.login-link,.login-link:focus{
		background-color: #008acf !important;
		color: #FFF !important;
		text-align: center;
		border-bottom: 0 !important;
	}

	.navbar-default{
		position: fixed;
		top:0;
		margin-top: 0;
		background-color: rgba(0,61,118,0.95);
	}

	.navbar-default .navbar-toggle{
		border: 0;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #FFF;
	}

	.social-share , .address-copy{
		width: 100%;
		text-align: center;
	}

	.footer{
		margin-top: 0;
		padding-top: 95px;
	}

	.pad-ctrl{
		padding-left: 15px;
		padding-right: 15px;
	}	

	.news-feed-section .twitter-content{
		margin-top: 50px;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height: 320px;
	}

	.publisher-hero {
	    margin-top: 50px;
	}

	.pub-corousel-container,.pub-tiles-container{
		width: 100%
	}

	.navbar-default .navbar-nav > li > a:after{
		display: none;
	}
	
}

@media only  screen and (max-width : 767px)  and (orientation: portrait) {
	 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height: 420px;
	}
}

@media only  screen and (max-width : 767px)  and (orientation: landscape) {
	 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height: 240px;
	}
}

@media only screen and (max-width : 680px) {
	.address-copy{
		float: none;
		width: 100%;
		text-align: left;			
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {	
	
	#carousel-main  .item_image_careers {
		background-position-x: 50% !important;
		background-size: cover;
		background-position: center center;
		height: 300px;
	}
	
	.nav-btn-container-careers {
		top:120px;
	}


	h1.hero-header {
	    font-size: 32px;
	    line-height: 32px;
	    text-align: center;
	}

	h2.hero-subhead{
		font-size: 16px;
    	line-height: 22px;
	}

	.slant-container{
		height: 80px;
	}

	.white-line-bottom, .white-line-top{
		width: auto;
	}

	.hero-text{
		padding: 150px 0;
	}

	section.home-books{
		margin: 40px 0;	
	}

	section.tiles{
		margin: 40px 0;
	}

	.call-action-section button{
		margin-right: 0;
		font-size: 18px;
	}

	.small-section-heading{
		font-size: 19px;
		letter-spacing: 1px
	}

	.call-blue-line{
		width:55px;
	}

	.footer{
		padding-top: 100px;
	    margin-top: 10px;
	}

	.footer .col-md-9,.footer .col-md-3,.footer .pad-ctrl{
		padding-left: 0;
		padding-right:0;
	}

	.copy-social {
	    padding: 15px 0;
	}

	.copy-social address{
		margin-top: 10px;
		font-size: 12px;		
	}
	.copy-social .copyright{
		font-size: 8px;		
	}

	.social-share , .address-copy{
		width: 100%;
		text-align: center;
	}

	.pub-corousel-container .hero-text p {
	    font-size: 14px;
	    text-align: center;
	}

	.pub-corousel-container .hero-text h1:after{
		display: none;
	}

	.pub-corousel-container .hero-text {
	    margin: 0px 20%;
	}
	
	.news {
	padding-right: 0;
	}
	
	.news-item p {
		text-align: left !important;
	}
	
	.news-item-list {
		padding: 20px !important;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.hero-text {
	    padding: 100px 0;
	    margin: 0 60px;
	}
	
	.call-action-section p{
		text-align: center;
	}
	.call-action-section button{
		float: none;
	}
	.call-action-section .pad-ctrl{
		text-align: center;
	}


	.footer .container{
		padding:0;
	}

	.section-head{
		padding-left: 0;
		padding-right: 0;
	}

	h1.tiles-main-header{
		font-size: 40px;
	}

	.copy-social address{
		font-size: 11px;
	}

	.glyphicon-chevron-left img, .glyphicon-chevron-right img{
		height: 30px;
		width: 30px;
	}
	.glyphicon-chevron-left {
    	left: 25% !important;
    }
    .glyphicon-chevron-right {
    	right: 25% !important;
    }

    .corousel-container {
    	min-height: 600px;
	}
	
	.cara-careers-contain {
		min-height: 280px !important;
	}

	#carousel-main  .item_image {
	   height: 600px;
	}	

	.navbar-toggle{
		/*padding-top: 12px;*/
	}

    .hero-subhead{
    	text-align: center;
    }

    .call-action-section .small-section-heading{
		line-height: 28px;
		text-align: center;
    }

    .call-action-section .call-blue-line{
		float: none;
		margin: 15px auto 0 auto;
    }
    
    #carousel-main  .item_image_careers {
		background-position-x: 50% !important;
		background-size: cover;
		background-position: center center;
		height: 300px;
	}
	
	.nav-btn-container-careers {
		top:120px;
	}

}		


/* Search
	*************************

input[type="text"] {
  height: 40px;
  font-size: 18px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #FFF;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 10px;
  right: 0;
  padding-left:2px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  background-color: none;
}

input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #FFF;
  cursor: text;
  background-color: none;
  color: #FFF;
}
input[type="submit"] {
  height: 0;
  width: 0;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  transition: opacity .4s ease;
  color: #FFF;
}

input[type="submit"]:hover {
  opacity: 0;
  color: #FFF;
}
	
::-webkit-input-placeholder {
    color:    #FFF;
}
:-moz-placeholder {
    color:    #FFF;
}
::-moz-placeholder {
    color:    #FFF;
}
:-ms-input-placeholder {
    color:    #FFF;
}
*/


























/* Sections.css 
****************************************************/
/*
.flat-btn{
	display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid;
    background-color: #0089ce;
    color: #CCC;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: muller-medium;
}*/

.flat-btn.blue-bg{
	color: #FFF;
	background-color: #0089ce;	
}


.block_section{
	background: #008acf;
	padding: 40px;
}
.block_section .container{	
	max-width: 1002px;
}
.block_section .col-sm-4.portfolio-item{
	margin: 0 0 40px;
	padding-right: 20px;
    padding-left: 20px;
}
.block_section .col-sm-4.portfolio-item .t_box{
	background: #fff;
	padding: 30px;
}
.block_section h2, .img_block h1{
	font-family: modum-bold, Verdana, sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}
.block_section .col-lg-12 p{
	font-family: muller-regular, Verdana, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 56px;
}

.col-lg-12.text-center .white-button{
	margin-right: 0;
}

.t_box h4, .img_block .col-sm-6 h4{
    font-family: muller-bold, Verdana, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.t_box p, .img_block .col-sm-6 p{
    font-family: muller-regular, Verdana, sans-serif;
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 21px;
}
.col-lg-12.text-center .white-button{
	float: none;
}
.digital-book-services{
	background-image: url(../images/digital-book-services.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}
.img_block .col-sm-6{    
	padding: 50px;
}
.img_block h1, .img_block .col-sm-6 p {    
    color: #000000;
    margin-bottom: 55px;
}
.img_block button{
	float: none;
}
.block_two .col-sm-6 .media p{margin-bottom: 0;}
.block_two .col-sm-6 .media{
	margin-bottom: 35px;
}
.img_block .media-left {
    padding-right: 15px;
}


.section-4 .col-sm-4{
	padding:40px; 
	background-position: center center;
	background-size: cover;
	min-height: 425px;
}

.section-4 .col-sm-4 h4{
	font-family: modum-bold;
	font-size: 24px;
	line-height: 33px;
	color: #FFF;
	margin-bottom: 20px;
}

.section-4 .col-sm-4 p{
	font-family: muller-regular;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 20px;
}

.btn-container-center-bottom{
	position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;    
}


.btn-container-center-bottom .white-button {
	color: #FFF;	
    margin: 0 auto;
    display: block;
    float: none;
}

.section-4 .col-sm-4:nth-child(1){
	background-image: url(../images/section-3-1.jpg);	
}

.section-4 .col-sm-4:nth-child(2){
	background-image: url(../images/section-3-2.jpg);	
}

.section-4 .col-sm-4:nth-child(3){
	background-image: url(../images/section-3-3.jpg);	
}

.section-4 .col-sm-4:nth-child(4){
	background-image: url(../images/section-3-4.jpg);	
}

.section-4 .col-sm-4:nth-child(5){
	background-image: url(../images/section-3-5.jpg);	
}

.section-4 .col-sm-4:nth-child(6){
	background-image: url(../images/section-3-6.jpg);	
}

.section-5{
	background-color: #efefef;
	padding: 90px 0;
}

.section-5 .description{
	max-width: 650px;
	margin: 30px auto 50px auto;
}

.big-section-heading{
	font-family: modum-bold;
	font-size: 38px;
	line-height: 45.6px;	
	text-align: center;
}

.section-5 .thumbnail-box {
    padding: 0px;
    background-color: #FFF;
    margin: 1.5%;
    width: 30%;
}

.thumbnail-box-gray {
    padding: 0px;
    background-color: rgba(240,240,240,1);
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(220,220,220,1);
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(220,220,220,1);
    box-shadow:inset 0px 0px 0px 1px rgba(220,220,220,1);
    margin: 1%;
    width: 31%;
    color: rgba(60,60,60,1);
}

.section-5 .thumbnail-box img{
	max-width: 100%;
	margin-bottom: 20px;
}

.section-5 .thumbnail-box h4{
	font-size: 20px;
	line-height: 23px;
	font-family: muller-bold;
	text-align:center;
	color: #000;
    padding: 0 15px;
}

.section-5 .thumbnail-box p{
	font-size: 15px;
	line-height: 21px;
	font-family: muller-regular;
	text-align:center;
	padding: 15px;
	margin: 15px 0 15px 0;
}

.section-6{
	background-image: url(../images/section-6-bg.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 425px;
	padding: 90px 0;
}

.section-6 .media-object{
	margin: 0 auto 20px auto; 
	width: 92px; 
	height: 92px; 
	border-radius: 50%;	
}

.section-6 .media-thumbnail{
	padding:20px 10%;
	min-height: 370px;
	position: relative;	
}

.media-thumbnail h4 , .thumbnail-box h4{
	font-size: 20px;
	line-height: 23px;
	font-family: muller-bold;
	text-align:center;
	color: #FFF;
}

.section-6 .media-thumbnail p ,.section-9 .media-thumbnail p{
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-family: muller-light;
	text-align:center;
	padding: 15px;
	margin: 15px 0 15px 0;
}

.section-7{
	background-color:#0089ce;
	padding: 30px;
}

.section-7 .media-object{
	margin: 0 auto 20px auto; 
	width: 65px; 
	height: 65px; 
	border-radius: 50%;	
}

.section-7 h4{
	font-size: 18px;
	line-height: 24px;
	font-family: muller-regular;
	text-align:center;
	color: #FFF;
	display: inline-block;
    margin: 0 auto;
    padding-bottom: 5px;
}

.section-7 h4.active{
	border-bottom: 2px solid #FFF;
}

.section-8{
	padding: 60px 0;
}

.section-8 img{
	height: 160px;
	width: 100%;
}

.section-8 .thumbnail-box{
	min-height: 450px;
	padding: 25px;
}

.section-8 .thumbnail-box h4{
	color: #000;
	margin: 12px 0;
}

.section-8 .thumbnail-box p{
	font-size: 15px;
	line-height: 23px;
	font-family: muller-regular;
}

.section-8 .thumbnail-box button{
	float: none;
	margin-left: 20px;
}

#carousel-9 .item_image{
	background-size: cover;
	height: 680px;
}

#carousel-9 .item_image img{
	display: none;
}

#carousel-9 .item{	
	height: 680px;
}

#carousel-9 .hero-content-wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 75px 0px;
}

#carousel-9  .media-object{
	display: block !important;
	width: 92px; 
	height: 92px; 
	border-radius: 50%;
	margin: 0 auto;
}

.section-9 .media-thumbnail{
	min-height: 300px;
	position: relative;
}

.section-9 .media-thumbnail p{
	margin-top: 0;
}

.section-9 h4{
	margin-top: 20px;
}

.section-9 .big-section-heading{
	margin-bottom: 25px;
}

.hero-content-wrap p.white{
	text-align: center;
	padding: 0 10% 30px 10%;
}

.section-10{
	background-color: rgba(149,52,141,1);
	padding: 60px 0;
}

.section-10 h2{
	font-family: modum-bold, Verdana, sans-serif;
    font-size: 38px;
    line-height: 45.6px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.section-10 p{
	font-family: muller-regular, Verdana, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
}

.section-10 .media-left img{
	height: 92px;
	width: 92px;
	border-radius: 50%;
}

.section-10 .media-body h4{
	font-size: 20px;
	line-height: 23px;
	font-family: muller-bold, Verdana, sans-serif;
	color: #FFF;
}

.section-10 .media-body p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

@media only screen and (max-width : 767px) {
	.block_section{
		padding: 30px 0px;
	}
}

@media only screen and (max-width : 480px) {
	.big-section-heading{
		font-size: 28px;
		line-height: 36px;
	}
	
	.block_section h2, .img_block h1{
		font-size: 28px;
	}

	.block_section .col-xs-6{
		width: 100%
	}

	.block_section .col-sm-4.portfolio-item{
		padding: 0
	}

	.t_box h4, .img_block .col-sm-6 h4{
		text-align: center;
	}

	.img_block h1, .img_block .col-sm-6 p{
		text-align: center;
	}

	.img_block .col-sm-6 {
	    padding: 40px 15px;
	}

	.img_block .col-sm-6{
		min-height: 200px;
	}

	.block_two .col-sm-6 h4,.block_two .col-sm-6 .media p{
		text-align: left;
	}

	.section-5{
	    padding: 50px 15px;
	}

	.section-5 .container{
		padding: 0
	}

	.section-5 .thumbnail-box{
		width: 100%;
	}

	.section-5 .thumbnail-box img {
	    max-width: 100%;
	    margin-bottom: 20px;
	    width: 100%;
	}

	.section-5 .thumbnail-box {	    
	    margin-bottom: 40px;	    
	}

	.section-6{
		padding: 50px 0;
	}
	.section-6 .media-thumbnail {    
    	min-height: 350px;
    	padding-left: 0;
    	padding-right: 0;
	}

	.section-7{
		padding: 20px 0;
	}

	.section-7 .col-xs-4{
		margin-bottom: 20px;
	}

	.section-8{
		padding: 30px 0;
	}

	.section-8 .thumbnail-box{
		padding: 25px 0;
	}

	.section-8 .thumbnail-box button{
		margin-left: -5px;
	}


}

@media only screen and (max-width : 320px) {
	.section-8 .thumbnail-box p ,.section-8 .btn-container-center-bottom{
		text-align: center;
	}	
}

































/* Publisher Section Prototype Styles
**************************************************/

.margin-bottom-15 {
	margin-bottom: 15px;
}

.uppercase-bold {
	text-transform: uppercase;
	font-weight: bold;
}

.center {
	margin: 0 auto;
	text-align: center;
}

h1.secondary-header {
	font-size: 64px;
	text-align: center;
	color: #FFF;
	width: 100%;
	font-family: "modum-regular", times, serif;
	text-shadow: 1px 1px 1px rgba(0, 23, 67, 0.5);
}

.font-size-18 {
	font-size: 18px;
	line-height: 1.3;
}

.section-5 .thumbnail-box p {
	margin: 0 !important;
	padding: 10px 20px 30px 20px !important;
}

.section-5 h1 {
	color: #000;
}


.col-sm-6 li {
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.col-sm-6 ul {
	padding-left: 0;
	margin-left: 20px;
}

.col-sm-6 p {
	margin-bottom: 10px !important;
}


.black {
	color: #000;
}

.secondary-hero-wrap {
	display: table;
}

.secondary-header-text-cell {
	display:table-cell;
	vertical-align:middle;
	width: 1%;
	padding:0 100px;
}

.thumbnail-box-image {
	width: 100%;
	height: 200px;
	background-position: center top;
	background-size: cover;
	margin-bottom: 20px;
}

.thumbnail-box-image-gray-distser {
	width: 100%;
	height: 145px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}

#thumbnail-img-pod {
	background-image: url(../images/pod-small.jpg);
}

#thumbnail-img-formats {
	background-image: url(../images/print-formats-small.jpg);
}

#thumbnail-img-offset {
	background-image: url(../images/offset-printing-small.jpg);
}

#thumbnail-img-gray {
	background-image: url(../images/gray.jpg);
}

#Ingram_CareerAreas_Operations {
	background-image: url(../images/Ingram_CareerAreas_Operations.jpg);
}

#Ingram_CareerAreas_Corp {
	background-image: url(../images/Ingram_CareerAreas_Corp.jpg);
}

#Ingram_CareerAreas_IT {
	background-image: url(../images/Ingram_CareerAreas_IT.jpg);
}

#thumbnail-dist-ser-1 {
	background-image: url(../images/consortium-box.jpg);
}

#thumbnail-dist-ser-2 {
	background-image: url(../images/ingram-academic-box.jpg);
}

#thumbnail-dist-ser-3 {
	background-image: url(../images/ips-box.jpg);
}

#thumbnail-dist-ser-4 {
	background-image: url(../images/pgw-box.jpg);
}

#thumbnail-dist-ser-5 {
	background-image: url(../images/two-rivers-box.jpg);
}

#dedicated-intl-1 {
	background-image: url(../images/dedicated-intl-1.jpg);
}

#dedicated-intl-2 {
	background-image: url(../images/dedicated-intl-2.jpg);
}

#dedicated-intl-3 {
	background-image: url(../images/dedicated-intl-3.jpg);
}

.section-5 .thumbnail-box {
	padding-bottom: 20px;
	border: 1px solid rgba(220,220,220,1);
}

.bottom {
	position: absolute;
	bottom:0;
	width: 100%;
}

.col-bg-gray { 
	background-image: url(../images/gray.jpg);
}


.distribution-pub { 
	background-image: url(../images/distribution-pub.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.bene-sect-img { 
	background-image: url(../images/Ingram_Benefits1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.info-sect-img { 
	background-image: url(../images/Ingram_InfoTech1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.corp-sect-img { 
	background-image: url(../images/Ingram_Corporate1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.operations-sect-img { 
	background-image: url(../images/Ingram_Operations1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.bene-sect2-img { 
	background-image: url(../images/Ingram_Benefits2.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.bene-sect3-img { 
	background-image: url(../images/Ingram_Benefits4.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.section-5 .thumbnail-box-2up {
    padding: 0 0 20px 0;
    background-color: #FFF;
    width: 43%;
    margin: 1.5%;
    border: 1px solid rgba(220,220,220,1);
}

.section-5 .thumbnail-box-2up img{
	width: 100%;
	margin-bottom: 20px;
}

.section-5 .thumbnail-box-2up h4{
	font-size: 20px;
	line-height: 23px;
	font-family: muller-bold;
	text-align:center;
	color: #000;
	margin-top: 10px;
}

.section-5 .thumbnail-box-2up p{
	font-size: 15px;
	line-height: 21px;
	font-family: muller-regular;
	text-align:center;
	padding: 0 30px;
	margin: 8px 0;
}

.section-5 .thumbnail-box-2up li{
	font-size: 15px;
	line-height: 21px;
	font-family: muller-regular;
	padding: 0;
	margin: 5px 0 0 0;
	color: rgba(100,100,100,1);
}

.section-5 .thumbnail-box-2up ul{
	margin: 0 20px 8px 60px;
	padding: 0;
}

a.flat-btn {
	display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid;
    background-color: #0089ce;
    color: #CCC;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: muller-medium;
    margin-top: 30px;
}

.main-wrap {
	max-width: 960px;
	padding: 50px 60px;
	margin: -160px auto 40px auto;
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	clear: both;
	overflow: hidden;
}

.main-wrap-lp {
	max-width: 960px;
	padding: 0;
	margin: -160px auto 40px auto;
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	clear: both;
	overflow: hidden;
}

.main-wrap-wide {
	max-width: 1060px;
	padding: 50px 60px;
	margin: -160px auto 40px auto;
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	clear: both;
	overflow: hidden;
}

.main-wrap h1 {
	font-family: "modum-medium";
	font-size: 48px;
	color: black;
	margin-bottom: 15px;
}

.main-wrap h2 {
	font-family: "modum-medium";
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 15px;
	color: black;
	margin-top: 60px;
}

.main-wrap p {
	font-family: "muller-regular";
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.main-wrap-wide h1 {
	font-family: "modum-medium";
	font-size: 48px;
	color: black;
	margin-bottom: 15px;
}

.main-wrap-wide h2 {
	font-family: "modum-medium";
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 15px;
	color: black;
	margin-top: 60px;
}

.main-wrap-wide p {
	font-family: "muller-regular";
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.animate-btn:hover {
    -webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.animate-btn:hover .fa-chevron-right {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.box-button {
	display: block;
	float: none;
	margin: 0 auto 0 auto;
	text-align: center;
	border: none;
	font-family: muller-regular, Verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: transparent;
	text-transform: uppercase;
}

button.box-button:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.box-button:hover .fa-chevron-right {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.box-button-left {
	display: block;
	float: none;
	margin: 0 0 0 -5px;;
	text-align: left;
	border: none;
	font-family: muller-regular, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: transparent;
	text-transform: uppercase;
}

button.box-button-left:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.box-button-left:hover .fa-chevron-right {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.fa-chevron-right {
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.eheight h1 {
	text-transform: none;
}

h6.no-menu-link {
	text-transform: uppercase;
}

.mega-menu .menu-card h6.no-menu-link:hover {
	color: #000;
}

.menu-left h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: black;
}

.white-box {
	width: 22.5%;
	background-color: #FFF;
	padding: 0 0 20px 0;
	margin: 1.25%;
	border: 1px solid rgba(220,220,220,1);
}

.white-box h4 {
	font-size: 20px;
    line-height: 23px;
    font-family: muller-bold;
    text-align: center;
    color: #000;
    margin: 20px 0 0 0;
}

.white-box p {
	padding: 10px 20px;
	font-weight: 400;
	text-align: center;
}

.white-bg {
	background-color: #FFF;
}

.white-bg-border {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.description li {
	text-align:left;
}

.top-image {
	width: 100%;
	height: 200px;
	background-image: url(../images/publisher-section-image@2x.jpg);
	background-position: center center;
	background-size: cover;
}

.top-image-pub-ser-list {
	width: 100%;
	height: 400px;
	background-image: url(../images/pub-ser-list-image@2x.jpg);
	background-position: center center;
	background-size: cover;
}

.main-wrap-pub-ser-faq {
	margin-top: -340px !important;
}

.top-image-pub-ser-faq {
	width: 100%;
	height: 400px;
	background-image: url(../images/pub-ser-faq-image@2x.jpg);
	background-position: center center;
	background-size: cover;
}


/*start*/
.section-11 .container-fluid,
.section-12 .container-fluid{
	padding: 0;
}

.section-11 .left{	
	padding: 70px;
	text-align:center;
	background-color: #FFF;
}

.section-11 .left-gray{	
	padding: 70px;
	background-color: #efefef;
	text-align:left;
}

.section-11 .left h1{
	color: #000;
		
	position: relative;	
}

.section-11 .right-white h1{
	color: #000;
	
	position: relative;	
}

/*
.section-11 .left h1:after{
	content: "";
	position: absolute;
	bottom: -30%;
    left: 40%;
	right: 0;
	background-color: #0089ce;
	height: 3px;
	width: 100px;
} */

.section-11 .right{
	background-color: #efefef;
	padding: 70px;
	position: relative;
	text-align:left;
}

.section-11 .right-white{
	background-color: #fff;
	padding: 70px;
	position: relative;
	text-align:center;
}


.section-11 .right:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(239, 239, 239, 0);
	border-right-color: #efefef;
	border-width: 35px;
	margin-top: -35px;
}

.section-11 .left-gray:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #FFF;
	border-left-color: #efefef;
	border-width: 35px;
	margin-top: -35px;
	z-index:1;	
}	


.section-11 .right h4{
	color: #555;
    font-family: muller-regular, Verdana, sans-serif;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.section-11 p {
	margin: 10px 0;
    font-size: 16px;
}

.section-11 li {
	margin: 10px 0;
    font-size: 16px;
    text-align: left;
    color: #646464;
}

.marTop{
	top: 50%;
	margin: 0 0 0 0;
	padding:0;
	transform: translateY(-50%);
}

.green-bg {
	background-color: #71C527;
	color: white;
}

.ingram-bg {
	background-color: #00539B;
	color: white;
}

.orange-bg {
	background-color: #FF9127;
	color: white;
}

.red-bg {
	background-color: rgba(149,52,141,1);
	color: white;
}

.green-bg h1 {
	color: white;
}

.ingram-bg h1 {
	color: white;
}

.red-bg h1 {
	color: white;
}

.orange-bg h1 {
	color: white;
}

.sect-container {
	max-width: 1140px;
	margin: -80px auto 80px auto;
	border: 1px solid #f1f1f1
}

.spark-and-premium-cta {
	padding: 0;
	background-color: #fff;
	color: white;
}

.spark-and-premium-cta-left {
	float: left;
	width: 60%;
	padding: 30px 2.5%;
	margin: 0;
	border: 0;
}

.spark-and-premium-cta-right {
	float: left;
	width: 40%;
	padding: 30px 2.5%;
	margin: 0;
	border: 0;
}

.spark-and-premium-cta p {
	color: white;
	font-size: 18px;
	font-weight: 400;
	font-family: muller-regular, sans-serif;
	line-height: 1.3;
	padding: 0;
}

.spark-and-premium-cta h3 {
	color: white;
	font-size: 32px;
	font-weight: 700;
	font-family: modum-bold, sans-serif;
	line-height: 1.3;
	padding: 0;
}

.spark-and-premium-cta hr {
	border-top: 2px solid #FFF;
	width: 100px;
	margin: 15px 0;
}

.spark-and-premium-cta button {
	color: #FFF;
	margin: 0;
	float: left;
	padding: 10px 0;
	margin-bottom: 0;
}

.spark-and-premium-cta button:hover {
	color: #FFF;
}

.custom-pub-vid {
	width: 650px;
	height: 316px;
}

.mobile-hide {
	display: block;
}

.mobile-show {
	display: none;
}

.first-slide {
	background-size: 105%;
}

.pub-print-btn {
display:block;
text-transform: uppercase;
padding: 8px 15px !important;
margin: 0 auto;	
float:none !important;
}

.pub-print-btn:hover {
color:rgba(125,192,72,1) !important;
}

.pub-print-btn-1 {
display:block;
text-transform: uppercase;
padding: 8px 15px !important;
margin: 0 auto;	
float:none !important;
}

.pub-print-btn-1:hover {
color:#FFF !important;
}























@media (max-width: 1140px) {
	h1.secondary-header {
		font-size: 52px;
	}
	
	.section-5 .thumbnail-box-2up {
    width: 44.5%;
	}
	
	.navbar-brand {
		width: 200px;
	}
}


@media (max-width: 960px) {
	.img_block .col-sm-6 {
	    padding: 40px;
	}
}

@media (max-width: 767px) {
	.section-5 .thumbnail-box {
		width: 98%;
		display: block;
		padding-bottom: 40px;
		border: 1px solid rgba(220,220,220,1);
	}
	.thumbnail-box-image {
		background-position: center center;
	}
	
	.spark-and-premium-cta-left {
		float: left;
		width: 100%;
		padding: 30px;
		margin: 0;
		border: 0;
	}
	
	.spark-and-premium-cta-right {
		float: left;
		width: 100%;
		padding: 30px;
		margin: 0;
		border: 0;
	}
	
	.bottom {
	bottom:0;
	}
	
	.section-5 .thumbnail-box-2up {
    width: 92%;
	}
	
	.main-wrap {
		padding: 40px;
	}
	
	.main-wrap-wide {
		padding: 40px;
	}
	
	.main-wrap h1 {
		font-size: 38px;
	}
	.main-wrap h2 {
		font-size: 24px;
	}
	
	.main-wrap-wide h1 {
		font-size: 38px;
	}
	.main-wrap-wide h2 {
		font-size: 24px;
	}
	
	.custom-pub-vid {
		width: 480px;
		height: 260px;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.mobile-show {
		display:block;
	}
	
	.sect-button {
		width: 46%;
	}
	
	.section-11 .right:after{
		border: none;
	}
	
	.section-11 .left-gray:after{
		border: none;
	}
	
	.section-11 .right{
		padding: 20px;
		margin-bottom: 40px;
	}
	
	.section-11 .right-white{
		padding: 20px;
	}
	
	.section-11 .left{
		padding: 20px;
	}
	
	.section-11 .left-gray{
		padding: 20px;
		margin-bottom: 40px;
	}
	
}


@media (max-width: 480px) {
	.secondary-header-text-cell {
		display:table-cell;
		vertical-align:middle;
		width: 1%;
		padding:0 60px;
	}
	
	.secondary-hero-wrap, #pub-carousel, .pub-corousel-container {
		height: 300px !important;
		min-height: 300px !important;	
	}
	
	.pub-tiles-container {
		padding: 20px;
	}
	
	.section-5 .thumbnail-box-2up {
    width: 96%;
	}
	
	.custom-pub-vid {
		width: 320px;
		height: 180px;
	}
	
	.main-wrap {
		padding: 20px;
	}
	
	.main-wrap-wide {
		padding: 20px;
	}

		
}

@media (max-width: 360px) {
	.secondary-header-text-cell {
		display:table-cell;
		vertical-align:middle;
		width: 0;
		padding:0 40px;
	}
	
	h1.secondary-header {
		font-size: 38px;
	}
	
	.custom-pub-vid {
		width: 280px;
		height: 140px;
	}
	

}







/* Search
	*************************
.navbar-default .navbar-nav > li.no-hover > a:hover,.navbar-default .navbar-nav > li.no-hover > a.active {
    color: #FFF !important;
    background-color: transparent !important;
}

input[type="text"].search-box {
  height: 40px;
  font-size: 18px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #FFF;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 10px;
  right: 0;
  padding-left:2px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"].search-box:focus:hover {
  background-color: none;
}

input[type="text"].search-box:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #FFF;
  cursor: text;
  background-color: none;
  color: #FFF;
}
input[type="submit"] {
  height: 0;
  width: 0;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  transition: opacity .4s ease;
  color: #FFF;
}

input[type="submit"]:hover {
  opacity: 0;
  color: #FFF;
}
	
::-webkit-input-placeholder {
    color:    #FFF;
}
:-moz-placeholder {
    color:    #FFF;
}
::-moz-placeholder {
    color:    #FFF;
}
:-ms-input-placeholder {
    color:    #FFF;
}
*/



/* Libraries Section 
*************************************************/
.sect-button-container {
	max-width: 840px;
	margin: 0 auto;
}
.sect-button {
	width: 21%;
	margin: 1.5%;
	padding: 0.5%;
	float: left;
	color: white;
	text-align: center;
	font-size: 16px;
	font-family: muller-bold, sans-serif;
	border: 1px solid #FFF;
	text-transform: uppercase;
}

.sect-button:hover {
	color: rgba(149,52,141,1);
	background-color: #FFF;
}

@media (max-width: 767px) {
	.sect-button {
		width: 46%;
	}
	
	.sect-button-container {
		margin-bottom: 80px;
	}
	
}





/* Retailers
**********************************************/
.retailers-blue {
	background-color: #008ACF;
}

.retailers-blue-text {
	color: #FFF;
}

h1.retailers-blue-h1 {
	color: #FFF;
}

.delivery-container {
	background-color: #FFF;
	padding: 60px;
}

.delivery-container h2 {
	margin-bottom: 25px;
}

.delivery-container p {
	margin-bottom: 15px;
	font-size: 18px;
}

.delivery-container li {
	margin-bottom: 15px;
	font-size: 18px;
}

.button-bottom {
    position: absolute;
    bottom: 20px;
    
    left: 50%;
    margin: 0 0 0 -73px !important;
}







/* Educators 
*****************************************************/
.educators-orange {
	background-color: #FF9127;
}

.educators-orange-text {
	color: #FFF;
}

h1.educators-orange-h1 {
	color: #FFF;
}

.edu-textbooks {
	padding: 0;
	margin: 0;
	background-color: #FF7F08;
}

.k12-box {
	float: left;
	width: 50%;
	padding: 6% 4% 4% 4%;
	min-height: 300px;
	background-color: #FF9127;
}

.k12-box p, .higher-ed-box p {
	color: #FFF;
	font-size: 18px;
	line-height: 1.3;
	padding: 10px 0;
	text-align: left;
}

.k12-box li, .higher-ed-box li {
	color: #FFF;
	font-size: 18px;
	line-height: 1.3;
	padding: 0;
	text-align: left;
}

.k12-box ul, .higher-ed-box ul {
	margin: 0 20px;
}

.k12-box h1, .higher-ed-box h1 {
	color: #FFF;
	font-size: 42px;
	font-family: modum-bold;
	padding: 10px 0;
}

.higher-ed-box {
	float: right;
	width: 50%;
	padding: 6% 4% 4% 4%;
	min-height: 300px;
	background-color: #FF7F08;
}


@media (max-width:1280px) {
	.k12-box {
		padding: 9% 6% 6% 6%;
	}
	
	
	.higher-ed-box {
		padding: 9% 6% 6% 6%;
	}
}

@media (max-width:1140px) {
	.k12-box {
		padding: 12% 6% 6% 6%;
	}
	
	
	.higher-ed-box {
		padding: 12% 6% 6% 6%;
	}
}

@media (max-width:800px) {
	.k12-box {
		width: 100%;
		padding: 12% 5% 5% 5%;
	}
	
	
	.higher-ed-box {
		width: 100%;
		padding: 4% 5% 5% 5%;
	}
}

@media (max-width:767px) {
	.k12-box {
		padding: 14% 5% 5% 5%;
	}
	.delivery-container {
		padding: 20px;
	}
	.delivery-container p{
		font-size: 16px;
	}
}

@media (max-width:540px) {
	.k12-box {
		padding: 18% 6% 6% 6%;
	}
	
	.higher-ed-box {
		padding: 6%;
	}
}



/* News Articles 
******************************/
.news-article h1 {
	font-family: modum-bold;
    font-size: 42px;
    line-height: 52px;
    color: #000;
}

.news-article span.date {
	font-family: modum-bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.news-article p {
	font-family: muller-regular;
    font-size: 18px;
    line-height:1.5;
    color: #3C3C3C;
    padding-bottom: 6px;
}

.news-article h1, .news-article h2, .news-article h3, .news-article h4, .news-article h5, .news-article h6 {
	padding-bottom: 20px;
    color: #000;
}
									

/* Login menu 
*********************/
.menu-login {
	width: 240px;
    position: fixed;
    left: 50%;
    right: 0;
    margin-left: 305px;
    min-height: 200px;
    background-color:#FFF;
    display: none;
    overflow: auto; 
    border-right: 1px solid rgba(220,220,220,1);
    border-bottom: 1px solid rgba(220,220,220,1);
    border-left: 1px solid rgba(220,220,220,1);
}

.menu-login ul {
	margin: 0;
	padding: 10px 20px;
	list-style-type: none;
	color: #00539B;
}

.menu-login li {
	font-size: 18px;
	line-height: 44px;
	font-family: muller-bold, sans-serif;
	color: #00539B;
}

.menu-login .box-button {
	color: #00539B !important;
	text-transform: none;
	margin-left: 0 !important;
}

.reg-mark {
	font-size: 12px;
	margin-top: -10px;
}

@media (max-width: 1140px) {
	.menu-login {
		width: 29.4%;
	    position: fixed;
	    margin: 0;
	    left: 70%;
	    right: 0;
	    min-height: 200px;
	    background-color:#FFF;
	    display: none;
	    overflow: auto; 
	    border-right: 1px solid rgba(220,220,220,1);
	    border-bottom: 1px solid rgba(220,220,220,1);
	    border-left: 1px solid rgba(220,220,220,1);
	}
}


.home-books {
	max-width: 1280px;
	padding: 0.75%;
	margin: 0 auto;
}

.home-book-image {
		width: 9.72%;
		height: auto;
		padding: 0.5%;
		vertical-align: bottom;
	}


@media (max-width: 1280px) {
	.home-book-image {
		width: 9.48%;
		height: auto;
		padding: 0.5%;
		vertical-align: bottom;
	}
}

@media (max-width: 640px) {
	.home-book-image {
		width: 19.1%;
		height: auto;
		padding: 0.5%;
		vertical-align: bottom;
	}
}



/* COOKIE BAR
**********************/
#cookie-bar {
	background: #003457;
	background: #003457\9;
	height:auto; 
	min-height:44px; 
	line-height:18px; 
	color:#FFF; 
	text-align:center; 
	padding:0; 
	z-index:99999;
}

#cookie-bar.fixed {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
}

#cookie-bar.fixed.bottom {
	bottom:0; 
	top: auto;
}

#cookie-bar p {
	margin:0; 
	padding:13px 0;
	color: #FFF;
	font-size: 13px;
}

#cookie-bar a {
	color:#FFF; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:underline; 
	padding:0 6px; 
	margin-left:0px;
	font-size: 13px;
}

#cookie-bar a.policyText {
	color:#ffffff; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:none; 
	padding:0 0px; 
	margin-left:0px;
	font-size: 13px;
}

#cookie-bar .cb-enable {
	background:#00539B; 
	margin-left: 15px; 
	text-decoration: none;
	padding:6px 15px;
	font-size: 13px;
}

#cookie-bar .cb-enable:hover {
	background:#0067bf; 
	padding:6px 15px;
}

#cookie-bar .cb-disable {
	background:#990000;
}

#cookie-bar .cb-disable:hover {
	background:#bb0000;
}

#cookie-bar .cb-policy {
	background:#0033bb;
}

#cookie-bar .cb-policy:hover {
	background:#0055dd;
}


@media (max-width: 860px) {
	#cookie-bar p {
		font-size: 12px;
		padding: 10px;
	}
	
	#cookie-bar a {
		font-size: 12px;
	}
	
	#cookie-bar a.policyText {
		font-size: 12px;
	}
	
	#cookie-bar .cb-enable {
		display: block;
		width: 130px;
		margin: 10px auto 0 auto;
	}
}



.mar-left-foot {
	margin-left: 100px !important;
}

@media (max-width: 1000px) {
	.mar-left-foot {
		margin-left: 60px !important;
	}
}

@media (max-width: 767px) {
	.mar-left-foot {
		margin-left: 0 !important;
	}
	.comp-mar-left {
		margin-left: 15px !important;
	}
}



/* 404 ERROR PAGE
**********************************/
.error404page {
	margin-top: 60px;
}

.error404page h1 {
	font-size: 48px;
}

.error404page article {
	font-size: 24px;
}

@media (max-width:640px) {
	.error404page h1 {
		font-size: 38px;
		line-height: 1.2;
	}
	
	.error404page article {
		font-size: 18px;
	}
}

.box-error {
	width: 23%;
	min-height: 240px;
	padding: 2%;
	margin: 1%;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
}

.box-error-bottom {
	width: 31%;
	padding: 2%;
	margin: 1%;
	background-color: #FFF;
	border: 1px solid #DCDCDC
}

.box-error h4, .box-error-bottom h4 {
	text-align: center;
	color: #000;
	margin-bottom: 15px;
	font-size: 24px;
	font-family: modum-bold, sans-serif;
}

.box-error-bottom h4 {
	margin: 0;
	font-size: 18px;
	font-family: muller-regular, sans-serif;
}


.box-error-bottom:hover {
	background-color: #00539B;
	color:#FFF !important;
	border-color: #00539B;
}

.box-error-bottom:hover h4 {
	color:#FFF !important;
}

.box-error p, .box-error-bottom p {
	text-align: center;
}

@media (max-width: 959px) {
	.box-error {
		width: 48%;
		min-height: 200px;
		padding: 2%;
		margin: 1%;
		background-color: #FFF;
		border: 1px solid #DCDCDC;
	}
}

@media (max-width: 480px) {
	.box-error {
		width: 100%;
		min-height: 180px;
		padding: 5%;
		margin: 1%;
		background-color: #FFF;
		border: 1px solid #DCDCDC;
	}
	
	.box-error-bottom {
		width: 96%;
		padding: 5%;
		margin: 2%;
		background-color: #FFF;
		border: 1px solid #DCDCDC
	}
}



/* About
*************************************/
.about-company {
	padding: 80px;
	min-height: 400px;
	background-image: url("/images/publisher-section-image@2x.jpg");
	background-size: cover;
}

.about-company h1 {
	color: #FFF;
}

.about-company p {
	color: #FFF;
}

.about-hero-wrapper {
	background-color: #00539B;
	padding: 40px;
}

.about-hero {
	background-color: #00539B;
}

.about-hero h1 {
	max-width: 1140px;
	margin: 70px auto 0 auto;
	color: #FFF;
	text-align: center;
	padding: 15px 40px;
	font-size: 48px;
	font-family: modum-bold, sans-serif;
}

.about-hero p {
	color: #FFF;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 40px;
	font-size: 21px;
	font-family: muller-regular, sans-serif;
}

#google-map {
	width: 100%;
	height: 400px;
}

h2.pub-list-h2 {
	margin: 0px 0px 40px 0;
	padding: 0;
}

.pub-list {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.one-ingram-blvd {
	display: block;
	width: 100%;
	height:auto;
	margin: auto 0;
	border-bottom: 1px solid #f1f1f1;
}

.about-company-box {
	padding:0;
}

.about-company-box p{
	padding:0 60px;
}

.about-company-box h1 {
	padding:20px 60px;
}

.about-company-box h2 {
	padding:20px 60px;
}

@media (max-width: 480px) {
	.main-wrap {
	    margin: -120px auto 40px auto;
	}
	
	.main-wrap-wide {
	    margin: -120px auto 40px auto;
	}
	
	.about-company-box p{
	padding:0 20px;
	}
	
	.about-company-box h1 {
		padding:20px 20px;
	}
	
	.about-company-box h2 {
		padding:15px 20px;
	}
}


h2.locations-header {
	font-size: 16px;
	font-family: muller-bold;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 12px 0;
}

.locations-list-box {
	float: left;
	width: 33%;
	overflow: hidden;
	clear: both;
}

.locations-map-page {
	float: left;
	width: 66%;
	min-height: 100px;
}

.locations-google-map {
	width: 100%;
	height: 720px;
	border: 1px solid #ddd;
}

#global-headquarters-link, #lightning-source-link, #tennessee-book-link, #berkley-link, #boston-link, #breinigsville-link, #chambersburg-link, #fairfield-link, #wayne-link, #ontario-link, #maurepas-link, #milton-link, #melbourne-link, #roseburg-link, #newyork-link, #jack1-link, #jack2-link, #london-link {
	cursor: pointer;
}

@media (max-width: 640px) {
	
	.locations-list-box {
		float: none;
		width: 100%;
		overflow: hidden;
		clear: both;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.locations-map-page {
		float: none;
		width: 100%;
		min-height: 100px;
		margin-top: 20px;
	}
	
	.locations-google-map {
		width: 100%;
		height: 300px;
		border: 1px solid #ddd;
	}
	
}

@media (max-width: 590px) {
	
	.locations-list-box {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
}


@media (max-width: 480px) {
	
	.locations-list-box {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
}


/* LEADERSHIP
***************************************/
.leader-profile {
	display: block;
	width: 100%;
    margin: 0 0 60px 0;
    overflow: hidden;
    clear: both;
}

.leader-profile img {
    width: 22%;
    border-radius: 50%;
	border: 1px solid #ddd;
	margin-right: 3%;
	float: left;
}

.bio-text {
	width: 75%;
	float: right;
}

.leader-profile h1 {
	font-size: 32px;
	font-family: modum-bold;
	margin: 0 0 5px 0;
	padding: 0;
	color: #00539B;
}

.leader-profile h2 {
	font-size: 21px;
	font-family: muller-regular;
	margin: 0 0 20px 0;
	padding: 0;
}

.leader-profile p {
	font-size: 16px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.leader-profile img {
	    width: 180px;
	    border-radius: 50%;
		border: 1px solid #ddd;
		margin: 0 auto 20px auto;
		float: none;
		display: block;
	}
	
	.bio-text {
		width: 100%;
		float: none;
	}
	
	.leader-profile h1 {
		text-align: center;
		font-size: 28px
	}
	
	.leader-profile h2 {
		text-align: center;
		font-size: 18px;
	}
	
	.leader-profile p {
		font-size: 14px;
	}
	.about-hero-wrapper {
		background-color: #00539B;
		padding: 20px;
	}
	.about-hero h1 {
		max-width: 1140px;
		margin: 60px auto 0 auto;
		color: #FFF;
		text-align: center;
		padding: 15px 20px;
		font-size: 28px;
		font-family: modum-bold, sans-serif;
	}
	
	.about-hero p {
		color: #FFF;
		max-width: 800px;
		margin: 0 auto;
		text-align: center;
		padding: 15px 20px;
		font-size: 16px;
		font-family: muller-regular, sans-serif;
	}
}

a.blue-link {
    color:#00539B;
}

a.blue-link:hover {
    text-decoration: underline;
}

.no-padding {
	padding: 0;
}

.no-padding p {
	padding: 0 60px;
}






/* CONTACT PAGE
*******************************************/
h3.contact-box-header {
	font-family: modum-bold;
	color: #000;
	font-size: 24px;
	margin: 0 0 5px 0;
	padding: 0;
}

h4.contact-box-subhead {
	font-family: muller-bold;
	color: #000;
	font-size: 16px;
	margin: 0 0 2px 0;
	padding: 0;
}

p.contact-box-paragraph {
	font-family: muller-medium;
	font-weight: 500;
	font-size: 14px;
	color: #646464;
	margin: 0 0 20px 0;
	padding: 0;
}

p.contact-box-paragraph a {
	letter-spacing: -0.0333em;
}

ul.contact-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	line-height: 1;
}

ul.contact-list li {
	margin: 0 0 10px 0;
}

@media (max-width: 639px) {
	ul.contact-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 413px) {
	ul.contact-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.short-blue-line {
	width: 60px;
	height: 2px;
	margin: 10px 0 20px 0;
	display: block;
	background-color: #00539B;
}

.short-green-line {
	width: 60px;
	height: 2px;
	margin: 10px 0 20px 0;
	display: block;
	background-color: #71C527;
}

.long-green-line {
	width: 200px;
	height: 3px;
	margin: 30px auto;
	display: block;
	background-color: #71C527;
}

.no-margin {
	margin: 0 !important;
}

.contact-info-box {
    max-width: 600px;
    margin: 40px auto 0 auto;
    clear:both;
}

.contact-info-box p {
    color: #FFF;
    font-size: 18px;
}

.contact-top-left {
    width: 50%;
    float: left;
    padding: 5%;
}

.contact-top-right {
    width: 49.5%;
    float: right;
    padding: 5%;
    border-left:1px solid #FFF;
}



/* BOX STYLES
*******************************************/
.white-box-style {
	background-color: #FFF;
	border: 1px solid #e1e1e1;
}

.gray-box-style {
	background-color: #f1f1f1;
	border: 1px solid #e1e1e1;
}



/* BOX COLUMNS
********************************************/
.box-col-2 {
	float: left;
	width: 14.6667%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-3 {
	float: left;
	width: 23%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-4 {
	float: left;
	width: 31.3332%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-6 {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-8 {
	float: left;
	width: 64.6667%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-9 {
	float: left;
	width: 73%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-10 {
	float: left;
	width: 81.3332%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

.box-col-12 {
	float: left;
	width: 98%;
	margin: 1%;
	padding: 3%;
	overflow: hidden;
}

@media (max-width: 959px) {
	.box-col-2-med {
		float: left;
		width: 14.6667%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-3-med {
		float: left;
		width: 23%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-4-med {
		float: left;
		width: 31.3332%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-6-med {
		float: left;
		width: 48%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-8-med {
		float: left;
		width: 64.6667%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-9-med {
		float: left;
		width: 73%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-10-med {
		float: left;
		width: 81.3332%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-12-med {
		float: left;
		width: 98%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.box-col-2-sm {
		float: left;
		width: 14.6667%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-3-sm {
		float: left;
		width: 23%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-4-sm {
		float: left;
		width: 31.3332%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-6-sm {
		float: left;
		width: 48%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-8-sm {
		float: left;
		width: 64.6667%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-9-sm {
		float: left;
		width: 73%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-10-sm {
		float: left;
		width: 81.3332%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
	
	.box-col-12-sm {
		float: left;
		width: 98%;
		margin: 1%;
		padding: 3%;
		overflow: hidden;
	}
}

@media (max-width: 639px) {
	.box-col-2-xsm {
		float: left;
		width: 14.6667%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-3-xsm {
		float: left;
		width: 23%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-4-xsm {
		float: left;
		width: 31.3332%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-6-xsm {
		float: left;
		width: 48%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-8-xsm {
		float: left;
		width: 64.6667%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-9-xsm {
		float: left;
		width: 73%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-10-xsm {
		float: left;
		width: 81.3332%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
	
	.box-col-12-xsm {
		float: left;
		width: 98%;
		margin: 1%;
		padding: 5%;
		overflow: hidden;
	}
}


/* CAREERS
***********************************/
/* Careers Map */
.careers-map-wrapper {
	max-width: 800px;
    margin: 40px auto 0 auto;
   	display:block;
}
    
#careers-map {
	width: 100%;
    height: 400px;
    border: none;
}

#careers-video {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: 450px;
}

#careers-video-new {
	display: block;
	margin: 0;
	width: 100%;
	height: 270px;
	padding: 0;
}

#careers-map-new {
	width: 100%;
    height: 360px;
    border: none;
    padding:0;
    margin:0;
}

.video-map {
	margin:0;
	padding: 0;
	min-height: 360px;
	clear:both;
	display: block;
}

.video-over-careers {
	padding: 20px 20px 30px 20px;
	background-color: rgba(0,83,155,1);
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	z-index: 9999999999999999;
}

.careers-award {
	width: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

h2.careers-award-h2 {
	font-family: muller-regular;
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

@media (max-width: 840px) {
	#careers-video {
		display: block;
		margin: 0 auto;
		width: 600px;
		height: 330px;
	}
	
	h2.careers-award-h2 {
		font-family: muller-regular;
		font-size: 18px;
		line-height: 24px;
		color: #000;
	}
	
	.padding-60 {
		padding: 40px !important;
	}
}

.quote-row {
	padding:70px 60px 50px 60px;
	min-height: 400px;
}

@media (max-width: 640px) {
	#careers-video {
		display: block;
		margin: 0 auto;
		width: 280px;
		height: 180px;
	}
	
	h2.careers-award-h2 {
		font-family: muller-regular;
		font-size: 16px;
		line-height: 21px;
		color: #000;
	}
	
	.padding-60 {
		padding: 20px !important;
	}
	
	h1.publisher-section-hero-header {
		font-size: 32px;
	}
	
	p.publisher-section-hero-description {
		font-size: 18px;
		line-height: 24px;
	}
	.pub-ser-sect-head {
		text-align: center;
	}
	h3.pub-ser-tert-head {
		text-align: center;
	}
	
	.quote-row {
		padding:35px 30px 25px 30px;
		min-height: 400px;
	}
	
	p.pub-ser-quote-main {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.quote-icon {
		width: 25px;
		margin-left: -40px;
	}
}


.disable-links a {
   pointer-events: none;
   cursor: default; 
}

.modal-dialog {
	margin-top: 80px;
}

.sales-marketing-img {
	background-image: url(/images/sales-marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.retailers-ordering-img {
	background-image: url(/images/retailers-ordering.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.fulfillment-delivery-img {
	background-image: url(/images/fulfillment-delivery.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.consumer-direct-img {
	background-image: url(/images/consumer-direct.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.digital-book-services-img {
	background-image: url(/images/digital-book-services.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.used-textbooks-retailer-img {
	background-image: url(/images/used-textbooks-retailers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	}

.advance-img {
	background-image: url(/images/advance.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.k12-library {
	background-image: url(/images/k12-lib.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.public-library {
	background-image: url(/images/public-libraries.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.ipage-lib-img {
	background-image: url(/images/ipage-lib.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.edi-img {
	background-image: url(/images/edi.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.street-smart-img {
	background-image: url(/images/street-smart.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.collection-development-img {
	background-image: url(/images/collection-development.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.lib-services{
	background-image: url(/images/lib-services.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.textbooks-img {
	background-image: url(/images/textbooks-edu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.digital-textbooks-img {
	background-image: url(/images/digital-textbooks-edu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.ipage-edu-img {
	background-image: url(/images/ipage-edu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.beyond-bookstores-img {
	background-image: url(/images/beyond-bookstore.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.about-locations {
	background-image: url(/images/locations-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.about-community {
	background-image: url(/images/community-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.ecomm-image {
	background-image: url(/images/ecomm-retailers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.wire-image {
	background-image: url(/images/wire-sect-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.integration-image {
	background-image: url(/images/integration-retailers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}

.retail-mag {
	background-image: url(/images/mag.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}



.faq-h2 h2 {
	font-size: 21px;
	font-family: muller-medium;
	margin-top: 0;
	margin-bottom: 10px;
}

.faq-h2 p {
	margin-bottom: 40px;
}

button.small-button {
	display: block;
	float: none;
	margin: 0;
	padding:6px 0 0 0;
	text-align: center;
	border: none;
	font-family: muller-regular, Verdana, sans-serif;
	font-weight: 400;
	font-size: 15px;
	background-color: transparent;
	text-transform: uppercase;
}

button.small-button:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button.small-button:hover .fa-chevron-right {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.distribution-list-style {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	margin-top:15px; 
	margin-bottom:15px;
	list-style: none;
}

.retailers-products-list {
	-webkit-column-count: 2;
	-moz-column-count: 2; 
	column-count: 2;
	list-style-position: outside;
	-webkit-column-gap: 50px;
	padding:0 0 0 20px;
	margin:0;
}



@media (max-width: 640px) {
	.distribution-list-style {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		margin-top:15px; 
		margin-bottom:15px;
		list-style: none;
	}
	.retailers-products-list {
		-webkit-column-count: 1;
		-moz-column-count: 1; 
		column-count: 1;
		list-style-position: outside;
		-webkit-column-gap: 0;
		padding:0 0 0 20px;
		margin:0;
	}
}

@media (max-width: 425px) {
	.distribution-list-style {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		margin-top:15px; 
		margin-bottom:15px;
		list-style: none;
	}
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 60%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.locations-map {
	width: 100%;
}

@media (max-width: 960px) {
	.locations-map {
		margin-left: 0;
	}
}


@media (max-width: 767px) {
	.locations-map {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

.digital-book-service-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style-type: none;
}

.retailers-delivery-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style-type: none;
}

@media (max-width:480px) {
	.digital-book-service-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		list-style-type: none;
	}
	
	.retailers-delivery-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		list-style-type: none;
	}
}
 

/* Publisher Template Styles */
.nav-height-offset {
	display: block;
	width: 100%;
	height: 65px;
}

.calculator-button-section {
	margin: 30px auto;
}

.calculator-buttons-active {
	font-family: muller-bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 8px;
	background-color: rgba(113,197,39,1);
	border: 2px solid rgba(113,197,39,1);
	text-transform: uppercase;
}

.calculator-buttons {
	font-family: muller-bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: rgba(113,197,39,1);
	padding: 8px;
	border: 2px solid rgba(113,197,39,1);
	text-transform: uppercase;
}

.calculator-buttons:hover {
	font-family: muller-bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 8px;
	background-color: rgba(113,197,39,1);
	border: 2px solid rgba(113,197,39,1);
	text-transform: uppercase;
	cursor: pointer;
}

.gray-background {
	background-color: rgba(245,245,245,1);
	border-top: 1px solid rgba(220,220,220,1)
}

.calculator-tool h1 {
	font-family: modum-bold;
	color: rgba(0,61,118,1);
	text-align: center;
	margin: 60px 0 20px 0;
	font-size: 32px;
}

.calculator-tool p {
	font-family: muller-regular;
	color: rgba(60,60,60,1);
	text-align: center;
	margin: 0 0 15px 0;
    font-size:16px;
}

.footer-height-offset {
	height: 320px;
}

.lsi-login {
	display: block;
    width: 140px;
    height: 58px;
    margin: 60px auto;
}

/* Common Classes */

.grey-background{
    background: #F5F5F5;
}
.white-background{
	background-color:#ffffff;
}
.border-grey{
	box-shadow: 0px 0px 0px 1px rgba(200,200,200,0.7);
}
.outline-btn-blank.green-outline{
	border: 2px solid #55a220;
    color: #55a220;
}

/*Print to order page */

.new-call-action .outline-button{
	background: #00529b;      
    color: #fff;
    padding: 16px 44px;
}

.print-solution-top-section{
	padding: 150px 0 50px;
}
.print-solution-top-section h1.big-section-heading{
	margin-bottom:20px;
}
.print-solution-map-section .drop-shipping-map{
    margin:50px 0;
}
.blue-txt,.print-solution-section-4 .ps-content .blue-txt{
    color: #003D76;
}

.print-solution-top-section .font21,.font21{
	font-size: 21px;
}
.print-solution-top-section .grey-txt{
	color: #3C3C3C;
}
.print-solution-top-section .print-solution-para,{
	padding: 20px 0;
    text-align: center;
    line-height: 28px;
}
.print-solution-top-section .top-section-points-wrap{
    padding: 25px 0;
    
}
.print-solution-top-section .top-section-points-wrap.height-adjust .row{
	display:table;
}
.print-solution-top-section .top-section-points-wrap.height-adjust .point-block{
    display:table-cell;
    vertical-align:middle;
    height:100px;
}
.print-solution-top-section .top-section-points-wrap .point-block{
	border: 1px solid rgba(200,200,200,0.7);
    background: #fff;
    text-align: center;
    padding: 16px 10px;
    min-width: 100%;
    display: inline-block;
    font-size: 16px;
    margin: 15px 10px;
    color: #000;
}
.print-solution-top-section .top-section-points-wrap .point-block sup{
    font-size:13px;
}
.print-solution-top-section .top-section-points-wrap.four-points{
	text-align: center;
}   
.print-solution-middle-section{
    padding: 60px 0;
    box-shadow: 0px 1px 0px 2px rgba(200,200,200,0.7);
}
.print-solution-middle-section .options-wrapper{
    padding: 20px 0;
}
.options-wrapper .options-list{
	list-style-type: none;
    width: 100%;    
    padding: 20px 0;
}
.options-wrapper .options-list li{
	display: inline-block;
    position: relative;
	width: 33%;
    text-align: center;
    vertical-align: top;
}
.options-wrapper .options-list.four-options li{
	width: 24.5%;
}
.options-wrapper .options-list.four-options li:after{
    width: 120px;
    left: 75%;
}
.options-wrapper .options-list li:after{
	content: '';
    background: url(/images/green-arrow.png) no-repeat;
    background-position: right center;
    position: absolute;
    top: 65px;
    left: 70%;
    width: 200px;
    height: 10px;
}
.options-wrapper .options-list li:last-child:after{
	content: initial;
    display:none;
}
.options-wrapper .option-name{
	font-size: 21px;
    font-family: modum-bold;
    padding: 10px 0;
}
.options-wrapper .option-para{
	font-size: 18px;
    padding: 0 20px;
}
.options-wrapper .four-options .option-para{
    padding: 0 16px;
}
.options-wrapper .option-icon{
    display: block;
	width: 100px;
    height: 100px;
    margin: 20px auto;
    
}
.options-wrapper .option-icon.book-icon{
	background: url(/images/books-icon.png) no-repeat;
}
.options-wrapper .option-icon.customer-icon{
	background: url(/images/customer-icon.png) no-repeat;
}
.options-wrapper .option-icon.print-icon{
	background: url(/images/print-icon.png) no-repeat;
}
.options-wrapper .option-icon.package-icon{
	background: url(/images/package-icon.png) no-repeat;
}
.options-wrapper .option-icon.money-icon{
	background: url(/images/money-icon.png) no-repeat;
}
.options-wrapper .option-icon.customer-2-icon{
	background: url(/images/customer-2-icon.png) no-repeat;
}
.options-wrapper .option-icon.customer-3{
	background: url(/images/customer-3.png) no-repeat;
}
.options-wrapper .option-icon.warehouse-icon{
	background: url(/images/warehouse-icon.png) no-repeat;
}
.options-wrapper .option-icon.stock-icon{
	background: url(/images/stock-icon.png) no-repeat;
}
.options-wrapper .option-icon.pen-icon{
	background: url(/images/pen-icon.png) no-repeat;
}
.options-wrapper .option-icon.customer-3-icon{
	background: url(/images/customer-3.png) no-repeat;
}
.options-wrapper .option-icon.picture-icon{
	background: url(/images/picture-icon.png) no-repeat;
}
.options-wrapper .option-icon.vehicle-icon{
	background: url(/images/vehicle-icon.png) no-repeat;
}
.options-wrapper .option-icon.cart-icon{
	background: url(/images/cart-icon.png) no-repeat;
}
.options-wrapper .option-icon.repeat-icon{
	background: url(/images/repeat-icon.png) no-repeat;
}
.options-wrapper .option-icon.right-arrow-icon{
	background: url(/images/right-arrow-icon.png) no-repeat;
}
@media (max-width: 767px) {
    .print-solution-top-section{
    	padding:90px 0 20px;
    }
	.options-wrapper .options-list.four-options li,.options-wrapper .options-list li{
    	width:100%;
    }
    .options-wrapper .options-list.four-options li:after,.options-wrapper .options-list li:after{
    	background:none;
    }
    .options-wrapper .option-icon.customer-icon{
    	background: url(/images/customer-icon@2x.png) no-repeat;
        background-size:cover;
    }
    .options-wrapper .option-icon.stock-icon{
    	background: url(/images/stock-icon@2x.png) no-repeat;
        background-size:cover;
    }
    .options-wrapper .option-icon.print-icon {
    	background: url(/images/print-icon@2x.png) no-repeat;
        background-size:cover;
    }
    .options-wrapper .option-icon.money-icon {
    	background: url(/images/money-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.book-icon{
        background: url(/images/books-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.package-icon {
    	background: url(/images/package-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.pen-icon {
    	background: url(/images/pen-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.customer-3-icon {
    	background: url(/images/customer-3@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.picture-icon {
    	background: url(/images/picture-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.warehouse-icon {
    	background: url(/images/warehouse-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.customer-2-icon {
    	background: url(/images/customer-2-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.vehicle-icon {
    	background: url(/images/vehicle-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.customer-3{
		background: url(/images/customer-3@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.cart-icon{
		background: url(/images/cart-icon@2x.png) no-repeat;
        background-size:cover;
	}
	.options-wrapper .option-icon.repeat-icon{
		background: url(/images/repeat-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .options-wrapper .option-icon.right-arrow-icon{
		background: url(/images/right-arrow-icon@2x.png) no-repeat;
        background-size:cover;
	}
    .digital-middle-section.font-small-mobile .digital-review-icon{
     	background: url('/images/review-icon@2x.png') no-repeat;
        background-size:cover;
    }
    .digital-middle-section.font-small-mobile .digital-cover-icon{
    	background: url('/images/cover-icon@2x.png') no-repeat;
        background-size:cover;
    }
    .digital-middle-section.font-small-mobile .digital-layout-icon{
    	background: url('/images/layout-icon@2x.png') no-repeat;
        background-size:cover;
    }
    .digital-middle-section.font-small-mobile .digital-pdf-icon {
    	background: url('/images/pdf-icon@2x.png') no-repeat;
        background-size:cover;
    }
    .digital-middle-section.font-small-mobile .digital-upload-icon {
    	background: url('/images/upload-icon@2x.png') no-repeat;
        background-size:cover;
    }
    br{
    	display:none;
    }
    .print-solution-top-section .top-section-points-wrap.height-adjust .point-block{
	    display:inline-block;
    	height:auto;
	}
    .print-solution-section-4 .print-side-img{
    	min-height:400px;
    }
    .options-wrapper .options-list li:after{
    	height:auto;
    } 
    .print-solution-top-section .font21, .font21,
    .options-wrapper .option-para,
    .call-action-section p,
    .print-solution-section.font-small-mobile p,
    .print-product-section.font-small-mobile p,
    .print-product-section-2.font-small-mobile p,
    .print-product-section-4.font-small-mobile p,
    .call-action-section button,
    .font-small-mobile .btn-block,
    .resources-section.font-small-mobile p,
    .digital-middle-section.font-small-mobile p,
    .print-section.pod-section-1.font-small-mobile article{
    	font-size:16px;
    }
    .options-wrapper .options-list,
    .print-solution-section.font-small-mobile{
    	padding-top:0;
    }
    .print-solution-section1.section-5.font-small-mobile{
    	padding-top:90px;
    }
    .print-solution-section.font-small-mobile h1,
    .print-section .pod-content h1, .print-section .pp-content h1,
    .print-solution-section.print-solution-section-4 .ps-content h1,
    .print-product-section.font-small-mobile h1,
    .digital-middle-section.font-small-mobile h1,
    .resources-section.resources-section-1 h1,
    .resources-section.resources-section-3 h1,
    .resources-section.resources-section-4 h1,
    .testimonials-case-studies-section-1.font-small-mobile h1,
    .print-section.pod-section-1.font-small-mobile h1{
    	font-size:34px; 
    }
    .font-small-mobile .content-wrap .col-md-4{
    	margin-bottom:30px;
    }
    .font-small-mobile.print-solution-section-5 h1,
    .font-small-mobile.print-solution-section-6 h1{
    	padding-top:50px;
    }
    .print-product-section-2.font-small-mobile,
    .print-product-section-3.font-small-mobile,
    .print-product-section-4.font-small-mobile,
    .print-product-section1.font-small-mobile{
    	padding:50px 0;
    }
    .spark-and-premium-cta button,
    .resources-section-4.resources-section{
    	padding:0;
    }
    .digital-green-section .digital-green-left-section,
    .digital-green-section .digital-green-right-section{
    	padding:20px 5px;
    }
    .font-small-mobile.ls-section-1 .faq-wrapper{
    	margin-top:-60%;
    }
    
}
@media (min-width: 768px) and (max-width: 991px){
    .print-solution-section.font-small-mobile h1,
    .print-section .pod-content h1, .print-section .pp-content h1,
    .print-solution-section.print-solution-section-4 .ps-content h1,
    .print-product-section.font-small-mobile h1,
    .digital-middle-section.font-small-mobile h1,
    .resources-section.resources-section-1 h1,
    .resources-section.resources-section-3 h1,
    .resources-section.resources-section-4 h1,
    .testimonials-case-studies-section-1.font-small-mobile h1
    {
    	font-size:36px;
        padding-top:20px;
    }
    .print-solution-section.print-solution-section-2,
    .print-solution-section.print-solution-section-3,
    .print-solution-section.print-solution-section-5,
    .print-solution-section.print-solution-section-6,
    .print-product-section-2.font-small-mobile,
    .print-product-section-3.font-small-mobile,
    .print-product-section-4.font-small-mobile{
    	padding:30px 0;
    }
    .font-small-mobile .content-wrap .col-md-4{
    	margin-bottom:30px;
    }
    .call-action-section button{
    	float:none;
    }
    
}
@media (max-width: 1010px) {
	.options-wrapper .options-list.four-options li:after{
     	width: 80px;
    	left: 83%;   
    }
    .options-wrapper .options-list li:after{
    	width:150px;
        left:77%;
    }
}
@media (max-width: 860px) {
	.options-wrapper .options-list.four-options li:after{
     	width: 60px;
    	left: 83%;   
    }
}
@media (max-width: 930px) {
    .options-wrapper .options-list li:after{
    	width:100px;
        left:83%;
    }
}
@media (max-width: 991px) {
    br{
    	display:none;
    }
}

.print-section-1 {
	background: url(/images/printV2-banner.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 0px;
}

.distribution-services-1 {
	background: url(/images/distribution-services-hero.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 0px;
}

.print-section-1 .lightning-source{
	margin: 70px 0;
}

.print-section-1 h1,
.white,
.print-solution-section1 h1,
.print-product-section1 h1,
.resources-section h1{
	color: #fff;
}

.print-section h1,
.print-solution-section h1,
.print-product-section h1,
.resources-section h1
{    
    font-size: 60px;
    line-height: 1.3;
    padding-top: 0;
}

.print-section-1 .description,
.print-solution-section1 .description,
.print-product-section1 .description,
.resources-section .description{
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    max-width: 835px;
    font-family: muller-light, sans-serif;
    margin-bottom: 30px;
}
.print-section .lightning-source .ls-logo{
    display: block;
    margin: auto;
	background: url(/images/lightning-source.png) no-repeat;
    width: 160px;
    height: 66px;
}	

.print-banner-btm.print-section-2{    
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(200,200,200,0.7);
    font-size: 20px;
}
.print-banner-btm .about-ls-logo a{
	color: #00539b;
}

.print-section-3{
    margin: auto;
    padding: 80px 0;
}
.print-section-3 h1,
.print-section-5 h1 {
	color: #000;
    font-size: 40px;
    color:rgba(0,61,118,1);
}
.print-section-3 .description{
    padding: 15px 0 30px 0;
	color: rgba(60,60,60,1);
    font-size: 18px;
    line-height: 28px;
}
.print-section-3 .spark-and-premium-wrapper{
	margin: 30px 0 0px;
}
.print-section-3 .spark-and-premium-wrapper h3{
	font-size: 28px;
}
.print-section-3 .spark-and-premium-cta-block,
.print-product-section-5 .spark-and-premium-cta-block{
	padding: 30px 2.5%;
}

.spark-and-premium-cta .spark-and-premium-wrapper p{
	padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
}
.print-section-3 .spark-and-premium-cta-block i{
	font-size: 14px;
    padding: 10px 0;
    display: block;
    font-family: muller-bold;
}
.spark-and-premium-cta-block .bullets{
    font-size: 18px;
    text-indent: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
}
.spark-and-premium-cta-block .bullets li{
    padding: 4px 0;
    font-size: 16px;
}

.print-section-3 .green-med-dark{
	background: #5eb227;
}
.spark-and-premium-wrapper button{
	font-size: 14px;
	letter-spacing: 0.075em;
	font-family: muller-bold, sans-serif;
}
button.outline-button.white-outline-button{
	border: 2px solid #fff;
    padding: 6px 12px !important;
    margin: 15px 0 !important;
}
button.outline-button.white-outline-button:hover{
	background: transparent;
}

.print-section-4 .pod-image,
.print-section-6 .pp-books{
    background: url(/images/printV2-small-banner.png) no-repeat;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
}
.print-section .pod-content h1,
.print-section .pp-content h1,
.print-solution-section-4 .ps-content h1{
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 48px;
    color: rgba(0,61,118,1);
}
.print-section.img_block .col-sm-6{
	padding: 50px;
}
.print-solution-section-4 h1,
.print-solution-section-5 h1,
.print-solution-section-6 h1,
.print-product-section-3 h1{
	padding-top:0;
}
.print-section-4 .pod-content p,
.print-section-4 .pod-content ul li,
.print-section-6 .pp-content p,
.print-section-6 .pp-content ul li,
.print-solution-section-4 .ps-content ul li,
.print-solution-section-4 .ps-content p
{	
    font-size: 18px;
    color: #3c3c3c;
    font-weight: normal;
    margin-bottom: 15px !important;
}

.outline-btn-blank{
	background: transparent;
    padding: 6px 12px;
    font-family: muller-bold;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height:16px;
}

.btn-block{
    border: 0;
    width: auto;
    padding: 20px 30px;
    margin: 20px auto;
    font-family: muller-bold;
    font-size: 18px;
}
.btn-block.green-button,
.btn-block.green-button:hover{
	background: #55A220;
    color: #fff;
    padding: 20px 30px;
    font-size: 18px;
}

.print-section-5{
	padding: 80px 0;
    color: #3c3c3c;
    font-size: 18px;
}
.print-section-5 .section-heading .para{
	max-width: 860px;
    margin: 20px auto;
    text-align: center;
}
.print-section-5 .para{
    color: rgba(60,60,60,1);
	margin: 20px 0;
}
.model-option-list{
    padding: 40px 0 0 0;
}
.model-option-list .model-icon{
    display: block;
	width: 100px;
    height: 100px;
    margin: 10px auto;
}
.model-icon.transport-icon{
	background: url(/images/transport-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.globe-icon{
	background: url(/images/globe-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.publish-icon{
	background: url(/images/publish-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.management-icon{
	background: url(/images/management-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.eBooks-icon{
	background: url(/images/eBooks-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.services-icon{
	background: url(/images/services-icon.png) no-repeat;
    background-size: 100%;
}
.print-section-5 .model-option-list .model-para{
    padding: 10px 0 20px 0;
}
.print-section-5 .model-option-list .model-para h1,
.print-small-heading{
    font-family: modum-bold;
    font-size: 21px !important;
    margin: 10px 0;
    padding: 0;
}
.print-section-5 .model-option-list .model-para p,
.print-solution-section-2 p,
.print-solution-section-3 p,
.marginT20,.print-product-section-2 p,
.testimonials-case-studies-section-2 p{
    margin: 20px 0;    
    font-size: 16px;
    line-height: 21px;
    color: rgba(60,60,60,1);
}

.print-section-6 .pp-books{
	background: url(/images/printV2-books-banner.png) no-repeat;
}

.green-bg-img{
	background: url(/images/printV2-green-banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    min-height: 200px;
    
}
.print-section-7 .testimonial-description{
	color:#fff;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}
.print-section-7 .testimonial-description:after{
	content: '';
    background: url(/images/btm-quote.png) no-repeat;
    position: absolute;
    bottom: -4%;
    right: 80px;
    width: 50px;
    height: 38px;
}
.print-section-7 .testimonial-description:before{
	content: '';
    background: url(/images/top-quote.png) no-repeat;
    position: absolute;
    top: -4%;
    left: 80px;
    width: 50px;
    height: 38px;
}
.print-section-7 .testimonial-description .description{
    width: 80%;
    margin: 100px auto 60px;
    padding: 50px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 21px;
    line-height: 32px;
    font-family: muller-light;
}
.print-section-7 .testimonial-description b{
	font-family: muller-bold;
}
.print-section-7 .testimonial-description .text-right i{
	display: block;
}
.testimonial-btn-block {
	display: block;
	margin: 0 auto 80px auto;
	color: rgba(94,178,39,1);
	letter-spacing: 0.075em;
	background: #fff;    
    padding: 20px 30px;
    font-size: 18px;
    font-family: muller-bold;
    border:none;
}
.btn-block{
    letter-spacing: 0.075em;
}
.btn-block.white-button{
	background: #fff;    
    padding: 20px 30px;
    font-size: 18px;
    font-family: muller-bold;
}
.btn-block.green-txt-btn{
	color: #55A220;
}
.print-solution-section1{
	background: url(/images/print-solution-banner.png) no-repeat;
    background-size: 100% 100%;
    height:500px;
}
.print-solution-section-2,.print-solution-section-3,
.print-solution-section-5,.print-solution-section-6,
.padding-adjust{
	font-size:18px;
    padding:80px 0;
}
.print-solution-section-4 .print-side-img{
	background: url('/images/traditional-offset.jpg') no-repeat;
	background-size: cover;
}
.print-solution-section-6 p{
	margin:20px 0;
    color:#3C3C3C;
}
.content-wrap{
	margin:20px 0;
}
.print-product-section1 .description{
	max-width:750px;
}
.print-product-section1{
	background: url(/images/print-productV2-banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.print-product-section1{
	padding:90px 0 70px 0;
}
.print-product-section-3 .btn-block.green-button{
	margin-top:50px;
}
.print-product-section-5 button.btn-block{
	background:transparent;
}


/*resources css */
.resources-section-1{
	background: url(/images/resources/resources-banner.png) no-repeat;
    background-size: cover;
    width: 100%;
       
    color: #fff;
}

.resources-section .lightning-source .ls-logo{
    display:block;
    margin: 10px auto;
	background: url(/images/resources/lightning-source-logo.png) no-repeat;
    width: 160px;
    height: 70px;
}

.resources-section h1.blue,
.resources-section .model-option-list .model-para h1{
	color: rgb(0, 	61, 118);
}

.resources-section-4{
	background: #f5f5f5;
    box-shadow: 0px 1px 0px 2px rgba(200,200,200,0.7);
}

.model-icon.faq-icon{
	background: url(/images/resources/faq-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.environment-icon{
	background: url(/images/resources/environment-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.product-safety-icon{
	background: url(/images/product-safety-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.link-icon{
	background: url(/images/resources/link-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.print-2-icon{
	background: url(/images/resources/print-icon-2.png) no-repeat;
    background-size: 100%;
}
.model-icon.weight-icon{
	background: url(/images/resources/weight-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.compensation-icon{
	background: url(/images/resources/compensation-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.cover-lg-icon{
	background: url(/images/resources/cover-lg-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.guide-icon{
	background: url(/images/resources/guide-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.create-icon{
	background: url(/images/resources/create-icon.png) no-repeat;
    background-size: 100%;
}
.model-icon.pod-icon-round{
	background: url(/images/resources/pod-icon-round.png) no-repeat;
    background-size: 100%;
}
.model-icon.shipping-round-icon{
	background: url(/images/resources/shipping.png) no-repeat;
    background-size: 100%;
}
.model-icon.tools-calc{
	background: url(/images/resources/tools-calc.png) no-repeat;
    background-size: 100%;
}


.model-icon.title-sub-work{
	background: url(/images/title-sub-work.png) no-repeat;
    background-size: 100%;
}
.model-icon.conent-validation{
	background: url(/images/conent-validation.png) no-repeat;
    background-size: 100%;
}
.model-icon.metadata-lp{
	background: url(/images/metadata-lp.png) no-repeat;
    background-size: 100%;
}
.model-icon.advance-ad{
	background: url(/images/advance-ad.png) no-repeat;
    background-size: 100%;
}


.ls-section{
	background: #f5f5f5;
}
.ls-section-2 .container{
	background: #fff;
    min-height: 300px;
    margin-top: -250px;
}


.faq-wrapper h1.big-section-heading{
    text-align: justify;
    color: #003D76;
    margin-bottom: 25px;
}
.faq-wrapper .panel-wrapper{
	padding:30px 0;
}
.faq-wrapper .panel-wrapper .panel-toggle{
	font-size: 18px;
    font-family: muller-bold;
}
.panel-wrapper .panel-group .panel{
	border: 0;
    border-radius: 0;
    box-shadow: none;
}
.panel-wrapper .panel-default > .panel-heading{
	border-radius: 4px;
	border: 1px solid #ddd;
}
.faq-wrapper .panel-wrapper .panel-inner .panel-toggle{
	color: #003D76;
}
.panel-toggle.collapsed .fa-caret-right:before {
	content: "\f0da";
}
.panel-toggle .fa-caret-right:before {
    content: "\f0d7";
}
.panel-inner .panel-group .panel-body{
    padding-left: 22px;
    font-size: 16px;    
}
.panel-inner .panel-group .panel-body > .panel-inner{
	padding-left: 10px;
    border-left: 2px solid rgba(0, 61, 118, 0.4);
}
.panel-wrapper .panel-inner .panel-default > .panel-heading{
	border: 0;
    background: none;        
}


/* Digital Bookblock and Creation*/

.bookblock-banner{
	background: url(/images/digital-bookblock-banner.png) no-repeat;
    background-size:100% 100%;
    height:500px;
}
.digital-middle-section{
	padding-bottom: 100px;
}
.digital-middle-section .wrapper,
.ls-section-1 .faq-wrapper{
	margin-top:-30%;
	background-color: #FFFFFF;
	padding: 40px 50px;
	box-shadow: 0px 0px 0px 1px rgba(200,200,200,0.7);
}
.digital-middle-section .media{
	margin:30px 0;
}
.digital-middle-section .media-left{
	padding-right:30px;
}
.digital-middle-section .media-body h1{
	margin:0;
}
.digital-middle-section .media-body ul,
.digital-middle-section .media-body ol{
	padding-left:20px;
}
.digital-middle-section .media-body ul li{
	color: #003D76;
}
.digital-middle-section .media-body li{
	margin:10px 0;
}
.digital-green-section{
	background: #5eb227;
    padding: 60px 0;
    text-align: center;
}
.digital-green-section h1,.digital-green-section p{
    letter-spacing: normal;
}
.digital-green-left-section,
.digital-green-right-section{
	background-color: #ffffff;
	font-size: 18px;
	padding:20px 0;
}
.digital-green-section .small-section-heading{
	text-transform: capitalize;
	color:#003D76;
    font-size:24px;
}
.digital-middle-section .digital-review-icon{ 
    background:url('/images/review-icon.png') no-repeat;
}
.digital-middle-section .digital-layout-icon{ 
    background:url('/images/layout-icon.png') no-repeat;
}
.digital-middle-section .digital-upload-icon{ 
    background:url('/images/upload-icon.png') no-repeat;
}
.digital-middle-section .digital-pdf-icon{ 
    background:url('/images/pdf-icon.png') no-repeat;
}
.digital-middle-section .digital-cover-icon{ 
    background:url('/images/cover-icon.png') no-repeat;
}
.digital-middle-section{
	font-size:18px;
}
.digital-middle-section .big-section-heading,
.environmental-responsibility-content h1,
.testimonials-case-studies-section-1 h1,
.helpful-links-section-1 h1{
	font-size:40px;
}
.digital-middle-section .digital-icons{
	width:60px;
    height:60px;
}
.digital-middle-section .note{
	font-size:13px;
}
/*Enironmental Responsibility */

.environmental-responsibility-content,.helpful-links-section-1{
	margin-top:40px;
}
.font16{
    font-size:16px;
}
.font21-heading{
	font-family: modum-bold;
    font-size:21px;
    margin:30px 0 20px;
}
.environmental-responsibility-content h1,
.testimonials-case-studies-section-1 h1,
.testimonials-case-studies-section-2 h1,
.helpful-links-section-1 h1{
    margin-bottom:30px;
}
.environmental-responsibility-content h1{
	text-align:left;
}
.environmental-responsibility-content p,
.environmental-responsibility-content ul li
{
	margin:10px 0;
}
.environmental-responsibility-content ul{
	padding:0 0 0 20px;
}
.environmental-responsibility-aside-section .row{
	background-color: #ffffff;
	margin-bottom:30px!important;
	padding:20px;
}
.environmental-responsibility-aside-section h2{
	color:#000000;
	font-size:18px;
}
.environmental-responsibility-aside-section ul li{

}
.environmental-responsibility-aside-section a{
	color: #003D76;
	font-size:16px;
}
.environmental-responsibility-aside-section li:before{
	content: "\f15b";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -19px;
    width: 15px;
    margin-right: 12px;
    color: #003D76;
}
/* Testimonials Case Studies */
.testimonials-case-studies-section-1 p{
    font-size:14px;
    margin:10px 0;
}
.testimonials-case-studies-section-2 h2{
    font-size:18px;
    font-family: modum-bold;
    margin: 0 0 15px 0;
}
.testimonials-case-studies-section-1,
.helpful-links-section-1 .content-wrap{
	margin-top:40px;
}
.helpful-links-section-1 .font18-black{
	color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 15px;
}
.helpful-links-section-1 .row{
	margin:0 -15px!important;
}
.helpful-links-section-1 ul{
	padding:0;
}
.helpful-links-section-1 ul li{
    list-style-type:none;
    color: #003D76;
    margin:10px 0;
}
.helpful-links-section-1 ul li a{
	font-size:16px;
}
@media(max-width:768px){
    .digital-middle-section .wrapper{
    	margin-top:-55%;
        padding:15px;
    }
    .environmental-responsibility-content h1{
    	font-size:32px;
	}
}

.font18 {
	font-size: 18px;
}

.pod-section-1 {
    background: url(/images/pod/print-on-demand-banner.png) 50% 50% / cover no-repeat;
    padding: 100px 0px 70px;
}

.print-section h1, .print-solution-section h1, .print-product-section h1, .resources-section h1 {
   
    line-height: 1.3;
    padding-top: 0;
}

.pod-section-1 .description, .pod-section-3 .para, .pod-section-4 .heading .para {
    margin: 20px auto;
    max-width: 700px;
    font-size: 24px;
    line-height: 32px;
    font-family: muller-light, sans-serif;
}
.pod-section-3{
    padding: 60px 0px;
}
.pod-section-1 .description, .pod-section-3 .para, .pod-section-4 .heading .para {
    margin: 15px auto 30px;
    max-width: 700px;
    font-size: 21px;
    line-height: 28px;
    font-family: muller-regular, sans-serif;
}
.model-icon.retailor-icon {
    background: url(/images/pod/retailor-icon.png) no-repeat;
}
.model-icon.inventory-icon {
    background: url(/images/pod/inventory-icon.png) no-repeat;
}
.model-icon.hours-icon {
    background: url(/images/pod/48hours-icon.png) no-repeat;
}
.model-icon.binding-icon {
    background: url(/images/pod/binding-icon.png) no-repeat;
}
.model-icon.distribution-icon {
    background: url(/images/pod/distribution-icon.png) no-repeat;
}
.model-icon.home-icon {
    background: url(/images/pod/home-icon.png) no-repeat;
}
.pod-section-4 {
    padding: 90px 0px;
    background: url(/images/pod/green-bg-2.png) 50% 50% / cover no-repeat;
}
.pod-section-4 .heading .para {
    max-width: 65%;
}
.pod-working-section span.count {
    display: inline-block;
    margin: 10px auto;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    color: rgb(85, 162, 32);
    background: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    line-height: 60px;
}

section.container-fluid.call-action-section.new-call-action {
	padding-top:100px;
}


.btn-block:hover, button:hover, .cta-outline-button:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.outline-btn-blank:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

div.print-solution-btn {
	margin-top: 60px;
	clear: both;
}



.hero-description {
	font-size: 24px;
	line-height: 32px;
	font-family: muller-light, sans-serif;
	margin: 15px auto 30px;
}

.ways-to-use-sect .para, .our-pod-products .para {
	font-size: 21px;
	line-height: 28px;
	color: rgba(60,60,60,1);
	margin: 15px 30px;
}

.main-icon-style {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 20px auto;
}

.print-product-section-3 .big-section-heading, .print-solution-section-2 .big-section-heading, .print-solution-section-3 .big-section-heading, print-solution-section-4 .big-section-heading {
	font-size: 40px;
}

h1.big-section-heading.blue-txt.text-inverse {
	font-size: 40px;
}

.book-tim-size-product {
	font-size: 21px;
	line-height: 28px;
	font-family: muller-regular, sans-serif;
	color: rgba(60,60,60,1);
}

p.print-solution-para {
	font-size: 21px;
	line-height: 28px;
}

.img_block .traditional-offset-print-solution {
	padding: 50px;
}

.about-ingram-section {
	background-color: rgba(0,83,155,1);
    color: #FFF;
    padding: 110px 0 80px 0;
}

.about-ingram-section p {
	color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    font-family: muller-light, sans-serif;
    padding:0;
}

.about-ingram-section h1 {
	font-size: 60px;
    line-height: 1.3;
    color: #FFF;
    margin: 0 0 20px 0;
    padding:0;
}

.about-section {
	padding: 80px 0;	
}

.about-section h1 {
	font-size: 40px;
	color: rgba(0, 61, 118, 0.95);
	margin: 0 0 20px 0;
	padding: 0;
	font-family: modum-bold;
}

.about-section p {
	color: rgba(60,60,60,1);
	font-family: muller-regular;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 15px 0;
}

.big-blue-button {
	background: rgba(0,83,155,1);
	color: #fff;
	padding: 20px 30px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: muller-bold, sans-serif;
	border: 0;
	-webkit-appearance: none;
	margin: 40px auto 0 auto;
	display: block;
	letter-spacing: 0.075em;
}

.gray-bg-with-borders {
	background-color: rgba(245,245,245,1);
	border-top: 1px solid rgba(220,220,220,1);
	border-bottom: 1px solid rgba(220,220,220,1);
}


@media (max-width:767px) {
	.print-section-3 .spark-and-premium-cta-block {
		padding: 25px;
	}
}














/* Keep this last */

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	.publisher-image {
		background-image: url(../images/publisher-section-image@2x.jpg);
	}
	
	.third-party-pub-ser {
		background-image: url(../images/third-party-logistics@2x.jpg);
	}
	
	.pub-ser-full-ser-dist {
		background-image: url(../images/full-service-pub-dist@2x.jpg);
	}
	
	.publisher-services-hero {
		background-image: url(../images/publisher-services-hero@2x.jpg);
	}
	
	.pub-ser-quotes {
		background-image: url(../images/pub-ser-quotes@2x.jpg);
	}
	
	.retailer-image {
		background-image: url(../images/retailer-image@2x.jpg);
	}
	
	.libraries-image {
		background-image: url(../images/libraries-section-image@2x.jpg);
	}
	
	.education-image {
		background-image: url(../images/education-section-image@2x.jpg);
	}
	
	.footer {
		background: url(../images/footer-bg@2x.png);
		background-size: cover;
		background-position: center top;
		min-height: 480px;
		padding-top: 160px;
		margin-top: -25px;
	}
	
	.digital-book-services {
		background-image: url(../images/digital-book-services@2x.jpg);
	}
	
	.sales-marketing-img {
		background-image: url(/images/sales-marketing@2x.jpg);
	}
	
	.used-textbooks-retailer-img {
		background-image: url(/images/used-textbooks-retailers@2x.jpg);
	}
	
	.retailers-ordering-img {
		background-image: url(/images/retailers-ordering@2x.jpg);
	}
	
	.fulfillment-delivery-img {
		background-image: url(/images/fulfillment-delivery@2x.jpg);
	}
	
	.consumer-direct-img {
		background-image: url(/images/consumer-direct@2x.jpg);
	}
	
	.digital-book-services-img {
		background-image: url(/images/digital-book-services@2x.jpg);
	}
	
	.advance-img {
		background-image: url(/images/advance@2x.jpg);
	}
	
	.k12-library {
		background-image: url(/images/k12-lib@2x.jpg);
	}
	
	.public-library {
		background-image: url(/images/public-libraries@2x.jpg);
	}
	
	.ipage-lib-img {
		background-image: url(/images/ipage-lib@2x.jpg);
	}
	
	.edi-img {
		background-image: url(/images/edi@2x.jpg);
	}
	
	.street-smart-img {
		background-image: url(/images/street-smart@2x.jpg);
	}
	
	.collection-development-img {
		background-image: url(/images/collection-development@2x.jpg);
	}
	
	.lib-services{
		background-image: url(/images/lib-services@2x.jpg);
	}
	
	.textbooks-img {
		background-image: url(/images/textbooks-edu@2x.jpg);
	}
	
	.digital-textbooks-img {
		background-image: url(/images/digital-textbooks-edu@2x.jpg);
	}
	
	.ipage-edu-img {
		background-image: url(/images/ipage-edu@2x.jpg);
	}
	
	.beyond-bookstores-img {
		background-image: url(/images/beyond-bookstore@2x.jpg);
	}
	
	.about-locations {
		background-image: url(/images/locations-img@2x.jpg);
	}
	
	.about-community {
		background-image: url(/images/community-img@2x.jpg);
	}
	
	.ecomm-image {
		background-image: url(/images/ecomm-retailers@2x.jpg);
	}
	
	.wire-image {
		background-image: url(/images/wire-retailers@2x.jpg);
	}
	
	.integration-image {
		background-image: url(/images/integration-retailers@2x.jpg);
	}
	.model-icon.faq-icon{
		background: url(/images/resources/faq-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.environment-icon{
		background: url(/images/resources/environment-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.product-safety-icon{
		background: url(/images/product-safety-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.link-icon{
		background: url(/images/resources/link-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.print-2-icon{
		background: url(/images/resources/print-icon-2@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.weight-icon{
		background: url(/images/resources/weight-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.compensation-icon{
		background: url(/images/resources/compensation-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.cover-lg-icon{
		background: url(/images/resources/cover-lg-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.guide-icon{
		background: url(/images/resources/guide-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.create-icon{
		background: url(/images/resources/create-icon@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.pod-icon-round{
		background: url(/images/resources/pod-icon-round@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.shipping-round-icon{
		background: url(/images/resources/shipping@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.tools-calc{
		background: url(/images/resources/tools-calc@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.title-sub-work{
		background: url(/images/title-sub-work@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.conent-validation{
		background: url(/images/conent-validation@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.metadata-lp{
		background: url(/images/metadata-lp@2x.png) no-repeat;
	    background-size: 100%;
	}
	.model-icon.advance-ad{
		background: url(/images/advance-ad@2x.png) no-repeat;
	    background-size: 100%;
	}
	.resources-section-1{
		background: url(/images/resources/resources-banner@2x.png) no-repeat;
	    background-size: cover;
	    width: 100%;
	    height: 480px;    
	    color: #fff;
	    background-color: #00539b;
	}
	
	.resources-section .lightning-source .ls-logo{
	    display:block;
	    margin: 10px auto;
		background: url(/images/resources/lightning-source-logo@2x.png) no-repeat;
	    width: 160px;
	    height: 70px;
	    background-size: 160px;
	}
	
	.print-section .lightning-source .ls-logo{
	    display: block;
	    margin: auto;
		background: url(/images/lightning-source@2x.png) no-repeat;
	    width: 160px;
	    height: 66px;
	    background-size: cover;
	}
	.print-section-1{
		background: url(/images/printV2-banner@2x.jpg) no-repeat;
	    background-size: cover;
	    width: 100%;
	    padding-bottom: 0px;
	}
	.print-solution-section-4 .print-side-img{
		background: url('/images/traditional-offset@2x.jpg') no-repeat;
		background-size: cover;
	}
}


.news-article a {
	color: rgba(0,83,155,1);
	text-decoration: none;
}

.news-article a:hover {
	color: rgba(0, 137, 255, 1);
	text-decoration: none;
}

.careers-intro {
	max-width: 780px;
	margin: 40px auto 20px auto;
	font-size: 18px;
	line-height: 28px;
	color: rgba(60,60,60,1);
	text-align: center;
}

.ingram-blue-button {
	color: #00539B;
}

.careers-two {
	margin: 60px 0 0 0;
	padding: 0;
	background-color: rgba(245,245,245,1);
}

.careers-location-sect, .careers-community-sect  {
	padding: 40px;
	background-color: rgba(245,245,245,1);
	color: #FFF;
		
}

.careers-location-sect {
	background-image: url('/images/Ingram_LocationsBox.jpg');
	background-size: cover;
	background-position: center center;
}

.careers-location-sect p {
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
}

.careers-community-sect p {
	font-size: 16px;
	line-height: 26px;
	color: rgba(60,60,60,1);
}

.careers-location-sect h3 {
	font-size: 18px;
	line-height: 32px;
	font-family: "muller-bold", sans-serif;
	text-transform: uppercase;
	color: #FFF;
}

.careers-community-sect h3 {
	font-size: 18px;
	line-height: 32px;
	font-family: "muller-bold", sans-serif;
	text-transform: uppercase;
	color: rgba(60,60,60,1);
}

.careers-quote {
	background-image: url('/images/careers-quote.jpg');
	background-size: cover;
	background-position: center top;
}

.careers-quote h4 {
	font-size: 24px;
	line-height: 34px;
	color: #00539B;
	padding: 120px 0;
}

.culture-hero {
	background-image: url('/images/culture-hero.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #00539B;
	margin-top: 69px;
	background-size: cover;
}

.careers-hero-bg {
	background-color: #00539B;
}

.culture-hero h1 {
	color: #FFF;
	font-size: 54px;
	line-height: 64px;
	font-family: modum-bold;
	margin-bottom: 30px;
	margin-top: 60px;
}

.culture-hero h2 {
	font-size: 24px;
	line-height: 34px;
	color: #FFF;
	margin-bottom: 100px;
}

.culture-descriptor h1 {
	font-size: 42px;
	line-height: 52px;
	font-family: modum-bold;
	color: #00539B;
	margin-bottom: 15px;
	margin-top: 50px;
}

.culture-descriptor p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(60,60,60,1);
	margin-bottom: 50px;
}

img.culture-icon {
	margin: 30px auto 5px auto;
	display:block;
}

.culture-benefits h3 {
	font-size: 21px;
	font-family: modum-bold;
	margin-bottom: 6px;
	color: #00539B;
	
}

.culture-benefits p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(60,60,60,1);
	
}

.culture-benefits {
	margin: 30px auto 70px auto;
}



@media (max-width: 991px) {
	.careers-quote {
		background-image: url('/images/careers-quote.jpg');
		background-size: cover;
		background-position: center center;
		
	}
	
	.culture-hero {
		
		background-size: cover;
	}

}

@media (max-width: 956px) {
	.culture-hero {
		background-position-x: 70%;
		margin-top:62px;
	}

}

@media (max-width: 767px) {
	.careers-quote {
		background-image: url('/images/careers-quote.jpg');
		background-size: cover;
		background-position-x: 45%;
	
	}
	
	.careers-quote h4 {
		font-size: 21px;
		line-height: 31px;
		color: #00539B;
		padding: 80px 0 80px 40px;
	}
	
	.culture-hero {
		
		background-size: cover;
		margin-top:51px;
	}
	
	.culture-hero h1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	
	.culture-hero h2 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 60px;
	}

}

@media (max-width: 600px) {
	.careers-quote {
		background-image: url('/images/careers-quote.jpg');
		background-size: cover;
		background-position: center center;
		background-position-x: 40%;
	}
	

	
	

}

@media (max-width: 480px) {
	.careers-quote {
		background-image: url('/images/careers-quote.jpg');
		background-size: cover;
		background-position: center center;
		background-position-x: 45%;
	}
	
	.careers-quote h4 {
		font-size: 16px;
		line-height: 26px;
		color: #00539B;
		padding: 60px 0 60px 0;
	}
	
	ol.carousel-indicators-careers {
		bottom: 40px !important;
	}

}

.operations-text p, .operations-text li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.operations-text ul {
	margin:0;
	padding:0;
}

.careers-icons {
	width: 64px;
	margin: 15px auto;
	display: block;
}

.christian-retail-blue {
	background-color: rgba(22,159,219,1);
	border: 2px solid rgba(22,159,219,1);
	width: 200px;
	margin: 20px auto;
}

.christian-section-2 p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(60,60,60,1);
	margin-bottom: 10px;
}

.christian-section-1 {
    background: url(/images/christian-hero.jpg) 50% 50% / cover no-repeat;
    padding: 130px 0px 70px;
}

p.christ-blue-text {
	color: rgba(22,159,219,1);
	font-size: 24px;
	line-height: 32px;
	font-family: muller-bold;
	margin-top: 15px;
}

.christian-section-2 {
	background-color: rgba(245,245,245,1);
	padding: 60px 0;
}

.max-width-960 {
	max-width: 960px;
	margin: 0 auto;
}

.christ-sect-3{
	background-image: url(../images/christ-sect-3.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.christ-sect-five {
	background-image: url(../images/christ-five.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.christ-sect-3a h1 {
	font-size: 32px;
	font-family: modum-bold;
	margin: 0 0 15px 0;
	padding: 0;
}

.christ-sect-3a h3 {
	font-size: 21px;
	font-family: muller-bold;
	margin: 0 0 5px 0;
	padding: 0;
	color: rgba(0,0,0,1);
}

.christ-sect-3a p {
	margin-bottom: 20px !important;
}

.christ-sect-4 {
	background-color: rgba(245,245,245,1);
	padding: 60px 0;
}

.christ-sect-4 h1 {
	font-size: 32px;
	font-family: modum-bold;
	margin: 0 0 15px 0;
	padding: 0;
	color: rgba(0,0,0,1);
}

.christ-sect-4 .thumbnail-box {
	padding: 0px;
	background-color: #FFF;
	margin: 1.5%;
	width: 47%;
	border: 1px solid rgba(220,220,220,1);
}

.christ-sect-4 .thumbnail-box h4 {
	font-size: 21px;
	line-height: 23px;
	font-family: muller-bold;
	color: rgba(60,60,60,1);
	text-align: left;
}

.christ-sect-4 .thumbnail-box p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(60,60,60,1);
	margin-top: 10px;
}

.christ-sect-4 .thumbnail-box li {
	color: rgba(60,60,60,1);
}

.ids-thumbnail-box-image {
	width: 100%;
	height: 200px;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 20px;
}

#thumbnail-img-christ-one {
	background-image: url(../images/christ-one.jpg);
}
#thumbnail-img-christ-two {
	background-image: url(../images/christ-two.jpg);
}
#thumbnail-img-christ-three {
	background-image: url(../images/christ-three.jpg);
}
#thumbnail-img-christ-four {
	background-image: url(../images/christ-four.jpg);
}

.thumbnail-box-gray p {
	color: rgba(60,60,60,1);
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}

.thumbnail-box-gray h4 {
	color: rgba(0,83,155,1);
	padding: 0 15px 10px 15px;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;

}

a.ids-blue-link {
	color: rgba(22,159,219,1) !important;
}

a:hover.ids-blue-link {
	text-decoration: underline !important;
}

.ids-section-1 {
    background: url(/images/ids-hero.jpg) 50% 50% / cover no-repeat;
    padding: 130px 0px 70px;
}

.ids-sect-3{
	background-image: url(../images/ids-img1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.ids-sect-4{
	background-image: url(../images/ids-img8.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.ids-sect-five {
	background-image: url(../images/ids-img6b.jpg);
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

#thumbnail-img-ids-one {
	background-image: url(../images/ids-img2.jpg);
}
#thumbnail-img-ids-two {
	background-image: url(../images/ids-img3.jpg);
}
#thumbnail-img-ids-three {
	background-image: url(../images/ids-img4.jpg);
}
#thumbnail-img-ids-four {
	background-image: url(../images/ids-img5.jpg);
}

button.box-button-border {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
	border: none;
	font-family: muller-medium, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 6px 15px;
	border: 2px solid #55A220;
}

.distribution-services-h1 {
	font-size: 38px;
	line-height: 1.3;
	color: #00539B;
	margin:0;
}

.dist-ser-table td {
    width: 29%;
    padding-right: 2%;
}

.dist-ser-bottom-sect-p {
	font-size: 16px;
	line-height: 1.3;
	padding: 0 20px 10px 0;
	color: rgba(60,60,60,1);
}

.dist-ser-bottom-sect-alt {
	font-size: 16px;
	line-height: 1.3;
	padding: 20px 20px 10px 0;
	color: rgba(0,83,155,1);
    font-family: muller-bold;
}

ul.dist-ser-list {
    margin:0 0 0 22px;;
    padding:0;
}

.dist-ser-list li {
    font-size: 16px;
    line-height: 24px;
    padding:0;
    margin:0;
    color: rgba(60,60,60,1);
}

.thumbnail-box-gray-pgw {
	margin-left: 18%;
}

@media (max-width: 991px) {
	.thumbnail-box-gray {
	    width: 48%;
	    min-height: 360px;
	}
	
	.thumbnail-box-gray-pgw {
		margin-left: 0.75%;
	}
}

@media (max-width: 767px) {
	.thumbnail-box-gray {
	    width: 48%;
	    min-height: 400px;
	}
}

@media (max-width: 640px) {
	.thumbnail-box-gray {
	    width: 99%;
	    min-height: 360px;
	}
}

span.bt-listen {
	cursor: pointer;
	font-weight: bold;
	color: #95348d;
}

.blog-button-mobile {
      width: 31%;
    margin:0;
      margin-right: 1%;
	  display:none;  
    vertical-align: top;
	}

.blog-button-not-mobile {
    display:inline;
    margin:0;
    width: 31%;
    vertical-align: top;
}

.blog-button-not-mobile {
    display:inline;
    width: 31%;
    margin:0;
    margin-right: 1%;
    vertical-align: top;
}

.blog-button{
	width: 31%;
    margin: 0;
    margin-right: 1%;
    min-height: 65px;
    vertical-align: top;
    display:inline;
}

@media (max-width: 767px) {
	.blog-button-mobile {
	  display:inline;  
        width: 99%;
        margin:0;
        margin-right: 1%;
        vertical-align: top;
        min-height: 45px;
	}
    .blog-button-not-mobile {
	  display:none !important;  
	}
    
    .blog-button{
	width: 99%;
    margin: 0;
    margin-right: 1%;
    min-height: 45px;
    vertical-align: top;
    display:inline;
}
}

.blog-button-mobile:hover {
	  -webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}



.blog-button:hover {
	  -webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.blog-org {
	margin-top: 70px;   
    background: rgba(245,245,245,1);
    border-bottom: 1px solid rgba(220,220,220,1);
}

.blog-org h2 {
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;    
    color: #000;
    padding: 20px;
}

.blog-nav {
	width: 100%;
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(220,220,220,1);
    color: #000;
}

.blog-nav a {
	margin: 0 5px;
    font-weight: 600;
    color: #00539b;
    line-height: 30px;
}

.blog-nav a:hover {
	opacity: 0.7;
}

@media (max-width: 956px) {
    .blog-org {
		margin-top: 62px;   
	}
}

@media (max-width: 767px) {
    .blog-org {
		margin-top: 51px;   
	}
}



.padding-60-15 {
	padding: 60px 15px 60px 15px;    
}

.publisher-hero {
	background-image: url(/images/publisher-section-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.retailer-hero {
	background-image: url(/images/retailer-section-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.library-hero {
	background-image: url(/images/libraries-section-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.educators-hero {
	background-image: url(/images/education-section-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h1.secondary-header-v2 {
    font-family: modum-bold;
    font-size: 54px;
    text-shadow: 1px 1px 1px rgba(0, 23, 67, 0.5);
    color: #FFF;
    text-align: center;
    margin: 0;
    padding:0;
}

h2.main-subhead-v2 {
   font-family: muller-regular;
    font-size:24px;
    line-height: 32px;
    max-width: 580px;
    margin: 20px auto;
    text-align: center;
    color:#FFF;
    text-shadow: 1px 1px 1px rgba(0, 23, 67, 0.5);
}

a.hero-button {
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 46px;
    line-height: 46px;
    padding:0;
    transition: ease-in-out 0.2s;
    font-size: 18px;
    text-transform: uppercase;
    font-family: muller-regular;
    letter-spacing: 1px;
    background-color: rgba(125,192,72,1);
}

a.hero-button:hover {
    background-color: rgba(78,120,57,1);
    transition: ease-in-out 0.2s;
}

a.hero-button-retailer {
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 46px;
    line-height: 46px;
    padding:0;
    transition: ease-in-out 0.2s;
    font-size: 18px;
    text-transform: uppercase;
    font-family: muller-regular;
    letter-spacing: 1px;
    background-color: rgba(22,159,219,1);
}

a.hero-button-retailer:hover {
    background-color: rgba(25,77,125,1);
    transition: ease-in-out 0.2s;
}

a.hero-button-library {
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 46px;
    line-height: 46px;
    padding:0;
    transition: ease-in-out 0.2s;
    font-size: 18px;
    text-transform: uppercase;
    font-family: muller-regular;
    letter-spacing: 1px;
    background-color: rgba(149,52,141,1);
}

a.hero-button-library:hover {
    background-color: rgba(144,43,99,1);
    transition: ease-in-out 0.2s;
}

a.hero-button-educators {
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 46px;
    line-height: 46px;
    padding:0;
    transition: ease-in-out 0.2s;
    font-size: 18px;
    text-transform: uppercase;
    font-family: muller-regular;
    letter-spacing: 1px;
    background-color: rgba(233,139,45,1);
}

a.hero-button-educators:hover {
    background-color: rgba(167,66,42,1);
    transition: ease-in-out 0.2s;
}


.library-podcast-hero {
	background-image: url(/images/library-podcast/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.podcast-subhead {
	color: #FFF;
	font-size: 24px;
	font-family: muller-bold;
	margin-bottom: 10px;
}

.podcast-subhead-2 {
	color: #FFF;
	font-size: 30px;
	font-family: muller-regular;
	margin-bottom: 10px;
}

.podcast-subhead-purple {
	color: #712b62;
	font-size: 30px;
	font-family: muller-regular;
	margin-bottom: 10px;
}

.podcast-subhead-blue {
	color: #00529b;
	font-size: 35px;
	font-family: modum-bold;
	margin-bottom: 10px;
}

.white-text {
	color:#FFF;
}

.podcast-paragraph {
	font-size: 18px;
	line-height: 26px;
}

.podcast-paragraph-2 {
	font-size: 25px;
	line-height: 30px;
}

.library-purple-bg {
	background-color: rgba(114,43,99,1);
}

.library-blue-bg {
	background-color: #00529b;
}

.library-ltpurple-bg {
	background-color: #bc9bc4;
}

.large-dkpurple-button {
	border: 0px solid rgba(0,83,155,1);
	text-align: center;
	display: block;
	margin: 20px auto 10px auto;
	padding: 13px 50px;
	font-family: muller-regular;
	background: #712b62;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	font-size: 19px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.icon-podcast {
	width: 100%;
}

.icon-podcast-social {
    max-width: 75px;
    display: center;
}

.padding-50-15 {
	padding: 50px 15px;
}

a.lib-pod-link {
	text-decoration: underline !important;
	color: #FFF;
}

.podcast-main-header {
	font-size: 32px;
	line-height: 40px;
	max-width: 700px;
	margin: 0 auto 20px auto;
	text-transform: uppercase;
	color: rgba(114,43,99,1);
	text-align: center;
    margin-bottom: 0px;
}


.podcast-main-subhead {
	font-size: 21px;
	line-height: 28px;
	color: rgba(80,80,80,1);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.podcast-about {
	font-size: 21px;
	line-height: 28px;
	color: rgba(80,80,80,1);
	text-align: center;
	text-transform: uppercase;
}

.ep-card {
    padding: 0 !important;
    min-height: 420px !important;
    background-size: cover;
    color:#FFF;
    font-size: 16px;
    line-height: 24px;
    transition: 0.2s ease;
    margin: 30px 0 0 0;
    overflow: hidden;
    clear: both;
    cursor: pointer;
    background-position: center center;
}

.ep-card h2 {
    text-align: left;
    font-size: 24px;
    font-family: "muller-regular" !important;
    color: #FFF !important;
    transition: 0.2s ease;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ep-play {
    height: 60px;
    background-color: rgba(105,204,229,1);
    color: #FFF;
    font-size: 18px;
    padding: 0 15px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left:15px;
    right: 15px;
    transition: 0.2s ease;
}

.pod-desc {
    opacity: 0;
    transition: 0.2s ease;
}

.overlay {
    background-color: rgba(0,0,0,0);
    height: 420px;
    padding: 15px 20px;
    transition: 0.2s ease;
}

.overlay:hover {
    background-color: rgba(0,0,0,0.333);
    transition: 0.2s ease;
}

.overlay:hover .pod-desc {
    opacity: 1;
    transition: 0.2s ease;
}

.play-button {
    display: block;
    margin: 15px auto;
    width: 80px;
    height: 80px;
}

.height-80 {
	height: 80px;
}

.height-120 {
	height: 120px;
}

.s05e01-audio,
.s05e02-audio,
.s05e03-audio,
.s05e04-audio,
.s04e01-audio,
.s04e02-audio,
.s04e03-audio,
.s04e04-audio,
.s03e01-audio,
.s03e02-audio,
.s03e03-audio,
.s03e04-audio,
.s02e01-audio,
.s02e02-audio,
.s02e03-audio,
.s02e04-audio,
.s01e01-audio,
.s01e02-audio,
.s01e03-audio,
.s01e04-audio,
.s03e05-audio  {
	height: 80px;
	width: 100%;
}


.blog-carousel .carousel-control.right, .blog-carousel .carousel-control.left {
	background: transparent;
}

.blog-carousel .carousel-control.right .fa {
	position: relative;
	padding-top: 220%;
	margin-top: -10px;
	color: #FFF;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.33);
}

.blog-carousel .carousel-control.left .fa {
	position: relative;
	padding-top: 220%;
	margin-top: -10px;
	color: #FFF;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.33);
}

.blog-carousel ul, .blog-carousel ol {
	margin: 0 auto !important;
}

.blog-carousel .carousel-indicators {
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
}

a.menu-outline-btn {
	font-size: 13px;
	line-height: 18px;
	padding: 4px 12px;
	border: 1px solid #00539b;
	color: #00539b;
	font-family: "muller-medium";
	text-transform: uppercase;
	margin: 0;
	display: block;
	width: 110px;
}

a.menu-outline-btn:hover {
	color: #FFF;
	background-color: #00539b;
}

a.green-contact {
	border: 1px solid #5f9e2d;
	color: #5f9e2d;
}

a.green-contact:hover {
	color: #FFF;
	background-color: #5f9e2d;
}

a.blue-contact {
	border: 1px solid #169fdb;
	color: #169fdb;
}

a.blue-contact:hover {
	color: #FFF;
	background-color: #169fdb;
}

a.purple-contact {
	border: 1px solid #95348d;
	color: #95348d;
}

a.purple-contact:hover {
	color: #FFF;
	background-color: #95348d;
}

a.orange-contact {
	border: 1px solid #e98b2e;
	color: #e98b2e;
}

a.orange-contact:hover {
	color: #FFF;
	background-color: #e98b2e;
}



.main-button3 {
	width: 100%;
	display: block;
	text-align: center;
	border: 3px solid #00539b;
	padding: 8px 10px;
	text-transform: uppercase;
	background-color: transparent;
	color: #00539b;
	font-family: muller-bold;
	margin: 20px auto 0 auto;
	letter-spacing: 1px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-size: 16px;
	text-decoration: none;
}


.post-body .carousel-control.left, .carousel-control.right {
	background-image: none;
	background-color: none;
	background-repeat: none;    
}

.post-body .carousel {
	border: 1px solid rgba(220,220,220,1);    
}

.post-body .carousel-control img {
	border-radius: 20px;
background-color: rgba(255,255,2550.66);    
}






