.opl {
	position:fixed;
	top:107px;
	left:0px;
	z-index:99999;
}

.opl a {
	width:73px;
	height:56px;
	text-indent:-9999px;
	display:block;
	background:url('https://s3.amazonaws.com/onepagelove/one-page-love-award-left.png') no-repeat;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea { overflow: auto; }


/* Global */

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #7a7a7a;
	background-color: #ffffff;
	line-height: 24px;

	-webkit-font-smoothing: antialiased;
}

.h1 {
	background: url(/img/secondary_logo.png) no-repeat top center;
	font-family: 'Bitter', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 55px;
	text-transform: uppercase;
	color: #323232;
	letter-spacing: 5px;
}

p {
	margin-bottom: 20px;
}

a, a:visited {
	background: none;
	color: #15b86e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	background: #00b86e !important;
	display: inline-block;
	padding: 10px 30px;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-decoration: none;

}

.button:hover {
	background: #00a663 !important;
	cursor: pointer;
	text-decoration: none;
}

/* Navigation */

.nav_wrapper {
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 105px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 200;
	border: solid #dcdcdc;
	border-width: 0 0 1px;
}

nav {
	text-align: right;
}

#logo {
	background: url(/img/Studio-Antoniotti-Logo.png) no-repeat center center;
	height: 105px;
	width: 260px;
	display: block;
	text-indent: -9999px;
	float: left;
}

.navigation {
	float: right;
	list-style: none;
	margin: 0;
	height: 105px;
}

.navigation li {
	float: left;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	line-height: 105px;
}

.navigation li a {
	color: #7a7a7a;
}
.navigation li a:hover {
	cursor: pointer;
	color: #15b86e;
	text-decoration: none;
}

.navigation .active {
	color: #15b86e;
}

/* General Slides */

.slide {
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0;
}

.container {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}

.slide_header {
	max-width: 750px;
	margin: 0 auto;
}


/* Slide 1 */
#slide0 {
	padding-top: 0 !important;
}

#slide0 header {
	background: url(../images/vp_bg.jpg) no-repeat top center;
	background-size: cover;
	max-height: 600px;
	text-align: center;
	color: #fff;

	position: relative;

	-moz-:    inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-: inset 0 -8px 10px rgba(0, 0, 0, .1);
	:         inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

header .container {
	padding: 190px 0 200px;
}

header h1 {
	font-family: 'Bitter', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 36px;
}

header h1 span {
	color: #00b86e;
}

header p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}

#slide1 .tagline {
	max-width: 800px;
	margin: 0 auto;
}

.services_nav_list {
	background-color: rgba(255, 255, 255, 0.7);
	min-height: 75px;
	position: absolute;
	bottom: 0;
	width: 95%;
	max-width: 1020px;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 20px 10px 20px;

	-moz-: inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-: inset 0 -8px 10px rgba(0, 0, 0, .1);
	: inset 0 -8px 10px rgba(0, 0, 0, .1);
}

.services_nav_list li {
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
	color: #7a7a7a;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	margin-left: 55px;
	padding-left: 55px;
	border-left: 1px solid #bcbcb3;
	padding-top: 4px;
	box-sizing: border-box;

	height: 36px;
}

.services_nav_list span {
	display: block;
}

.services_nav_list li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.services_nav_list li.active, .services_nav_list li:hover {
	cursor: pointer;
	color: #15b86e;
}

.services_nav_list li.active span, .services_nav_list li:hover span {
	padding-bottom: 10px;
	background: url(../images/services_nav_arrow.svg) no-repeat bottom center;
}

.services {
	padding: 50px 0 0 0;
}

.service_wrapper {
	margin-top: 70px;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.view, .standard {
	position: absolute;
	opacity: 0;

	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

.view.active, .standard.active {
	opacity: 1 !important;
	z-index: 100;
}

.service_main {
	width: 60%;
	margin-right: 10%;
	float: left;

	text-align: left;
}

.service_main h2 {
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #323232;
	line-height: 30px;
	padding-left: 40px;
}

.tax_preparation h2 		  { background: url(../images/tax_preparation.svg) no-repeat top left; }
.tax_issues h2 				  { background: url(../images/tax_issues.svg) no-repeat top left; }
.cfo_controller h2 			  { background: url(../images/cfo_controller.svg) no-repeat top left; }
.small_business_accounting h2 { background: url(../images/small_business.svg) no-repeat top left; }
.non_profit_accounting h2 	  { background: url(../images/non_profit.svg) no-repeat top left; }


.service_extra {
	width: 30%;
	float: left;

	text-align: left;

	border: 1px solid #dedede;
	box-sizing: border-box;
}

.service_extra h2 {
	background: #f2f2f2;
	border-bottom: 1px solid #dedede;
	color: #323232;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
}

.service_extra ul {
	padding: 20px 30px;
}

.service_extra li {
	background: url(../images/checkmark.svg) no-repeat;
	background-position: left 4px;
	padding-left: 30px;
	line-height: 21px;
	margin-bottom: 12px;
}

.services_nav.responsive {
	display: none;
}

.services_nav.desktop {
	margin-top: 70px;
	clear: both;
}

.services_nav .button {
	width: 150px;
	box-sizing: border-box;
}

.arrows {
	position: absolute;
	bottom: -50px;
	z-index: 1000;
}

/* Slide 2 */
#slide2 {
	background: #f3f3f3;
}

.bio_wrapper {
	margin-top: 100px;
}

.kara {
	border-top: 1px solid #dadada;
	margin-top: 100px;
	padding-top: 100px;
}

.john {
	border-top: 1px solid #dadada;
	margin-top: 100px;
	padding-top: 100px;
}

.regina {
	border-top: 1px solid #dadada;
	margin-top: 100px;
	padding-top: 100px;
}

.bio_image {
	width: 25%;
}

.marlin .bio_image, .kara .bio_image {
	float: left;
	margin-right: 5%;
}

.regina .bio_image, .john .bio_image  {
	float: right;
	margin-left: 5%;
}

.bio_image img {
	width: 100%;
	height: auto;
}

.bio {
	width: 70%;
	float: left;
	text-align: left;
}

.bio h2 {
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #323232;
}

.bio h3 {
	font-family: 'Bitter', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #15b86e;
}


/* Slide3 */
.about_tagline {
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	margin-top: 60px;
	margin-bottom: 100px;
	color: #15b86e;
	font-style: italic;
	line-height: 31px;
}

ul.selectors_wrapper {
	width: 48%;
	float: left;
	margin-right: 2%;
}

li.selector {
	background: #f3f3f3;
	width: 100%;
	color: #969696;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
}

.selector.active {
	background: #15b86e;
	color: #fff;
}

.selector.active:after {
    position: absolute;
    right: -20px;
    width: 7px;
    height: 15px;
    content: url('../images/standards_nav_arrow.svg');
}

.selector:hover {
	cursor: pointer;
}

.standard_content {
	float: right;
	width: 48%;
	padding-left: 20px;
	border-left: 5px solid #f3f3f3;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	height: auto;
}

/* Slide 4 */

#slide5 {
	background: url(../images/vp_bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
}
.contact_info {
	width: 50%;
	max-width: 370px;
	float: left;
	text-align: left;
}

.contact_info .h1 {
	background-image:none !important;
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #15b86e;
	padding-bottom: 10px;
}

.contact_info span {
	font-weight: 700;
}

.contact_info a {
	color: #fff;
}

.contact_info a:hover {
	text-decoration: none;
}

.form {
	width: 50%;
	float: right;
	padding-top: 45px;
}

.wpcf7-text, .wpcf7-textarea {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	background: none;
	outline: none;
	border: 2px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;

	padding: 20px;
	box-sizing: border-box;

	width: 100%;
}

.wpcf7 .watermark {
    color: #fff !important;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #fff !important;
}

.wpcf7-submit {
	outline: none;
	border: 0;
	float: right;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	padding: 20px inherit;
	width: 150px;
}

footer {
	background: #323232;
	min-height: 220px;
	color: #969696;
	padding: 50px 0;
	box-sizing: border-box;
}

.footer_logo {
	background: url(/img/Studio-Antoniotti-logo-white.png) no-repeat top center;
	display: block;
	width: 260px;
	height: 120px;
	margin: 0 auto;

	text-indent: -9999px;
}

.lower_footer {
	border-top: 1px solid #6a6a6a;
	margin-top: 35px;
	padding-top: 15px;
	line-height: 40px;
}

.copyright {
	float: left;
}

.credentials {	
	float: right;
	width: 230px;
	height: 40px;
	line-height: 40px;
}

.credentials a {
	color: #969696;
	text-decoration: none;
	display: block;
}

.credentials span {
	display: none;
}


/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* Tablet */
@media screen and (max-width: 1024px) {

}

/* Tablet */
@media screen and (max-width: 768px) {

	header {
		max-height: none !important;
	}

	header .container {
		padding: 25% 0 15%;
	}

	.nav_wrapper {
		padding: 10px 0 10px 0;
		height: inherit;
		box-sizing: border-box;
	}

	nav {
		text-align: center;
	}

	#logo {
		float: none;
		margin: 0 auto;
		height: 55px;
	}

	.navigation {
		float: none;
		margin: 0 auto;
		height: auto;
	}

	.navigation li {
		display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
        float: none;
        line-height: 16px;
        margin-left: 6%;
	}
	.navigation li:first-child {
		margin-left: 0;
	}

	.services_nav_list {
		display: none;
	}

	.service_main, .service_extra {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.services_nav.responsive {
		display: inherit;
		margin-top: 70px;
		margin-bottom: 30px;
	}

	.service_wrapper {
		margin-top: 0px;
	}

	.services_nav.desktop {
		display: none;
	}

	.services_nav {
		margin-top: 0;
	}

	ul.selectors_wrapper {
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	.standard_content {
		float: none;
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
		border-top: 5px solid #f3f3f3;
		border-left: 0;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		height: auto;
		margin-top: 30px;
	}

	.standard {
		position: absolute;
		opacity: 0;
		transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
	}

	li.selector {
		margin-bottom: 20px;
	}

	.selector.active:after {
	    position: absolute;
	    right: 50%;
	    margin-left: -6px;
	    bottom: -2px;
	    width: 15px;
	    height: 7px;
	    content: url('../images/services_nav_arrow.svg');
    }

    .contact_info, .form {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
    }

}

/* Mobile */
@media screen and (max-width: 480px) {

	header h1 {
		font-family: 'Bitter', sans-serif;
		font-size: 24px;
		margin-bottom: 20px;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 31px;
	}

	header p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 35px;
	}

	header .container {
		padding: 50% 0 25%;
	}

	.contact_info .h1 {
		font-size: 23px;
		text-align: center;
	}

	.bio, .bio_image {
		width: 100%;;
		margin-right: 0;
	}

	.bio_image {
		margin-bottom: 10px;
	}

	.contact_info {
		max-width: none;
	}

	.copyright, .credentials {
		float: none;
	}

}








