* {
	box-sizing:border-box
}

a {
	text-decoration:none
}
p a {
	color:#fff;
	text-decoration:underline
}

p a:hover {
	text-decoration:none
}

html {
	height:auto!important;
}

body {
	font-family: Arial;
	top: 0 !important;
}

body > .skiptranslate {
	display: none !important;
}

.inner-wrap {
	height: 100%;
	overflow-x: hidden;
}

.sub-header.mobile {
	display: none;
}

strong,b {
	font-weight:700
}

p {
	font-size:18px;
	line-height:24px
}

i,em {
	font-style:italic
}

img {
	max-width: 100%;
	height: auto;
}

table {
	table-layout: auto;
	max-width: 100%;
	margin-bottom: 30px;
}

table th {
	border-bottom: 2px solid;
}

table td,
table th {
	padding: 5px 10px 5px 0;
	text-align: left;
}

table.two-columns td,
table.two-columns th {
	padding: 5px 100px 5px 0;
}

table td:last-child,
table th:last-child,
table.two-columns td:last-child,
table.two-columns th:last-child {
	padding-right: 0;
}

table.two-columns-indent {
	margin: 30px;
}

table.two-columns-indent td,
table.two-columns-indent th {
	padding-right: 50px;
}

.big-hr {
	margin: 40px;
	border: none;
	height: 2px;
	color: #999;
	background-color: #999;
}

.upp {
	text-transform:uppercase
}

.center {
	text-align:center
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.txt-center {
	text-align: center;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.list-none,
.list-none li {
	list-style: none;
}

.mobile-only,
.mobile-only2 {
	display: none;
}

.print-only {
	display: none !important;
}

.search-error {
	padding-bottom: 15%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	line-height:34px;
	border:1px solid #a8a8a8;
	border-radius:8px;
	padding:0 10px;
	height:36px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-size: 16px;
	font-family: inherit;
}

input:focus {
	outline:none
}

.login input[type="text"], .login input[type="password"] {
	line-height:34px;
	border:1px solid #a8a8a8;
	border-radius:8px;
	padding:0 10px;
	height:36px
}

.login input[type="submit"] {
	color:#fff;
	clear:both;
	text-decoration:none;
	line-height:35px;
	display:inline-block;
	background: #ff503e;
	padding:0 17px;
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	border:1px solid #ff503e;
	cursor:pointer;
}

.login input[type="submit"]:hover {
	background:#fff;
	color:#000
}

.login input:focus {
	outline:none
}

.article-container .tml-action-links li {
	list-style:none;
	margin-left:0;
	padding-left:0
}

blockquote {
	margin-bottom:40px;

	padding-left:20px;
	clear:both;
	border-left: 3px solid #414042;
}
.darkgrey blockquote,
.grey blockquote {
	border-left: 3px solid #fff;
}

/*.mediumlight blockquote,
.mediumlightSecond blockquote {
    border-left: 3px solid #000;
}*/

blockquote p {
	margin-bottom:30px
}

pre{
	background: #4a4a4a;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
	/*word-break: keep-all;*/
	margin-bottom: 30px;
	white-space: normal;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 24px;
}

.lightergreySecond pre,
.darkgrey pre,
.grey pre {
	background: #fff;
	color: #000;
}

.centered-lightgrey {
	background: #fff;
	border: 2px solid #e20521;
	color: #000;
	text-align: center;
}

.centered-lightgrey a {
	text-decoration: none;
	font-weight: bold;
	color: #e20521 !important;
}

pre.redBox {
	border: 2px solid #e20521;
}

pre.disclaimerBox {
	font-size: smaller;
	/*max-width: 685px;*/
}
.article-container pre.disclaimerBox a:hover,
.article-container pre.disclaimerBox a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #e20521;
}
.body-content.legalArticles .article-container pre.disclaimerBox a:visited {
	color: #e20521;
}

#wpadminbar {
	position: fixed !important;
}

#header {
	-webkit-transition: -webkit-transform .3s ease-in; /* Changed here */
	-moz-transition: -moz-transform .3s ease-in;
	-ms-transition: -ms-transform .3s ease-in;
	-o-transition: -o-transform .3s ease-in;
	transition: transform .3s ease-in;
}

@media only screen and (min-width: 1025px) {
	html::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 11px;
		background-color: #f1f1f1;
	}
	html::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background-color: #929292;
		border: 1px solid #f1f1f1;
	}
}

.top-home-header {
	height:125px;
	background:#000;
	width:100%;
	position:relative;
	z-index:9999;
	top:0
}

.top-home-header.scrolled {
	opacity:.9;
	height:90px
}

.top-home-header.scrolled .logo img {
	height:55px;
	width:auto
}

.top-home-header.scrolled .menu-icon {
	margin-top:37px
}

.top-home-header.scrolled .right-container {
	top:40px
}

.top-inside-header {
	height:190px;
	background:#000;
	width:100%;
	position:relative;
	z-index:9999;
	top:0
}
.top-inside-header .logo{
	/*margin-top: 50px;*/
}
.top-inside-header .menu-icon{
	/*margin-top: 85px;
	line-height: 190px;*/
}
.top-inside-header.scrolled {
	opacity:.9;
	height:90px
}

.top-inside-header.scrolled .logo img {
	height:55px;
	width:auto
}

.top-inside-header.scrolled .menu-icon {
	margin-top:37px
}

.top-inside-header.scrolled .right-container {
	top:40px;
	padding-top:4px;
	overflow:hidden;
	height:40px
}

#header.top-inside-header .container-big {
	height:190px
}

.container-big {
	width:1500px;
	margin:0 auto;
	position:relative;
	display:table;
}

.legalArticles .container-big {
	table-layout: fixed;
}

.container {
	width:980px;
	margin:0 auto;
	position:relative
}

.padded-container {
	width:980px;
	margin:0 auto;
	padding:0 20px;
	position:relative
}

#header .padded-container {
	overflow:hidden
}

.menu-icon {
	background:url(../img/menu-icon.png) no-repeat;
	background-size: 30px auto;
	width:30px;
	height:20px;
	line-height:125px;
	float:left;
	margin-top:50px;
	display: block;
	transition:all .3s ease-in;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-ms-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;

	width: 71px;
	height: 71px;
	background-position: center;
	margin-left: -20px;
	margin-top: 26px;
}

.menu-icon:hover {
	opacity:.8
}

.logo {
	float:left;
	margin-top:20px;
	transition:all .3s ease-in;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-ms-transition:all .1s ease-in;
	-o-transition:all .1s ease-in
}

.logo:hover {
	opacity:.8
}

.logo img {
	width: 318px;
	height: auto;
}

.right-container {
	position:absolute;
	right:0;
	top:55px
}

.main-menu ul li {
	float:left;
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid #fff
}

.main-menu ul li:first-child {
	border-left:none
}

.main-menu ul li a {
	/*text-transform:uppercase;*/
	color:#fff;
	/*font-family: Arial;*/
	/*font-weight: bold;*/
	/*font-family: 'Alegreya SC', serif;*/
	word-spacing:2px;
	font-size:18px;
	text-decoration:none;
	color: #ede739;
}
@media only screen and (max-width: 1160px) and (min-width: 1040px) {
	.main-menu ul li a {
		font-size: 17px;
	}
}
@media only screen and (max-width: 1040px) and (min-width: 1020px) {
	.main-menu ul li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1020px) and (min-width: 980px) {
	.main-menu ul li a {
		font-size: 15px;
	}
}
.main-menu ul li a:hover {
	opacity:.8
}

/*.main-menu {
    margin-left:60px;
    float:left;
}*/

.home .main-menu {
	margin-left:0
}

.user-icon {
	float:right;
	width:22px;
	height:20px;
	/*margin-left:55px;*/
	text-indent:-9999px;
	background:url(../img/login@2x.png) no-repeat;
	background-size: 20px auto;
	margin-top:-3px;
	transition:all .3s ease-in;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-ms-transition:all .1s ease-in;
	-o-transition:all .1s ease-in
}

.user-icon:hover {
	opacity:.8
}

.side-container {
	/*position:fixed;*/
	position:absolute;
	z-index:99999;
	left:0;
	width:300px;
	display:block;
	overflow:hidden;
	height:100%;
	padding:70px 0 0;
	background:#191b1f;
	top:0;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-ms-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.side-container.active {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.overall-holder{
	margin-left: 0px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-ms-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}
.overall-holder.move-right{
	position: relative;
	margin-left: 0px;
	-webkit-transform: translate(300px, 0);
	-moz-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	-o-transform: translate(300px, 0);
	transform: translate(300px, 0);
	display: block;
	width: 100%;
}
#header.move-right {
	-webkit-transform: translate(300px, 0);
	-moz-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	-o-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
.side-menu{
	/* overflow: hidden; */
}
.side-menu > ul {
	display:block;
	width:300px
}

.side-menu a {
	font-family: Arial;
	/*font-weight: bold;*/
}
.side-menu ul li li{
	width: 100%;
	margin-bottom: 5px;
}
.side-menu > ul > li > a {
	color:#a6a6a6;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	padding:0 25px 0 38px;
	width: 100%;
}

.side-menu > ul > li {
	margin-bottom: 30px;
}

.side-menu > ul ul > li > a {
	font-size:15px;
	line-height:20px;
	color:#fff;
	display:block;
	width:100%;
	padding:4px 25px 4px 38px;
}

.side-menu > ul > li > ul {
	margin-top: 10px;
}

.side-menu > ul ul > li > a:hover {
	background:#e20521;
	color:#fff
}

.close-button {
	width:33px;
	height:33px;
	display:block;
	background:url(../img/close-btn.png) no-repeat left top;
	position:absolute;
	right:33px;
	top:34px;
}

.close-button:hover {
	background-position:0 -33px
}

.sub-header.mobile {
	background: #4a4a4a;
	padding: 0 15px 7px;
	overflow: auto;
}

.sub-header.mobile:first-child {
	padding-top: 7px;
}


.sub-header.mobile #google_translate_element {
	position: static !important;
}
.sub-header.mobile #google_translate_element > div {
	margin-top: 10px;
}
.sub-header.mobile > div {
	height: 30px;
	padding: 3px 0;
	overflow: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.sub-header.mobile:nth-child(2) > div {
	margin-bottom: 1px;
}

.pr-wrap .inside-province-select span {
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #ede739;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	float: none;
	display: inline-block;
}

.inside-buttons .moz-inside-select .moz-inside-select {
	margin-left: 0;
}

.lang-select-wrap .select-label,
.lang-select-wrap .gl-wrap,
.link-wrap .link-wrap-inside {
	width: 50%;
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #ede739;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	float: none;
	display: inline-block;
}




.lang-select-wrap .select-label {
	text-align: left;
	width: 100px;
	width: 92px;
}

.lang-select-wrap .gl-wrap,
.link-wrap .link-wrap-inside {
	overflow: hidden;
	background-image: url(../img/droph-white-yellow@2x.png);
	background-repeat:no-repeat;
	background-position:100% -24px;
	background-size: 30px auto;
	width: 175px;
	width: 230px;
	cursor: pointer;
}

.lang-select-wrap .gl-wrap:hover,
.lang-select-wrap .gl-wrap:focus {
	background-position: 100% -24px;
}

.sub-header.mobile #google_translate_element select {
	background: transparent;
	background: rgba(255,255,255,0);
	height: 24px;
	line-height: 24px;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	width: 120%;
	width: calc(100% + 20px);
	border: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	outline: none;
	font-family: Arial;
}

.sub-header.mobile #google_translate_element select option {
	color: #000;
	background: #fff;
	font-weight: normal;
}

.province-select-wrap .select-label,
.province-select-wrap .pr-wrap {
	width: 50%;
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #9e9e9e;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	float: none;
	display: inline-block;
}

.province-select-wrap .select-label {
	text-align: left;
	width: 92px;
}

.province-select-wrap .pr-wrap {
	overflow: hidden;
	background-image: url(../img/droph-white-yellow@2x.png);
	background-repeat:no-repeat;
	background-position:100% -24px;
	background-size: 30px auto;
	width: 230px;
	cursor: pointer;
}

.province-select-wrap .pr-wrap:hover,
.province-select-wrap .pr-wrap:focus {
	background-position: 100% -24px;
}

.sub-header.mobile #provid {
	background: transparent;
	background: rgba(255,255,255,0);
	height: 24px;
	line-height: 24px;
	color: #ede739;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	width: 120%;
	width: calc(100% + 20px);
	border: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	font-family: Arial;
}

.sub-header.mobile #provid option {
	color: #000;
	background: #fff;
	font-weight: normal;
}

.hero-image {
	position:relative;
	clear:both;
	/*margin-top:125px;*/
	width:100%;
	min-height:615px;
	display:block;
	background:url(../img/hero-img2.jpg) repeat center #fff;
	background-size:auto 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../images/bg-image-ss.png',sizingMethod=\'scale\'); -ms-filter: \"progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../images/bg-image-ss.png',sizingMethod=\'scale\')\";
	content: ''';/*the extra ' fixes code highlight issue made by the above filter propery in some editors*/
	overflow: hidden;
}

.hero-image .container-big {
	position:absolute;
	bottom:0;
	width: 100%;
}

.flag {
	width:304px;
	height:187px;
	display:block;
	position:absolute;
	bottom:0;
	right: 30px;
	background:url(../img/leaf.png) no-repeat;
}

.home-tagline {

	width:100%;
	clear:both
}

.home-tagline p {
	font-size:24px;
	line-height:30px;
	font-family: Arial;
}

section,.footer {
	clear:both;
	width:100%;
	overflow:hidden
}

.darkgrey {
	background:#4a4a4a
}

.grey {
	background:#636363
}

.orange {
	background:#ff503e;
	overflow:hidden
}

.footer-menu-section {
	background:#191b1f
}

.lightgrey {
	background:#ccc;
	overflow:hidden
}

.lightergrey {
	background:#ebebeb;
	padding: 50px 0 50px;
}
.lightergreySecond{
	background:#fff;
	padding: 70px 0 70px;
	color: #414042;
}
.lightergrey {
	color: #414042;
}

section + .lightergreySecond,
section + .lightergrey {
	padding: 75px 0 73px;
}

.overall-holder .legalArticles .lightergrey,
.overall-holder .legalArticles .lightergreySecond {
	padding: 0;
}

/*.lightergrey .article-container {
	color: #414042;
}

.lightergreySecond .article-container {
	color: #414042;
}*/

.lightergrey + .lightergrey,
.lightergreySecond + .lightergreySecond{
	padding: 0 0 73px 0;
}

.lightergrey .article-container pre h1,
.lightergrey .article-container pre h2,
.lightergrey .article-container pre h4,
.lightergrey .article-container pre h3,
.lightergrey .article-container pre h5,
.lightergrey .article-container pre ul li,
.lightergrey .article-container pre ol li,
.lightergrey .article-container pre li {
	color: #fff;
}

.lightergreySecond .article-container pre h1,
.lightergreySecond .article-container pre h2,
.lightergreySecond .article-container pre h4,
.lightergreySecond .article-container pre h3,
.lightergreySecond .article-container pre h5,
.lightergreySecond .article-container pre ul li,
.lightergreySecond .article-container pre ol li,
.lightergreySecond .article-container pre li {
	color: #fff;
}

.mediumlightSecond .article-container pre h1,
.mediumlightSecond .article-container pre h2,
.mediumlightSecond .article-container pre h4,
.mediumlightSecond .article-container pre h3,
.mediumlightSecond .article-container pre h5,
.mediumlightSecond .article-container pre ul li,
.mediumlightSecond .article-container pre ol li,
.mediumlightSecond .article-container pre li {
	color: #fff;
}


.body-content .article-container pre h1,
.body-content .article-container pre h2,
.body-content .article-container pre h3,
.body-content .article-container pre h4,
.body-content .article-container pre h5,
.body-content .article-container pre h6 {
	margin-top: 28px;
	color: inherit;
}

.body-content .article-container pre ul li,
.body-content .article-container pre ol li,
.body-content .article-container pre p {
	color: inherit;
}

.footer {
	background:#000
}

.half {
	width:50%;
	display:block;
	float:left
}

.half.padded {
	/*padding-right:40px;*/
	margin-bottom:40px;
	clear:both
}

.half.last {
	float:right
}

.hero-image {
	padding:50px 0
}

.hero-image .half.last {
	position: relative;
	z-index: 2;
}

.hero-image h1 {
	font-family: Arial;
	font-weight: normal;
	font-size:34px;
	font-size:30px;
	color:#fff;
	-moz-text-shadow: 0px 3px 2px #000000;
	-webkit-text-shadow: 0px 3px 2px #000000;
	text-shadow: 0px 3px 2px #000000;
	filter: dropshadow(color=#333333, offx=0, offy=3);
	line-height:36px;
	margin-bottom:50px;
	line-height: 42px;
	margin-bottom: 70px;
}
.lang-select {
	display:block;
	cursor:pointer;
	/*width:350px;*/
	width: 335px;
	clear:both;
	font-size:24px;
	font-family: Arial;
	font-weight: normal;
	color:#fff;
	padding-right:0px;
	-moz-text-shadow: 0px 3px 2px #000000;
	-webkit-text-shadow: 0px 3px 2px #000000;
	text-shadow: 0px 3px 2px #000000;
	line-height:33px;
	height:34px;
	background-color:rgba(0,0,0,0);
	background-color: transparent;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius: 0px;
	appearance:none;
}

.lang-select::-ms-expand,
select.pro-select::-ms-expand {
	display: none;
}

.moz-lang-select {
	width: 400px;
	overflow:hidden;
	display:block;
	position:relative;
	background-image: url(../img/droph@2x.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	background-size: 34px 66px;
	margin-bottom: 20px;
	height: 33px;
}

.moz-lang-select:hover,
.moz-lang-select:focus {
	background-position: 100% -33px;
}

.lang-select option,select.pro-select option,#provid option, .goog-te-combo option {
	/*color:#000;*/
	font-family: Arial, -apple-system !important;
	font-size:16px!important;
	/*background:#fff;*/
	text-shadow:none;
}

.mobile .goog-te-combo,
.moz-lang-select .goog-te-combo {
	width: 400px;
	opacity: 0;
	margin: 0 !important;
	height: 33px;
	z-index: 9;
	cursor: pointer;
	-webkit-appearance: menulist-button;
}

.mobile .goog-te-combo,
.moz-inside-select .goog-te-combo {
	width: 100%;
	opacity: 0;
	margin: 0 !important;
	height: 36px;
	z-index: 9;
	cursor: pointer;
	-webkit-appearance: menulist-button;
}

.moz-inside-select .goog-te-gadget {
    height: 36px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.pro-select option {
	color: #000;
}

.pro-select option:not(:checked) {
	color: #000;
}

.lang-select:focus,select.pro-select:focus {
	outline:none;
	border:none
}

.pro-select {
	display: inline-block;
	cursor:pointer;
	width:400px;
	clear:both;
	font-size:24px;
	font-family: Arial;
	/*font-weight: bold;*/
	opacity: 0;
	padding-right:0px;
        padding-left:5px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	line-height:33px;
	height:33px;
	margin-bottom:0px;
	background:transparent;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	/*text-indent: 9999px
	text-shadow: 0px 3px 2px #000;*/
	font-weight: normal;
	color: #FFF;
}
.pro-select:hover,
.pro-select:focus{
	background-position:87% -33px;
}


.moz-pro-select {
	width:400px;
	overflow:hidden;
	display:block;
	position:relative;
	background-image: url(../img/droph@2x.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	margin-bottom: 20px;
	height: 33px;
	background-size: 34px 66px;
}

.legal-answers-select {
	background-image: url(../img/droph-yellow@2x.png);
}

.moz-pro-select:hover,
.moz-pro-select:focus {
	background-position:100% -33px;
}

.moz-pro-select span {
	-moz-text-shadow: 0px 3px 2px #000000;
	-webkit-text-shadow: 0px 3px 2px #000000;
	text-shadow: 0px 3px 2px #000000;
	line-height:33px;
	font-size:24px;
	font-family: Arial, -apple-system;
	font-weight: normal;
	color:#fff;
	z-index: -1;
	position:absolute
}

.home .moz-pro-select span {
	/*display: none;*/
}

.hero-image #s, .inside-search #s, #algolia-search-box input.ais-search-box--input {
	box-sizing: border-box;
	border:none;
	height:36px;
	width:400px !important;
	line-height:36px;
	font-family: Arial;
	font-size:18px;
	color:#000;
	border-radius:8px;
	position:relative;
	padding:0 55px 0 13px
}

#algolia-search-box input.ais-search-box--input {
	background-color: white;
}

#algolia-search-box .ais-search-box--powered-by {
	top: 48px;
}
#search-box .ais-stats {
	position: relative;
	top: 0;
	font-size: inherit;
}


.hero-image #s:-ms-input-placeholder {
	color: #b5b5b5;
}

.search-container,.inside-search {
	height:36px;
	width:400px;
	position:relative
}

.inside-search {
	margin:40px auto
}

.hero-image #s-btn,.inside-search #s-btn {
	border:none;
	-webkit-appearance: none;
	border-radius: 0px;
	width:39px;
	height:36px;
	background:url(../img/search-icon@2x.png) no-repeat;
	background:url(../img/search-icon-yellow@2x.png) no-repeat;
	background-size: 100% auto;
	position:absolute;
	right:0;
	cursor:pointer;
	top:0;
	transition:all .3s ease-in;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-ms-transition:all .1s ease-in;
	-o-transition:all .1s ease-in
}

.hero-image #s-btn:hover,.inside-search #s-btn:hover {
	opacity:.8
}

.hero-image #s-btn:focus,.hero-image #s:focus,.inside-search #s:focus,.inside-search #s-btn:focus {
	outline:none;
	border:none
}

.grey .article-container a.search-areas,
.search-areas {
	padding:13px;
	background:#ff503e;
	color:#fff;
	font-family: Arial;
	/*font-weight: bold;*/
	font-size:21px;
	line-height:22px;
	display:inline-block;
	float:left;
	width: 100%;
	text-align: center;
	transition:all .3s ease-in;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-ms-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	box-shadow: 0 8px 6px -6px #000000;
}

.grey .article-container a.search-areas:hover,
.search-areas:hover {
	opacity:.9
}

.grey .article-container a.search-areas:hover,
.grey .article-container a.search-areas {
	text-decoration: none;
}

.grey .article-container .home-counter h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.fw-test .search-areas { /*remove after production*/
	padding:13px !important;
	background:#ff503e !important;
	color:#fff !important;
	font-family: Arial !important;
	font-weight: bold;
	font-size:18px !important;
	line-height:22px !important;
	display:inline-block;
	float:none;
	margin-right:0;
	transition:all .3s ease-in;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-ms-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	text-decoration: none !important;
}



.ais-pagination--item .ais-pagination--link {
	background: #e10220;
	display: block;
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 8px;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #e10220;
}
.ais-pagination--item .ais-pagination--link:hover, .ais-pagination--item.ais-pagination--item__active .ais-pagination--link {
	border: 1px solid #e10220;
	background: #fff;
	color: #e10220;
}



.home-counter {
	text-shadow: 0px 3px 2px #000;
	line-height: 1.5;
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
	color: #FFF;
	clear: both;
	padding-top: 11%;
}

.home-counter span {
	font-size: 24px;
}

.home-counter.or {
	line-height: 1;
	margin: 15px;
	padding: 0px;
	text-align: center;
}

.home-counter a {
  color: #FFF;
}

.home .non-profit {
	clear: both;
	padding-top: 100px;
	text-align: left;
}

.home .non-profit p {
	text-shadow: 0px 3px 2px #000;
	font-family: Arial;
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 20px;
}

.home .non-profit a,
.home .non-profit a:hover {
	text-decoration: none;
}

.hero-image {
	height: auto !important;
}	

.counter-num {
	font-weight: bold;
}

.home-counter.mobile {
	display: none;
}

.home-counter strong {
	font-weight: normal;
}

.page-id-227 .home-counter {
	text-align: center;
	padding-top: 35px;
	text-shadow: none;
}

.page-id-227 .home-counter h2 {
	font-weight: normal !important;
}

.page-id-698 .home-counter {
	display: none;
}

.header-counter {
	text-shadow: 0px 3px 2px #000;
	line-height: 1.5;
	font-size: 16px;
	font-family: Arial;
	font-weight: 600;
	color: #FFF;
	clear: both;
	text-align: right;
}

.home-tagline {
	font-family: Arial;
	text-align:center;
	font-size:24px;
	line-height:30px;
	padding: 75px 0;
	height: 217px;

}

.home-tagline h2 {
	color:#000;
	line-height: 155%;
}
.body-content .grey .article-container h2.homesection-title,
.article-container h2.homesection-title, h2.homesection-title a,
h2.homesection-title {
	font-size:28px;
	color:#fff;
	text-align:center;
	display:block;
	margin-bottom: 0;
	line-height: 37px;
}
h2.homesection-title.red, h2.homesection-title.red a,
.lightergrey h2.homesection-title.upp.red{
	color: #dd0003;
	font-size: 36px;
	font-weight: bold;
}
h2.homesection-title.yellow a:hover,
h2.homesection-title.red a:hover {
	text-decoration: underline;
}
h2.homesection-title.yellow, h2.homesection-title.yellow a,
.lightergrey h2.homesection-title.upp.yellow{
	color: rgb(238, 238, 10);
	font-size: 36px;
	font-weight: bold;
}





.body-content .grey .article-container h2.section-title,
.article-container h2.section-title,
h2.section-title, h2.section-title a,
.sponsorarea h2 {
	/*font-family: 'Arimo', sans-serif;*/
	font-size:36px;
	line-height: 1.277;
	color:#fff;
	text-align:center;
	display:block;
	margin-bottom: 0;
}

.article-container h2.section-title,
h2.section-title,
.sponsorarea h2 {
	color: #000;
	letter-spacing: 1px;
}

.grey, .mediumlight, .mediumlightSecond, .darkgrey {
	padding: 50px 0 50px;
}
.darkgrey + .darkgrey{
	padding: 0 0 73px 0;
}
.grey + .grey{
	padding: 0 0 73px 0;
}
.mediumlight + .mediumlight,
.mediumlightSecond + .mediumlightSecond{
	padding: 0 0 73px 0;
}

.orange {
	padding:70px 0 73px;
}
.grey.lastsection .button,
.grey.lastsection .black-button{
	margin-bottom: 0 !important;
}

.footer-menu-section {
	padding:50px 0px 40px;
	overflow:hidden
}

.footer-menu > ul > li {
	float:left;
	box-sizing: border-box;
	min-width:110px;
	/*  max-width:170px; */
	width: 24.7%;
	display: block;
	padding-right: 5px;
	/*  margin-left:55px */
	/*  width: 33.333333%; */
}

.footer-menu > ul > li:first-child {
	margin-left:0
}

.footer-menu > ul > li > a,
.footer-menu > ul > li {
	font-family: Arial;
	font-weight: bold;
	font-size:18px;
	color:#fff;
}

.footer-menu > ul > li > a {
	margin-bottom:15px;
	display:block;
	line-height: 24px;
}

.footer-menu > ul > li li > a {
	font-family: Arial;
	font-weight: normal;
	font-size:15px;
	line-height: 21px;
	margin-bottom:8px;
	color:#c1c1c1;
	display:block;
}

.footer-menu > ul > li li > a:hover {
	color:#ede739;
	text-decoration: underline;
}

.lightgrey.social {
	height:70px;
	height: auto;
	border-bottom:4px solid #ff503e;
	border-top:4px solid #ff503e;
	background: #636363;
}

.grey {
	color:#fff
}
.social-container {
	width: 600px;
	margin:0 auto
}

.social-connect  a.connect_button.facebook {background:url(../img/social-share-icons@2x.png) 0 0 no-repeat; background-size: 160px auto;  width:32px; height:32px;  margin-right:8px}
.social-connect  a.connect_button.facebook:hover {background-position:0 -32px }
.social-connect  a.connect_button.twitter {background:url(../img/social-share-icons@2x.png) -32px 0 no-repeat;background-size: 160px auto;width:32px; height:32px;margin-right:8px }
.social-connect  a.connect_button.twitter:hover {background-position:-32px -32px }
.social-connect  a.connect_button.google_plusone_share {background:url(../img/social-share-icons@2x.png) -64px 0 no-repeat; background-size: 160px auto;width:32px; height:32px;margin-right:8px }
.social-connect  a.connect_button.google_plusone_share:hover {background-position:-64px -32px }
.social-connect  a.connect_button.linkedin {background:url(../img/social-share-icons@2x.png) -96px 0 no-repeat; background-size: 160px auto; width:32px; height:32px; margin-right:8px }
.social-connect  a.connect_button.linkedin:hover {background-position:-96px -32px }
.social-connect a.connect_button { margin-top: 16px; float: left; width: 32px!important; height: 32px!important; text-indent: -9999px; }

.social-share.side-menu-share {
	width: 100%;
	margin: 0;
	padding: 0px 15px 21px 38px;
	display: none;
}

.social-share.side-menu-share h4 {
	color: #A6A6A6;
	font-size: 18px;
	line-height: 29px;
	width: 100%;
	font-weight: bold;
}

.social-share.side-menu-share a {
	margin-top: 6px;
}

.share-txt {
	font-family: Arial;
	font-weight: bold;
	font-size:24px;
	color:#000;
	float:left;
	margin-right:15px;
	line-height:70px
}

.addthis_sharing_toolbox {
	float:left;
	margin-top:17px
}

.social-share a.at-share-btn.at-svc-twitter,.social-share a.at-svc-facebook,.social-share a.at-svc-lidar,.social-share a.at-svc-twitter,.social-share a.at-svc-yammer,.social-share a.at-svc-email,.social-share a.at-svc-wowbored,.social-share .a.at-svc-email,.social-share a.at-svc-pinterest_share,.social-share a.at-svc-compact,.social-share .at15t,.social-share .at16nc,.social-share .at300bs,.social-share .at_PinItButton {
	background:none
}

.addthis_button_google_plusone iframe/*,.at4-icon*/ {
	display:none!important
}

.social-share a,a.at300b,a.at300m {
	margin-top:16px;
	float:left;
	width:32px!important;
	height:32px!important
}

.social-share .addthis_32x32_style .at15t_facebook,.social-share .addthis_button_facebook {
	background:url(../img/social-share-icons@2x.png) 0 0 no-repeat;
	background-size: 160px auto;
	width:32px;
	height:32px;
	margin-right:8px
}

.social-share .addthis_32x32_style .at15t_facebook:hover,.social-share .addthis_button_facebook:hover {
	background-position:0 -32px
}

.social-share .addthis_32x32_style .at15t_twitter,.social-share .addthis_button_twitter {
	background:url(../img/social-share-icons@2x.png) -32px 0 no-repeat;
	background-size: 160px auto;
	width:32px;
	height:32px;
	margin-right:8px
}

.social-share .addthis_32x32_style .at15t_twitter:hover,.addthis_button_twitter:hover {
	background-position:-32px -32px
}

.social-share .addthis_32x32_style .at15t_google_plusone_share,.addthis_button_google_plusone_share {
	background:url(../img/social-share-icons@2x.png) -64px 0 no-repeat;
	background-size: 160px auto;
	width:32px;
	height:32px;
	margin-right:8px
}

.social-share .addthis_32x32_style .at15t_google_plusone_share:hover,.addthis_button_google_plusone_share:hover {
	background-position:-64px -32px
}

.social-share .addthis_32x32_style .at15t_linkedin,.addthis_button_linkedin {
	background:url(../img/social-share-icons@2x.png) -96px 0 no-repeat;
	background-size: 160px auto;
	width:32px;
	height:32px;
	margin-right:8px
}

.social-share .addthis_32x32_style .at15t_linkedin:hover,.addthis_button_linkedin:hover {
	background-position:-96px -32px
}

.social-share .addthis_32x32_style .at15t_pinterest_share,.addthis_button_pinterest {
	background:url(../img/social-share-icons@2x.png) -128px 0 no-repeat;
	background-size: 160px auto;
	width:32px;
	height:32px;
	margin-right:8px
}

.social-share .addthis_32x32_style .at15t_pinterest_share:hover,.addthis_button_pinterest:hover {
	background-position:-128px -32px
}

/* social menu with Menu Icon plugin images */

.lightgrey.social .social-connect, .lightgrey.social .social-share {
	float: left;
	height: 62px;
}

#menu-connect span, .social-connect .menu span { /* hiding menu labels, for some reason the plugin isn't doing this */
	display: none;
}
#menu-connect, .social-connect .menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	float:left;
}
#menu-connect li, .social-connect .menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.social-connect .menu li {
	margin-right: 8px;
	margin-top: 16px;
}

#menu-connect a, .social-connect .menu a {
	display: block;
	width: 32px !important;
	height: 32px !important;
	overflow: hidden;
	position: relative;
}
#menu-connect a img, .social-connect .menu a img {
	position: absolute;
	max-width: 32px;
	height: auto;
	top: 0;
	left: 0;
}

#menu-connect a:hover img,#menu-connect a:focus img,.social-connect .menu a:hover img,.social-connect .menu a:focus img {
	top: -32px;
}


.widget-2.footer-widget h2.f-widget-title {
	font-size: 15px;
	font-weight:normal;
	display: inline-block;
	color: rgb(238, 238, 10);
	margin: 10px 10px 0 0;
}
.widget-2.footer-widget .textwidget,
.widget-2.footer-widget .menu-connect-container {
	display: inline-block;
    vertical-align: middle;
}

/* end of social menu */

.footer {
	padding: 15px 0;
}

p.copyright {
	clear:both;
	font-family: Arial;
	font-weight: bold;
	font-size:16px;
	line-height:23px;
	text-align:left;
	color: #ebebeb;
	margin:0;
	padding-left: 0px;
	margin-bottom: 30px;
}

p.copyright span {
	display: inline-block;
}

p.copyright a {
	color: #ebebeb;
}
p.copyright a:hover {
	text-decoration: none;
}
p.copyright.bottom {
	float: left;
	margin: 0px;
	padding-left: 0px;
}

.social-accounts {
	color:#fff
}

p.tco {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	font-weight: bold;
	float: right;
	padding-right: 0px;
}

p.tco a {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 32px;
}

p.tco a:hover {
	text-decoration: underline;
}

p.tco a:after {
	content: "";
	right: 0;
	width: 23px;
	height: 22px;
	position: absolute;
	background: url("../img/tco@2x.png") no-repeat 0px 0px transparent;
	background-size: 23px auto;
	display: block;
	top: -2px;
}

p.tco a:hover:after {
	background-position: 0px -22px;
}

.footer-widget {
	float: none;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}

.footer-widget.widget-1 {
	margin-left:0;
	width: auto;
	float: left;
	margin-bottom: 30px;
}

.footer-widget.widget-2 {
	margin:0;
	width: auto;
	float: right;
	display:flex;
}

.footer-widget.widget-3 {
	width: 100%;
	margin-left:0;
	margin-right: 0px;
}
/*
.footer-widget.widget-3 {
	margin-left:0;
	margin-right: 0px;
	margin-top: 24px;
	width: auto;
	float: left;
}
*/


.footer-widget.widget-1 .menu {
	text-align: center;
}

.footer-widget.widget-1 .menu li {
	display: inline-block;
}

h2.f-widget-title {
	color:#fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	margin-bottom:12px
}

.footer-widget img {
	height: 40px;
	width: auto;
}

.footer-widget.widget-first .menu a {
	float:left;
	padding-left:10px;
	margin-left:5px;
	border-left:1px solid #444953;
	color: #ebebeb;
	font-size:16px;
	font-family: Arial;
	font-weight: bold;
}

.footer-widget.widget-first .menu a:hover {
	text-decoration: underline;
}

.footer-widget.widget-first .menu li:first-child a {
	margin-left:0;
	padding-left:0;
	border-left:none
}

.footer-widget .social-accounts li {
	margin-right:17px;
	width:15px;
	display:block;
	float:left;
	position:relative
}
.footer-widget .social-accounts a {
	color:#fff;
	font-size:19px;
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0
}

.footer-widget .social-accounts .fa {
	font-size:19px
}

.footer-widget .social-accounts .facebook.fa:hover {
	color:#3d5193
}

.footer-widget .social-accounts .fa-twitter:hover {
	color:#5db1db
}

.footer-widget .social-accounts .fa-google-plus:hover {
	color:#ff503e
}

.footer-widget .social-accounts .fa-linkedin:hover {
	color:#0077b5
}

.footer-sidebar {
	overflow:hidden;
	text-align: center;
}

.backtoptop {
	width:29px;
	height:29px;
	background:url(../img/top.png?v=3);
	background-size:29px;
	clear:both;
	margin:0 auto;
	text-indent:-9999px;
	display:block;
	position:fixed;
	bottom:19px;
	right: 19px;
	margin-left:-14px;
	opacity:.85;
	z-index: 2;
	display: none;
	border-radius: 3px;
	outline: none;

	width: 40px;
	height: 40px;
	background: url(../img/top-blue.png);
	background-size: 40px;
}

.backtoptop:hover,
.backtoptop:focus {
	background-position:0 -29px;
	outline: none;

	background-position:0 -40px;
}

.home .movetodown {
	width:29px;
	height:29px;
	background:url(../img/top.png?v=2);
	background-size:29px;
	clear:both;
	margin:0 auto;
	text-indent:-9999px;
	display:block;
	position:fixed;
	bottom:19px;
	left: 50%;
	margin-left: -15px;
	opacity:.85;
	z-index: 2;
	border-radius: 3px;
	outline: none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home .movetodown:hover,
.home .movetodown:focus {
	background-position:0 -29px;
	outline: none;
}

.popular-topics {
	margin-top:50px
}

.popular-topics + .red-button {

}
.red-button.centered{
	width: auto;
	display: inline-block;

}
.popular-topics.flexslider .slides img {
	width:auto;
	height:112px;
	margin:0 auto;
	text-align:center;
	margin-bottom:50px
}
.popular-topics.flexslider .slides li > a{
	display: block;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.flexslider.popular-topics {
	max-height:220px;
	margin-bottom:30px
}

.popular-topics.flexslider .slides li {
	position:relative
}

.popular-topics.flexslider .slides > li {
	height:200px
}

.popular-topics.flexslider .slides span {
	position:absolute;
	bottom:3px;
	color:#fff;
	font-family: Arial;
	font-size:24px;
	text-align:center;
	width:170px;
	right:3px;
	margin-left:-85px;
	padding-bottom: 10px;
}

.popular-topics .flex-direction-nav a,.news_slider .flex-direction-nav a {
	width:38px;
	height:76px;
	top:33%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease
}

.popular-topics .flex-direction-nav .flex-prev,.news_slider .flex-direction-nav .flex-prev {
	background:url(../img/left-arrow.png) no-repeat;
	background-size: 100% auto;
	left:-280px;
}

.popular-topics .flex-direction-nav .flex-next,.news_slider .flex-direction-nav .flex-next {
	background:url(../img/right-arrow.png) no-repeat;
	background-size: 100% auto;
	right:-280px;
}

.flex-direction-nav a {
	text-indent: 9999px;
}
.lightergrey .article-container p{
	color: #414042;
}

.lightergreySecond .article-container p {
	color: #414042;
}

.article-container a {
	color: #A30000;
	text-decoration: underline;
}

.article-container a:hover,
.article-container a:focus {
	color: #000;
	text-decoration: none;
}

.lightergreySecond.links-list .article-container a,
.lightergrey.links-list .article-container a {
	color: #414042;
	text-decoration: none;
	/*font-weight: bold;*/
}

.lightergreySecond.links-list .article-container a:visited,
.lightergrey.links-list .article-container a:visited {
	color: #A30000 !important;
}


.lightergreySecond.links-list .article-container a:hover,
.lightergreySecond.links-list .article-container a:focus,
.lightergrey.links-list .article-container a:hover,
.lightergrey.links-list .article-container a:focus {
	color: #414042;
	text-decoration: underline;
}



.article-container a.red-button{
	text-decoration: none;
}
.red-button {
	color:#fff;
	box-sizing:border-box;
	background:#ff503e;
	text-decoration:none;
	height:50px;
	line-height:50px;
	font-family: Arial;
	font-weight: bold;
	font-size:15px;
	padding:0 20px;
	display:inline-block;
	border-radius: 0px;
	border: 1px solid #ff503e;
}

.article-container pre a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.article-container pre a:hover,
.article-container pre a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.red-button:hover {
	color:#000;
	background:#fff
}

.news_slider {
	margin-top:50px
}

.slide-post-title {
	font-family: Arial;
	font-size:30px;
	color:#fff;
	margin-bottom:14px;
	line-height: 1.125;
}

.slide-post-title a {
	color:#fff;
}

.slide-post-title a:hover {
	text-decoration:underline;
}

.slide-post-content {
	font-family: Arial;
	font-size:18px;
	line-height:24px;
	color:#fff;
}

.slide-post-content .half {
	width:50%;
	padding-right:30px;
}

.slide-post-content .half img {
	width:100%;
	height:auto;
	border:2px solid #636363;
}

.slide-post-content .half img:hover {
	border:2px solid #fff;
}

.slide-post-content .half.last {
	margin-right:0;
}

.slide-post-content p {
	font-family: Arial;
	font-size:18px;
	line-height:30px;
	color:#fff;
	padding-bottom: 30px;
}

.slide-post-content .button-black {
	margin: 0;
}

.flexslider.news_slider .slides > li {
	/*height:210px;*/
	height:auto;
}

.news_slider .flex-direction-nav a {
	top:28%;
}
.flexslider.news_slider{
	height: auto;
}
.testimonials {
	text-align:center;
	/*width:660px;*/
	width:750px;
	margin:40px auto 0;
}

.testimonials-template-page .testimonials {
	margin-top: 0;
	margin-bottom: 0;
}

.testimonials li {
	margin-bottom:60px;
	font-family: Arial;
	font-size:18px;
	line-height:30px;
	color:#000
}

.testimonials-template-page .testimonials li {
	margin-top: 0;
	margin-bottom: 0;
}

.testimonials li .tes-text:after {
	font-size: 18px;
	width: 18px;
	height: 14px;
	content: "";
	background: url('../img/q-right.png') no-repeat 5px 3px;
	padding-left: 23px;
	padding-top: 11px;
}

.testimonials li h4 {
	font-family: Arial;
	font-weight: bold;
	font-size:18px;
	line-height:30px;
	color:#000
}

.testimonials li h4 span.name-title {
	font-weight: normal;
}

.testimonials li h4 span.name-title {
	color: #446CA0;
}

.testimonials li h4 {
	margin-bottom: 0;
}

.testim-circ {
	width:785px;
	clear:both;
	display:block;
	margin:40px auto 7px;
	overflow:hidden;
	display: flex;
	justify-content: center;
}

.testim-circ li {
	width:240px;
	height:240px;
	border:8px solid #cb4235;
	border-radius:100%;
	float:left;
	margin-left:32px;
	padding:40px 20px;
	position:relative;
	text-align:center;
	background: #ff503e;
}

.home-testimonials-section .testim-circ li {
	padding: 0;
	border: none;
	background: transparent;
}

.home-testimonials-section .testim-circ li a.testimonials-home-link {
	display: block;
	width: 240px;
	height: 240px;
	padding: 40px 20px;
	border: 8px solid #cb4235;
	border-radius: 100%;
	background: #ff503e;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.home-testimonials-section .testim-circ li a.testimonials-home-link:hover,
.home-testimonials-section .testim-circ li a.testimonials-home-link:focus {
	background: #fff;
	color: #000;
}

.home-testimonials-section .testim-circ li a.testimonials-home-link:hover h4,
.home-testimonials-section .testim-circ li a.testimonials-home-link:hover i,
.home-testimonials-section .testim-circ li a.testimonials-home-link:focus h4,
.home-testimonials-section .testim-circ li a.testimonials-home-link:focus i {
	color: #000;
}

.testimonials-page .testim-circ li {
	border:8px solid #cb4235;
	background: #ff503e;
	position:relative
}

.testimonials-page .testim-circ li img,
.testim-circ li img {
	position:absolute;
	bottom:25px;
	width:119px;
	height: auto;
	left:50%;
	margin-left:-59px;
	display: block;
}

.testim-circ li:first-child {
	margin-left:0
}

.testim-circ li h4 {
	font-family: Arial;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	color:#fff;
	margin-bottom:11px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.testim-circ i {
	font-size:14px;
	color:#fff;
	font-family: Arial;
	margin-bottom:20px;
	display:block;
	line-height: 1.3;
	padding: 0 25px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.black-button {
	clear:both;
	float:right;
	margin-right:30px;
	height: 46px;
	line-height: 46px;
	display:inline-block;
	color:#fff;
	background:#000;
	padding:0 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	border-radius:0px;
	margin-bottom:40px
}

.black-button:hover {
	background:#fff;
	color:#000
}

.home-books-section .button-black {
	margin-right: 0;
}

.home-books-section .button,
.home-books-section .button-black {
	margin-bottom: 0;
}

.lastsection {
	color:#fff
}

.lastsection h3 {
	color:#fff;
	font-family: Arial;
	font-weight: bold;
	color:#fff;
	font-size:18px;
	margin-bottom:20px
}

.lastsection .section-title,
.lastsection .homesection-title {
	margin-bottom:50px
}

.lastsection {
	font-size:24px;
	line-height:30px
}

.lastsection p {
	margin-bottom:20px
}

.lastsection .button,.button.rounded,.button {
	/*display:inline-block;
	line-height:44px;
	color:#fff;
	font-family: Arial;
	font-weight: bold;
	font-size:14px;*/
	margin-right:15px;
	/*width: 165px;
	text-align:center;
	background:#ff503e;
	border-radius: 0;*/
}

.article-container .button.fixedsized,.button {
	width:auto;
	display:inline-block;
	margin-top:30px
}

.button.long {
	/*	width: 220px; */
}

.lastsection .button:hover,.button:hover {
	background:#fff;
	color:#000
}

.lastsection img.alignleft {
	margin-right:50px
}

.inside-buttons {
	width:710px;
	display:block;
	clear:both;
	float:right;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:12px
}



.inside-buttons .search-form {
	float:left
}

.inside-buttons .search-form input[type="text"] {
	float:left;
	height:36px;
	width:184px;
	border:none;
	border-bottom:1px solid #ccc;
	border-radius: 0px;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	line-height:36px;
	padding:0 15px 0 9px;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	/* margin-left:22px; */
	color:#000;
	position:relative;
	background: #f4f2f0;
}

.inside-buttons .search-form input[type="text"]:focus,.inside-buttons .search-form input[type="submit"]:focus {
	outline:none;
}


.inside-buttons .search-form input[type="text"]:invalid {
	box-shadow: none !important;
	outline: none !important;
}

.inside-buttons .search-form input[type="submit"] {
	border:none;
	-webkit-appearance: none;
	border-radius: 0px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	height:36px;
	width:40px;
	float:left;
	background:#444953 url(../img/searchBtn@2x.png) no-repeat center center;
	background-size: 39px auto;
	cursor:pointer;
	transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in;
	-o-transition:all .2s ease-in
}

.inside-buttons .search-form input[type="submit"]:hover {
	opacity:.7
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0px;
}

.inside-buttons .moz-inside-select {
	width: 220px;
	overflow:hidden;
	display:inline-block;
	    float: right;
	margin-left: 22px;
	background:#f4f2f0;
	background-image:url(../img/dropdown-order@2x.png);
	background-size: 32px auto;
	background-repeat:no-repeat;
	background-position: 100% center;
	border-radius: 8px;
}

.inside-buttons .inside-select {
	width:240px;
	float: none;
	margin-left: 0px;
	height:36px;
	font-family: Arial;
	border-radius: 6px;
	font-size:16px;
	color:#000;
	line-height:36px;
	padding:0 0 0 6px;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	background: transparent;
}

.inside-buttons .inside-select:focus {
	outline:none
}


.article-container select.province-select {
	width:226px;
	float: none;
	margin-left: 0px;
	height:36px;
	font-family: Arial;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	font-size:17px;
	color:#000;
	line-height:36px;
	padding:0 32px 0 6px;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	background: transparent;
}

.archive .article-container select.province-select {
	width: auto;
	min-width:226px;
	text-align: center;
	text-align-last:center;
	-moz-text-align-last: center;
	text-align: -webkit-center;
}

.article-container select.province-select:focus {
	outline:none
}
.article-container .inside-province-select {
	width: 226px;
	overflow: hidden;
	/* display: inline-block; */
	/* float: right; */
	margin: 0 auto 22px auto;
	/* background: #f4f2f0; */
	background-image: url(../img/dropdown-order@2x.png);
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: 100% center;
	border: 1px solid #ccc;
	border-radius: 8px 6px 6px 8px;
	background-color: yellow;
	background-color: #ede739;
}


body.tax-topics .article-container .inside-province-select {
    text-align:start; 
}


body:not(.tax-topics) .legal-answers-template .article-container .inside-province-select select, 
body:not(.tax-topics) .areas-of-law-template .article-container .inside-province-select select,
body:not(.tax-topics) .links-template .article-container .inside-province-select select {
     text-align:center; 
 }


body:not(.tax-topics) .legal-answers-template .article-container .inside-province-select, 
body:not(.tax-topics) .areas-of-law-template .article-container .inside-province-select,
body:not(.tax-topics) .links-template .article-container .inside-province-select {
     display:none;
 }


@media only screen and (max-width: 480px) {
    
	body:not(.tax-topics) .article-container select.province-select {
		width:100%;
	}
	body:not(.tax-topics) .article-container  .inside-province-select {
		width: 100%;
	}
	
    body:not(.tax-topics) .legal-answers-template .article-container .inside-province-select, 
    body:not(.tax-topics) .areas-of-law-template .article-container .inside-province-select,
    body:not(.tax-topics) .links-template .article-container .inside-province-select {
         display:block;
         width:226px;
    }
	
}
.translated-ltr .inside-buttons {
	width: 710px;
}

.translated-ltr .inside-buttons .search-form input[type="text"] {
	margin-left: 0;
}

.body-content,
.body-content.legalArticles {
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(left,  #ebebeb 0%, #ebebeb 40%, #ffffff 40%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ebebeb), color-stop(40%,#ebebeb), color-stop(40%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ebebeb 0%,#ebebeb 40%,#ffffff 40%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ebebeb 0%,#ebebeb 40%,#ffffff 40%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ebebeb 0%,#ebebeb 40%,#ffffff 40%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ebebeb 0%,#ebebeb 40%,#ffffff 40%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	position:relative;
}
.body-content.legalArticles .article-container a:visited{
	color: #6f000e;
}
.body-content.blogPage{
	background:linear-gradient(to right,#ebebeb 0%,#ebebeb 60%,#ccc 60%,#ccc 100%);
	position:relative;
}
.body-content.testimonials-page,.body-content.books-page {
	/* margin-top:125px; */
}
.book-details.article-container a{
	text-decoration: none;
}
.book-details.article-container a:hover{
	text-decoration: underline;
}
.body-content .container.flex {
	display:flex; /* not supported in IE10 and bellow*/
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-ms-flexbox;
}

.body-content.legalArticles .container.flex {
	display: block;
}

.table-row {
	display: table-row;
}

.legalArticles .single-article-content {
	width: 100%;
	clear: none;
	display: table-cell;
	overflow: visible;
	position: relative;
	/*left: 288px;*/
}

.sidebar {
	width:250px;
	flex-shrink:0;
	background:#ebebeb;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:30px
}
.legalArticles .sidebar {
	display: table-cell;
	clear: none;
	width: 288px;
	padding-right: 68px;
	position: relative;
	/*left: calc(-100% + 288px);*/
}
.blogSidebar{
	width:250px;
	flex-shrink:0;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left: 15px;
	background:#ccc;
}
.blogSidebar .blog-widget{
	margin-bottom: 30px;
	display: block;
}

.blogSidebar a {
	clear: both;
	font-family: Arial;
	font-size:15px;
	line-height: 15px;
	color:#000;
	font-weight: normal;
}

.blogSidebar a:visited{
	color: 	#A30000;
}

.blogSidebar a:hover,
.blogSidebar a:focus {
	text-decoration:underline;
}

.blogSidebar li {
	margin-bottom: 6px;
	overflow: hidden;
	display: block;
	padding-bottom: 4px;
}

.blogSidebar .widget-title {
	font-family: Arial;
	font-size:24px;
	line-height:24px;
	color:#000;
	display:block;
	padding-bottom:25px;
	border-bottom:1px solid #e10220;
	margin-bottom:30px
}
.sidebar .widget-title{
	font-family: Arial;
	font-size:21px;
	line-height:21px;
	font-weight: bold;
	color:#000;
	display:block;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.sidebar .widget-title h5{
	font-family: Arial;
	font-size: 21px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.sidebar .widget-title.list:last-child{
	margin-bottom: 30px;
}
.blogSidebar .widget-title{
	padding-bottom: 15px;
}
.sidebar-art-no {
	font-size:12px;
	line-height: 12px;
	color:#767676;
	font-family: Arial;
	float: left;
	margin-right: 10px;
	width: 28px;
	margin-top: 6px;
}
.sidebar-art-no, .sidebar-art-no:before{
	width: 28px;
}
.sidebar-art-no:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 0;
	background: #fff;
}
.sidebar-article-title{
	width: calc(100% - 38px);
	float: left;
	line-height: 15px;
}
.sidebar-article-title:before{
	width: calc(100% - 38px);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 32px;
	background-color: #5f6673;
}
.sidebar-article-title a {
	clear: both;
	font-family: Arial;
	font-size:15px;
	line-height: 15px;
	color:#000;
	font-weight: normal;
}

.sidebar-article-title a:visited{
	color: 	#A30000;
}

.sidebar-article-title a:hover,
.sidebar-article-title a:focus {
	text-decoration:underline;
}

.sidebar-article-list li {
	margin-bottom: 6px;
	overflow: hidden;
	display: block;
	padding-bottom: 2px;
}



.sidebar-button {
	clear:both;
	display:inline-block;
	color:#fff;
	font-family: Arial;
	font-weight: bold;
	font-size:16px;
	line-height:35px;
	border:1px solid #E20521;
	background: #E20521;
	float:right;
	padding:0 17px;
	position:relative;
	letter-spacing: 1px;

	/*styling update - added one extra button in the sidebar*/
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	line-height: 19px;
	padding: 8px 5px;
	margin-bottom: 15px;
	font-size: 14px;
}
/*
.sidebar-button:before{
    content: " ";
    width: 74px;
    border-bottom: 1px solid #E20521;
    position: absolute;
    top: -1px;
    right: 100%;
}
*/
.sidebar-button:hover {
	background:#fff;
	color:#000;
	border:1px solid #E20521;
}

.article-container.flex {
	flex-grow:1
}

.article-container {
	font-family: Arial;
	font-size:18px;
	line-height:24px;
	color:#000;
	/*width: 980px !important;*/
	width: 100%;
}

.legal-article .padded-container .article-container.has-ads {
	width: 60%;
	float: left;
}

.links-list .article-container {
	margin: 0 -15px;
	width: auto;
}

.article-container.padded {
	padding:30px 0 75px 68px
}

.blogPage .single-blog-content {
	padding: 0;
	width: calc(100% - 250px);
	display: table-cell;
	overflow: visible;
}

.blogPage .single-blog-content .pf-alignleft img {
	display: block;
	margin: 0px 35px 20px 0px;
}

.blogPage .single-blog-content .pf-alignright img {
	display: block;
	margin: 0 0 5px 10px;
}

.blogPage .single-blog-content .pf-content {
	max-width: 100%;
}

.blogPage .article-container.padded {
	padding: 30px 0 75px 15px;
}

.blogPage .blogSidebar {
	display: table-cell;
}

.blogPage .article-container.padded{
	padding-right: 30px;
}
.article-container.lightcontainer {
	background:#ebebeb;
}

.legalArticles .article-container.lightcontainer {
	background: transparent;
}

.legalArticles.article-container.lightcontainer {
	background:#fff;
}

.article-container p {
	font-family: Arial;
	font-size:18px;
	line-height:24px;
	color: #414042;
	margin-bottom:30px
}

.article-container p:nth-last-of-type(1) {
	/*margin-bottom: 2px;*/
}

.article-container p:last-child {
	margin-bottom: 0;
}
.article-container.lightcontainer p {
	/*color:#000*/
}

.article-container .breadcrumbs p {
	margin-bottom: 25px;
	font-size:12px;
	line-height: 1.6;
	font-family: Arial;
	color:#000;
}
.article-container.lightcontainer a.question {
	clear:both;
	width: 510px;
	display: block;
	font-family: Arial;
	font-weight: bold;
	color:#fff;
	font-size:25px;
	line-height:78px;
	background:#898989 url(../img/question.png) no-repeat 22px center;
	padding:0 30px 0 110px;
	border-radius:14px;
	text-decoration:none;
	margin-top:50px
}

.article-container.lightcontainer a.question:hover {
	background:#e20521 url(../img/question.png) no-repeat 22px center
}
.article-container .breadcrumbs a{
	margin-right: 14px;
	position: relative;
	display: inline-block;
}
.breadcrumb_last{
	margin-left: 0;
	color: #a30000;
}
.breadcrumbs a {
	color:#000;
	position:relative;
	margin-right:10px
}

.breadcrumbs a:hover {
	color:#e10220
}

.breadcrumbs a:after {
	content:">";
	margin-left:5px;
	margin-right:3px;
	margin-top:0;
	position:absolute;
	right: -16px;
	top: 0;
}

.breadcrumbs a:hover:after {
	color:#000
}

.article-container h1 {
	font-family: Arial;
	font-size:24px;
	color:#000
}

.social-share-top {
	float:right;
	clear:both;
	display:block;
	margin-bottom:20px;
}

.social-share-top a {
	width:50px;
	height:50px;
	display:block;
	border-radius:100%;
	background:#898989;
	text-align:center;
	float:left;
	margin-left:18px;
	padding-top:9px;
	position:relative
}

.social-share-top > a > img {
	display: none;
}

.social-share-top a.addthis_button_print {
	background: #898989 url("../img/print@2x-b.png") no-repeat scroll center center;
	background-size: 30px auto;
}

.social-share-top a.addthis_button_pdfonline {
	background: #898989 url("../img/pdf@2x-b.png") no-repeat scroll center center;
	background-size: 25px auto;
}

.social-share-top a.addthis_button_compact {
	background: #898989 url("../img/share@2x-b.png") no-repeat scroll center center;
	background-size: 26px auto;
}

.social-share-top a.edit_article {
	background: #898989 url("../img/edit@2x-b.png") no-repeat scroll center center;
	background-size: 35px auto;
	cursor: pointer;
}

.social-share-top a:hover > span {
	display:block
}
.social-share-top a.addthis_button_compact {
	padding-top:12px
}

.social-share-top a:hover {
	background-color:#e20521
}

.single-articles #at4-share,
.single-post #at4-share {
	display: none !important;
}

.article-container .page-title {
	clear:both;
	font-family: Arial;
	/*font-size:26px*/
	margin-bottom: 25px;
}

.article-container .articleHeader .page-title {
	margin-bottom:5px;
}

.printfriendly a img {
	margin: 0 !important;
	max-width: 28px;
	margin-top: 2px !important;
}

span.region {
	clear:both;
	font-family: Arial;
	font-size:14px;
	line-height:18px;
	color:#414042;
	display:block;
}

span.art-no {
	clear:both;
	font-family: Arial;
	font-size:14px;
	line-height:18px;
	display:block;
	margin-bottom:25px;
	color:#414042;
}

.body-content .grey h2.section-title,
.body-content .grey h2.homesection-title {
	margin-bottom:40px;
	display:block;
	line-height:42px;
	text-align:center;
	margin:0 auto 14px
}

.body-content.search-page{
	background: #4a4a4a;
}
.alt-section h4 {
	font-family: Arial;
	font-weight: bold;
	color:#fff;
	font-size:24px;
	line-height:30px;
	display:block;
	margin-bottom:30px
}
.alt-section .book-details h4{
	color: #000;
}
.alt-section {
	padding: 80px 0 74px;
}

.alt-section.odd {
	background:#ebebeb
}

.alt-section.even {
	background:#cccccc;
	color: #000;
}
.blogover-page .alt-section,
.category-page .alt-section {
	padding: 77px 0 75px;
}

.testimonials-template-page .alt-section {
	padding: 80px 0 72px;
}

.mediumlight{
	background:#cccccc
}
.mediumlightSecond{
	background: #dbdbdb;
}

.book-details.article-container h2,
.book-details.article-container h3{
	margin-bottom: 10px;
}
.book-details a {
	/*color:#000;
	text-decoration:underline;*/
}

.book-details a:hover {
	text-decoration:none
}

.book-details .lastsection .button,.book-details .button.rounded {
	text-decoration:none;
}

.book-details .button.rounded {
	margin-bottom: 6px;
}

.book-details p {
	font-family: Arial;
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:30px
}

.alt-section,.darkgrey,.dark {
	color:#fff
}

.alt-section {
	font-size:18px;
	line-height:24px
}

.book-details h4 {
	margin-bottom:35px
}

.book-details h4.member-name {
	margin-bottom:35px
}

a.boardurl {
	font-family: Arial; font-weight: bold;
	font-size:18px;
	margin-bottom:30px;
	display:block;
	/*color:#fff;*/
	text-decoration:underline;
}

a.boardurl:hover {
	text-decoration:none;
}

.article-container ul,
.book-details ul {
	margin-bottom:40px;
}

.article-container ul li,
.book-details ul li {
	list-style:disc;
	margin-bottom:8px;
	margin-left:30px;
	padding-left:20px;
}

.article-container ul,
.book-details ul,
.article-container ol,
.book-details ol {
	margin-bottom:40px;
	margin-top: 15px;
}

.article-container ul:last-child {
	margin-bottom: 0;
}

/*.article-container ul:last-child li:last-child {
	margin-bottom: 1px;
}*/

.article-container ul:first-child {
	margin-top: 0px;
}

.legal-answers-list ul.collinks:first-child {
	margin-top: 0;
}

.legal-article .article-container  ul.submenuPosts.maincat:first-child {
	margin-bottom: 0;
}

.article-container .excerptContent ul,
.article-container .excerptContent ol {
	margin-bottom: 0;
	text-align: left;
}

.article-container .excerptContent ul li:last-child,
.article-container .excerptContent ol li:last-child {
	margin-bottom: 2px;
}

.article-container p + .article-container ul,
.article-container p + .article-container ol {
	margin-top: -15px;
}

.article-container ol li,.book-details ol li {
	list-style:decimal;
	margin-bottom:8px;
	margin-left:33px;
	padding-left:10px;
	color: inherit;
}

.article-container .arrows {
	list-style: none;
}

.article-container .arrows li {
	list-style: none;
	position: relative;
}

.article-container .arrows li::before {
	content: ">";
	position: absolute;
	left: -20px;
}

.article-container h1 {
	font-family: Arial; font-weight: bold;
	color: #000;
	font-size:30px;
	line-height: 1;
	font-weight: bold;
	margin-bottom:12px;
}

.articleHeader h1 {
	line-height: 1.2;
}

.article-container h2,
.article-container .Medium {
	font-family: Arial;
	font-weight: bold;
	font-size:25px;
	color: #fff;
	margin-bottom: 12px;
	line-height: 24px;
}

.article-container h2{
	color: #000;
}

.article-container h2 + br{
	margin-bottom: 0;
}

.article-container h3 {
	font-family: Arial;
	font-size:20px;
	color: #414042;
	margin-bottom:12px;
	font-weight: bold;
}

.darkgrey .article-container h1,
.darkgrey .article-container h2,
.darkgrey .article-container h3,
.darkgrey .article-container h5,
.grey .article-container h1,
.grey .article-container h2,
.grey .article-container h3,
.grey .article-container h5,
.darkgrey.sponsorarea h2,
.grey.sponsorarea h2 {
	font-weight: bold;
	color: #fff;
}

.darkgrey .article-container p,
.darkgrey .article-container h1,
.darkgrey .article-container h2,
.darkgrey .article-container h3,
.darkgrey .article-container h4,
.darkgrey .article-container h5,
.darkgrey .article-container,
.darkgrey,
.darkgrey .article-container ul li,
.darkgrey .article-container ol li,
.darkgrey .article-container a,
.darkgrey.sponsorarea h2,
.darkgrey .sponsorarea-text p {
	color: #fff;
}
.darkgrey .article-container p,
.body-content .darkgrey:first-child .article-container .answ-link {
	color: #ede739;
}

.grey .article-container p,
.grey .article-container h1,
.grey .article-container h2,
.grey .article-container h3,
.grey .article-container h4,
.grey .article-container h5,
.grey .article-container,
.grey,
.grey .article-container ul li,
.grey .article-container ol li,
.grey .article-container a,
.grey.sponsorarea h2,
.grey .sponsorarea-text p {
	color: #fff;
}

.darkgrey .article-container a,
.darkgrey .article-container a,
.grey .article-container a,
.grey .article-container a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.darkgrey .article-container a:hover,
.darkgrey .article-container a:focus,
.grey .article-container a:hover,
.grey .article-container a:focus {
	color: #fff;
	text-decoration: none;
}

.darkgrey .article-container .excerptContent a,
.darkgrey .article-container .excerptContent a,
div.answ-btn a,
.grey .article-container .excerptContent a,
.grey .article-container .excerptContent a {
	text-decoration: underline;
}

.darkgrey .article-container .excerptContent a:hover,
.darkgrey .article-container .excerptContent a:focus,
div.answ-btn a:hover,
div.answ-btn a:focus,
.grey .article-container .excerptContent a:hover,
.grey .article-container .excerptContent a:focus {
	text-decoration: none;
}

.darkgrey .article-container pre a,
.darkgrey .article-container pre a,
.grey .article-container pre a,
.grey .article-container pre a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.darkgrey .article-container pre a:hover,
.darkgrey .article-container pre a:focus,
.grey .article-container pre a:hover,
.grey .article-container pre a:focus {
	color: #000;
	text-decoration: none;
}

.darkgrey .article-container pre p,
.darkgrey .article-container pre h1,
.darkgrey .article-container pre h2,
.darkgrey .article-container pre h3,
.darkgrey .article-container pre h4,
.darkgrey .article-container pre h5,
.darkgrey .article-container pre h6,
.darkgrey .article-container pre ul li,
.darkgrey .article-container pre ol li {
	color: #000;
}

.grey .article-container pre p,
.grey .article-container pre h1,
.grey .article-container pre h2,
.grey .article-container pre h3,
.grey .article-container pre h4,
.grey .article-container pre h5,
.grey .article-container pre h6,
.grey .article-container pre ul li,
.grey .article-container pre ol li {
	color: #000;
}

.article-container h4 {
	font-family: Arial;
	font-size:20px;
	color: #000;
	margin-bottom:11px
}

.article-container h5 {
	font-family: Arial;
	font-size:18px;
	color: #000;
	margin-bottom:11px;
	font-weight: bold;
}
.article-container h6 {
	font-family: Arial;
	font-size:18px;
	color: #A30000;
	margin-bottom:11px;
	font-weight: bold;
}

.article-container pre h6 {
	color: #fff;
}

.darkgrey .article-container h6,
.grey .article-container h6 {
	color: #ebebeb;
}

.articleHeader{
	clear: both;
	float: left;
	display: block;
	width: 100%;
}
.art-ctn-display{
	display: block;
	clear: both;
}
.article-container.lightcontainer {
	color:#000
}

.article-container p {
	margin-bottom:30px
}
.article-container p:empty{
	display: none;
	margin: 0;
}
.article-container.lightcontainer h1,.article-container.lightcontainer h2,.article-container.lightcontainer h4 {
	/*color:#000*/
}

.links-list .article-container .prov-name {
	padding: 0 15px;
}

.links-list .article-container .content-column {
	padding: 0 15px;
	margin-bottom: 0;
}

.article-container,
.article-container.lightcontainer {
	color: #414042;
}

.article-container.lightcontainer a {
	color:#e20521;
	text-decoration:underline
}

.article-container .submenuPosts a{
	text-decoration: none;
	color: #414042;
}

.article-container.contracts .submenuPosts a {
        color: #000;
}

.article-container .submenuPosts a:hover,
.article-container .submenuPosts a:hover > span {
	text-decoration:underline;
}
.article-container .submenuPosts a:visited {
	color: #A30000 !important;
}

.article-container .submenuPosts a > span.no {
	display: inline-block;
	padding-right: 0px;
	vertical-align: top;
	min-width: 60px;
	text-align: right;
}

.article-container .submenuPosts a > span.na {
	display: inline-block;
	vertical-align: top;
	max-width: 82%;
	max-width: calc(100% - 65px);
}

.article-container .legal-menu a:visited{
	color: #000;
}
.article-container a:hover {
	text-decoration:none
}

.article-container .breadcrumbs a {
	color: #414042;
	text-decoration:none;
}

.article-container .breadcrumbs a:hover {
	text-decoration: underline;
	color: #414042;
}

.article-container .breadcrumbs a:visited {
	color: #414042 !important;
}

.article-container .breadcrumbs a:visited:hover {
	text-decoration: underline;
	color: #414042;
}

.article-container a.button,
.article-container .button,
.body-content .article-container pre .button,
.button {
	-webkit-appearance: none;
	border-radius: 0;
	color:#fff;
	clear:both;
	text-decoration:none;
	display:inline-block;
	background:#ff503e;
	padding: 8px 17px 7px;
	line-height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size:16px;
	border:1px solid #e55668;
	cursor:pointer;
	margin-bottom:30px;
	letter-spacing: 1px;
}

section .article-container .excerptContent a.button {
	margin: 0;
}

section .article-container .excerptContent a.button:hover,
section .article-container .excerptContent a.button:focus {
	text-decoration: none;
}

.article-container a.button:hover,
.article-container .button:hover,
.body-content .article-container pre .button:hover,
.button:hover {
	color:#000;
	background:#fff;
	border-color:#f6c3ca;
}

.article-container a.button-red,
.article-container .button-red,
.body-content .article-container pre .button-red,
.button-red {
	background: #E20521;
	color:#fff;
	clear:both;
	text-decoration:none;
	display:inline-block;
	padding: 8px 17px 7px;
	line-height: 20px;
	font-family: Arial; font-weight: bold;
	font-size:16px;
	border:1px solid #E20521;
	cursor:pointer;
	margin: 30px 15px 30px 0;
	letter-spacing: 1px;
}

.article-container a.button-red:hover,
.article-container .button-red:hover,
.body-content .article-container pre .button-red:hover,
.button-red:hover {
	color: #E20521;
	background: #fff;
}

.article-container a.button-black,
.article-container .button-black,
.body-content .article-container pre .button-black,
.button-black {
	background: #000;
	color:#fff;
	clear:both;
	text-decoration:none;
	display:inline-block;
	padding: 8px 17px 7px;
	line-height: 20px;
	font-family: Arial; font-weight: bold;
	font-size:16px;
	border:1px solid #000;
	cursor:pointer;
	margin: 30px 15px 30px 0;
	letter-spacing: 1px;
}

.article-container a.button-black:hover,
.article-container .button-black:hover,
.body-content .article-container pre .button-black:hover,
.button-black:hover {
	color:#000;
	background:#fff;
}

#popular-topics-section .button-black {
	margin: 0;
}

.home-testimonials-section .button-black {
	margin-top: 0;
	margin-right: 0;
}

.fl-img {
	float:left;
	margin-right:30px;
}

.poster-3d {
	margin-bottom: 20px;
}

.checkboxes {
	width:200px;
	float:left;
	margin-right:100px
}

.advertisingcheckboxes {
	width: 100%;
	margin-right: 0px;
}

.ord-guides .checkboxes,
.lq-form .checkboxes {
	width: 240px;
	margin-right: 18px;
}
.lq-form .checkboxes {
	width: 140px;
}

.checkboxes.rows {
	width:100%;
	clear:both;
	float:none;
	margin:0
}

.checkboxes.rows.last {
	margin-bottom:30px
}

.checkboxes input[type="checkbox"] {
	width:22px;
	height:22px;
	clear:both;
	display:inline-block;
	position:absolute;
	margin-top:8px;
	border:none;
	cursor:pointer
}

.advertisingcheckboxes input[type="checkbox"] {
	position: relative;
}

.ord-guides .checkboxes input[type="checkbox"],
.lq-form .checkboxes input[type="checkbox"] {
	margin-top: 7px;
	margin-left: 0;
}
/*
@-moz-document url-prefix() {
	.checkboxes input[type=checkbox]{
		-webkit-appearance: none;
		-moz-appearance:none;
		-o-appearance:none;
		appearance:none;
		background:url(../img/checkboxes.png) no-repeat 0 0;
		border:none;
		border-radius:5px
	}
}
*/
.checkboxes label {
	text-decoration:underline;
	display:inline-block;
	line-height:36px;
	margin-bottom:30px;
	position:relative;
	margin-left:38px
}

.advertisingcheckboxes label {
	text-decoration: none;
	line-height: normal;
	margin-left: 0px;
}

.ord-guides .checkboxes label,
.lq-form .checkboxes label {
	line-height: 35px;
	margin-bottom: 10px;
	margin-left: 34px;
}

.lq-form .checkboxes label {
	color: #A30000;
	text-decoration: underline;
	cursor: pointer;
}

.lq-form .checkboxes label:not(.no_hover):hover,
.lq-form .checkboxes label:not(.no_hover):focus {
	color: #000;
	text-decoration: none;
}
/*
.dropdw {
    width:120px;
    float: left;
}
*/
.ord-guides .dropdw,
.lq-form .dropdw {
	float: right;
	width: 100px;
}

.dropdw .-moz-mask {
	width:100px;
	overflow:hidden;
	display:block;
	height:35px;
	margin-bottom:10px
}

.dropdw select {
	width:120px;
	clear:both;
	float:none;
	height:36px;
	margin-bottom:30px;
	font-family: Arial;
	border-radius: 8px;
	font-size:16px;
	color:#000;
	line-height:36px;
	padding:0 15px;
	background:#fff;
	background-image:url(../img/dropdown-order@2x.png);
	background-repeat:no-repeat;
	background-position:80% center;
	background-size: 32px auto;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer
}


.ord-guides .dropdw select,
.lq-form .dropdw select {
	padding-right: 0;
	background-position: 68px center;
}

.dropdw select:focus {
	outline:none
}

#order-form h5 {
	text-transform: uppercase;
}

#order-form textarea,
#contact-form textarea,
#join-form textarea {
	width: 100%;
}

#order-form blockquote ul {
	margin-top: 10px;
	padding-top: 5px;
}

.dropdw.guide {
	width:100%;
	clear:both
}

.dropdw.guide .-moz-mask.large {
	width:235px;
	float:left;
	margin-right:30px
}

.dropdw.guide .-moz-mask.large select {
	width:287px
}

.flex-img {
	flex-shrink:0;
	width:400px;
	margin-right:30px;
	overflow:hidden;
	float:left
}

.ord-guides .flex-img {
	max-width: 48%;
	max-width: calc(100% - 377px);
	margin-right: 17px;
	width: 100%;
}

.flex-img img {
	margin-right:0;
	max-width: 100%;
}

.flex-content {
	flex-grow:1
}

.article-container.flex-display {
	display:flex
}

.fields label {
	width:180px;
	display:block;
	text-align:right;
	float:left;
	margin-right:20px;
	font-family: Arial;
	font-size:16px;
	color:#292929;
	line-height:34px
}

.half.last .fields label {
	/*width:145px*/
}

.fields input {
	line-height:34px;
	width:calc(100% - 200px);
	border:1px solid #a8a8a8;
	border-radius:8px;
	padding:0 10px
}

.fields input:focus {
	outline:none
}

.fields .dropdw .-moz-mask {
	overflow: hidden;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 36px;
	width: calc(100% - 200px);
	background: url(../img/dropdown-order@2x.png) no-repeat 100% center #fff;
	background-size: 32px auto;
	border-radius: 8px;
}

.fields select {
	width:272px;
	background:#fff;
	border:1px solid #a8a8a8;
}

@-moz-document url-prefix() {
	.fields .dropdw-moz-mask{
		width:265px
	}
}

.fields select {
	padding-right: 0px;
	width: 100%;
	background: transparent;
}

.fields input.input1 {
	width:50px;
	float:left;
	margin-right:7px;
	margin-bottom:25px;
}

.fields input.input2 {
	width: calc(100% - 343px);
	float:left;
	margin-right:7px;
}

.fields input.input2b {
	width: calc(100% - 257px);
	margin-right:0px;
}

.fields input.input3 {
	width:50px;
	float:left;
}

.multiple-inputs {
	width:100%;
	margin-bottom:25px;
	display:block
}

.half.last .fields label.ext-label,.fields label.ext-label {
	float:left;
	width:auto;
	float:left;
	margin-right:7px
}

.group {
	margin-bottom:25px;
	clear:both
}

.article-container h4.h4padded,
.article-container h3.h3padded {
	margin-bottom:45px
}

.article-container h2.form-title-black,
.article-container h3.form-title-black,
.article-container h4.form-title-black {
	color: #000;
}

textarea {
	border-radius:8px;
	border:1px solid #a8a8a8;
	margin-bottom:30px;
	resize: vertical;
	padding: 10px;
}

.checkboxes.rows label {
	margin-bottom:15px
}

.join-page .checkboxes.rows label {
	margin-bottom:7px
}

.legal-answers-list,
section + .legal-answers-list {
	/*padding: 40px 0 72px;*/
}
.legal-answers-list a:not(.button):visited{
	color: #000;
}
.legal-answers-list ul{
	overflow:hidden;
	/*
	-moz-column-count:3;
	-moz-column-gap:30px;
	-webkit-column-count:3;
	-webkit-column-gap:30px;
	column-count:3;
	column-gap:20px
	*/
	margin-bottom: 0;
}

.legal-answers-list ul.collinks {
	margin-top: 34px;
}

.legal-answers-list .legal-menu ul {
	margin-top: 0;
}

.legal-answers-list .half{
	padding-right: 30px;
}
.legal-answers-list .half.last{
	padding-right: 0;
}
.legal-answers-list ul li {
	list-style:none;
	margin:0;
	width:100%;
	line-height:24px;
	margin-bottom:12px;
	padding:0
}

.legal-answers-list ul li a {
	text-decoration:none;
	display: block;
	line-height: 18px;
}

.legal-answers-list ul li a,
.a-z-document-list li a,
.body-content .pf-content .contract-related-answer {
	color: #414042;
	text-decoration: none;
}

.legal-answers-list ul li a:visited,
.a-z-document-list li a:visited,
.body-content .pf-content .contract-related-answer:visited {
	text-decoration: none;
	color: #A30000 !important;
}

.legal-answers-list ul li a:hover,
.a-z-document-list li a:hover,
.body-content .pf-content .contract-related-answer:hover {
	color: #414042;
	text-decoration: underline;
}

ul.logos-list {
	width:703px;
	margin-top:40px;
	margin-left:auto;
	overflow:hidden;
	margin-right:auto
}

ul.logos-list li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-left:47px;
	margin-bottom:40px;
	width:203px
}

ul.logos-list li:first-child,ul.logos-list li:nth-child(3n+1) {
	margin-left:0
}

ul.logos-list li:nth-last-child(-n+3) {
	margin-bottom: 5px;
}
.request-section,
.alert-section {
	display:block;
	width:100%;
	position:fixed;
	top:0;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:99999
}
.request-section.nodisplay,
.alert-section.nodisplay {
	display:none
}

.alert-box {
	position:relative;
	width:500px;
	margin:0 auto;
	background:#fff;
	padding:20px;
	-webkit-box-shadow:0 0 54px 10px rgba(0,0,0,0.35);
	-moz-box-shadow:0 0 54px 10px rgba(0,0,0,0.35);
	box-shadow:0 0 54px 10px rgba(0,0,0,0.35);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.alert-box .custom_form_container {
	padding:0;
}

.alert-box h2 {
	text-transform:uppercase;
	font-family: Arial; font-weight: bold;
	font-size:24px;
	line-height:26px
}

.alert-box .button {
	border-radius:0
}

.alert-box textarea {
	width:90%
}

.request-section textarea, .request-section input[type="text"] {width:100%;margin-bottom:10px;}
.request-box,.alert-box{position:relative;width:500px;margin:0 auto;background:#fff;padding:20px;-webkit-box-shadow:0 0 54px 10px rgba(0,0,0,0.35);-moz-box-shadow:0 0 54px 10px rgba(0,0,0,0.35);box-shadow:0 0 54px 10px rgba(0,0,0,0.35);top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.request-box .custom_form_container,.alert-box .custom_form_container{padding:0;}
.request-box h2,.alert-box h2{text-transform:uppercase;font-family:Arial;font-weight:bold;font-size:24px;line-height:26px}
.request-box .button,.alert-box .button{border-radius:0}
.single-articles .request-box .button {margin-bottom:0;}

a.flOntario {
	background:url(../img/ontario-circle@2x.png) no-repeat 12px 9px;
	background-size: 58px 58px;
	float:left;
	margin-right:26px;
	margin-left:35px;
	padding-top: 29px;
}
a.flOCP {
	background:url(../img/ocp-circle@2x.png) no-repeat 12px 9px;
	background-size: 58px 58px;
	float:left;
	margin-right:26px;
	margin-bottom:0px;
	padding-top: 21px;
}
a.ckf {
	background:url(../img/ocp-circle@2x.png) no-repeat 12px 9px;
	background-size: 58px 58px;
	float:left;
	margin-right:26px;
	margin-bottom: 0px;
	padding-top: 29px;
}
a.flUSA {
	background:url(../img/usa-circle@2x.png) no-repeat 12px 9px;
	background-size: 58px 58px;
	float:left;
	margin-right:0;
	margin-bottom: 0px;
	padding-top: 29px;
}

a.flOntario,
a.flOCP,
a.ckf,
a.flUSA {
	width:284px;
	height:75px;
	text-decoration:none;
	display:block;
	background-size: 58px 58px;
	float:left;
	margin-top: 15px;
	color: #ffeeec !important;
	background-color: #FF503E;
	padding-left: 86px;
	text-indent: 0px;
	vertical-align: middle;
	font-size: 13px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: left;
	line-height: 17px;
	padding-right: 10px;
	font-weight: bold;
}


a.flOntario.fl-btn {
	background:url(../img/ontario@2x.png) no-repeat 20px 18px;
	background-size: 107px 108px;
	padding-top: 60px;
}
a.flOCP.fl-btn {
	background:url(../img/canada@2x.png) no-repeat 20px 18px;
	background-size: 107px 108px;
	padding-top: 39px;
}
a.flUSA.fl-btn {
	background:url(../img/usa@2x.png) no-repeat 20px 18px;
	background-size: 107px 108px;
	padding-top: 49px;
}

.flOCP.fl-btn.ckf {
	padding-top: 60px;
}

a.flOntario.fl-btn,
a.flOCP.fl-btn,
a.flUSA.fl-btn {
	width: 284px;
	height: 142px;
	padding-left: 145px;
	padding-right: 20px;
	color: #ffeeec !important;
	background-color: #FF503E;
	font-size: 18px;
	line-height: 1.21;
}


a.flOntario:hover,
a.flOCP:hover,
a.flUSA:hover,
a.ckf:hover {
	background-color: #fff;
	color: #5c5c5c !important;
}

.btn-wrap {
	margin: 0 -13px;
	text-align: center;
	padding-bottom: 20%;
}

.btn-wrap a {
	margin: 15px 13px 11px !important;
	float: none !important;
	display: inline-block;
}

.article-container .title-link a {
	text-decoration:none
}

.article-container .title-link a:hover {
	text-decoration:underline
}

.img-container {
	width:680px;
	display:block;
	overflow:hidden;
	margin:0 auto
}
.img-container.fl-img {
	/*width: 437px;
	margin-right: 30px;*/
	max-width: 48%;
	max-width: calc(100% - 377px);
	margin-right: 17px;
}

#order-form .img-container.fl-img,
.free-page .img-container.fl-img {
	width: 100%;
}

.free-page .img-container.fl-img.desktop {
	display: block;
}

.free-page .img-container.fl-img.mobile {
	display: none;
}

.floated-container{
	float: right;
	width: 473px;
}

.floated-container.lq-form {
	width: auto;
}

.free-page .floated-container {
	float: left;
	width: auto;
}

.free-page .lang-list a {
	line-height: 35px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	clear: left;
}

.free-page .lang-list > p:after {
	content: "";
	display: table;
	clear: both;
}

.free-page .lang-list .fls-wrap {
	width: 260px;
	overflow: hidden;
	display: block;
	margin: 5px auto 10px;
	background: #ffffff url("../img/dropdown-order@2x.png") no-repeat scroll 100% center;
	background-size: 32px auto;
	border-radius: 8px 6px 6px 8px;
}

.free-page .lang-list .fly-lang-select {
	width: 280px;
	height: 36px;
	font-family: Arial;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 16px;
	color: #000;
	line-height: 36px;
	padding: 0px 0px 0px 6px;
	border: medium none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	cursor: pointer;
	background: transparent none repeat scroll 0% 0%;
}

.free-page .lang-list .fly-lang-select option {
	color: #000;
	font-family: 'Open Sans' !important;
	font-size: 16px!important;
}
.img-container.fl-img img{
	margin: 0;
	width: calc(50% - 9px);
	max-width: 276px;
}

.img-container.fl-img img.firstimg{
	margin-right: 17px;
	clear: left;
}

.conteiner_magic_fl{
	float: left;
	margin: 0;
	width: calc(50% - 9px);
	max-width: 276px;
}
.conteiner_magic_fl img, .conteiner_magic_fl a.MagicZoom{
	width: 100% !important;
}
.conteiner_magic_fl.leftfl{
	margin-right: 17px !important;
	clear: left;
}

.img-label {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 10px;
}

#order-form .fl-text p,
#order-form .gu-text p,
.free-page .ff-text p {
	margin-bottom: 30px;
}

.article-container #bbpress-forums .bbp-topics a,
.article-container #bbpress-forums .bbp-topics p,
.article-container #bbpress-forums span.bbp-admin-links a,
.article-container .bbp-topics,
.article-container .bbp-forum-description,
.article-container .bbp-template-notice p,
.article-container #bbpress-forums,
.article-container #bbpress-forums p {
	color:#000;
}

#bbpress-forums .bbp-reply-header a.bbp-reply-permalink {
	color: #A30000;
}

.article-container #bbpress-forums span.bbp-admin-links a:hover,
.article-container #bbpress-forums span.bbp-admin-links a:focus {
	text-decoration: underline;
}

.article-container #bbpress-forums span.bbp-admin-links a {
	font-size: 12px;
}

.article-container #bbpress-forums .bbp-topic-pagination a {
	font-size: 12px;
	line-height: 12px;
}

body.page .article-container .bbp-reply-form code,
body.page .article-container .bbp-topic-form code,
body.single-topic .article-container .bbp-reply-form code,
body.single-forum .article-container .bbp-topic-form code,
body.topic-edit .article-container .bbp-topic-form code,
body.reply-edit .article-container .bbp-reply-form code {
	font-size: 12px;
}

.article-container #bbpress-forums ul li,
.book-details #bbpress-forums ul li {
	padding-left:0
}


.article-container #bbpress-forums ul.bbp-lead-topic,
.article-container #bbpress-forums ul.bbp-topics,
.article-container #bbpress-forums ul.bbp-forums,
.article-container #bbpress-forums ul.bbp-replies,
.article-container #bbpress-forums ul.bbp-search-results,
.article-container #bbpress-forums,
.article-container div.bbp-template-notice p,
.article-container div.bbp-breadcrumb,
.article-container div.bbp-topic-tags,
.article-container #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
.article-container #bbpress-forums div.bbp-the-content-wrapper input,
.article-container #bbpress-forums #bbp-your-profile fieldset span.description {
	font-size: 15px;
}

.article-container #bbpress-forums .bbp-forums-list li,
.article-container #bbpress-forums div.bbp-forum-author .bbp-author-role,
.article-container #bbpress-forums div.bbp-topic-author .bbp-author-role,
.article-container #bbpress-forums div.bbp-reply-author .bbp-author-role,
.article-container span.bbp-author-ip,
.article-container #bbpress-forums .bbp-forum-info .bbp-forum-content,
.article-container #bbpress-forums p.bbp-topic-meta,
.article-container #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
.article-container #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
.article-container #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,
.article-container #bbpress-forums div.row-actions {
	font-size: 13px;
}

.article-container #bbpress-forums p {
	font-size: 16px;
}

.article-container #bbpress-forums fieldset.bbp-form,
.article-container #bbpress-forums fieldset.bbp-form legend {
	padding-left: 0;
	padding-right: 0;
}

.article-container #bbpress-forums p.bbp-topic-meta img.avatar,
.article-container #bbpress-forums ul.bbp-reply-revision-log img.avatar,
.article-container #bbpress-forums ul.bbp-topic-revision-log img.avatar,
.article-container #bbpress-forums div.bbp-template-notice img.avatar,
.article-container #bbpress-forums .widget_display_topics img.avatar,
.article-container #bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: -2px;
	border: 1px double #4a4a4a;
}

#bbpress-forums input[type="text"],
#bbpress-forums input[type="password"],
#bbpress-forums input[type="email"],
#bbpress-forums select {
	line-height: 34px;
	border: 1px solid #A8A8A8;
	padding: 0px 10px;
	height: 36px;
	font-size: 16px;
	font-family: inherit;
	min-width: 135px;
}

#bbpress-forums input[type="text"],
#bbpress-forums input[type="password"],
#bbpress-forums input[type="email"],
#bbpress-forums textarea,
#bbpress-forums select {
	border-radius: 1px;
}

.article-container #bbpress-forums div.wp-editor-container,
.article-container #bbpress-forums ul.bbp-topics {
	border: 1px solid #A8A8A8;
}

.article-container #bbpress-forums li.bbp-header {
	padding-left: 8px;
}

#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
	padding: 0 8px;
	background-color: #ccc;
	border-radius: 1px;
	border: 1px solid #A8A8A8;
}

#bbpress-forums div.bbp-template-notice p,
#bbpress-forums div.indicator-hint p {
	padding: 2px 0;
}

.article-container #bbpress-forums a {
	color: #A30000;
	text-decoration: underline;
}

.article-container #bbpress-forums a:hover,
.article-container #bbpress-forums a:focus {
	color: #000;
	text-decoration: none;
}

.legal-article .article-container ul li {
	list-style:none;
	margin-left:0;
	padding-left:0
}

.article-container .link-posts li {
	list-style:none;
	margin-bottom: 2px;
}
.article-container .link-posts li a:visited{
	color: #D1D1D1;
}

.print-tooltip,.pdf-tooltip,.share-tooltip,.edit-tooltip {
	display:none;
	font-size:12px;
	color:#fff;
	background:#000;
	line-height:33px;
	position:absolute;
	top:-40px;
	min-width:100px;
	text-align:center;
}

.print-tooltip:before,.pdf-tooltip:before,.share-tooltip:before,.edit-tooltip:before {
	content:url(../img/ttt.png);
	position:absolute;
	bottom:-25px;
	left: 33px;
}

.pdf-tooltip {
	width:130px;
}

.share-tooltip {
	width:auto;
}

.edit-tooltip {
	width:145px;
	right: -5px;
}

.edit-tooltip:before {
	left: auto;
	right: 15px;
}

.edit_article:focus {
	outline:none;
}

h3.region-title {
	color:#fff;
	text-align: center;
}

.search-btn-rwd {
	display:none;
}

textarea.error, input.error, select.error {
	border-color:red;
}
input[type=checkbox].error {
	outline: 1px solid red;
}
div.error, span.error{
	color:red;
}
span.error{
	display: none !important;
}
.postThumb{
	width: 40%;
	display: inline-block;
	padding-right: 	30px;
	float: left;
}
.postThumb img{
	width: 100%;
	height: auto;
}
.blogArticle{
	float: left;
	width: 60%;
	display: inline-block;
}
.article-container ul.blogPosts li{
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 50px;
	overflow: hidden;
}
.blogPosts h2 > a{
	text-decoration: none;
	color: #000;
}
.blogPosts h2 > a:hover{
	text-decoration: underline;
	color: #000;
}
.blogArticle .button{
	margin-top: 0;
}
.social-share a.at300b .at4-icon,
.social-share a.at300m .at4-icon{
	display: none;
}
.goog-te-gadget-simple{
	width: 250px !important;
	overflow: hidden;
	height: 34px;
}
.searchContainer-rwd{
	overflow: hidden;
	display: none;
	z-index: 99999;
	background: #191b1f;
	position: absolute;
	width: 100%;
	top: 71px;
	height: 112px;
	border-bottom: 5px solid #3c3c3c;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
}
.searchContainer-rwd .search-form{
	width: 230px;
	margin: 50px auto 0 auto;
	position: relative;
}
.searchContainer-rwd .closeSearch {
	width: 33px;
	height: 33px;
	right: 15px;
	cursor: pointer;
	position: absolute;
	margin-top: 8px;
	text-indent: -9999px;
	display: block;
	background: url(../img/close-btn@2x.png) no-repeat 0px 0px;
	background-size: 33px auto;
}

.searchContainer-rwd .closeSearch:hover {
	background: url(../img/close-btn@2x.png) no-repeat 0px -33px;
	background-size: 33px auto;
}

.searchContainer-rwd .search-form input[type="text"]{
	border: none;
	height: 36px;
	width: 230px;
	line-height: 1.2;
	font-family: Arial;
	font-size: 18px;
	color: #000;
	border-radius: 8px;
	position: relative;
	padding: 0 55px 0 13px;
}
.searchContainer-rwd .search-form input[type="submit"]{
	border: none;
	width: 39px;
	height: 36px;
	background: url(../img/searchBtn@2x.png) no-repeat;
	background-size: 39px auto;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	transition: all .3s ease-in;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
}
.showmobile{
	display: none;
}
.showdesktop{
	display: inline-block;
}
.submenuPosts{
	margin-left: 30px;
}
.pag-section{
	padding: 20px 0;
}
.page-numbers{
	background: #e10220;
	display: block;
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 8px;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #e10220;
}
.page-numbers:hover,
.page-numbers.current{
	border: 1px solid #e10220;
	background: #fff;
	color: #e10220;
}
.prev,
.next{
	display: none;
}
.search-result-article{
	padding: 30px 0;
}

.search-result-article:first-child {
	padding: 0 0 30px;
}

.article-container .search-result-article .title-link a{
	text-decoration: underline;
}
.article-container .search-result-article .title-link a:hover{
	text-decoration: none;
}
.top-inside-header .goog-te-gadget-simple{
	margin-left: 0px;
	width: 195px !important;
}

.request-permission {
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	padding-top:14px;
	padding-bottom:14px;
	color: #c1c1c1;
}

.request-permission p {
	color: #c1c1c1;
}

.request-permission a {
	color: #c1c1c1 !important;
	font-size: 15px;
}

span.bold {
	font-weight: bold;
}
span.yellow {
	color: rgb(238, 238, 10);
}

span.red {
	color: #dd0003;
}

span.dark-red {
	color: #A30000;
}

span.salmon {
	color: #FF503E;
}

span.pink {
	color: #FF503E;
}

span.dark-grey {
	color: #4a4a4a;
}

span.medium-grey {
	color: #636363;
}

span.medium-light-grey {
	color: #cccccc;
}

span.medium-light-grey2 {
	color: #DBDBDB;
}

span.light-grey {
	color: #ebebeb;
}

span.white {
	color: #ffffff;
}

span.black {
	color: #000000;
	background: initial;
}

span.black:hover {
	background: initial;
}

#popular-topics-section {
	padding: 75px 0 75px;
}

.left-largequotes{
	font-family: 'arial_rounded_mt_boldbold';
	font-size: 36px;
	display: inline-block;
	background: url(../img/q-left.png) no-repeat;
	width: 18px;
	height: 14px;
	text-indent: -9999px;
	margin-right: 4px;
}
.right-largequotes{
	font-family: 'arial_rounded_mt_boldbold';
	font-size: 36px;
	display: inline-block;
	background: url(../img/q-right.png) no-repeat;
	width: 18px;
	height: 14px;
	text-indent: -9999px;
	margin-left: 4px;
}

/*.right-largequotes:before {
    font-size: 2em;
    display: inline-block;
    content: url('../img/q-right.png');
    width: 18px;
    height: 14px;
}*/

.black{
	color:#fff;
	background:#000;
}

.black:hover{
	color:#000;
	background:#fff;
}
.bxtopics{
	position: relative;
}
.excerptContent,
.sponsorarea-text {
	margin-top: 25px;
	font-family: Arial;
	font-size:20px;
	color:#fff;

}

.excerptContent.address-excerpt {
	margin-top: 5px;
	margin-bottom: 3px;
}

.excerptContent {
	text-align: center;
}

.excerptContent p,
.sponsorarea-text p {
	font-family: Arial;
	color: #414042;
	text-align: center;
	font-size: 23px;
	line-height: 1.333;
}

.excerptContent h1,
.excerptContent h2,
.excerptContent h3 {
	line-height: 1.277;
}

.excerptContent h4,
.excerptContent h5,
.excerptContent h6 {
	line-height: 1.35;
}

.lightergrey .excerptContent h1,
.lightergrey .excerptContent h2,
.lightergrey .excerptContent h3,
.lightergrey .excerptContent h4,
.lightergrey .excerptContent h5,
.lightergrey .excerptContent h6,
.lightergreySecond .excerptContent h1,
.lightergreySecond .excerptContent h2,
.lightergreySecond .excerptContent h3,
.lightergreySecond .excerptContent h4,
.lightergreySecond .excerptContent h5,
.lightergreySecond .excerptContent h6,
.mediumlight .excerptContent h1,
.mediumlight .excerptContent h2,
.mediumlight .excerptContent h3,
.mediumlight .excerptContent h4,
.mediumlight .excerptContent h5,
.mediumlight .excerptContent h6,
.mediumlightSecond .excerptContent h1,
.mediumlightSecond .excerptContent h2,
.mediumlightSecond .excerptContent h3,
.mediumlightSecond .excerptContent h4,
.mediumlightSecond .excerptContent h5,
.mediumlightSecond .excerptContent h6 {
	color: #414042;
}

.darkgrey .excerptContent h1,
.darkgrey .excerptContent h2,
.darkgrey .excerptContent h3,
.darkgrey .excerptContent h4,
.darkgrey .excerptContent h5,
.darkgrey .excerptContent h6,
.grey .excerptContent h1,
.grey .excerptContent h2,
.grey .excerptContent h3,
.grey .excerptContent h4,
.grey .excerptContent h5,
.grey .excerptContent h6 {
	color: #fff;
}

.regionSidebar{
	color: #A30000;
	font-family: Arial;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 6px;
}
.parentTaxSidebar{
	font-family: Arial;
	font-size: 24px;
	line-height: 26px;
	color: #000;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e10220;
}
.collinks{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	-moz-column-fill: balance;
	column-fill: balance;
	text-align: left;
}
.bxtopics .bx-wrapper .bx-controls-direction a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.bxtopics .bx-wrapper .bx-controls-direction a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.news_slider .flex-direction-nav a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.news_slider .flex-direction-nav a.flex-next:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.news_slider .flex-direction-nav a.flex-prev:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.boardmemberphoto img{
	height: 200px;
	width: auto;
	clear: both;
}
.bookscontainer{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
    align-items: center;
    gap: 30px;
}
.bookscontainer > a {
	margin-right: 20px;
}
.bookscontainer > a img {
	max-width: 130px;
}
.bookscontainer:last-child {
	margin-bottom: 0;
}

.book-buttons {
	margin-left: 161px;
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}

.book-buttons a {
	margin-top: 20px;
}

.book-buttons .button {
	margin-top: 20px;
	margin-right: -6px;
	margin-left: 15px;
}

.book-buttons .button.button-last {
	margin-right: 9px;
}

.book-buttons .button-black {

}

.book-buttons .button:first-child {
	margin-left: 0;
}

ul.maincat{
	margin-left: 0;
}
.newsSection{
	/*min-height: 516px;*/
}

.login p.message,
.login p.error {
	color: #333 !important;
}

.login p.error a {
	color: #A30000 !important;
}

.login p.error a:hover,
.login p.error a:focus {
	color: #000 !important;
}

.bigger-padding form > section {
	padding: 75px 0 80px;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/* 404 page */

.wrap404 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

.wrap404 img {
	max-width: 90%;
	height: auto;
}

.wrap404 h3 {
	font-size: 35px;
	padding-top: 3.723%;
	padding-bottom: 14px;
}

.wrap404 p {
	font-size: 16px;
	padding-bottom: 6px;
}

.wrap404 p a {
	text-decoration: underline;
}

.wrap404 p a:hover,
.wrap404 p a:focus {
	text-decoration: none;
}

.MagicZoomHint {
	display: none !important;
	visibility: hidden !important;
}

/* addthis popup fix */
.atm,
.atm * {
	box-sizing: content-box;
}

/* Safari 6.1-8.0 (6.1+) */

@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) {
	.hero-image h1, .lang-select, .moz-pro-select span, .moz-pro-select select, .home-counter, .home-counter strong, .search-areas { font-weight: bold; }

}

.goog-te-menu-frame {
	max-width:100% !important; /* or whatever width you want*/
}


@media print {

	.print-only {
		display: initial;
	}

	.logo img {
		display: none !important;
	}

	.logo .print-only {
		display: inline-block !important;
	}

	#pf-content img {
		display:block !important;
		clear:left !important;
		float: left !important;
	}

	#pf-content img.aligncenter {
		display:block !important;
		clear:both !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#pf-content img.algn-right-logo {
		clear: none !important;
		float:right !important;
	}

	#pf-content img.blockImage, #pf-content img.block, #pf-content img.alignnone {
		clear:both;
		float: none;
		display:block;
		margin: 1.5em auto;
		max-width: 100%;
	}

	#pf-content img.smallImage {
		float: none;
		display: inline;
		border: none;
		margin: 0 .25em;
	}

	.body-content.legalArticles .article-container {
		padding: 30px 0px;
	}

	.legalArticles .sidebar {
		display: none;
		width: 100%;
	}

	.legalArticles .sidebar.mobile-sidebar {
		display: block;
	}

	.body-content.legalArticles .single-article-content {
		width: 100%;
		display: block;
		padding: 15px 0;
	}

	.social-share-top {
		display: none;
	}

	.container-big {
		display: block;
		width: auto;
	}

	.right-container,
	.menu-icon,
	.sidebar-art-no::before,
	.sidebar-article-title::before,
	.article-container.lightcontainer a.question,
	.sidebar-button,
	.lightgrey.social,
	.footer-widget.widget-1,
	.footer-widget.widget-2,
	#popular-topics-section,
	.newsSection,
	.book-buttons,
	.moz-lang-select,
	.moz-pro-select,
	.search-container {
		display: none !important;
		display: none;
	}

	.footer-widget.widget-3 {
		float: none;
		text-align: left;
		display: block;
		margin: 0;
	}

	.footer-widget.widget-3 img {
		text-align: left;
		margin: 0;
	}

	p.tco {
		float: none;
		clear: both;
		text-align: left;
	}

	.blogPage .article-container.padded {
		padding: 0;
	}

	.blogPage .single-blog-content,
	.blogPage .blogSidebar {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.hero-image {
		min-height: 0;
		height: auto !important;
		padding: 30px 0;
	}

	.hero-image .half,
	.container {
		width: 100%;
	}

	.hero-image *,
	.hero-image h1 {
		text-shadow: none;
	}

	.hero-image br {
		display: none;
	}

	.home-counter {
		padding-top: 0;
	}

	.padded-container {
		width: 100%;
	}

	.testim-circ {
		width: 100%;
		text-align: center;
	}

	.testim-circ li {
		float: none;
		width: auto;
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 20px;
		vertical-align: middle;
		width: 200px;
		height: 200px;
		padding: 30px 14px 40px;
	}

	.testim-circ li h4 {
		font-size: 20px;
		margin-bottom: 0px;
		line-height: 1.3;
	}

	.testim-circ i {
		padding: 0;
	}

	.testimonials-page .testim-circ li img, .testim-circ li img {
		bottom: 30px;
	}

	.home-testimonials-section .testim-circ li a.testimonials-home-link {
		display: inline-block;
		width: 200px;
		height: 200px;
	}

	.articleHeader {
		float: none;
	}

	#header.top-inside-header .container-big,
	.top-inside-header {
		height: auto;
	}

	.testimonials {
		max-width: 100%;
	}

	.side-container {
		display: none;
	}
	pre.disclaimerBox p {
		margin-bottom: 0px;
	}


}/* end of print */

.toast {
	background-color: #4c4c4c;
	background-color: #17ab5f;
	position: fixed;
	bottom: -100px;
	left: 50%;
	padding: 11px 54px 11px 18px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000;
	min-width: 480px;
}
.toast p {
	margin: 0;
	color: #fff;
}
.toast .close {
	width: 15px;
	cursor: pointer;
	height: 15px;
	background: url("images/toast-close.png") no-repeat 0 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}
.toast .close:hover {
	opacity: .75;
}

div.answers-button {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	border-top: 1px solid #E20521;
}

a.answers-button, div.answ-btn {
	margin-top: -1px;
	clear:both;
	display:inline-block;
	color:#fff;
	font-family: Arial;
	font-weight: bold;
	font-size:16px;
	line-height:35px;
	border:1px solid #E20521;
	background: #E20521;
	float:left;
	padding:0 17px;
	position:relative;
	letter-spacing: 1px;

}

div.answ-btn a, div.answ-btn a:visited{
	font-weight: bold;
	color:#fff;
}

a.answers-button:hover {
	background:#fff;
	color:#000;
	border:1px solid #E20521;
}

.darkgrey .article-container .excerptContent a.answers-link{
	text-decoration: underline;
	font-weight: normal;
}

.darkgrey .article-container .excerptContent a.answers-link:hover{
	text-decoration: none;
	font-weight: normal;
}

.darkgrey .article-container .answ-link a {
	text-decoration: underline;
	font-weight: normal;
}

.darkgrey .article-container .answ-link a:hover {
	text-decoration: none;
	font-weight: normal;
}

.excerptContent h2.links {
	line-height: 1.4;
}
.social-share .at-icon-wrapper {
	display:none;
}

.advertisingbenefits-left {
	width: 50%;
	float: left;
}
.advertisingbenefits-right {
	width: 50%;
	float: right;
}

.pageviews-left {
	width: 50%;
	float: left;
}
.pageviews-right {
	width: 50%;
	float: right;
}

.advertisingbenefits-left ul {
	list-style-image: url('../img/check.png');
	padding-right: 20px;
}

.advertisingbenefits-right ul {
	list-style-image: url('../img/check.png');
	padding-left: 20px;
}

.advertisingbenefits-left ul li, .advertisingbenefits-right ul li {
	list-style: unset;
	padding-top: 30px;
	padding-left: 0px;
}

.btn-adv-wrap {
	margin: 0px;
	text-align: center;
	padding-bottom: 60px;
}

.btn-adv-wrap a {
	margin: 15px 13px 11px !important;
	float: none !important;
	display: inline-block;
}
.circle-num {
	width: 48px;
	height: 48px;
	background-color: black;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	position: relative;
	top: -4px;
	padding-top: 11px;
	vertical-align: middle;
	margin-right: 5px;
}
.four-in-row, .two-in-row, .three-in-row {
	font-size: 0;
	margin: 15px -5px 60px;
}
.four-in-row label, .two-in-row label, .three-in-row label {
	display: block;
	margin-right: 0;
	width: 100%;
	text-align: left;
	float: none;
	margin-bottom: 3px;
}
.four-in-row label.des-hide, .two-in-row label.des-hide, .three-in-row label.des-hide {
	display: none;
}
.four-in-row .group, .two-in-row .group, .three-in-row .group {
	width: 25%;
	vertical-align: top;
	padding: 0 5px;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 5px;
}
.two-in-row .group {
	width: 50%;
}

.three-in-row .group {
	width: 33%;
}

.four-in-row .group input, .four-in-row .fields .dropdw .-moz-mask,
.three-in-row .group input, .three-in-row .fields .dropdw .-moz-mask,
.two-in-row .group input, .two-in-row .fields .dropdw .-moz-mask {
	width: 100%;
}
.four-in-row .fields .dropdw .-moz-mas,
.three-in-row .fields .dropdw .-moz-mas,
.two-in-row .fields .dropdw .-moz-mask  {
	margin-bottom: 0;
}
.four-in-row .fields select,
.three-in-row .fields select,
.two-in-row .fields select {
	padding-right: 40px;
	width: 100%;
}
p mark {
	display: block;
	overflow: hidden;
	background-color: #fff200;
	padding: 5px 9px;
}
.custom-box p {
	margin-bottom: 27px;
}
.small-row {
	width: 100%;
	max-width: 555px;
	margin-top: -10px;
}
.very-small-row {
	max-width: 470px;
	width: 100%;
}

.three-in-row {
	max-width: 705px;
	width: 100%;
}

.custom-box table {
	background: #fff;
	table-layout: fixed;
	margin-bottom: 0;
}
.custom-box table tr {
	border: 2px solid transparent;
}
.custom-box table tr td {
	border: 2px solid #ebebeb;
	padding: 8px 14px 7px;
	color: black;
	font-size: 18px;
	vertical-align: middle;
}
.custom-box p small {
	font-size: 16px;
}
.custom-box a {
	color: #e41c38;
}
.custom-box table tr td:first-child {
	color: #6c6c6c;
}
@media screen and (max-width: 767px) {
	.four-in-row .group, .three-in-row .group {
		width: 50%;
	}
	.four-in-row label.des-hide, .three-in-row label.des-hide{
		display: block;
	}
	.circle-num {
		width: 44px;
		height: 44px;
	}
	.small-row {
		max-width: 100%;
	}
	.home .non-profit {
		padding-top: 80px;
	}
	.home .non-profit p {
		text-align: center;
		font-size: 17px;
		line-height: 25px;
	}
	figure.flex-img {
		margin-top: -15px;
	}
}
@media screen and (max-width: 480px) {
	.four-in-row .group, .two-in-row .group, .three-in-row .group {
		width: 100%;
	}
	.two-in-row label.des-hide {
		display: block;
	}
}

.excerptContent p{
	font-size: 100%;
}

.advertisingbenefits-left {
	width: 50%;
	float: left;
}
.advertisingbenefits-right {
	width: 50%;
	float: right;
}

.advertisingbenefits-left ul {
	list-style-image: url('../img/check.png');
	padding-right: 20px;
}

.advertisingbenefits-right ul {
	list-style-image: url('../img/check.png');
	padding-left: 20px;
}

.advertisingbenefits-left ul li, .advertisingbenefits-right ul li {
	list-style: unset;
	padding-top: 30px;
	padding-left: 0px;
}

.btn-adv-wrap {
	margin: 0px;
	text-align: center;
	padding-bottom: 60px;
}

.btn-adv-wrap a {
	margin: 15px 13px 11px !important;
	float: none !important;
	display: inline-block;
}

a.flOCP.fl-btn.two-lines{
	padding-top: 60px;
}
.indent-right {
	padding-right: 38%;
}
.img-top {
	margin-top: -350px;
}
.advertisingbenefits ul {
	list-style-image: url('../img/check.png');
}
.advertisingbenefits ul li {
	list-style: unset;
	list-style-image: url('../img/check.png');
	padding: 30px 0 0;
}
.box {
    position: relative;
    padding: 60px 0 60px;
}
.box > * {
	position: relative;
	z-index: 1;
}
.box::before {
    content: '';
    z-index: 0;
    position: absolute;
    width: 6000px;
    left: 50%;
    margin-left: -3000px;
    top: 0;
    height: 100%;
    background: #ccc;
}
.box2 {
    position: relative;
    padding: 60px 0 60px;
}
.box2 > * {
	position: relative;
	z-index: 1;
}
.box2::before {
    content: '';
    z-index: 0;
    position: absolute;
    width: 6000px;
    left: 50%;
    margin-left: -3000px;
    top: 0;
    height: 100%;
    background: #ebebeb;
}
.page-id-30534 .lightergreySecond {
	padding-top: 0;
}
.advertisingbenefits-box {
	padding-top: 40px;
}
.mob-hide {
	display: block;
}
button.des-hide {
	display: none;
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	clear: both;
	text-decoration: none;
	background: #ff503e;
	padding: 8px 17px 7px;
	line-height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #e55668;
	cursor: pointer;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 25px;
}
button.des-hide:hover {
	color: #000;
	background: #fff;
	border-color: #f6c3ca;
}
@media screen and (max-width: 900px) {
	.img-top {
		margin-top: -300px;
	}
}
@media screen and (max-width: 767px) {
	button.des-hide:hover {
		color: #fff;
		background: #ff503e;
		border: 1px solid #e55668;
	}
	.img-top {
		margin-top: 0;
	}
	.indent-right {
		padding-right: 0;
	}
	.advertisingbenefits-right, .advertisingbenefits-left {
		display: none;
	}
	.advertisingbenefits.mobile-only {
		display: block;
	}
	/*.menu-opened body {
	    overflow-y: hidden;
	}*/
	.menu-opened .side-container {
		position: fixed;
	}
	.menu-opened body {
		height: 100%;
		overflow: hidden;
		width: 100%;
		position: fixed;
	}

	/*.menu-opened html {
	    background:#000;
	    height:auto!important;
	    height: 100% !important;
	    overflow: hidden;
	}*/
	.mob-hide {
		display: none;
	}
	button.des-hide {
		display: block;
	}

	.white{
		background:#fff;
	}
}
.pf-content:after, .box:after {
	display: table;
	content: "";
	clear: both;
}
.legal-answers-list article {
	text-align: center;
	padding-left: 130px;
}
.legal-answers-list article .inside-search {
	text-align: left;
}
.legal-answers-list .half {
	max-width: 370px;
	float: none;
	vertical-align: top;
	text-align: left;
	display: inline-block;
}
.footer-sidebar table {
	margin-bottom: 0;
}

.winner-column {
	float:left;
}

.winner-column img {
	float: right;
	padding-right: 35px;
}

.winner-text {
	margin-top:1em;
	margin-right:1.5em;
}
.winner-text h2.big-winner-text, .winner-text span.small-winner-text{
	text-align: left;
}

.winner-text span.small-winner-text{
	font-size:23px;
	font-style: italic;
	line-height: 36px;
}

.book-img-fgr {
	margin-right: 30px
}

.text-pages-edition {
	font-size: 14px !important;
	line-height: 20px !important;
	text-align: center;
	/*width: 215px;*/
}

.text-free-book {
	margin-top: 25px
}

.home-best-winner .padded-container{
	width: 1080px;
	margin: auto;
}

pre.disclaimerBox span{
	color: #e20521;
	font-weight:bold;
}

pre.disclaimerBox p{
	font-size:15px;
	margin-bottom:10px;
}

.checkboxes.rows.last.nocharge{
	margin-left: -12px;
}
.crim-fields {
	float: left;
	margin: 0 0.5%;
	width: 30%;
	text-align: center;
}

.crim-fields.punishment {
	width: 37%
}
.crim-fields input {
	margin-bottom:10px;
	width: 100%;
}
.crim-ask {
	width: 100%;
	margin-bottom: 0;
}
.crim-inp {
	float: left;
	margin-bottom: 15px;
	width: 70%;
}

p.ask-your-quest {
	margin-bottom: 5px;
}

.crim-fields label.des-hide {
	display: none;
}

#logo-title-crim-form {
	width: 450px;
	margin: auto;
	padding-top: 10px
}

#logo-title-crim-form .logo {
	width:140px;
	float: left;
	margin: 10px
}

#logo-title-crim-form .title {
	padding:20px;
	float: left
}

#criminal-form {
	background-color: #5dd8ff;
	padding: 10px 30px 0 30px;
}

#criminal-form .fields label {
	width: 230px;
}

a.link-prov{
	color: #A30000;
	text-decoration: underline;
	cursor: pointer;
}
a.link-prov.black-link{
	color: #000;
}

a.link-prov:hover{
	color: #000;
	text-decoration: none;
}

.lh1_5{
	line-height: 1.5;
}

.margin_block {
	margin-bottom: 15px;
}

.margin_block_2 {
	margin-bottom: 25px;
}

#contact-form input::-webkit-contacts-auto-fill-button,
#join-form input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.ads-tracking img:last-child,
.blogPage .single-blog-content .pf-alignleft.new-featured-image img:last-child,
.blogPage .single-blog-content .pf-alignright.new-featured-image img:last-child,
.new-featured-image img:last-child{
	display: none;
}

.ads-tracking img:first-child,
.blogPage .single-blog-content .pf-alignleft.new-featured-image img:first-child,
.blogPage .single-blog-content .pf-alignright.new-featured-image img:first-child,
.new-featured-image img:first-child{
	display: block;
}

@media screen and (max-width: 767px) {
	.ads-tracking img:first-child,
	.blogPage .single-blog-content .pf-alignleft.new-featured-image img:first-child,
	.blogPage .single-blog-content .pf-alignright.new-featured-image img:first-child,
	.new-featured-image img:first-child{
		display: none;
	}
	.ads-tracking img:last-child,
	.blogPage .single-blog-content .pf-alignleft.new-featured-image img:last-child,
	.blogPage .single-blog-content .pf-alignright.new-featured-image img:last-child,
	.new-featured-image img:last-child{
		display: block;
	}
	/*
	.just-answer-box>.one_ads_item>.ads-tracking img {
	    max-width:80%;
	}
	a[name="ads"] + div.pf-content>p:first-child{
		margin-top: 100px;
		
	}
	.admin-bar a[name="ads"] + div.pf-content>p:first-child{
		margin-top: 150px;
	}*/
}

a.anchor {
	display: block;
	position: relative;
	top: -200px; /* height of sticky navigation */
	visibility: hidden;
}

.addthis-smartlayers {
	display: none !important;
}
#at15s.atm {
	margin-top: -30px;
}
#social-nav a{text-indent: -9999px;}
#social-nav a[title="facebook"] {background:url(../img/social-share-icons@2x.png) 0 0 no-repeat;background-size: 160px auto;width:32px;height:32px;}
#social-nav a[title="facebook"]:hover {background-position:0 -32px}
#social-nav a[title="twitter"] {background:url(../img/social-share-icons@2x.png) -32px 0 no-repeat;background-size: 160px auto;width:32px;height:32px;}
#social-nav a[title="twitter"]:hover {background-position:-32px -32px}
#social-nav a[title="linkedin"] {background:url(../img/social-share-icons@2x.png) -96px 0 no-repeat;background-size: 160px auto;width:32px;height:32px;}
#social-nav a[title="linkedin"]:hover {background-position:-96px -32px}

/*
div:not([data-badge="inline"]) > .grecaptcha-badge {
	position: absolute !important;
	top: 9999px !important;
}
*/


/*wp google search*/
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top  {
	padding-left: 0  !important;
}

.gsc-control-cse, .gsc-control-cse {
	background-color: transparent !important;
	border:none !important;
	padding: 0 !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border: none !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border: none !important;
	background-color: transparent !important;
	background-image: none;
	filter: none;
}
.gsc-tabHeader.gsc-tabhInactive {
	border: none !important;
	background-color: transparent !important;
}
.gsc-tabHeader.gsc-tabhActive {
	border: none !important;
	border-bottom-color: #FFFFFF;
	background-color: transparent !important;
}
.gsc-tabsArea {
	border: none !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
	border: none !important;
	background-color: transparent !important;
}
.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
	border: none !important;
	background-color: transparent !important;
}
.gsc-adBlock {
	display:none !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 20px !important;
	text-decoration: none !important;
}
.gsc-control-cse .gs-result .gs-title a.gs-title{
	font-family: Arial;
	font-size: 20px !important;
	color: #000 !important;
	margin-bottom: 11px !important;
	text-decoration: underline !important;
	color: #A30000 !important;
}
.gsc-control-cse .gs-result .gs-title a.gs-title:hover{
	font-family: Arial !important;
	font-size: 20px !important;
	color: #000 !important;
	margin-bottom: 11px !important;
	text-decoration: none !important;
}
.gsc-control-cse .gs-result .gs-title a.gs-title b{
	color: inherit !important;
}


.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: rgb(65, 64, 66) !important;
	font-size: 18px !important;
}

.gsc-above-wrapper-area {
	display: none !important;
}
.gs-webResult div.gs-visibleUrl-long {
	display: none !important;
}

.gsc-cursor-box {
	display:none !important;
}

.gsc-result .gs-title {
	height: auto !important;
	overflow: visible !important;
}

.pagination > .gsc-cursor > .gsc-cursor-page {
	background: #e10220;
	display: block;
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 4px 8px 4px 0;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #e10220;
	cursor:pointer;
	font-size:16px;
}
.pagination > .gsc-cursor > .gsc-cursor-page:hover, .pagination > .gsc-cursor > .gsc-cursor-page.gsc-cursor-current-page {
	border: 1px solid #e10220;
	background: #fff;
	color: #e10220;
}
.pagination > .gsc-cursor > .gsc-cursor-page.gsc-cursor-current-page {
	cursor:default;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
a.gs-image, img.gs-image,
.gcsc-branding {
	display: none !important;
}
.gcsc-more-maybe-branding-root {
  display: none;
}
/*end wp google search*/


pre.redBox.thicker{
	border:  4px solid red;
}

pre.disclaimerBox.redBox.disclaimerBox2 {
	font-size: 100%;
}

pre.disclaimerBox.redBox.disclaimerBox2 ul {
	line-height: 1.05em;
}

pre.disclaimerBox.redBox.disclaimerBox2 ul li {
	margin-bottom: 10px;
}

pre.redBox.gray{
	background:#ebebeb;
}
pre.redBox.disclaimerBox2 h3{
	margin-top: 5px;
}
pre.redBox.disclaimerBox2 h3 span{
	color: inherit;
	font-weight:inherit;
}
pre.redBox.disclaimerBox2 a{
	font-weight: normal;
	text-decoration: none;
}

pre.redBox.disclaimerBox2 a:hover{
	font-weight: normal;
	color:#000;
	text-decoration: underline;
}

.taxonomy-ads-tracking {
	position: relative;
	right: 0;
	top: 50px;
	max-width:39%;
	float:right;
}

.taxonomy-ads-tracking p {
	margin-bottom: 20px;
	margin-bottom: 75px;
}

.taxonomy-ads-tracking .ads-tracking img:first-child{
	display: block;

}
.taxonomy-ads-tracking .ads-tracking img:last-child {
	display: none;
}
@media screen and (max-width: 767px) {

	.legal-article  .padded-container .article-container.has-ads {
		width: 100%;
		float: none;
	}

	.taxonomy-ads-tracking {
		position: relative;
		right: auto;
		top: auto;
		padding-top: 25px;
		padding-top: 75px;
		float: none;
		max-width:100%;
		padding-bottom: 50px;

	}


	.taxonomy-ads-tracking .ads-tracking img:first-child{
		display: none;
	}
	.taxonomy-ads-tracking .ads-tracking img:last-child {
		display: block;
	}
	/*a[name="ads"] + div.pf-content>p:first-child{
		margin-top: 100px;
	}
	.admin-bar a[name="ads"] + div.pf-content>p:first-child{
		margin-top: 150px;
	}*/
}

.postid-48033 .pf-alignleft,
.postid-46475 .pf-alignleft {
	float: none;
}

.advertise-form-container {
	margin: 20px auto;
	padding-top: 20px;
}
#advertise-form textarea {
	width: 100%;
}

/*
.advertise-form-container {
	max-width: 640px;
	margin: 20px auto;
	padding-top: 10px;
}

.advertise-form-container .half.padded {
	padding-right: 20px;
	margin-bottom: 20px;
}

.advertise-form-container form label {
	font-size: 12px;
}

.advertise-form-container form .half label {
	font-size: 11px;
	width: 110px;
	margin-right: 10px;
}

.advertise-form-container form .half.last .fields label.ext-label,
.advertise-form-container form  .fields label.ext-label {
	float: left;
	width: auto;
	float: left;
	margin-right: 7px;
}

.advertise-form-container .fields input {
	line-height: 24px;
	width: calc(100% - 120px);
	border: 1px solid #a8a8a8;
	border-radius: 5px;
	padding: 0 5px;
	height: 26px;
	font-size:12px;
}

.advertise-form-container .fields input.input1 {
	width: 32px;
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
}
.advertise-form-container .fields input.input2 {
	width: calc(100% - 220px);
	float: left;
	margin-right: 7px;
}
.advertise-form-container .fields input.input2b {
	width: calc(100% - 160px);
	margin-right: 0px;
}
.advertise-form-container .fields input.input3 {
	width: 32px;
	float: left;
}


.advertise-form-container .group {
	margin-bottom: 15px;
	clear: both;
}

.advertise-form-container .fields .dropdw .-moz-mask {
	overflow: hidden;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 26px;
	width: calc(100% - 120px);
	background: url(../img/dropdown-order@2x.png) no-repeat 100% center #fff;
	background-size: 24px auto;
	border-radius: 5px;
}

.advertise-form-container .fields .dropdw select {

	clear: both;
	float: none;
	font-size: 12px;
	color: #000;
	line-height: 24px;
	padding: 0 10px;
	height: 26px;
	width: calc(100% + 1px);
	margin-bottom: 30px;
	font-family: Arial;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #000;
	background: #fff;
	background: url(../img/dropdown-order@2x.png) no-repeat 100% center #fff;
	background-size: 24px auto;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.advertise-form-container blockquote {
	margin-bottom: 20px;
	padding-left: 10px;
	clear: both;
	border-left: 3px solid #414042;
}
.advertise-form-container blockquote p {
	font-size: 12px;

}
.advertise-form-container textarea {
	max-width:100%;
	border-radius: 5px;
	border: 1px solid #a8a8a8;
	margin-bottom: 20px;
	resize: vertical;
	padding: 8px;
	font-size: 14px;
}

.article-container .advertise-form-container .button, .advertise-form-container .button {
	padding: 5px 10px 4px;
	line-height: 20px;
	font-size: 14px;
}
*/

.page-id-199 .lightgrey ul li {
	margin-bottom: 5px;
}

/*Remove legal answers menu from legal answers and home*/
.page-id-227 #menu-item-378,
.page-id-20  #menu-item-378 {
	display: none;
}
.page-id-227 #menu-item-31,
.page-id-20  #menu-item-31 {
	border-left: none;
}
.page-id-78090 #menu-item-82035 {
	display: none;
}
.page-id-78090 #menu-item-378 {
	border-left: none;
}
.page-id-20 #menu-item-82035 {
	display: none;
}

.page-id-78090 .sub-header.mobile:nth-child(1),
.page-id-227 .sub-header.mobile:nth-child(2) {
	display: none;
}

.page-id-78090 .sub-header.mobile:nth-child(2) {
	padding-top: 7px;
}

/*About page*/
/*.cs-padding-fix > div:first-of-type {
	text-align: right;
}*/
@media only screen and (max-width: 600px) {
	/*.cs-padding-fix,
	.cs-padding-fix > div:first-of-type {
		text-align: center;
	}*/
	.cs-padding-fix .content-column > div {
		padding: 0 !important;
	}
}

/*Find professional help page*/
@media only screen and (min-width: 767px) {
	.page-id-698 .disclaimerBox {
		width: 90%;
		margin: 0 auto;
	}
}
.page-id-698 .disclaimerBox {
	margin-bottom: 70px;
	}

.page-id-698 .disclaimerBox p {
  text-align: center;
  font-size: 20px;
  color: red;
}

/*Recent awards*/
.recent-awards {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 0;
	line-height: 37px;
	margin-top: 30px;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.page-id-48295 h3 {
		padding-bottom: 20px;
	}
}

.social-container {
	text-align: center;
}

.social-container .social-share,
.social-container .social-connect {
	float: none !important;
	display: inline-block;
}

/*Small dash below content*/
.dash:after {
  content: '';
  display: block;
  border-bottom: 1px solid white;
  width: 30px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 20px;
}

/*Advertise page images*/
.banner-advertise-desktop {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.banner-advertise-mobile {
	display: none;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.banner-advertise-desktop {
		display: none;
	}

	.banner-advertise-mobile {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.page-id-199 .article-container > div {
	  float: none !important;
	  width: 100% !important;
	  margin-bottom: 5px;
	}
}	

/*Awards video section*/
.page-id-48295 .body-content .lightgrey {
	padding: 70px 0;
}

.page-id-48295 .body-content .lightgrey a {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.page-id-48295 .body-content .lightgrey {
		padding: 30px 0;
	}
}

@media only screen and (min-width: 767px) {
	.page-id-48295 .body-content .lightgrey h2,
	.page-id-48295 .body-content .darkgrey h2 {
		font-size: 25px;
	}
	.page-id-48295 .body-content .darkgrey img {
		width: 70%;
	}
}	

/*Remove province name on mobile*/
@media only screen and (max-width: 767px) {
	.tax-topics .article-container .excerptContent .region-title {
		display: none;
	}
}

/*List link style on order page*/
.page-id-199 .gu-text .office-list ul li a {
	color: #414042;
	text-decoration: none;
}

/*Join page*/
.gglcptch {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.truste-seal {
	display: inline-block;
	vertical-align: middle;
}
.truste-seal img {
	height: 60px;
	width: auto;
}

/*Slideout menu*/
.side-menu > ul > li > a {
	color: #fff;
	font-weight: bold;
	display: block;
}
.side-menu > ul ul > li > a {
	color: #a6a6a6;
}
.side-container .social-share.side-menu-share h4 {
	display: none;
}

/*Remove print option*/
.printfriendly.pf-alignright {
	display: none;
}

/*Remove counter from legal answers*/
.page-id-227 .home-counter {
	display: none;
}

/*Legal answers breadcrumbs color*/
.single-articles #breadcrumbs span:nth-child(2) a {
    color: #a30000;
}

/*Footer font updates*/
.footer-widget.widget-first .menu a,
p.copyright,
p.copyright a,
p.tco,
p.tco a  {
	color: #c1c1c1;
	font-weight: normal;
	font-size: 15px;
}

.footer-widget.widget-first .menu a:hover,
p.copyright a:hover,
p.tco a:hover {
	color: #fff;
}

/*Awards title*/
@media (min-width: 767px) {
	.awards-desktop {
		display: block !important;
	}
	.awards-mobile {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.awards-desktop {
		display: none !important;
	}
	.awards-mobile {
		display: block !important;
		text-align: left !important;
	}
}

/*Links page mobile updates*/
@media (max-width: 767px) {
	.article-container ul {
		padding: 0 15px;
	}
}

/*Fix anchor links on mobile*/
@media screen and (max-width: 767px) {
	.tax-topics .article-container h2::before,
	.page-template-board .article-container::before { 
		display: block; 
		content: " "; 
		margin-top: -80px; 
		height: 80px; 
		visibility: hidden; 
		pointer-events: none;
	}
}

/*Remove first testimonial from mobile*/
@media screen and (max-width: 767px) {
	.home .testim-circ li:first-child {
		display: none;
	}
}

/*Updates to single post*/
#attachment_51225, #attachment_51224 {
	float: left;
}

/*Community partners page*/
.page-id-66994 .office-list a {
	color: #446CA0;
	text-decoration: none;
}
.page-id-66994 .office-list a:hover {
	color: #A30000;
}
.page-id-66994 .office-list a:visited {
	color: #A30000;
}

div.top-line {	
	display: flex; 
	flex-flow: row-reverse wrap;
	justify-content: space-between;
}

div.top-line-ad {
	margin-bottom:50px;
	width: calc(100% - 136px);
}

div.top-line-buttons {}

div.front-ad {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
	div.top-line {
		flex-flow: column;
	}
	div.top-line-ad {
    	width: auto;
    }
}

.inside-province-select {
	height: 36px;
	position:relative;
}
.inside-province-select select {
	opacity: 0;
	
}

#provid2 {
	opacity: 1;
}

.inside-province-select span {
	position: absolute;
	line-height: 36px;
}
.moz-inside-select span.inside-province-select > span {
	padding-left: 6px;
}
.just-answer-box {
	margin-top: 30px;
	text-align: center;
}
.topics .just-answer-box {
	margin-top: 0;
	margin-bottom: 30px;
}


.just-answer-box>img{
    max-width: 1px;
        width: 1px;
    height: 1px;
}

.just-answer-box.article.top {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.just-answer-box.article.top {
		margin-bottom: 25px;
	}
}

@media (min-width:767px) {
  .non-profit p:last-child {
    margin-top:50px;
  }
  .books-section {
  	width: 650px;
  }
}

.alphabetical-bar {
	position:relative;
	padding-top: 1px;
}

.alphabetical-bar ul.alpha_bar{
        text-align: center;
	max-width: 970px;
	margin: 51px auto 0;
}

.alphabetical-bar ul.alpha_bar li {
        display: inline-block;
	margin-left: 17px;	
	text-transform: uppercase;
}

.alphabetical-bar ul.alpha_bar li:first-child{
	margin-left: 0;
}
.alphabetical-bar ul.alpha_bar li a{
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
}

.alphabetical-bar ul.alpha_bar li.hover a{
    color: #ff503e;
    font-size: 32px;
}

ul.a-z-document-list li.one-column.heading{
	margin-top: 60px;
}


ul.a-z-document-list li.two-column{
	display:inline-block;
	width: 50%;
}
.alphabetical-bar{
    text-align: center;
    padding-top:35px;
    background: transparent;
}
.alphabetical-bar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    left: 0;
    text-align: center;
    padding: 35px 0 35px;
    z-index: 10;
    box-shadow: 1px 1px 10px rgba(230, 230, 230, 0.61);
    background: #4a4a4a;
}


section + .lightergrey.tozee-list {
	padding-top: 0;
}


section.tozee-list nav.tozee__bar {
	display:none;
}

h2.symlink {
    margin-bottom: 40px;
}
.sidebar .widget-title h5.symlink {
    margin-bottom: 30px;
}
.symlink a {
    color: #000;
    text-decoration: none;
}

.symlink a:hover {
	text-decoration: underline;
		color: #a30000;
}

h2.board-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    margin-bottom: 12px;
    line-height: 24px;
}

.page-id-346 .link-posts li {
	margin-bottom: 5px;
}
.page-id-346 .link-posts a {
	color: #000;
	text-decoration: none;
}
.page-id-346 .link-posts a[href="#401"] {
	color: #a30000;
	text-decoration: none;
}
.page-id-346 .link-posts a span {
	font-weight: bold;
}
.page-id-346 .link-posts a:hover {
	text-decoration: underline;
}
.page-id-346 .postThumb {
	width: 25%;
	margin-bottom: 30px;
}
@media (min-width: 767px) {
	.page-id-346 .postThumb {
		margin-bottom: 60px;
	}
}
.page-id-346 .founder-message a:hover {
	text-decoration: none;
}
.page-id-346 .founder-message a h4:hover {
	color: #A30000;
}
.page-id-346 .founder-message h4 a {
	color: #A30000;
}
.page-id-346 .founder-message h4 a:hover {
	color: #000;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.page-id-346 .postThumb {
		width: 100%;
		text-align: center;
	}
	.page-id-346 .founder-message h4.member-name {
		text-align: center;
	}
}

.side-menu .menu-item-606 a {
  line-height: 33px !important;
}
.footer-menu-section .menu-item-606 a {
  line-height: 30px !important;
}

/*Covid 19*/
#covid-19 {
	width: 200px;
}
.hero-image h1 {
	margin-bottom: 0;
}
#covid-19 {
	margin-left: -300px;
	margin-top: -10px;
	margin-bottom: -50px;
}
@media (max-width: 767px) {
	#covid-19 {
		width: 180px;
	}
	.hero-image .pf-content p {
		text-align: center;
	}
	.hero-image h1 {
		margin-bottom: 50px !important;
	}
	#covid-19 {
		margin-right: -210px;
		margin-top: -50px;
		margin-left: auto;
		margin-bottom: 20px;
	}
	div#covid-19 {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.footer-menu > ul > li > a {
	height: 50px;
}

.home ul.testimonials li {
	/*border-bottom: 1px solid gray;
	padding-bottom: 40px;*/
	margin-bottom: 0;
	padding-top: 30px;
}
.home ul.testimonials li:last-child {
	border-bottom: none;
}
.home ul.testimonials li:first-child {
	padding-top: 0;
}
.home ul.testimonials li::after {
	content: '';
	display: block;
	text-align: center;
	width: 50%;
	height: 1px;
	background: grey;
	margin: auto;
	margin-top: 30px;
}
.home ul.testimonials li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
	.overall-holder .province-select-wrap {
		display: none !important;
	}
}


.legal-article .article-container ul.submenuPosts_ li {
    padding-left: 74px;
}
@media (max-width: 767px) {
	.legal-article .article-container ul.submenuPosts_ li {
        padding-left: 42px;
    }
}

.home .home-testimonials-section .ads-tracking img:last-child {
	max-width: 85%;
}

.page-template-search-gcse .right-container #search-form {
	display: none;
}

.page-template-testimonials .light-mode {
	background: #cccccc;
}
.page-template-testimonials .light-mode h2,
.page-template-testimonials .light-mode p {
	color: #000;
}
.page-template-testimonials .light-mode .pf-content a {
	text-decoration: none;
	color: #446CA0;
}
.page-template-testimonials .light-mode .pf-content a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	#header {
	position: fixed;
	}
	.overall-holder {
		margin-top: 125px;
	}
	.side-container {
		position: fixed;
		overflow-y: scroll;
	}
	#header .header-counter {
		display: none;
	}
	#header .inside-buttons {
		margin-top: 20px;
	}
	#header.top-inside-header {
		height: 125px;
	}
	#header.top-inside-header .menu-icon {
		margin-top: 50px;
	    line-height: 125px;

	    margin-top: 26px;
	}
	#header.top-inside-header .logo {
		margin-top: 20px;
	}
	#header.top-inside-header .right-container {
		top: 25px;
	}
	#header.top-inside-header .container-big {
    	height: 125px;
	}
	.logged-in.admin-bar #header {
		top: 32px;
	}
}
@media (max-width: 1050px) and (min-width: 767px) {
	#header.top-inside-header .inside-translate-desktop {
		display: none;
	}
	#header.top-inside-header #search-form {
		position: absolute;
		right: 210px;
	}
	#header.top-inside-header .search-form input[type="text"] {
		width: 154px;
	}
	#header .inside-buttons {
		width: 420px;
	}
	#header .inside-buttons .moz-inside-select {
		width: 200px;
	}
}
.tax-link-topics .article-container ul {
	margin-bottom: 20px;
}
.tax-link-topics .margin_block {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.tax-link-topics .article-container > div[id]::before,
	.tax-topics .article-container h2::before { 
		display: block; 
		content: " "; 
		margin-top: -125px; 
		height: 125px;
		visibility: hidden; 
		pointer-events: none;
	}
}
@media (max-width: 767px) {
	.body-content .darkgrey:first-child {
		background: #cccccc;
	}
	.body-content .darkgrey:first-child .article-container h2,
	.body-content .darkgrey:first-child .article-container p,
	.body-content .darkgrey:first-child .article-container .answ-link {
		color: #000;
	}
	.body-content .darkgrey:first-child .article-container a,
	.body-content .darkgrey:first-child .article-container .answ-link a {
		color: #446CA0;
		font-weight: normal;
	}
	.page-id-48295 .main-award {
		background: #a2a2a2;
	}
}
#home-awards {
	padding: 40px 0 40px;
}
.page-id-48295 .excerptContent {
	margin-top: 0;
}
.page-id-48295 .video-content {
	text-align: center;
}
.page-id-48295 .video-content img {
	margin-bottom: 0;
}
.page-id-48295 .video-content blockquote {
	border-left: 3px solid #0101fe;
	text-align: left;
	display: inline-block;
	margin-bottom: 0;
}
.postid-46504 .article-container > div.pf-content {
	text-align: center;
}
@media (min-width: 767px) {
	.desktop-only {
		display: inline-block;
	}
	.mobile-only {
		display: none;
	}
}
@media (max-width: 767px) {
	.mobile-only {
		display: inline-block;
	}
	.desktop-only {
		display: none;
	}
}

.home #menu-item-84871,
.home #menu-item-85846 {
	display: none;
}

.single-contracts .submenuPosts {
    margin-left: 0;
}

.tml .tml-field-wrap.tml-submit-wrap .tml-button {
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	background: #E20521;
	text-align: center;
	line-height: 19px;
	padding: 8px 20px;
	font-size: 14px;
	cursor: pointer;
	border: none;
}

.tml .tml-field-wrap.tml-submit-wrap .tml-button:hover {
	color: #000;
	background: #fff;
}

.tml .tml-lostpassword-link,
.tml .tml-login-link {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tml .tml-lostpassword-link a,
.tml .tml-login-link a {
	font-size: 14px;
	font-weight: normal;
}