body {
	background-color:#f8f7f7;
	color: #878787;
	font-family: "news-gothic-std",sans-serif;
	/*font-family:'News Gothic BT', Arial, Helvetica, sans-serif;
	font-family: "open-sans",sans-serif;
	font-family:"News Gothic BT W03", Arial, Helvetica, sans-serif;
	font-family: 'News Cycle', sans-serif;
	font-family:"ITC Franklin Gothic W01", Arial, Helvetica, sans-serif;*/
	font-weight: 300;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.7;
}

body form.form {
    color: #666;
    font: 20px/33px 'News Gothic BT', Arial, Helvetica, sans-serif!important;
    margin: 0.5em 0 1em;
    padding: 0.5em;
}

p {
	margin: 0 0 1em 0;
}

h1 {
	color: #01a4e1;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 7px 0;
}

h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 1.5em;
	font-weight:300;
}

h4 {
	font-weight: 300;
	font-size: 1.2em;
}

h1 + p {
	margin-top: 30px;
}
	

a {
	color: #01a4e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom:0.75em;
	list-style-type: disc;
	margin-left: 1.2em;
}

ul li  {
	line-height: 1.3;
	margin-bottom: 10px;
}

ul ul {
	list-style-type: circle;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear:both;
}

#breadcrumb {
	border-top: solid 1px #a2a2a2;
}

.breadcrumb-wrapper {
	font-size: 16px;
	margin: 0 auto;
	max-width: 1597px;
	width: 100%;
}

#breadcrumbs {
	margin: 20px 54px 0 54px;
}

.breadcrumb-wrapper a {
	color: #878787;
}

#main-menu-wrapper + #breadcrumb {
	border-top: none;
	margin-top: 80px;
}

.archive-title {
	font-size: 56px;
	margin-bottom: 44px;
}

embed, iframe, object, video {
    max-width: 100%;
}

.iframe-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vendi-document-btn a {
	background-color: #01a4e1;
	color: #fff;
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 30px 0;
	max-width: 200px;
	padding: 15px 60px 15px 15px;
	position: relative;
	transition: background-color 0.5s ease 0s;
}

.vendi-document-btn a::after {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60px auto;
	content: "";
	display: block;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	right: -15px;
	top: 0;
	transition: background-color 0.5s ease 0s;
	width: 60px;
}

.vendi-document-btn a:hover {
	background-color: #00457c;
	text-decoration: none;
}

.document-btn a {
	background-color: #01a4e1;
    color: #fff;
    display: inline-block;
    line-height: 1.3;
    margin: 15px 0;
    max-width: 200px;
    padding: 15px 60px 15px 15px;
	position: relative;
    transition: background-color 0.5s ease 0s;
}

.document-btn.no-image a {
	background-color: #01a4e1;
    color: #fff;
    display: inline-block;
    line-height: 1.3;
    margin: 15px 0;
    max-width: none;
    padding: 15px;
	position: relative;
    transition: background-color 0.5s ease 0s;
}

.document-btn.beer a::after {
    background: transparent url("../images/beer.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.dairy a::after {
    background: transparent url("../images/dairy.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.cs a::after {
    background: transparent url("../images/cs.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.flex a::after {
    background: transparent url("../images/flex.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.iml a::after {
    background: transparent url("../images/iml.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.ps a::after {
    background: transparent url("../images/ps.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.shrink a::after {
    background: transparent url("../images/shrink.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}

.document-btn.corp a::after {
    background: transparent url("../images/corp_brochure.png") no-repeat scroll right center / 60px auto;
    content: "";
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 0;
    transition: background-color 0.5s ease 0s;
    width: 60px;
}


.document-btn a:hover {
	background-color: #00457c;
	text-decoration: none;
}

.white-paper {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 49%;
}

.white-paper img {
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	max-width: 232px;
	width: 100%;
}

.white-paper-wrapper.even {
	border-right: 1px solid #bdbdbd;
	padding-right: 30px;
}

.white-paper-wrapper.odd {
	padding-left: 30px;
}

/* begin pagination styles */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.pagination .nav-links .page-numbers {
	color: #7e7e7e;
	font-size: 15px;
	font-weight: 600;
	margin: 0 10px;
}

.pagination .nav-links .page-numbers:first-child {
	margin: 0 10px 0 0;
}

.pagination .nav-links .page-numbers:last-child {
	margin: 0 0 0 10px;
}

.pagination .nav-links .page-numbers.current {
	color: #01a4e1;
}

/* end pagination styles */

/* begin gallery styles */

#main-content h6 {
	border-top: 1px solid #bdbdbd;
    color: #00457c;
    font-size: 18px;
    margin: 30px 0 15px;
	padding: 15px 0 0 0;
	text-align: center;
}

.gallery {
    display: table;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
  	justify-content: center;
    margin: auto;
}

#gallery-2.gallery .gallery-item {
    -webkit-box-flex: 1 0 auto;
	-moz-box-flex: 1 0 auto;
	width: 20%; 
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
    float: none;
    margin: 0;
    text-align: center;
    width: auto;
}

/* end gallery styles */

#responsive-menu .sub-menu {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	
	.white-paper {
		display: block;
		text-align: left;
		width: auto;
	}
	
	.white-paper-wrapper {
		margin-bottom: 30px;
	}
	
	.white-paper-wrapper.even {
		border-right: none;
		padding-right: 0;
	}
	
	.white-paper-wrapper.odd {
		padding-left: 0;
	}
	
}
	


@media (min-width: 768px) and (max-width: 1024px) {
	#breadcrumbs {
		margin: 20px 15px 0 15px;
	} 
	
	.archive-title {
		font-size: 45px;
		margin-bottom: 30px;
	}
}

@media (max-width: 736px) {
	body {
		font-size: 1.2em;
	}
	
	#breadcrumbs {
		margin: 20px 15px 0 15px;
	} 
	
	.archive-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
}

@media only screen
and (max-width : 1024px) {
		#main-menu-wrapper + #breadcrumb {
		border-top: none;
		margin-top: 10px;
	}
}