/* default css settings */
p
{
	margin:0px;
	padding:0px;
}
label
{
	margin:0px;
	padding:0px;
}
h1
{
	margin:0px;
	padding:0px;
}
h2
{
	margin:0px;
	padding:0px;

}
h3
{
	margin:0px;
	padding:0px;

}
h4
{
	margin:0px;
	padding:0px;

}
h5
{
	margin:0px;
	padding:0px;

}
h6
{
	margin:0px;
	padding:0px;

}
h7
{
	margin:0px;
	padding:0px;

}
img
{
	border:none;
}
/* default css settings */

/* YIP CSS */
img {
	display:block;
	border:none;
}


body {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	margin: 0;
	padding: 0;
}

a {
	font-weight: normal;
	color: #FE7F1F;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #FE7F1F;
	text-decoration: none;
}


.textSmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #747373;
	font-weight : normal;
	line-height: 24px;
}


h1 {
	font-family: 'Rokkitt', serif;
	font-size: 42px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #525252;
	font-weight: 300;
	margin: 0;
	padding: 0;
}


h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	margin: 0;
	padding: 0;
}


h4 {
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	color: 22;
	font-weight: regular;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	color: #828182;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


.blogMonth {
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.blogDate {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.blogText {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.whiteHeader {
	font-family: 'Rokkitt', serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.whiteText {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#header_desktop
{
	position: relative;
}

#header_desktop::after
{
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 12px;
	background: url('/images/header-background.png') bottom center repeat-x;
}

#header_desktop > div:first-of-type
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	height: 170px;
}

#header_desktop nav a:link,
#header_desktop nav a:active,
#header_desktop nav a:visited
{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFFFFF;
	transition: all 200ms;
}

#header_desktop nav a:hover
{
	color: #FF8003;
	border: 1px solid #888888;
}

#header_desktop .social-media-container
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#header_desktop .social-media-container a:link,
#header_desktop .social-media-container a:active,
#header_desktop .social-media-container a:visited
{
	display: inline-block;
	margin-right: 10px;
	transition: transform 200ms;
}

#header_desktop .social-media-container a:hover
{
	transform: translateY(-3px);
}

#header_desktop .social-media-container a:link:last-of-type,
#header_desktop .social-media-container a:active:last-of-type,
#header_desktop .social-media-container a:visited:last-of-type,
#header_desktop .social-media-container a:hover:last-of-type
{
	margin-right: 0;
}

#footer_desktop
{
	background: url('/images/footerBG.png') top center repeat-x;
	padding: 20px 0 100px 0;
}

#footer_desktop > div:first-of-type
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}

#footer_desktop nav a:link,
#footer_desktop nav a:active,
#footer_desktop nav a:visited
{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #656560;
	text-decoration: none;
	font-weight: 400;
	margin-right: 20px;
	transition: all 200ms;
}

#footer_desktop nav a:hover
{
	color: #FE7F1F;
}

#footer_desktop nav a:link:last-of-type,
#footer_desktop nav a:active:last-of-type,
#footer_desktop nav a:visited:last-of-type,
#footer_desktop nav a:hover:last-of-type
{
	margin-right: 0;
}

#footer_desktop .social-media-container
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#footer_desktop .social-media-container a:link,
#footer_desktop .social-media-container a:active,
#footer_desktop .social-media-container a:visited
{
	display: inline-block;
	margin-right: 10px;
	transition: transform 200ms;
}

#footer_desktop .social-media-container a:hover
{
	transform: translateY(-3px);
}

#footer_desktop .social-media-container a:link:last-of-type,
#footer_desktop .social-media-container a:active:last-of-type,
#footer_desktop .social-media-container a:visited:last-of-type,
#footer_desktop .social-media-container a:hover:last-of-type
{
	margin-right: 0;
}

/* footer nav */

a.fNav:link {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #656560;
	text-decoration: none;
	font-weight: 400;
	padding-right:20px;
}

a.fNav:visited {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #656560;
	text-decoration: none;
	font-weight: 400;
	padding-right:20px;
}

a.fNav:hover {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FE7F1F;
	text-decoration: none;
	font-weight: 400;
	padding-right:20px;
}

a.fNav:active {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #656560;
	text-decoration: none;
	font-weight: 400;
	padding-right:20px;
}

/* secondary footer nav */

a.fNav2:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #747373;
	font-weight : normal;
	text-decoration: none;
}

a.fNav2:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #747373;
	font-weight : normal;
	text-decoration: none;
}

a.fNav2:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FE7F1F;
	font-weight : normal;
	text-decoration: none;
}

a.fNav2:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #747373;
	font-weight : normal;
	text-decoration: none;
}

/* main nav links */

a.Nav:link {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFFFFF;
}

a.Nav:visited {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFFFFF;
}

a.Nav:hover {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #FF8003;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #888888;
}

a.Nav:active {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #888888;
}



.footerText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #67676A;
	font-weight: normal;
	line-height: 16px;
}



/* horizontal image style */

.Icons {
	display:inline;
	vertical-align: middle;
	padding-right: 2px;
	padding-bottom: 2px;
}

.SMimg {
	display:inline;
	vertical-align: middle;
}

.Nlicon {
	display:inline;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 5px;
}

.SMimg2 {
	display:inline;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

.SMimg3 {
	display:inline;
	vertical-align: middle;
	padding-left: 45px;
	padding-top: 15px;
}



.lessLineHeight {
	line-height: 12px;
}

.LineHeight {
	line-height: 18px;
}

.MoreLineHeight {
	line-height: 26px;
}

.evenMoreLineHeight {
	line-height: 40px;
}

.MostLineHeight {
	line-height: 48px;
	padding-top: 10px;
}

.lowerPadding {
	padding-bottom: 12px;
}

.ImagePaddingRight {
	padding-right: 20px;
	padding-bottom: 10px;
}

.ImagePaddingLeft {
	padding-left: 20px;
	padding-bottom: 10px;
}

ul {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
}




/* page backgrounds */

.pageTilingBG {
	background-image: url(../images/mainBG.png);
	background-repeat: repeat-x;
}

.midPageBG {
	background-image: url(../images/midPageBG.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

.footerBG {
	background-image: url(../images/footerBG.png);
	background-position: center top;
	background-repeat: repeat-x;
}






.asterix {
	color: #FF0000;
	font-weight: bolder
}
/* YIP CSS */


/* WebWiz@rd css classes */
.ww_editor_body
{
	background-color: #FFFFFF;
}
.ww_p, .defaultInternalFont {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.ww_p_double_space
{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 18px; /* Make this same as line-height of regular p tag */
}

.ww_p_alternate{}
.ww_h1{
	font-family: 'Rokkitt', serif;
	font-size: 42px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ww_h2{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #525252;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ww_h3{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ww_h4{
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	color: 22;
	font-weight: regular;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ww_h5{
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	color: #828182;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ww_h6
{
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ww_newsletter_content{}
.ww_newsletter_body{}
/* WebWiz@rd css classes */