@charset "utf-8";
/* CSS Document */

/******************************************/
/* RESET STYLES */
/******************************************/
body, div, select, form {
	margin: 0 auto;
	padding: 0;
}

/******************************************/
/* GLOBAL STYLES */
/******************************************/
body {
	background-color: #f8f8f8;
	font-family: Open Sans, sans-serif, Arial, Verdana;
	font-size: 14px; /* changed from 12px */
	margin-bottom: 0px; /* extra padding below the footer */
	color:#6A6C6E;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: 100%; /* for IE to behave */
}


header {border-bottom: 1px solid #c2c6cb; text-align:-webkit-center; clear:both; box-shadow: 0 2px 4px 0 rgba(116,116,116,0.5);}

header, .head-container {background-color: #f2f2f2;}

table {
    width: 600px;
    margin: 20px auto;
}

footer {text-align:center;
	text-align:-webkit-center;
	background-color:#8a8a8a;
	background-image:url(/login/bna/images/bg-footer-2.png);
	background-repeat:repeat;color:#ffffff;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: auto;
}

footer a:link, a, a:hover,a:visited, a:active {color:#ffffff; text-decoration:none;}



::placeholder {
	color: #C5CACD;
	font-style: italic;
	font-family: Open Sans;
}

::-ms-input-placeholder {
	color: #C5CACD;
	font-style: italic;
	font-family: Open Sans;
}

:-ms-input-placeholder {
	color: #C5CACD;
	font-style: italic;
	font-family: Open Sans;
}

.top-footer {color:#ffffff; clear:both; width:980px; line-height:200%; text-align:right; padding: 2em 2em; clear:both; height:100px; }

.top-footer .col-3-top-footer {font-size: 16px}

.top-footer .col-2-top-footer {font-size: 12px}

.bottom-footer{float:none; width:100%; background-color:rgba(65,64,66,0.3); padding:10px 0;}

.bottom-footer a:link, .bottom-footer a:visited, .top-footer a:link, .top-footer a:visited  {color:#ffffff;}

.copyright, .copyright a {width:100%; max-width:980px; color:#ffffff; opacity:initial; text-align: right;}

.copyright-statement {float: right;opacity: 0.6; font-size:12px; letter-spacing: 0.3px;}

.nav-section-full-buttons { display: initial; }

.nav-section-buttons { display: none; }

#skipleftnav {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
.container {
	margin: 0 auto;
	padding:0;
}

#bannerimg { }

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #0046ad;
}
.entry {
	padding: 0 0 10px 0;
	line-height: 140%;
}
.clearbr {
	clear: both;
}
#skipbanner, #skipmain {
	height: 0;
}
.required_msg {
	font-size: 0.92em;
	font-weight: bold;
}
.required {
	font-weight: bold;
}

.logo img {
	width:150px;
	height:49px;
}

.social img {float:left; width:20px; padding-right:1em; padding-top:1em;}

#logo {
	clear: both;
	float: left;
	margin: 0;	
	height: 115px;
	width: 980px;
	padding:0;
	background-image:url("/login/bna/images/blaw-banner-logo.jpg");
	background:url("/login/bna/images/blaw-banner-logo.jpg");
}

#logo a {
	clear: both;
	float: right;
	padding:0;
	margin:77px 25px 0 0;
	color:#FFF;

}

#logobkrc {
	clear: both;
	float: left;
	margin: 0;	
	height: 115px;
	width: 980px;
	padding:0;
	background-image:url("/login/bna/images/bkrc-banner-logo.jpg");
	background:url("/login/bna/images/bkrc-banner-logo.jpg");
}

#logobkrc a {
	clear: both;
	float: right;
	padding:0;
	margin:77px 25px 0 0;
	color:#FFF;

}

input[type=text], input[type=password] {
	font-size: 14px;
	width:100%;
	padding: 8px 12px;
	line-height:24px
}

.saml {max-width: 350px; width: 300px; padding-bottom: 50px;}

.saml div {color: #292E31;}

.saml-heading {font-size: 16px; margin-bottom: 17px; font-weight: 600;}

.saml-heading img {vertical-align: middle;}

.saml-message {font-size: 14px;}

.saml-tool-tip {
    float: right;
    color: #777C7F;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-family: 'Open Sans';
}

.saml-tool-tip .academic-tool-tip .demo-tool-tip {
	position: relative;
	display: inline-block;
}

.saml-tool-tip .saml-tool-tip-text {
	visibility: hidden;
	width: 265px;
	background-color: #F2F2F2;
	color: #292E31;
	padding: 8px;
	position: absolute;
	z-index: 1;
	/* All @media statements for Safari don't seem to be working below, all other @media will override this property */
    margin-left: -150px; 
	margin-top: 29px;
	font-family: Open Sans;
	font-size: 14px;
	letter-spacing: 0.1px;
	border: 1px solid #C5CACD;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
	font-weight: normal;
}

.saml-tool-tip .saml-tool-tip-text::before {
    	content: "";
    	position: absolute;
    	margin-left: -6px;
    	border-width: 6px;
    	border-style: solid;
    	border-color: transparent transparent #C5C5C5 transparent;
    	bottom: 100%;
    	left: 8.5%;
    }

.saml-tool-tip .saml-tool-tip-text::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #F2F2F2 transparent;
    bottom: 100%;
    left: 8.6%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .saml-tool-tip .saml-tool-tip-text {
        margin-left: -144px;
        margin-top: 29px;
    }
}

@supports (-ms-accelerator:true) {
    .saml-tool-tip .saml-tool-tip-text {
        margin-left: -140px;
        margin-top: 29px;
    }
}


/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .saml-tool-tip .saml-tool-tip-text {
        margin-left: -12px;
        margin-top: 4px;
    }
}

@supports (-moz-appearance:none) {
    .saml-tool-tip .saml-tool-tip-text {
        margin-left: -140px;
        margin-top: 29px;
    }
}

_::-webkit-full-page-media, _:future, :root .safari_only {
    .saml-tool-tip .saml-tool-tip-text {
    	margin-left: -150px;
    	margin-top: 10px;
    }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        .safari6 {
            .saml-tool-tip .saml-tool-tip-text {
                margin-left: -150px;
                margin-top: 10px;
            }
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .safari10 {
            .saml-tool-tip .saml-tool-tip-text {
                margin-left: -150px;
                margin-top: 10px;
            }
        }
    }
}

/*
.saml-tool-tip .saml-tool-tip-text::before {
	content: "";
	position: absolute;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #C5C5C5 transparent;
	bottom: 100%;
	left: 5.6%;
}

.saml-tool-tip .saml-tool-tip-text::after {
	content: "";
	position: absolute;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #F2F2F2 transparent;
	bottom: 100%;
	left: 5.6%;
}
*/

/*
.saml-tool-tip:hover .saml-tool-tip-text {
	visibility: visible;
}
*/

.saml-tool-tip img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.academic-tool-tip .academic-tool-tip-text .demo-tool-tip .demo-tool-tip-text {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 110%;
}

.academic-tool-tip .academic-tool-tip-text::after .demo-tool-tip .demo-tool-tip-text::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
}

.academic-tool-tip:hover .academic-tool-tip-text .demo-tool-tip:hover .demo-tool-tip-text {
	visibility: hidden;
}

#academic-img {
	content: normal;
	width: 24px;
	height: 24px;
}

a#link1_text {
	font-weight: 600;
	margin: 0 1em 0 0;
	color: #267ABD;
	font-size:14px;
	letter-spacing: 0.1px;
}

a#link2_text {
	color: #505558;
	font-size: 16px;
	text-align: center;
	margin-left: 20px;
}

#link1_text img, #link2_text img {
    padding: 3px;
}

#demo-img {
	content: normal;
	width: 24px;
	height: 24px;
}

.password-reset {max-width:350px; float:left; margin-right:2em;}

.password-reset-text {width:100%; clear:both; font-size:12px; color:#8A8A8A; margin-bottom:15px;}

#contactbar {
	clear: both;
	height: 28px;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
}
#cartcontent {
	padding: 15px 50px;
	width: 880px;
	margin: 0 auto;
	background-color: #fff;
	clear: both;
}
.box {
	width: 350px;
	float: left;
	/*    border: 1px solid #565a5c;*/
	padding: 10px;
	margin: 0 20px 20px 0;
}
#cartfooter {
	clear: both;
	height: 100px;
	margin: 5px auto;
	padding: 0;
	width: 980px;
	background-color: #565a5c;
	color: #fff;
	font-size: 12px; /* changed from 11px */	
}
.cartflinks {
	float: left;
	padding: 5px 0 0 10px;
	font-weight: bold;
}
.cartflinks a:link, .cartflinks a:visited {
	color: #fff;
	text-decoration: none;
}
.cartflinks a:hover {
	text-decoration: underline;
}
.cartcopyright {
	float: right;
	padding: 20px 10px 0 0;
	line-height: 175%;
	text-align: right;
}
.cartcopyright a:link, .cartcopyright a:visited {
	color: #fff; 
	text-decoration: none;
}
.cartcopyright a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	font-size: 1.5rem;
	line-height: 1;
	color:#1e1e1e;
	margin:0 0 10px 0;
}

#message {
    /* Dependency on fishtank-type */
    /* font-family: var(--font-accent); */
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-align: -moz-left;
    text-align: -webkit-left;
    display: inline-grid;
    max-width: 800px;
}

#message_color {
	color:#0D9DDB;
	font-size: 20px;
	font-weight: 600;
}

#message-icon  {
    vertical-align: top;
}

#message-icon img {
	width: 24px;
	height: 24px;
}

.message-main {
	font-family: Open Sans;
	font-weight: 600;
	color: #505558;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
}

.message-sub {
	font-family: Open Sans;
	font-weight: normal;
	color: #292E31;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding-top: 8px;
}

.ssl-panel {
    max-width: 980px;
    width: 80%;
    border: 1px solid #C1C5CB;
    box-shadow: 0 2px 4px 0 rgba(140,140,140,0.5);
    padding:2em; text-align: -webkit-auto;
    color:#2A2D30; border-radius: 2px;
    background-color: #FFFFFF;
    margin-top: 3em;
    -ms-overflow-y: auto;
}

.ssl-icon {
    float: left;
}

.ssl-icon img {
    width: 24px;
    height: 24px;
}

.ssl-message {
    padding-left: 3em;

    /* Dependency on fishtank-type */
    /* font-family: var(--font-accent); */
    line-height: 20px;
    letter-spacing: 0.1px;
}

.content {clear:both; padding-bottom:25px; margin-bottom:10px; padding-top: 25px; display: flex; flex-wrap: wrap; align-items: center;}

.topbody { width: 266px;max-width: 266px; border: 1px solid #C1C5CB; box-shadow: 0 2px 4px 0 rgba(140,140,140,0.5); padding:2em; text-align: -webkit-auto; color:#2A2D30; border-radius: 2px; background-color: #FFFFFF;}

/** .userSubs { width:350px; max-width:350px; float:left; border: 1px solid #C1C5CB; box-shadow: 0 2px 4px 0 rgba(140,140,140,0.5); padding:2em; text-align: -webkit-auto; color:#2A2D30; border-radius: 2px; } **/

.login-boxes {
    display: unset;
}

/* IE - prevent subscription and login cards from overlapping */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .login-boxes {
        display: unset;
    }
}

@supports (-ms-accelerator:true) {
    .login-boxes {
        display: unset;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .login-boxes {
        display: flex;
    }
}

@supports (-moz-appearance:none) {
    .login-boxes {
        display: flex;
    }

}

.userSubs { 
	width:500px; 
	max-width:500px;
	border: 1px solid #C1C5CB; 
	/** background-color: #F0F3F7; **/ 
	box-shadow: 0 2px 4px 0 rgba(140,140,140,0.5); 
	padding:2em; 
	text-align: -webkit-auto; 
	color:#2A2D30; 
	border-radius: 2px;
	float: left;
	background-color: #FFFFFF;
	height: 304px;
}

.selected-a-product-f {
	height: 22px;
	color: #2A2D30;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}


.if-you-know-your-pro {
	height: 48px;
	opacity: 0.7;
	color: #2A2D30;
	font-size: 18px;
	line-height: 24px;
	padding-bottom:10px;
}

.select-sub-box {
	width:490px;
	margin-bottom:10px;
	overflow-y:hidden;
}

.select-box-elements {
	border: 1px solid #C5CACD;
	padding:5px;
}


.sub-text-area {
	height:200px;
}

nav ul {
	height:200px; 
	width:450px; 
}
nav ul {
	overflow:hidden; 
	overflow-y:scroll;
	list-style-type: none;
	border: 1px solid #c1c5cb;
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.5);
	color: #2a2d30;
	float: left;
	/** padding-top:15px; **/
}


.go-to-product-button {
	height: 35px;
	width: 85px;
	border: 1px solid rgba(42,45,48,0.2);
	border-radius: 2px;
	background-color: #5E646C;
	box-shadow: inset 0 -1px 1px 1px rgba(0,0,0,0.1), inset 0 1px 1px 1px rgba(255,255,255,0.1);
	text-align: center;
	cursor: pointer;
}

.go-to-product-label {
	height: 22px;
	width: 108px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
}


.sub-button {
	background: #fedf00 none repeat scroll 0 0 padding-box;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.24);
	color: #000;
	display: inline-block;
	font-family: Open Sans;
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1;
	margin: 15px 15px 20px 30;
	padding: 20px 20px;
	position: relative;
	text-align: center;
	transition: background 0.15s ease 0s, color 0.15s ease 0s, border-color 0.15s ease 0s;
	vertical-align: top;
}

.sub-button:hover {
	background : #fff200 none repeat scroll 0 0;
	text-decoration : none;
	cursor : pointer;
}

.sub-description {
	color: #000;
	font-family: Open Sans;
	font-size: 1.0625rem;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	width: 75%;
}

.sub-row {
	border-bottom: 3px solid #f2f2f2;
	margin-left:-20px;
}	

.button-show-login  {
	padding: 4px 6px;
	margin: 0;
	border: 0;
	background:#0D9DDB;
	color: #ffffff;
	border-radius: 0px;
	font-size: 14px;
	line-height: normal;
	font-family: Open Sans;
	cursor: pointer;
	-webkit-appearance: none;
	outline: 0;
	transition: background-color 0.2s;
	border-radius:2px;
	width:100%;
	-webkit-box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
	box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
}

#topbody-fullwidth {width:100%; padding:0;}

.topbody-padding { padding:2em;}

.topbody:hover {}

#userSubs-fullwidth {width:100%; padding:0;}

.userSubs-padding { padding:2em;}

.userSubs:hover {}

.ad-space {float:right; width:530px;}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], textarea {
	padding: 10px 15px;
	max-width: inherit;
	border: 1px solid #C1C5CB;
	font-weight: normal;
	color: #000;
	background: #fff;
	outline: 0;
	font-size: 14px;
	border-radius: 0px;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	margin:4px 0;
	color:#484848;
	border-radius: 2px;
	border: 1px solid #C1C5CB;
	background-color: #FFFFFF;
}

.password, .confirm-password {
	font-weight: bold;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1px;
}

.username-label {
    float: left;
    padding-top: 4px;
}

#username, #password {
	font-size:16px;
	height: 40px;
}

.my-account .password-content .password {
	width: 48.57143%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none;

}

.my-account .password-content .main-form {
	width: 74.57627%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none;
}

.forgot-username-password {float:none; margin: 0; clear: both; padding: 0 0 20px 0}

.forgot-username {margin-bottom: 8px;margin-top: 12px;}

.forgot-username a:link, .forgot-username a:visited, .forgot-password a:link, .forgot-password a:visited {
	color:#267ABD;
	font-size: 10px;
	letter-spacing: 0.3px;
	font-weight: 600;
}


.academic-button a:link, .academic-button a:visited {
	font-weight: 600;
	color: rgba(28,115,186,255);
}

.demo-button {
    background-color: #f6f8fa;
}

.demo-button a:link, .demo-button a:visited {
	font-weight: 600;
	color: #505558;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
}

.demo-button:hover {
	background-color: #F6F8FA !important;
}

.ft-button {
	background-color: #edf2f5;
	border-color: #c5cacd;
	color: #505558;
	font-weight: 400;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.08),inset 0 1px 0 0 hsla(0,0%,100%,.5),0 3px 1px -2px rgba(237,242,245,.5),0 4px 3px -2px rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.08),inset 0 1px 0 0 hsla(0,0%,100%,.5),0 3px 1px -2px rgba(237,242,245,.5),0 4px 3px -2px rgba(0,0,0,.15);
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 7px 12px 9px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	border-width: 1px;
	border:1px solid #C5CACD;
	border-style: solid;
	outline: none;
}

.ft-button img {
	vertical-align: top;
}

.login-button {
	background-color: #3da774;
	border-color: #30855c;
	color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1),inset 0 1px 0 0 hsla(0,0%,100%,.1),0 8px 8px -8px rgba(61,167,116,.5),0 10px 15px -8px rgba(0,0,0,.2);
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1),inset 0 1px 0 0 hsla(0,0%,100%,.1),0 8px 8px -8px rgba(61,167,116,.5),0 10px 15px -8px rgba(0,0,0,.2);
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	font-family: Open Sans;
	padding: 7px 11px 9px;
	height: 2.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	outline: none;
	width: 100%;
}

/* GREEN BUTTON HOVER STATE */
.login-button:hover{background-color:#49B88B;}

.login-button-blue {
	padding: 10px;
	margin:1em 0;
	border: 0;
	background:#0D9DDB;
	color: #ffffff;
	border-radius: 0px;
	font-size: 14px;
	line-height: normal;
	font-family: Open Sans;
	cursor: pointer;
	-webkit-appearance: none;
	outline: 0;
	transition: background-color 0.2s;
	border-radius:2px;
	width:100%;
	-webkit-box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
	box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
}

.login-button-blue-right {
	padding: 10px;
	margin: 0;
	border: 0;
	background:#0D9DDB;
	color: #ffffff;
	border-radius: 0px;
	font-size: 14px;
	line-height: normal;
	font-family: Open Sans;
	cursor: pointer;
	-webkit-appearance: none;
	outline: 0;
	transition: background-color 0.2s;
	border-radius:2px;
	width:200px;
	float:right;
	-webkit-box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
	box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
}

.signinpagead1 {	width:480px; float:left; margin-left:20px; }

.signinpagead2 {	width:480px; float:left; margin-top:10px; margin-left:20px; }

.banner-text {color:#0D9DDB; font-weight:600; text-align: center; margin-top: 0.75em;}


.login-button-green-right {
	padding: 10px;
	margin: 0;
	border: 0;
	background:#4DAA50;
	color: #ffffff;
	border-radius: 0px;
	font-size: 14px;
	line-height: normal;
	font-family: Open Sans;
	cursor: pointer;
	-webkit-appearance: none;
	outline: 0;
	transition: background-color 0.2s;
	border-radius:2px;
	width:200px;
	float:right;
	-webkit-box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
	box-shadow: 0 3px 8px 0 rgba(77,170,80,0.2);
}

.login-button-green-right:hover {background-color: #3c933f;}


.login-button-blue:hover{background-color:#0d8ac0;}


.learn-more-box{
	padding:0 0 1em 5em;
	clear:both;
	display:table;
}


.tax-product-box {
	position: relative;
	z-index: 1;
	margin:0;
	padding:0;
	font-family: Open Sans;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left;
	color: #000;
	width:315px;
	float:left;
}

#tax-product-box-padding{margin-left:-20em; margin-right:1em;}

.tax-product-box:hover {
}

.tax-product-box .name {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1;
}

.tax-product-box .date {
	font-family: Open Sans;
	font-size: 20px;
	font-weight:normal;
	color:#6A6C6E;
	width:100%;
}

.tax-product-box .button {
	z-index: 2;
	margin: 0;
	padding: 6px 10px;
	border: 0;
	box-shadow: none;
	border:0;
}


.product-box {
	position: relative;
	z-index: 1;
	margin:0;
	padding:0;
	font-family: Open Sans;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left;
	color: #000;
	width:315px;
	float:left;
}

.product-box-head img {float:left; width:70px; }

.date {padding:0.5em 0;}

#product-box-padding{margin-left:1em; margin-right:1em;}

.product-box:hover {
}

.product-box .name {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1;
}

.product-box .date {
	font-family: Open Sans;
	font-size: 20px;
	font-weight:normal;
	color:#6A6C6E;
	width:100%;
}

.bottom-cta-text {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	float:left;
	color:#676767;
	width:100%;
	min-height:30px;
}

.tax-bottom-cta-text {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	float:left;
	color:#676767;
	width:100%;
	min-height:30px;
}


.product-box .price {
	position: absolute;
	bottom: 20px;
	font-family: Open Sans;
	font-size: 15px;
}

.product-box .button {
	z-index: 2;
	margin: 0;
	padding: 6px 10px;
	border: 0;
	box-shadow: none;
	border:0;
}

.button, .button-list li a {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 20px 30px;
	margin: 0 15px 20px 0;
	border:0;
	vertical-align: top;
	background: #0D9DDB;
	box-shadow: 0 1px 0 0 #c2c2c2;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.24);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: Open Sans;
	font-size: 13px;
	color: #ffffff;
	line-height: 1;
	transition: background 0.15s ease,color 0.15s ease,border-color 0.15s ease;
	text-decoration:none;
	float:left;
	border-radius:2px;
	clear:both;
}

.footer-links-left {float: left;font-size: 12px;}

.footer-links-left > a {padding-right: 32px;}

.try-blaw {display:none;}

.back-to-login {text-align:center; text-align:-webkit-center;}


.login-button-blue {width:100%;}

.try-blaw {display:block; clear:both; padding:1em 0;}

.recaptcha img {width:100%;}

.bottom-footer {display:flex; padding:1em; width:auto;}

/* For small devices (e.g. smartphones) */
img {
	display: inline-block;
}
/* For medium devices (e.g. tablets) */
@media (min-width: 420px) {
	img {
	}
}
/* For large devices (e.g. desktops) */
@media (max-width: 760px) {
	.banner-head-section-left img {height:auto; margin:1em; max-width:400px;}
}

.banner-head-section-left {width:100%;}

.banner-head-section-left-blaw {width:33%; float:left;}

.banner-head-section-middle-blaw {width:33%; float:left; overflow:hidden; display:table-cell;}

.banner-head-section-right {float:right;}

.banner-head-section-right-blaw {float:right;padding-top: 1.5em;}

.banner-head-section-left img {float:left;padding-top:9px;}

.banner-head-section-left-blaw img {float:left; margin-left:0px; margin-top: 5px;}

.banner-head-section-right img {float:right;}

.head-container {height:5em; max-width:980px;padding: 0 2em;}

.sign-in-text {color:#484848; font-size:15px; margin:0 0 20px 0; font-weight:bold; }

.remember_me {padding:5px 0 0px 0; float:left; color: #505558; font-size:14px;letter-spacing:0.1px;}

/* Checkboxes from Fish Tank (http://fishtank.bna.com/checkboxes) */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/*
.ft-input-checkbox {
    position: relative;
}
*/

.ft-input-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ft-input-checkbox__native {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.ft-input-checkbox__checkbox {
    margin-top: 4px;
    position: relative;
    width: 24px;
    height: 24px;
}

.ft-input-checkbox__label-content {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: .1px;
    letter-spacing: .00625rem;
    color: #505558;
    padding-left: 12px;
    padding-left: .25rem;
}

.ft-input-checkbox__label-content__label {
    margin: 6px 0;
}

.ft-svg-selected {
    color: #0d9ddb;
}

.ft-svg-unselected {
    color: #777c7f;
}

.ft-svg-selected, .ft-svg-unselected {
    position: absolute;
    left: 0;
    top: 0;
}

/* End Checkboxes from Fish Tank */

.top-footer-overlay {
	background-color: rgba(0,0,0,0.4);
}

.col-1-top-footer, .col-2-top-footer {float:left;}

.col-2-top-footer {text-align:left; margin-left:10em;}

.col-3-top-footer, .col-4-top-footer {text-align:right; float:right;font-size: 16px;}

.col-3-top-footer {margin-right:5em;}

.footer-header {solid #ffffff; font-size:16px; padding-bottom:5px; font-weight:bold; }

.footer-header * {font-weight:bold; }

.footer-header-underline {border-bottom:1px solid #ffffff; font-size:12px; padding-bottom:5px; font-weight:bold; letter-spacing: 0.3px }


.icon-twitter {background-image:url(twitter.png);}

.onebox {width:980px; float:left;margin-left: -50px; }

.bnataxbox {min-width:1000px; float:left;margin:0; }

@media (max-width: 1040px) {
	.ad-space {float:left; clear:both; padding-top:30px; width:100%;}
	#product-box-padding {margin:0;}
	#tax-product-box-padding{margin:1em;}
	.banner-head-section-right, .ad-space,
	.product-box {text-align:left; height:auto; padding:1em;}
	#product-box-padding {margin:0;}
	.footer-links-left {padding-left: 16px;padding-right: 16px;margin:10px 0; float:none; width:100%;}
	input[type=text], input[type=password] {width:100%;}
	input#button {width:100%; max-width:350px; float:left; clear:both; }
	.banner-head-section-left img { margin:0 0 0 1em;}
	.onebox {margin-left: 0; }
	.signinpagead1 {display:none;}
	.signinpagead2 {display:none;}
	.usersubs {float: none !important;}
	.topbody {float: none !important;}
	.copyright, .copyright-statement {float: none; text-align: center;padding-right: 0px;}
	.top-footer {width: auto;}
	.login-boxes {display: unset;}
    .content {display: contents;}
}

@media (max-width: 820px) {
	.banner-text {display:none; }
	.content {margin-bottom:0px;}
	.signinpagead1 {display:none;}
	.signinpagead2 {display:none;}
}


@media (max-width: 700px) {
	.content {margin-bottom:0px;}
	.signinpagead1 {display:none;}
	.signinpagead2 {display:none;}
	.col-1-top-footer, .col-2-top-footer {clear:left;}
	.col-1-top-footer {margin-bottom: 35px;}
	.col-2-top-footer {margin-left: 0; margin-bottom: 10px;}
	.col-3-top-footer, .col-4-top-footer {float: inherit;}
	.bottom-footer {margin-top: 50px;}
}

@media (max-width: 660px) {
	a#link1_text {display: none;}
}

@media (max-width: 600px) {
	.content {margin-bottom:0px;}
	.signinpagead1 {display:none;}
	.signinpagead2 {display:none;}
	.usersubs {width:430px;max-width:430px;}
	nav ul { width:400px; }

    .saml-tool-tip .saml-tool-tip-text::before {
    	content: "";
    	position: absolute;
    	margin-left: -6px;
    	border-width: 6px;
    	border-style: solid;
    	border-color: transparent transparent #C5C5C5 transparent;
    	bottom: 100%;
    	left: 51.2%;
    }

    .saml-tool-tip .saml-tool-tip-text::after {
    	content: "";
    	position: absolute;
    	margin-left: -5px;
    	border-width: 5px;
    	border-style: solid;
    	border-color: transparent transparent #F2F2F2 transparent;
    	bottom: 100%;
    	left: 51.2%;
    }

    _::-webkit-full-page-media, _:future, .safari_only, .safari6, .safari10, .safari12 {
        .saml-tool-tip .saml-tool-tip-text {
        	margin-left: -270px;
        	margin-top: 29px;
        }
    }

    @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    	.safari6, .safari10, .safari12 {
            .saml-tool-tip .saml-tool-tip-text {
                margin-left: -270px;
                margin-top: 29px;
            }
        }

        @media {
            .safari6, .safari10, .safari12 {
                .saml-tool-tip .saml-tool-tip-text {
                    margin-left: -270px;
                    margin-top: 29px;
                }
        	}
        }
    }

    @media not all and (min-resolution:.001dpcm) {
    	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    		.saml-tool-tip .saml-tool-tip-text {
                    margin-left: -270px;
                    margin-top: 29px;
            }
    	}
        @media {
            .safari6, .safari10, .safari12 {
                .saml-tool-tip .saml-tool-tip-text {
                    margin-left: -270px;
                    margin-top: 29px;
                }
            }
        }
    }

    /* Seems like IE does not support nested @media statements. Other browsers will override this default */
    .saml-tool-tip .saml-tool-tip-text {
        margin-left: -264px;
        margin-top: 29px;
    }

    /*
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    	.saml-tool-tip .saml-tool-tip-text {
    		margin-left: -264px;
    		margin-top: 29px;
    	}
    }
    */

    @supports (-ms-accelerator:true) {
    	.saml-tool-tip .saml-tool-tip-text {
    		margin-left: -264px;
    		margin-top: 29px;
    	}
    }


    /* Chrome 29+ */
    @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
        .saml-tool-tip .saml-tool-tip-text {
    		margin-left: -132px;
            margin-top: 4px;
    	}
    }

    @supports (-moz-appearance:none) {
    	.saml-tool-tip .saml-tool-tip-text {
    		margin-left: -260px;
    		margin-top: 29px;
    	}
    }

}

@media (max-width: 500px) {
	.product-box {width: auto;text-align: left;height: auto;padding: 1em;}
	.tax-product-box {width: auto;text-align: left;height: auto;padding: 1em;}
	#tax-product-box-padding{margin:0;}
	#topbody-fullwidth {width:auto;}
	.content {margin-bottom:0px;}
	.signinpagead1 {display:none;}
	.signinpagead2 {display:none;}
	.usersubs {width:272px;max-width:272px;}
	.banner-head-section-right-blaw * { margin: 0; }
	.academic-tool-tip:hover .academic-tool-tip-text .demo-tool-tip:hover .demo-tool-tip-text {visibility: visible;}
	.head-container {height: 5em;}
	nav ul { width: 226px; }
	.academic-tool-tip {display:none;}
	.demo-tool-tip {display:none;}
}

@media (max-width: 430px) {
	.nav-section-full-buttons {display:none;}
}

@media (max-width: 400px) {
	.usersubs {width: 265px;max-width: 265px;}
	nav ul { width:200px; }
	.col-3-top-footer, .col-4-top-footer {text-align: left;float: left;}
	.bottom-footer {margin-top: 150px;}
}   

@media (max-width: 250px) {

