* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: HelveticaLTStd-Con;
	src: url('../fonts/HelveticaLTStd-Con.otf');
}

@font-face {
	font-family: HelveticaLTStd-Reg;
	src: url('../fonts/HelveticaLTStd-Reg.otf');
}

body, html {
	font-family: HelveticaLTStd-Con, sans-serif;
	background: #fff;
	text-align: justify;
}

a, a:hover, a:visited, a:active, a:focus {
	text-decoration: none;
	color: #323232;
}

.container {
	padding: 0;
}

.caption {
	padding: 10px;
	width: 100%;
	color: #fff;
}

.caption-red {
	background-color: #AD1E22;
}

.caption-blue {
	background-color: #3e85c3;
}

.caption-green-2 {
	background-color: #23A54E;
}

.caption-gold {
	background-color: #a07a11;
}

.caption-purple {
	background-color: #6b00a8;
}

.caption-orange {
	background-color: #E36426;
}

.content a.cap-link {
	display: inline-block;
	padding: 10px;
	color: #fff;
	border: 1px solid #fff;
}

.content {
        margin: 20px 0;
}

.row {
	padding: 0;
	margin: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}

h1 {
	margin: 0;
}

h2 {
	text-indent: 0px;
}

h3 {
	text-indent: 0px;
}

h4 {
	text-indent: 0px;
}


h5 {
	text-indent: 0px;
}

p {
	font-size: 1.3em;
}

span {
	
}

img {
	width: 100%;
}

table {
	width: 100%;
}

table td.content {
	width: 70%;
}

table img {
	width: 70%;
}

table .imgholder {
	margin-top: -190%;
}

table .foot {
	font-size: 1.2em;
	text-align: left;
}

.flt-left {
	float: left;
	width: 50%;
}
.flt-right {
	float: right;
	width: 50%;
	
}
.margin {
	margin: 20px 0px;
}

.banner{
	padding: 0;
	margin: 0;
}

.blue {
	color: #3e85c3;
}

.synergy34 a:hover, .col-btn-blue:hover {
	color: #004582;	
}

.red {
	color: #cd3f23;

}

.brown {
	color: #813518;
}

.green {
	color: #80bf40;
}

.green-2 {
	color: #23A54E;
}

.black {
	color: #19242a;
}	

.gold {
	color:#a07a11;
}

.orange {
	color:#C9661E;
}

.purple {
	color: #a200ff;
}
	
.synergy35 a:hover, .col-btn-red:hover {
	color: #841600;	
}

.font-con {
	font-family: HelveticaLTStd-Con, sans-serif;
}

.font-reg {
	font-family: HelveticaLTStd-Reg, sans-serif;
}

.issuenum {
	font-size: 7em;
	line-height: 1em;
	float: right;
}

.tcadd {
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 10px 0 0 10px;
	float: right;
}

.bold {
	font-size: 2em;
	font-size: 2vw;
	line-height: .2em;
}
/* new format*/

.headertext {
	text-align: left;
	text-transform: uppercase;
}

.tcfont {
	text-align: left;
	font-size: 3.75em;
}

.titletext {
	font-size: 2em;
	text-align: left;
	font-weight: bold;
}

.graphtitle {
	font-size: 1.5em;
	padding: 20px 20px 0px 20px;
	text-align: center;
}

.sliderheadertext {
	font-size: 25px;
	text-align: left;
}

/* end new format*/

.sep {
	width: 100%;
	height: 1px;
	background-color: #19242a;
	margin: 20px 0;
}


.float-caps {
	padding: 10px 50px 10px 0;
	right: 0;
	margin-top: -50px;
	color: #fff;
	z-index: 9999;
	position: absolute;
}

.pic-caps {
	padding: 0;
	margin: 20px 0;	
}

.pics {
	background: #ad1e22;
}

.pix {
	padding: 0;
	margin: 0;
	height: auto;
}

.txt {
	padding: 20px;
	background: #ad1e22;
	height: auto;
	color: #fff;
}

.main{
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.03);
	padding: 30px 50px 80px 50px;
	margin: 30px auto;
	border: 1px solid rgba(255,255,255,0.8);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}

#feat-prod-desc {
	padding-top: 20px;
}


.btn {
	font-family: inherit;
	font-size: inherit;
	color: #323232;
	background: none;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	white-space: normal;
	border-radius: 12px;
	text-align: center;
}

.btn-green {
	border: 2px solid #48a70a;
	color: #48a70a;
}

.btn-blue {
	border: 2px solid #12a1da;
	color: #12a1da;
}

.btn-brown {
	border: 2px solid #813518;
	color: #813518;
}

.btn-orange {
	border: 2px solid #C9661E;
	color: #C9661E;
}


.btn-fxdwd {
	width: 200px;
}

.btn:hover,
.btn:active {
	color: #fff;
}

.btn-green:hover,
.btn-green:active {
	background:  #48a70a;
	color: #fff;
}


.btn-orange:hover,
.btn-orange:active {
	background:  #C9661E;
	color: #fff;
}

.btn-blue:hover,
.btn-blue:active {
	background: #12a1da;
	color: #fff;
}

.btn-brown:hover,
.btn-brown:active {
	background: #813518;
	color: #fff;
}

.btn-fxdwd {
	width: 200px;
}

#copyright {
	margin-top: 30px;
	text-align: center;
}

#copyright p {
	font-size: .875em;
	margin: 20px 0;
}

footer {
	background-color: #19242A;
	text-align: center;
	padding: 20px;
	color: #fff;
}

footer a {
	color: #e5e5e5;
}

footer a:hover, footer a:visited, footer a:focus, footer a:active {
	color: #fff;
}

#syn-title {
	font-size: 6vw;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 46px;
	height: 46px;
	background: url('../img/arrow-up-black.png') no-repeat center center;
    background-color: rgba(25, 46, 32, 0.2);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 100%;
}

#back-to-top:hover {
	background: url('../img/arrow-up-white.png') no-repeat center center;
    background-color: rgba(25, 46, 32, 1);
}

@media (max-width: 1024px){
	#syn40 {
		font-size: 9.3vw;
	}
}

@media (max-width: 768px){
	.container {
		padding: 0 20px;
	}

	.container br {
		margin-bottom: 5px;
	}

	table .imgholder {
		margin-top: -170%;
	}

	.issuenum {
		font-size: 7em;
		font-size: 18vw;
	}

	.tcadd {
		font-size: 1.7em;
		font-size: 3vw;
	}

	.float-caps {
		padding: 10px 10px;
		margin-top: -80px;
	}

	#syn40 {
		font-size: 8.9vw;
	}
}

@media (max-width: 480px){
	#syn40 {
		font-size: 8.65vw;
	}
}


@media (max-width: 414px){
	#syn40 {
		font-size: 8.4vw;
	}
}

@media (max-width: 375px){
	#syn40 {
		font-size: 8.23vw;
	}
}


@media (max-width: 360px){
	#syn40 {
		font-size: 8.1vw;
	}
}

@media (max-width: 320px){
	#syn40 {
		font-size: 7.89vw;
	}
}