/* =============================================================== */
/* Import Section
================================================================ */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

@import url("skeleton.css");
/* 960 Grid + Media Query Layouts */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

code {
	padding: 3px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
}


/* PARALLAX CSS */

:root {
	--scroll-factor: 1.5;
	--window-size: 940px;
}

.parallax__group {

	background-attachment: fixed;
	/* legacy fallback */
	background-image: url(../images/h2web-background.webp);
	background-size: 1200px;
	background-repeat: no-repeat;
	background-position: 50% 30px;
	animation: h2parallax4 linear;
	animation-timeline: scroll();
}

.parallax__layer.parallax__layer--foreground {
	padding: 20rem 0 5rem 0;
	padding: 250px 0 5rem 0;
}

@keyframes h2parallax {
	from {
		background-position: 50% 90%;
	}

	to {
		background-position: 50% -260%;
	}
}

@keyframes h2parallax2 {
	from {
		background-position: 50% 80px;
	}

	to {
		background-position: 50% -350px;
	}
}

@keyframes h2parallax3 {
	from {
		background-position-y: calc(50% + 80px);
	}

	to {
		background-position-y: calc(50% + 80px - (var(--scroll-offset) + 100px));
	}
}

@keyframes h2parallax4 {
	from {
		background-position-y: 30px;
	}

	to {
		background-position-y: calc(30px - (var(--scroll-offset) + 100px));
	}
}

/* recommended other elements' opaque background etc. */
body {
	margin: 0;
	padding: 0;
}


.header,
.footer,
.content {
	background-color: white;
	background-color: #000f19ff;
	margin: 0;
	padding: 1rem;
}

.mission-statement {
	max-width: min(90%, 650px);
	margin: 10rem auto 5rem auto;
}

.mission-statement h2,
.mission-statement h3 {
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 1px 1px 5px #000f1a;
}

.mission-statement h3 {
	margin-top: 2rem;
}

a.email-link {
	margin-top: 2rem;
	color: white;
	display: flex;
	gap: 0.3rem;
	font-family: 'Roboto', sans-serif;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	transition: color 0.3s;
}

a.email-link:hover {
	text-decoration: none;
	color: #5297ff;
}

a.email-link svg {
	max-width: 30px;
	fill: #5297ff;
}

/* a.email-link:hover svg {
	fill: white;
} */

@media (max-height: 600px) {
	.parallax__layer.parallax__layer--foreground {
		padding: 140px 0 5rem 0;
	}
	.parallax__group {
		animation: h2parallax3 linear;
		animation-timeline: scroll();
	}
}

/* #Basic Styles
================================================== */
body {
	font: 300 13px 'Roboto', sans-serif;
	color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	/* background-image: url(../images/background-wall.jpg);
  	  background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover; */
	background: #000f19ff;
}


/* Basic Alginment
================================================== */
.columns img,
.column img {
	max-width: 100%;
	height: auto;
}

img,
object,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

img {
	width: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.article img {
	width: 100%;
	max-width: 90%;
}

/* Flexible Embeds */
.embed {
	position: relative;
	padding: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clearfix {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #58595B;
	text-align: center;
	line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 15px 0;
	line-height: 22px;
}

p img {
	margin: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid #077889;
	border-width: 1px 0 0;
	clear: both;
	margin: 50px auto 20px auto;
	height: 0;
}


/* #Links
================================================== */
a,
a:visited {
	color: #3b78b2;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #888;
}


/* #Lists
================================================== */
ul,
ol {
	margin: 0 0 15px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}


/* #Forms
================================================== */
.t2 {
	display: none;
}

/*  For form validation - do not remove  */

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #d8d8d8;
	padding: 7px;
	outline: none;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 7px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #c8c8c8;
	color: #606060;
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

select {}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

body,
html {
	height: 100%;
}




/* Logo
==========================*/
#logo {
	margin: 30px 0 50px 0;
}

.logo-accountant {
	background: url(../images/logo-accountant.png) no-repeat;
	background-size: 620px 222px;
	width: 620px;
	height: 222px !important;
}

.svg .logo-accountant {
	background: url(../images/logo-accountant.svg) no-repeat;
	background-size: 620px 222px;
	width: 620px;
	height: 222px;
}

/* Info Section
==========================*/
section.info {
	margin-top: 170px;
	background: #FFFFFF;
	width: 100%;
	height: auto;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3), 0 25px 55px 0 rgba(0, 0, 0, 0.3);
}

section .diamond {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	font-size: 26px;
	color: #0081CA;
	margin: 0 1px 0 5px;
	/* accounts for white space on right */
}

section h3 {
	text-align: center;
	margin-top: 70px;
}

section p {
	text-align: center;
	font-size: 18px;
}

section p.disclaimer {
	font-size: 14px;
}

section p.disclaimer .diamond {
	font-size: 18px;
}

section a,
section a:visited {
	color: #58595B;
}

section a:hover,
section a:focus {
	color: #58595B;
	text-decoration: underline;
}


/* Referral Link
==========================*/
#referral-link {
	margin: 30px 0 0 0;
}

.logo-referral {
	background: url(../images/logo-financial.png) no-repeat;
	background-size: 300px 106px;
	width: 300px;
	height: 106px !important;
}

.svg .logo-referral {
	background: url(../images/logo-financial.svg) no-repeat;
	background-size: 300px 106px;
	width: 300px;
	height: 106px;
}

#referral-link a:hover {
	opacity: 0.7;
}


/* =============================================================== */
/* Latest News & Market Watch
================================================================ */

#dingo {
	margin-top: 50px;
}

#dingolisting {
	width: 30% !important;
	padding: 30px;
}

#dingolisting h2 {
	padding: 0.7rem 1rem;
	background: #6782CB;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

#dingolisting li {
	border-bottom: 1px solid #ffffff;
}

#dingolisting a {
	color: #222222;
	background: #E9EFFF;
	display: block;
	padding: 0.25rem 1rem;
	transition-duration: 0.2s, 0.4s;
	transition-property: padding, background, font-weight;
	transition-timing-function: ease-in-out;
}

#dingoarticle {
	padding-left: 30px !important;
}

.articlehead {
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin: 1rem 0;
	text-align: center;
	text-transform: uppercase;
	color: #69F;
	font-weight: 300;

}

.articlehead:after {
	background: #999999;
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 3px;
	width: 80px;
}

.articleheaddescription p {
	text-align: left;
}

.articleheaddescription h3 {

	font-size: 22px !important;
	text-align: left;
	margin-top: 30px !important;
}

.article h3 {

	text-align: left;
	font-size: 22px;
	margin-top: 30px !important;
}

.article p {
	text-align: left;
	font-size: 14px;
}

.articletype {
	display: none;
}

/* Footer
==========================*/
footer {
	width: 100%;
	border: 30px solid transparent;
}

/* =============================================================== */
/* Media Queries
================================================================ */


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1440px) {

	.logo-accountant {
		background-size: 460px 165px;
		width: 460px;
		height: 165px !important;
	}

	.svg .logo-accountant {
		background-size: 460px 165px;
		width: 460px;
		height: 165px;
	}

	.logo-referral {
		background-size: 220px 78px;
		width: 220px;
		height: 78px !important;
	}

	.svg .logo-referral {
		background-size: 220px 78px;
		width: 220px;
		height: 78px;
	}



	section .diamond {
		font-size: 22px;
	}

	section p {
		font-size: 14px;
	}

}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.logo-accountant {
		background-size: 460px 165px;
		width: 460px;
		height: 165px !important;
	}

	.svg .logo-accountant {
		background-size: 460px 165px;
		width: 460px;
		height: 165px;
	}

	.logo-referral {
		background-size: 172px 61px;
		width: 172px;
		height: 61px !important;
	}

	.svg .logo-referral {
		background-size: 172px 61px;
		width: 172px;
		height: 61px;
	}

	section .diamond {
		font-size: 18px;
	}

	section p {
		font-size: 16px;
		padding: 20px;
	}

	section p.disclaimer {
		font-size: 11px;
	}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.logo-accountant {
		background-size: 364px 130px;
		width: 364px;
		height: 130px !important;
	}

	.svg .logo-accountant {
		background-size: 364px 130px;
		width: 364px;
		height: 130px;
	}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	hr {
		width: 90%;
	}

	#logo {
		margin: 30px auto 50px auto;
	}

	section.info {
		margin-bottom: 50px;
	}

	section p {
		font-size: 15px;
		margin: 0 auto 15px;
		width: 95%;
	}

	section p.disclaimer .diamond {
		visibility: hidden;
	}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#logo {
		width: 300px;
	}

	.logo-accountant {
		background-size: 300px 108px;
		width: 300px;
		height: 108px !important;
	}

	.svg .logo-accountant {
		background-size: 300px 108px;
		width: 300px;
		height: 108px;
	}

	.logo-referral {
		background-size: 260px 92px;
		width: 260px;
		height: 92px !important;
		margin: 0 auto;
	}

	.svg .logo-referral {
		background-size: 260px 92px;
		width: 260px;
		height: 92px;
		margin: 0 auto;
	}


}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	#logo {
		width: 260px;
	}

	.logo-accountant {
		background-size: 260px 93px;
		width: 260px;
		height: 93px !important;
	}

	.svg .logo-accountant {
		background-size: 260px 93px;
		width: 260px;
		height: 93px;
	}

	.logo-referral {
		background-size: 220px 78px;
		width: 220px;
		height: 78px !important;
		margin: 0 auto;
	}

	.svg .logo-referral {
		background-size: 220px 78px;
		width: 220px;
		height: 78px;
		margin: 0 auto;
	}


}