/* font-face declarations */

@font-face {
     font-family: 'montserratextrabold';
    src: url('montserrat-extrabold-webfont.woff2') format('woff2'),
         url('montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('montserrat-light-webfont.woff2') format('woff2'),
         url('montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight_italic';
    src: url('montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('montserrat-semibold-webfont.woff2') format('woff2'),
         url('montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold_italic';
    src: url('montserrat-semibolditalic-webfont.woff2') format('woff2'),
         url('montserrat-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* css begins. first basic structure */

body {
	font: normal 1em/1.75em 'montserratlight';
	background-color: #ececec;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#base {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
#picbar {
	height: 200px;
	max-width: 1100px;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-o-border-top-right-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.home  {
	background-image: url(../images/bkgdbar1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #749405;
}
.contact {
	background-image: url(../images/bkgdbar1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #749405;
}
.aboutjanice {
	background-image: url(../images/bkgdbar2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #749405;
}
.choosinganadvisor {
	background-image: url(../images/bkgdbar3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #749405;
}
.wealthandhealth {
	background-image: url(../images/bkgdbar4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #749405;
}
.services {
	background-image: url(../images/bkgdbar5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #749405;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	max-width: 1100px;
	position: relative;
}
#header #logo_bg {
	position: absolute;
	left: 0;
	top: 20px;
    width: 180px;
    height: auto;
}
#janicetitle {
	position: absolute;
	top: 31px;
	left: 191px;
	z-index: 100;
}
#janicetitle p {
    font: normal 1.55em 'montserratlight';
    color: #FFF;
    margin: 0;
}
#janicetitle p span {
    font: normal .55em 'montserratlight_italic';
    color: #FFF;
}
#container {
	background-color: #fff;
	max-width: 1100px;
	padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-o-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#leftsidecontent {
	width: 75%;
	margin-right: 27px;
	text-align: left;
	color: #686868;
	position: relative;
}
.contentend  {
	background-image: url(../images/contentbtm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 645px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	clear: left;
	display: inline;
	font-size: 0px;
}
#footer {
	background-color: #62917B;
	max-width: 1100px;
	margin: 10px auto 0 auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	position: relative;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-o-border-top-right-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#rightside {

}
#rightsidecontent {
	width: 212px;
	text-align: center;
	padding: 5px;
}
.regulatory {
    border: 1px solid #EEE;
    margin-top: 15px;
    border-radius: 8px;
    padding: 20px;
}
.regulatory-logo-first {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}
.regulatory-logo-middle {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}
.regulatory-logo-last {
    padding-top: 10px;
}

/* navigation, text formatting, links etc. */

strong {
    font-family: 'montserratsemibold';
}
#slogan {
	position: absolute;
	right: 0;
	top: 67px;
	height: 72px;
	width: 400px;
}
#slogan p {
	color: #11703C;
    font-size: 1.75em;
    line-height: 1.2em;
    text-align: right;
    margin: 0;
}
#janice {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0px;
    width: 214px;
    height: 252px;
}
.rtspace {
	width: 350px;
}
#tab {
	color: #000;
	width: 394px;
	position: absolute;
	top: 15px;
	right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background-color: #f0f0f0;
	z-index: 100;
	height: 20px;
	font-size: 80%;
	padding: 5px 10px 5px 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#tab p {
    margin: 0 15px 0 0;
    line-height: 20px;
}
#tab a {
	color: #11703C;
	text-decoration: none;
	font-family: 'montserratsemibold';
    line-height: 20px;
}
#tab a:hover {
	color: #b2541a;
	text-decoration: none;
}
#leftsidecontent p a{
	color: #11703C;
	text-decoration: none;
	font-weight: bold;
}
#leftsidecontent ul , #leftsidecontent ol{
	margin: 0px;
	padding: 0px;
}
#leftsidecontent ul li{
	list-style-image: url(../images/bullet.gif);
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leftsidecontent ol li {
	margin-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: decimal;
}
#leftsidecontent p a:hover {
	font-weight: bold;
	color: #B2541A;
	text-decoration: none;
}
.highlight {
	font-weight: bold;
	color: #B2541A;
	text-decoration: none;
}
.smallprint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #8E8E8E;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}
.subnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 35px;
	right: 10px;
	width: 180px;
	overflow: hidden;
}
.subnav ul {
	margin: 0px;
	padding: 0px;
}
.subnav ul li {
	list-style-type: none;
	text-align: center;
	height: 30px;
	margin-bottom: 8px;
	padding: 0px;
}
.subnav ul li a {
	font-family: Frutiger, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/subnavleftback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.subnav ul li a:hover {
	font-family: Frutiger, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/subnavleftback.jpg);
	background-repeat: no-repeat;
	background-position: left -30px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.buttonanchor {
	position: relative;
}
.speciallink  a{
	font-family: Frutiger, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/subnavleftback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	display: block;
}
.speciallink {
	height: 30px;
	width: 180px;
	position: absolute;
	left: 110px;
	top: 0px;
}
.speciallink a:hover {
	font-family: Frutiger, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/subnavleftback.jpg);
	background-repeat: no-repeat;
	background-position: left -30px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.subnavcurrent {
	font-family: Frutiger, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-color: #B2541A;
	background-image: url(../images/subnavleftback.jpg);
	background-repeat: no-repeat;
	background-position: left -30px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.chart {
	border: 1px solid #8D949A;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.normalize {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
.clear {
	clear: both;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin-bottom: 6px;
	list-style-type: none;
	height: 37px;
	width: 212px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#navigation a {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 37px;
	width: 212px;
	font: normal .9em/34px 'montserratsemibold';
	color: #666;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#navigation a:hover {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: -212px top;
	color: #FFF;
}
.current {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: -212px top !important;
	color: #FFF !important;
}
#navigation {
	margin-bottom: 20px;
}
.hidden {
    display: none;
}
.mobilesidemenu input[type="checkbox"], .mobilesidesubmenu input[type="checkbox"] {
	display: none;
}
.mobileoverlay {
	display: none;
}
.footerid {
	font-family: 'montserratlight';
	font-size: 16px;
	color: #fff;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footerdisclaimerlinks {
	font-family: 'montserratlight';
	font-size: 12px;
	color: #C5C5C5;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footerdisclaimerlinks a {
	color: #E7E7E7;
	text-decoration: none;
}
.footerdisclaimerlinks a:hover {
	color: #b2541a;
	text-decoration: none;
}
#floatingfooternav {
	font-family: 'montserratlight';
	font-size: 12px;
	color: #00693c;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
	right: 25px;
}
#floatingfooternav br {
    display: none;
}
.legal {
	font: normal .6em/1em 'montserratlight';
	color: #D0D0D0;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#floatingfooternav a {
	color: #E7E7E7;
	text-decoration: none;
}
#floatingfooternav a:hover {
	color: #b2541a;
	text-decoration: none;
	padding-bottom: 3px;
}
#quotecontainer_a {
	background-image: url(../images/wheatfield.jpg);
	background-repeat: no-repeat;
	padding: 30px;
	height: 202px;
	width: 535px;
	margin-bottom: 10px;
}
#quotecontainer_a p {
	font-weight: bold;
	line-height: 30px;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
}
.quotesource {
	text-align: right;
	font-style: italic;
}
#leftsidecontent h1 {
	font: normal 1.75em/1.2em 'montserratextrabold';
	color: #2A5281;

}
#leftsidecontent h2 {
	font: normal 1.25em/1.2em 'montserratsemibold_italic';
	color: #739ABC;
}
#leftsidecontent h3 {
	font-family: Frutiger, Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #002857;
}

/* contact form */

.factor {
	font-weight: bold;
	color: #002857;
}
#captchasection {
	text-align: left;
	width: 90%;
    margin: 0 auto;
}
#captchasection img {
	vertical-align: middle;
	height: 35px;
	width: 120px;
	margin-right: 8px;
}
.captcha-field {
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 8px;
}
.required {
	color: #F00;
}
form {
	display: inline-block;
	text-align: left;
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 20px 10px;
	margin: 0 0 15px 0;
	max-width: 750px;
    border-radius: 5px;
}
.fields {
	background-color: #fff;
    color: #6F6F6F;
	width: 100%;
	text-align: left;
	display: block;
	margin: 0 auto 12px auto;
	padding: 8px;
    border: 1px solid #FFF;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field-section p {
	width: 90%;
	padding: 2px 0;
	margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.captchasection p {
    width: 100%;
}
label {

}
#message {
    resize: vertical;
}
#submit {
	background-color: #A1BED6;
    border-radius: 15px;
    font: normal 1.1em 'montserratsemibold';
    color: #FFF;
    text-align: center;
	height: 30px;
	padding: 5px 20px;
    margin-top: 10px;
	border: 0;
	cursor: pointer;
}
#submit:hover {
	background-color: #BD5A1C;
}
.dontshow {
	display: none;
}

/* media queries */

@media only screen and (max-width: 1130px) {
   #header #logo_bg {
	   left: 10px;
    } 
}
@media only screen and (max-width: 750px) {
    #tab {
        display: none;
    }
    #floatingfooternav {
        position: static;
    }
    #floatingfooternav br {
        display: inherit;
    }
    .mobilesidemenu, .mobilesidemenu * {
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	.mobilesidemenu > label {
    	z-index: 100;
		display: block;
		position: absolute;
		font-size: 7px;
		width: 35px;
		height: 26px;
		top: 17px;
		right: 10px;
		background: transparent;
		text-indent: -1000px;
		border: 6px solid #007845;
		border-width: 6px 0;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.mobilesidemenu > label::before, .mobilesidemenu > label::after {
    	/* inner stripes inside label */
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 6px;
    	top: 50%;
    	margin-top: -3px;
    	left: 0;
    	background: #007845;
    	/* stripes background color. Change to match border color of parent label above */
    	-webkit-transform: rotate(0);
    	transform: rotate(0);
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for flipping label */
	}
	.mobilesidemenu #navigation {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 40px 0 0 0;
    	position: fixed;
    	border-right: 1px solid gray;
    	width: 232px;
    	/* width of nav menu */
    	height: 100%;
    	right: -232px;
		overflow-y: scroll;
    	top: 0;
    	z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    	background: #679984;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	.mobilesidemenu #navigation ul {
    	list-style: none;
    	margin: auto;
    	padding: 0;
    	width: 212px;
	}
	.mobilesidemenu #navigation li a {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	text-decoration: none;
    	margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
	}
	.mobilesidemenu #navigation li a:hover {
    	color: white;
	}
	.mobilesidemenu #navigation label {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	.mobilesidemenu #navigation label::after {
    	/* label button x */
    	content: "X";
    	color: #FFF;
    	display: block;
    	font: normal 22px 'montserratextrabold';
    	margin-top: 2px;
    	margin-left: -4px;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	.mobilesidemenu .mobileoverlay {
    	/* overlay that covers entire page when menu is open */
    	position: fixed;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	opacity: .6;
    	background: black;
    	z-index: 1001;
    	visibility: hidden;
	}
	.mobilesidemenu .mobileoverlay label {
    	/* label of overlay that closes menu when clicked on */
    	width: 100%;
    	height: 100%;
    	position: absolute;
	}
	.mobilesidemenu #navigation label:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::before {
    	/* state of main menu label::before when menu is open  */
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::after {
    	/* state of main menu label::after when menu is open  */
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ #navigation {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ div.mobileoverlay {
    	/* state of overlay when menu is open  */
    	visibility: visible;
	}
    .today {
        display: none;
    }
    .hidden {
        display: block;
    }
    .plain {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: none;
        box-shadow: none !important;
        color: #FFF;
    }
    #container {
        display: block;
    }
    #leftsidecontent {
        width: 100%;
    }
    #rightsidecontent {
        width: 100%;
    }
    .regulatory {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .regulatory-logo-first {
        padding-bottom: 0;
        border-bottom: none;
    }
    .regulatory-logo-last {
        padding-top: 0;
    }
}
@media only screen and (max-width: 650px) {
    #header {
        height: 185px;
    }
    #slogan {
        position: static;
        top: 67px;
        height: auto;
        width: 90%;
        display: block;
        margin: auto;
        padding: 0 10px;
    }
    #slogan p {
        font-size: 1.4em;
        line-height: normal;
        text-align: center;
        margin: 30px 0 20px 0;
    }
    #slogan p br {
        display: none;
    }
    #header #logo_bg {
        position: static;
        margin-left: 15px;
        margin-top: 18px;
    }
}
@media only screen and (max-width: 500px) {
    #picbar {
        height: 175px;
    }
    #footer {
        background-image: none;
    }
    #janice {
        width: auto;
        height: 210px;
    }
    .regulatory {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .regulatory-logo-first {
        padding-bottom: 10px;
        border-bottom: 1px solid #EEE;
    }
    .regulatory-logo-last {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 375px) {
    #header #logo_bg {
        width: 240px;
        height: auto;
    }
    #janicetitle {
        left: 161px;
    }
    #janicetitle p {
        font: normal 1em 'montserratlight';
    }
    #janicetitle p span {
        font: normal .85em 'montserratlight_italic';
    }
}