@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic);
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	color: #000000;
	background: #cccccc;
}
a {
	color: #0000ff;
}
a:hover {
	color: #9a9a9a;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
/*******************************************************************/
.container {
	width: 1100px;
	margin: 0 auto;
	background: #FFFFFF;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.logo {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
}
.ie7 .logo {
	width: 210px;
}
.logo img {
	max-width: 100%;
}
.logo a {
	color: #000000;
	text-decoration: none;
	line-height: 27px;
}
.logo a span {
	display: block;
	text-transform: uppercase;
}
.slider {
	float: left;
	width: 870px;
	overflow: hidden;
}
.ie7 .slider {
	width: 670px;
}
.logo-right {
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	float: left;
	width: 205px;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 15px;
	display: none;
}
.ie7 .logo-right {
	width: 170px;
}
.logo-right img {
	max-width: 100%;
}
.logo-right p {
	margin-top: 20px;
}
.logo-right a {
	/*font-size:18px;*/
	font-size: 19px;
	font-weight: 700;
	font-style: normal;
	line-height: 21px;
}
.body .container {
	padding-top: 15px;
}	
.body-left {
	text-align: right;
	display: table-cell;
	width: 230px;
	padding-left: 15px;
	margin-top: 15px;
}
.body-left ul {
	font-family: 'Bebas Neue';
	font-size: 25px;
	font-weight: 700;
	list-style: none;
}
.body-left ul li + li {
	margin-top: 4px;
	padding-top: 4px;
	/*border-top:2px #0f0f0f dotted;*/
	border-top: 1px dotted gray;
}
.body-left ul li a {
	text-decoration: none;
}
.body-middle {
	line-height: 24px;
	display: table-cell;
	width: 625px;
	min-height: 510px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 1px #000000 solid;
	overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
}
.ie7 .body-middle {
	width: 592px;
}
.body-middle h1 {
	font-family: 'Bebas Neue';
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 44px;
}
.body-middle h2 {
	font-size: 34px;
	font-weight: 900;
	line-height: 35px;
	margin-bottom: 15px;
}
.body-middle h3 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}
.body-middle h5 {
	/*font-size:24px;*/
	font-size: 30px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 10px;
}
.body-middle h6 {
	font-size: 20px;
	font-weight: 900;
	line-height: 23px;
	margin-bottom: 10px;
}
.body-middle p {
	margin-bottom: 12px;
}
.body-middle > ul, .body-middle > ol {
	margin-left: 22px;
	margin-bottom: 12px;
}
.body-middle > ul > li + li, .body-middle > ol > li + li {
	margin-top: 7px;
}
.body-right {
	vertical-align: top;
	text-align: center;
	display: table-cell;
	width: 245px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
}
.body-right h3 {
	font-family: 'Bebas Neue';
	color: #FFFFFF;
	font-weight: 700;
	font-size: 36px;
	line-height: 55px;
	margin-bottom: 5px;
	background: #339c2c;
}

.body-right h2 {
	font-family: 'Bebas Neue';
	text-align: left;
}

.body-right h3 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: #339c2c;
}
.body-right h3 a:hover {
	color: #FFFFFF;
	background: #0000ff;
}

.body-left h3 {
	font-family: 'Bebas Neue';
	color: #FFFFFF;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: rgb(78,24,82);
	text-decoration: none;
	text-align: center;
}
.body-left h3 a {
	display: block;
	color: #FFFFFF;
	background: #6b189f;
	text-align: center;
}

.body-left h6 {
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
}
.body-left p {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 10px;
}

.body-right p {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin-top: 10px;
	text-align: left;
}

.body-right .program-sponsor {
	margin-top: 100px;
}
.body-left .program-sponsor {
	margin-top: 10px;
	margin-bottom: 10px;
}
.body-left .conference-findings {
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #c3e0f2;
	line-height: 1.1;
}
.body-left .upcoming-conf {
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.body-left .upcoming-conf h2 {
	font-size: 1.2rem;
	line-height: 1.2;
}
.body-left .upcoming-conf h4 {
	font-size: 1.0rem;
	line-height: 1.6;
}
.body-left .upcoming-conf p {
	font-size: 0.9rem;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.1;
	font-style: normal;
}
.body-left .upcoming-conf p.header {
	font-size: 1.0rem;
}
.body-left .upcoming-conf a {
	display: block;
	background-color: rgb(1, 129, 54);
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}
.body-left .upcoming-conf a:hover {
	background-color: rgb(0, 100, 25);
	color: #ccc;
}
.body-left .upcoming-conf img {
	max-width: 100%;
        width: 100%;
}
.body-left .national-health {
	font-size: 15px;
    margin-top: 100px;
    padding-left: 10px;
    text-align: left;
}
.body-left .left-text {
    margin-left: 10px;
}
.body-left .national-health img{
	width: 90%;
	max-width: 200px;
}
.body-right .program-sponsor p {
	/*font-size:14px;
	font-weight:400;*/
	font-style: normal;/*margin-bottom:0px;*/
}
.body-left .program-sponsor p {
	font-size:20px;
	font-weight:700;
	font-style: normal;/*margin-bottom:0px;*/
	text-align: center;
}
.body-right .footer-social {
	margin-top: 20px;
}
.body-right ul {
	display: inline-block;
}
.body-right ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
.body-right ul li+li {
	margin-left: 5px;
}
.body-right ul li a {
	vertical-align: middle;
}
.body-right ul li a img {
	max-height: 30px;
}
.body-right ul li a:hover img{
	opacity: 0.7;
}

.body-left .program-sponsor img {
	display: block;
	margin: auto;
}
.index-image {
	width: 351px;
	max-width: 100%;
	margin: 0 auto 15px auto;
}
.index-image img {
	max-width: 100%;
	border-radius: 20px;
}
.text-center {
	text-align: center;
}
/***************************************************************/
.inner-body {
	font-size: 18px;
        line-height: 18px;
}
.wpcf7-form {
	margin-top: 20px;
}
.wpcf7-form label {
	display: block;
}
.wpcf7-form .form-group {
	margin-top: 10px;
}
.wpcf7-form input[type="text"], input[type="email"], input[type="tel"] {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	width: 70%;
	height: 35px;
	padding: 10px 10px;
	margin-top: 2px;
	border: 1px #A3A3A3 solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .wpcf7-form input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
 border-color: #339c2c;
 outline: 0;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wpcf7-form textarea {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	width: 100%;
	height: auto;
	padding: 7px 10px;
	margin-top: 2px;
	border: 1px #A3A3A3 solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7-form textarea:focus {
	border-color: #339c2c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wpcf7-form input[type="submit"] {
	font-family: 'Bebas Neue';
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 700;
	cursor: pointer;
	padding: 8px 15px;
	background: #339c2c;
	border: 0;
}
.speaker {
	overflow: hidden;
	margin-top: 5px;
	padding-top:15px;
	border-top: 1px dotted #cccccc;
}
.speaker-image {
	float: left;
	margin-right: 13px;
	margin-top: 4px;
	padding: 2px;
	border-radius: 12px;
	border: 1px #B0B0B0 solid;
}
.speaker-image img {
	vertical-align: middle;
	width: 120px;
	border-radius: 10px;
}
.speaker-details {
	overflow: hidden;
	line-height: 20px;
}
.speaker-details h6 {
	margin-bottom: 0;
}
.speaker-details .speaker-title {
	font-weight: 700;
	margin-bottom: 0;
}
.confirmation {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 32px;
	text-transform: uppercase;
	padding: 10px 10px 7px 10px;
	background: #339c2c;
}
.ticket-qty {
	font-weight: 600;
	margin-bottom: 10px;
}
.ticket-qty label {
	display: inline-block;
}
.ticket-qty input {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	width: 50px;
	height: 30px;
	padding-left: 7px;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px #ADADAD solid;
}
.back-next {
	margin-top: 50px;
}
.back-next:after {
	content: "";
	display: block;
	clear: both;
}
.back-next .go-back, .back-next .go-next {
	cursor: pointer;
	font-size: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	float: left;
	position: relative;
	display: inline-block;
	padding: 10px 10px 7px 27px;
	background: #339c2c;
}
.back-next .go-back {
	background: #339c2c url(images/arrow_01.png) no-repeat 10px center;
}
.back-next .go-next {
	float: right;
	padding: 7px 27px 5px 10px;
	background: #339c2c url(images/arrow_02.png) no-repeat right 10px center;
}
.ticket-price span {
	display: inline-block;
	margin-right: 10px;
}
.registration2 {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px #000000 dotted;
}
.registration2 h2 {
	margin-top: 25px;
}
.registration2 .form-group + .form-group {
	margin-top: 15px;
}
.registration2 .form-group:after {
	content: "";
	display: block;
	clear: both;
}
.registration2 .form-group.form-half {
	float:none;
	width:60%;
	padding-right:15px;
}
.registration2 .form-group.form-half + .form-group.form-half {
	padding-right:15px;
	padding-left:0px;
}
.registration2 .form-group.form-half.full {
	width:100%;
}
.registration2 .form-group label {
	float: left;
	/*width: 20%;*/
	width: 22%;
	margin-top: 6px;
}
.registration2 .form-group.form-half label {
	width:100%;
	margin-top:0;
}
.registration2 input[type="text"] {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	/*width: 80%;*/
	width: 78%;
	height: 35px;
	padding: 10px 10px;
	margin-top: 2px;
	border: 1px #A3A3A3 solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.registration2 input[type="text"]:focus {
	border-color: #339c2c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.registration2 select {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	/*width: 80%;*/
	width: 78%;
	height: 35px;
	padding: 4px 7px;
	margin-top: 2px;
	border: 1px #A3A3A3 solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.registration2 .form-group.form-half input[type="text"], .registration2 .form-group.form-half select {
	width:100%;
}
.registration2 select:focus {
	border-color: #339c2c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.registration2 textarea {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	/*width: 80%;*/
	width: 78%;
	height: 150px;
	padding: 4px 7px;
	margin-top: 2px;
	border: 1px #A3A3A3 solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.registration2 textarea:focus {
	border-color: #339c2c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.registration2 .yes-no label {
	width: auto;
	margin-right: 15px;
}
.registration2 .yes-no input {
	vertical-align: middle;
}
.registration2 small {
	display: inline-block;
	padding-right: 10px;
}
.registration2 .checkbox {
	padding-top: 15px;
	border-top: 2px #000000 dotted;
}
.registration2 .checkbox label {
	width: 33.33%;
}
.registration2 .checkbox input {
	vertical-align: middle;
}
.note {
	color: #e0741c;
	margin-top: 15px;
	font-size: 15px;
}
.registration4 {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px #000000 dotted;
}
.registration4 .form-group + .form-group {
	margin-top: 15px;
}
.registration4 .form-group:after {
	content: "";
	display: block;
	clear: both;
}
.registration4 h4 {
	font-family: 'Source Sans Pro';
	font-size: 25px;
	margin-bottom: 15px;
}
.registration4 .form-group .half {
	float: left;
	width: 49%;
}
.registration4 .form-group .half + .half {
	margin-left: 2%;
}
.registration4 .form-group label {
	float: left;
	width: 15%;
	margin-top: 6px;
}
.registration4 .form-group .half label {
	width: 31%;
}
.registration4 input[type="text"] {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	width: 85%;
	height: 35px;
	padding: 10px 10px;
	margin-top: 2px;
	border: 1px #A3A3A3 solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.registration4 .form-group .half input[type="text"] {
	width: 69%;
}
.registration4 input[type="text"]:focus {
	border-color: #339c2c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.registration4 .checkbox label {
	width: auto;
	margin-right: 15px;
}
.registration4 .card-name label {
	width: 45%;
}
.registration4 .card-name input {
	width: 55%;
}
.registration4 .card-number label {
	width: 20%;
}
.registration4 .card-number input {
	width: 80%;
}
.attendee {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px #000000 dotted;
}
.attendee h2 {
	margin-top: 10px;
	border-top: 2px dotted #000;
	padding-top: 10px;
}
.attendee p {
	margin-bottom: 10px;
}
.attendee ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
.committee {
}
.committee + .committee {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted gray;
}
.committee p {
	margin-bottom: 0px;
}
.committee *:last-child {
	margin-bottom: 0;
}
.member {
	margin-bottom: 10px;
}
.registration2 .checkbox a {
	color: #000000;
	text-decoration: none;
}
.registration2 .checkbox a:hover {
	text-decoration: underline;
}
.fancybox-content {
	display: none;
}
.form-group .error {
	color: #FF0004;
	border: 1px #FF0004 solid !important;
}
.form-group label.error {
	display: none;
	float: left;
	width: auto !important;
	color: #FF0004;
	font-size: 14px;
	line-height: normal;
	border: 0 !important;
}
.registration2 .form-group label.error {
	/*margin-left: 20%;*/
	margin-left: 22%;
}
.registration2 .form-group.form-half label.error {
	margin-left: 0;
}
.registration2 .checkbox label.error {
	margin-left: 0;
	width: 100% !important;
	margin-top: 0 !important;
}
.registration4 .form-group label.error {
	margin-left: 15%;
}
.registration4 .form-group .half label.error {
	margin-left: 31%;
}
footer {
	display: none;
}
footer .container {
	padding: 10px 0;
	text-align: center;
	border-top: 15px #FFFFFF solid;
	background: #434343;
}
footer .footer-social {
	float: right;
	margin-right: 5px;
}
footer ul {
	display: inline-block;
}
footer ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 0;
}
footer ul li a {
	vertical-align: middle;
}
footer ul li a:hover img{
	opacity: 0.7;
}
.restore_paragraph {
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
	margin-top: 5px;
}
.restore_paragraph img {
	max-width: 100%;
}
.restore_paragraph img {
	border-radius: 20px;
}
.body-middle .border {
	margin-bottom: 9px;
	padding-top: 9px;
	border-top: 1px #808080 dotted;
}
hr {
	/*border: 1px dotted #808080;*/
	border-top: 1px dotted gray;
	margin: 20px 0;
	width: 100%;
}
.print_agende {
	float: right;
	display: inline-block;
	width: 27px;
	height: 27px;
	text-indent: -99999px;
	margin-top: 10px;
	background: url(images/print.png) no-repeat;
}
.clear-both {
	display:block;
	float:none;
	clear:both;
	height:0;
}
.attendee .inline-column strong {
	width: 215px;
	display: inline-block;
}
.pay-form .form-group label{
	width: 20%;
	display: inline-block;
}
.pay-form .form-group{
	clear: both;
}
.pay-form .authnet_select{
	width: 80%;
}
.authnet_select_small, .authnet_select{
	height: 35px;
}
.pay-form .form-group > .half label {
	width: 41%;
}
.pay-form .form-group label.error {
	margin-left: 20%;
}
.pay-form .form-group > .half label.error {
	margin-left: 41%;
}
.ticket-qty1 label.error {
    color: #ff0000;
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 25px;
}
#step4 {
    position: relative;
}
.overLay {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.overLay img {
    bottom: 0;
    left: 50%;
    margin-left: -114px;
    position: absolute;
}
.boxError {
    background: none repeat scroll 0 0 #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    font-size: 14px;
    padding: 10px;
}

.widget_event_widget h1 {
	font-family: 'Bebas Neue';
	color: #FFFFFF;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	padding: 5px 20px;
	background: rgb(78,24,82);
	text-decoration: none;
	text-align: center;
}
.widget_event_widget .right-events-widget {
	text-align: center;
}
.widget_event_widget .right-event-date {
	margin: 5px 0 0;
}
.widget_event_widget .right-event-title {
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
}
.widget_event_widget .right-event-link {
	font-size: 16px;
	font-style: normal;
	margin-bottom: 15px;
    word-break: break-all;
}

/***************************************************************/
/*@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semiboldit-webfont.eot');
    src: url('fonts/sourcesanspro-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semiboldit-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semiboldit-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semiboldit-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semiboldit-webfont.svg#source_sans_proSBdIt') format('svg');
    font-weight: 600;
    font-style: italic;
}*/
@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),  url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),  url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/sourcesanspro-boldit-webfont.eot');
	src: url('fonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-boldit-webfont.woff2') format('woff2'),  url('fonts/sourcesanspro-boldit-webfont.woff') format('woff'),  url('fonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/sourcesanspro-black-webfont.eot');
	src: url('fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-black-webfont.woff2') format('woff2'),  url('fonts/sourcesanspro-black-webfont.woff') format('woff'),  url('fonts/sourcesanspro-black-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/sourcesanspro-blackit-webfont.eot');
	src: url('fonts/sourcesanspro-blackit-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-blackit-webfont.woff2') format('woff2'),  url('fonts/sourcesanspro-blackit-webfont.woff') format('woff'),  url('fonts/sourcesanspro-blackit-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-blackit-webfont.svg#source_sans_problack_italic') format('svg');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/bebasneue_regular-webfont.eot');
	src: url('fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),  url('fonts/bebasneue_regular-webfont.woff') format('woff'),  url('fonts/bebasneue_regular-webfont.ttf') format('truetype'),  url('fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/bebasneue_bold-webfont.eot');
	src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),  url('fonts/bebasneue_bold-webfont.woff') format('woff'),  url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),  url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
	font-weight: 700;
	font-style: normal;
}