/* SJP asset: search.just.pk theme: newer styles. */
@charset "UTF-8";
*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: helvetica;
	padding: 0;
	margin: 0
}

a {
	text-decoration: none;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

a:hover {
	color: #0f62df
}





@media screen and (max-width:60.875em) {
	body.burger-active #subnavigation {
		opacity: 1;
		overflow: visible;
		-moz-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease
	}
	body.burger-active #subnavigation .subnavigation-wrapper {
		visibility: visible
	}
	body.burger-active #hamburger {
		background-color: transparent
	}
	body.burger-active #hamburger .inner-ham:after,
	body.burger-active #hamburger .inner-ham:before {
		top: 10px;
		left: 50%;
		opacity: 0;
		width: 0%
	}
	body.burger-active #hamburger .inner-ham .ln2-1 {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	body.burger-active #hamburger .inner-ham .ln2-2 {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@media screen and (max-width:60.875em) and (min-width:37.5em) {
	body.burger-active #hamburger .inner-ham:after,
	body.burger-active #hamburger .inner-ham:before {
		top: 12px
	}
}







#sticky-nav {
	position: fixed;
	z-index: 40;
	width: 100%;
	background-color: #000;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	-webkit-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease
}

#sticky-nav:after {
	content: "";
	display: table;
	clear: both
}

#sticky-nav #header-nav {
	position: relative;
	width: 100%;
	min-width: 300px;
	max-width: 2280px;
	height: 65px;
	min-height: 30px;
	padding: 10px 10px;
	margin: 0 auto;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

#sticky-nav #header-nav:after {
	content: "";
	display: table;
	clear: both
}

#sticky-nav #header-nav .inner-wrapper {
	position: relative;
	height: auto;
	margin-left: 51px
}

#sticky-nav #header-nav .buttons-wrapper {
	position: relative
}

#sticky-nav #header-nav .logo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	margin: 0 auto 0 0
}

#sticky-nav #header-nav .logo-wrapper .sub-domain {
	display: none
}

#sticky-nav #header-nav .logo-wrapper .logo {
	display: flex;
	width: max-content;
	justify-content: center;
	align-items: center;
	text-align: center
}

#sticky-nav #header-nav .logo-wrapper .logo1 {
	display: flex;
	width: max-content;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: -12px
}

#sticky-nav #header-nav .logo-wrapper .logo h3 {
	line-height: normal;
	color: #fff
}

#sticky-nav #header-nav .logo-wrapper .logo1 h4 {
	line-height: normal;
	color: #fff
}

#sticky-nav #header-nav .logo-wrapper img {
	display: block;
	float: none;
	width: 50px;
	height: 47px
}

#sticky-nav #header-nav .topnav-button {
	top: 0;
	right: 0;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #4e9b28;
	text-indent: -9999px;
	line-height: 30px;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	cursor: pointer
}

#sticky-nav #header-nav .topnav-button a,
#sticky-nav #header-nav .topnav-button span {
	color: #ededed
}

#sticky-nav #header-nav .topnav-button a:hover,
#sticky-nav #header-nav .topnav-button span:hover {
	color: #fff;
	text-decoration: none
}

#sticky-nav #header-nav .topnav-button:hover {
	background-color: #74cf47
}

#sticky-nav #header-nav .search-icon {
	position: relative;
	float: right;
	overflow: hidden;
	width: 30px;
	height: 30px;
	padding: 1px 6px;
	margin-right: 40px;
	color: #fff;
	font-size: rem-calc(14px);
	font-weight: 700;
	line-height: 30px;
	cursor: pointer
}

#sticky-nav #header-nav .search-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px
}

#sticky-nav #header-nav .sign-in-icon {
	position: absolute
}

#sticky-nav #header-nav .sign-in-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px
}

#sticky-nav #header-nav #my-dashboard-checkbox {
	position: absolute;
	right: 0;
	display: none
}

#sticky-nav #header-nav .login-buttons {
	position: absolute;
	text-align: center
}

#sticky-nav #header-nav .login-buttons a {
	display: inline-block;
	width: 100%;
	padding: 14px 20px;
	border-bottom: 1px solid #4e9b28;
	background: #000;
	font-weight: 700;
	text-align: right;
	text-indent: 0;
	line-height: 1.5
}

#sticky-nav #header-nav .login-buttons a:hover {
	background: #fff;
	color: #4e9b28
}

#sticky-nav #header-nav #my-dashboard {
	background-color: transparent;
	transition: box-shadow .3s ease-out, background-color .3s ease-out;
	box-shadow: 0 0 0 0 #913931
}

#sticky-nav #header-nav #my-dashboard .login-buttons-wrapper img {
	display: none
}

#sticky-nav #header-nav #my-dashboard label {
	position: absolute;
	right: 0;
	width: 100%;
	font-weight: 400;
	cursor: pointer;
	border-radius: 4px
}

#sticky-nav #header-nav #my-dashboard:hover {
	background-color: #913931;
	box-shadow: 0 0 0 2px #913931;
	cursor: pointer
}

@media screen and (max-width:60.9375em) {
	.search-form-active #sticky-nav #header-nav .search-icon {
		background-color: #74cf47
	}
	.search-form-active #sticky-nav #header-nav .search-icon:hover {
		background-color: #913931
	}
}

@media screen and (max-width:37.4375em) {
	#sticky-nav #header-nav .login-buttons {
		width: 0;
		height: 0
	}
	#sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
		position: fixed;
		top: 51px;
		left: 0;
		width: 100%;
		border-top: 1px solid #4e9b28;
		color: #fff;
		text-indent: 0
	}
	#sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
		visibility: hidden;
		opacity: 0
	}
	.login-buttons-active #sticky-nav #header-nav .login-buttons {
		background-color: #74cf47
	}
	.login-buttons-active #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
		visibility: visible;
		opacity: 1;
		-moz-transition: .3s;
		-o-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s
	}
	.login-buttons-active #sticky-nav #header-nav .login-buttons:hover {
		background-color: #913931
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-name {
		display: none
	}
}

@media screen and (min-width:37.5em) {
	#sticky-nav #header-nav {
		height: 60px;
		padding: 12px
	}
	#sticky-nav #header-nav .inner-wrapper {
		height: 36px;
		margin-left: 0
	}
	#sticky-nav #header-nav .logo-wrapper {
		width: 190px;
		margin-left: 60px
	}
	#sticky-nav #header-nav .logo-wrapper .logo {
		height: 36px
	}
	#sticky-nav #header-nav .logo-wrapper .logo img {
		height: 47px
	}
	#sticky-nav #header-nav .login-buttons {
		width: 166px;
		height: 36px
	}
	#sticky-nav #header-nav .login-buttons a {
		display: inline-block;
		float: left;
		width: auto;
		height: 36px;
		padding: 0;
		border-bottom: 0;
		margin-top: 0;
		font-size: .9em;
		text-align: inherit;
		text-transform: none;
		line-height: 36px
	}
	#sticky-nav #header-nav .login-buttons a:hover {
		color: #fff
	}
	#sticky-nav #header-nav .login-buttons:before {
		content: none
	}
	#sticky-nav #header-nav .login-buttons .login {
		width: 76px;
		padding-left: 1px;
		background: #fff;
		color: #000
	}
	#sticky-nav #header-nav .login-buttons .login:hover {
		background: #74cf47;
		-moz-transition: .3s;
		-o-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s
	}
	#sticky-nav #header-nav .login-buttons .login:active {
		background: #2e2416
	}
	#sticky-nav #header-nav .login-buttons .sign-up {
		width: 90px;
		border-left: 2px solid #2e2416;
		background: #fff;
		color: #000
	}
	#sticky-nav #header-nav .login-buttons .sign-up:hover {
		background: #74cf47;
		-moz-transition: .3s;
		-o-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s
	}
	#sticky-nav #header-nav .login-buttons .sign-up:active {
		background: #2e2416
	}
	#sticky-nav #header-nav .search-icon {
		width: 36px;
		height: 36px;
		margin-right: 178px;
		line-height: 36px
	}
	#sticky-nav #header-nav .sign-in-icon {
		display: none
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-buttons-wrapper {
		position: absolute;
		top: 42px;
		right: -7px;
		display: none;
		width: 130px;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		background: #fff;
		box-shadow: 11px 10px 37px -16px #ddd
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-buttons-wrapper:before {
		position: absolute;
		top: -10px;
		right: 5px;
		display: block;
		width: 0;
		height: 0;
		border-right: 12px solid transparent;
		border-bottom: 16px solid #fff;
		border-left: 12px solid transparent;
		content: ''
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-buttons-wrapper a {
		height: inherit;
		background-color: transparent;
		color: #333;
		font-weight: 400;
		line-height: 2
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-buttons-wrapper a:hover {
		color: #ba0000;
		text-decoration: underline
	}
	#sticky-nav #header-nav #my-dashboard-checkbox:checked+#my-dashboard {
		overflow: visible;
		cursor: pointer
	}
	#sticky-nav #header-nav #my-dashboard-checkbox:checked+#my-dashboard label {
		background-color: #913931;
		box-shadow: 0 0 0 2px #913931
	}
	#sticky-nav #header-nav #my-dashboard-checkbox:checked+#my-dashboard .my-dashboard-buttons-wrapper {
		display: block
	}
	#sticky-nav #header-nav #my-dashboard {
		width: 142px;
		text-indent: 0;
		line-height: 36px
	}
	#sticky-nav #header-nav #my-dashboard .login-buttons-wrapper {
		position: relative;
		display: block;
		width: 100%
	}
	#sticky-nav #header-nav #my-dashboard .login-buttons-wrapper .my-dashboard-label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		width: 100%;
		padding-right: 5px
	}
	#sticky-nav #header-nav #my-dashboard .login-buttons-wrapper img {
		display: block
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-photo {
		width: 36px;
		height: 36px;
		border-radius: 4px;
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-icon {
		width: 12px;
		height: 12px;
		margin-top: 2px
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-name {
		overflow: hidden;
		max-width: 170px;
		padding: 0 6px;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left
	}
	#sticky-nav #header-nav #my-dashboard:hover .my-dashboard-name {
		color: #fff
	}
	#sticky-nav #header-nav #my-dashboard .my-dashboard-buttons-wrapper {
		display: none
	}
}

@media screen and (min-width:60.9375em) {
	#sticky-nav #header-nav {
		height: 66px;
		padding: 15px 20px
	}
	#sticky-nav #header-nav .logo-wrapper {
		margin-left: 0
	}
	.no-desktop-logo #sticky-nav #header-nav .logo-wrapper .just-logo {
		display: none
	}
	#sticky-nav #header-nav .logo-wrapper .logo .sub-domain {
		position: absolute;
		top: 7px;
		left: 210px;
		display: inline-block;
		width: auto;
		height: 26px
	}
	.no-desktop-logo #sticky-nav #header-nav .logo-wrapper .logo .sub-domain {
		left: 0
	}
	#sticky-nav #header-nav .search-icon {
		display: none
	}
}













#hamburger {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 51px;
	height: 51px;
	padding: 13px 10px;
	border: 1px solid #4e9b28;
	border-width: 0 1px 0 0;
	margin: 0;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

#hamburger .inner-ham {
	position: relative;
	height: 25px
}

#hamburger .inner-ham span,
#hamburger .inner-ham:after,
#hamburger .inner-ham:before {
	position: absolute;
	left: 0;
	display: block;
	opacity: 1;
	width: 100%;
	height: 5px;
	background-color: #fff;
	-moz-transition-property: top, left, -moz-transform, width, opacity;
	-o-transition-property: top, left, -o-transform, width, opacity;
	-webkit-transition-property: top, left, -webkit-transform, width, opacity;
	transition-property: top, left, transform, width, opacity;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

#hamburger .inner-ham span {
	top: 10px
}

#hamburger .inner-ham:before {
	top: 0;
	content: ''
}

#hamburger .inner-ham:after {
	top: 20px;
	content: ''
}

#hamburger:hover {
	background-color: transparent;
	cursor: pointer
}

@media screen and (min-width:37.5em) {
	#hamburger {
		width: 60px;
		height: 60px;
		padding: 14px 12px;
		margin: 0
	}
	#hamburger .inner-ham {
		height: 32px
	}
	#hamburger .inner-ham span,
	#hamburger .inner-ham:after,
	#hamburger .inner-ham:before {
		height: 6px
	}
	#hamburger .inner-ham span {
		top: 13px
	}
	#hamburger .inner-ham:after {
		top: 26px
	}
}

@media screen and (min-width:60.9375em) {
	#hamburger {
		display: none!important
	}
}

#subnavigation {
	position: fixed;
	z-index: 22;
	top: 0;
	opacity: 0;
	width: 100%;
	background: #1a1a1a;
	color: #fff
}

#subnavigation .subnavigation-wrapper {
	position: fixed;
	top: 51px;
	right: -15px;
	bottom: 0;
	left: 0;
	visibility: hidden;
	overflow: visible;
	height: 372px
}

#subnavigation ul {
	padding: 0;
	border-top: 1px solid #4e9b28;
	margin-top: 0;
	margin-bottom: 0;
	background: 0 0
}

#subnavigation ul li {
	border-bottom: 1px solid #4e9b28;
	margin: 0;
	list-style-type: none;
	font-size:19px;
}

.onward #subnavigation ul li {
	padding-right: 30px
}

#subnavigation ul li a {
	display: inline-block;
	width: 100%;
	padding: 14px 20px;
	color: #fff;
	font-weight: 700;
	background-color: #000
}

#subnavigation ul li:hover {
	background-color: #fff;
	font-size:19px;
}

#subnavigation ul li:hover a {
	color: #4e9b28;
	text-decoration: none
}

#subnavigation .sublist {
	display: none
}

@media screen and (min-width:37.5em) {
	#subnavigation {
		top: 9px
	}
	#subnavigation .subnavigation-wrapper {
		top: 60px
	}
}

@media screen and (min-width:60.9375em) {
	#subnavigation {
		top: 0;
		display: block;
		visibility: visible;
		opacity: 1;
		max-width: 2280px;
		padding: 66px 0 6px;
		margin: 0 auto;
		background: #000;
		font-size: 1rem;
		background-color: #000
	}
	#subnavigation .subnavigation-wrapper {
		position: relative;
		top: 0;
		visibility: visible;
		height: auto;
		padding: 0;
		padding-top: 7px;
		border-top: 1px solid #fff;
		margin: 0 20px
	}
	#subnavigation ul {
		padding: 0;
		border-top: 0;
		margin: 0;
		background: 0 0;
		list-style: none
	}
	#subnavigation ul:last-child {
		padding-right: 0
	}
	#subnavigation ul li {
		position: relative;
		display: inline;
		padding-right: 16px;
		border-bottom: 0;
		margin: 0;
		font-weight: 700
	}
	#subnavigation ul li a {
		display: inline;
		padding: 0;
		color: #2A8A42;
		font-size:19px;
	}
	#subnavigation ul li:hover {
		background: 0 0
	}
	#subnavigation ul li:hover a {
		color: #000;
		background-color: #d3d3d3;
		padding: 6px 6px;
		text-decoration: none;
		font-size:19px;
	}
	#subnavigation ul>li:hover .sublist {
		display: block
	}
	#subnavigation .sublist {
		position: absolute;
		z-index: 1000;
		top: 100%;
		left: 0;
		overflow: hidden;
		min-width: 100%;
		border-top: 6px solid transparent;
		border-radius: 4px;
		white-space: nowrap;
		
		font-size:19px;
	}
	#subnavigation .sublist a,
	#subnavigation .sublist li {
		display: block;
		font-weight: 400
	}
	#subnavigation .sublist>li:first-child {
		border-radius: 4px 4px 0 0
	}
	#subnavigation .sublist li {
		width: 100%;
		padding: .2em .8em;
		background-color: #4e9b28
	}
	#subnavigation .sublist li:hover {
		background-color: #2e2416
	}
}


























body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: 0.3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}
























html {
	overflow-x: hidden; }

a {
	text-decoration: none;
	color: #2D95E3; }

a:hover,
a:focus {
	text-decoration: none;
	color: #171821; }

body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #54555E;
	width: 100%;
	height: 100%; }
	body img {
		border: none;
		max-width: 100%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		    user-select: none; }


/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #171821;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.5px; }

h1 {
	font-size: 32px;
	letter-spacing: -0.03em; }

h2 {
	font-size: 26px; }

h3 {
	font-size: 23px; }

h4 {
	font-size: 20px; }

h5 {
	font-size: 18px; }

h6 {
	font-size: 16px; }

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 26px; }
	h2 {
		font-size: 22px; }
	h3 {
		font-size: 18px; } }

@media (max-width: 640px) {
	h1 {
		font-size: 24px; }
	h2 {
		font-size: 20px; }
	h3 {
		font-size: 19px; }
	h4 {
		font-size: 18px; } }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit; }

p {
	font-size: 16px;
	color: #54555E;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 10px; }

address {
	font-style: normal;
	margin-bottom: 0;
	font-size: 16px; }

.lead {
	font-size: 18px;
	line-height: 30px; }

.text-center {
	text-align: center; }

.text-right {
	text-align: right; }

.text-left {
	text-align: left; }

@media only screen and (max-width: 1199px) {
	.text-lg-center {
		text-align: center; } }

@media only screen and (max-width: 991px) {
	.text-md-center {
		text-align: center; } }

@media only screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center; } }

@media only screen and (max-width: 575px) {
	.text-xs-center {
		text-align: center; } }

blockquote {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px; }
	blockquote p {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 0 !important;
		position: relative;
		color: #171821; }
	blockquote cite {
		font-size: 15px;
		font-weight: 400;
		color: #83858F; }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #E3E4E8; }

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section {
	margin-bottom: 40px; }

@media (min-width: 1280px) {
	.container {
		max-width: 1248px; } }

.container-semi-fluid {
	padding: 0 50px; }
	@media only screen and (max-width: 767px) {
		.container-semi-fluid {
			padding: 0 15px; } }

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; }

.flex-child {
	-webkit-box-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0; }

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
	margin-right: 0;
	margin-left: 0; }
	.no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0; }


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #171821;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #54555E; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #fff;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #E3E4E8;
	font-size: 12px;
	border-radius: 0; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #E3E4E8;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }


/*-------------------------------------------------------*/
/* Main Entry Styles
/*-------------------------------------------------------*/
.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px; }
	.entry__img-holder {
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%; }
	.entry__img {
		width: 100%; }
	.entry__title {
		font-size: 14px;
		font-weight:800;
		text-align:inherit;
		text-decoration:none
		line-height: 17px;
		margin-top: 3px;
		margin-bottom: 5px;
		color:#383838 }
		.entry__title:hover a {
			color: #2D95E3; }
		.entry__title--sm {
			font-size: 15px; }
	.entry__excerpt {
		margin-top: 16px; }
		.entry__excerpt p {
			margin-bottom: 0; }
	.entry__play-time {
		position: absolute;
		bottom: 32px;
		left: 32px;
		background-color: #2D95E3;
		color: #fff;
		padding: 7px 11px;
		font-weight: 700;
		pointer-events: none; }
		.entry__play-time i {
			margin-right: 5px; }


/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	.footer--dark .thumb-container {
		background-color: #171821; }

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry__meta li,
	.thumb-text-holder .entry__meta a,
	.thumb-text-holder .entry__meta a:hover,
	.thumb-text-holder .entry__meta a:focus {
		color: #fff !important; }
	.thumb-text-holder--1 {
		text-align: left; }
		.thumb-text-holder--1 .thumb-entry-title {
			font-size: 18px;
			margin-bottom: 24px; }
	.thumb-text-holder--2 {
		text-align: left; }
		.thumb-text-holder--2 .thumb-entry-title {
			font-size: 34px;
			margin-top: 14px;
			margin-bottom: 8px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--2 .thumb-entry-title {
					font-size: 20px; } }
		.thumb-text-holder--2 .entry__meta a {
			color: #fff !important; }
	.thumb-text-holder--3 {
		text-align: left; }
		.thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--3 .thumb-entry-title {
					font-size: 20px; } }
	.thumb-text-holder--4 {
		text-align: left; }
		.thumb-text-holder--4 .thumb-entry-title {
			font-size: 16px; }
	.thumb-text-holder--5 {
		text-align: center;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		.thumb-text-holder--5 .thumb-entry-title {
			font-size: 40px;
			max-width: 770px;
			margin: 8px auto; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--5 .thumb-entry-title {
					font-size: 20px; } }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }

/* Post List
-------------------------------------------------------*/
.post-list {
	position: relative;
	margin-bottom: 20px;
	min-height: 241px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row; }
	.post-list:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0; }
	.post-list__img-holder {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-right: 30px;
		margin-bottom: 0; }
		@media only screen and (max-width: 991px) {
			.post-list__img-holder {
				width: 170px; } }
	.post-list__body {
		overflow: hidden;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%; }
	@media only screen and (max-width: 575px) {
		.post-list {
			display: block; }
			.post-list__img-holder, .post-list__body {
				width: 100%; }
			.post-list__img-holder {
				float: none;
				margin-right: 0;
				margin-bottom: 30px;
				height: 180px; } }

/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
	padding: 16px 0;
	position: relative; }
	.post-list-small__item:first-child {
		padding-top: 0; }
	.post-list-small__item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-small__img-holder {
	width: 88px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px; }
	@media only screen and (max-width: 575px) {
		.post-list-small__img-holder {
			width: 50px; } }

.post-list-small__img--rounded {
	border-radius: 50%;
	overflow: hidden; }

.post-list-small__body {
	overflow: hidden; }

.post-list-small__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px; }
	.post-list-small__entry-title a {
		color: #171821; }
		.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
			color: #2D95E3; }

.post-list-small--border-top {
	border-top: 1px solid #E3E4E8;
	padding-top: 16px;
	margin-top: -10px; }

.post-list-small--dividers li {
	border-bottom: 1px solid #E3E4E8; }

.post-list-small--arrows {
	position: relative; }
	.post-list-small--arrows li {
		padding-left: 16px; }
		.post-list-small--arrows li:before {
			content: '\e804';
			font-family: 'ui-icons';
			color: #2D95E3;
			position: absolute;
			left: 0;
			top: 22px;
			font-size: 10px; }
		.post-list-small--arrows li:first-child:before {
			top: 6px; }

.post-list-small--1 .post-list-small__item {
	border-bottom: 1px solid #E3E4E8; }
	.post-list-small--1 .post-list-small__item:last-child {
		border-bottom: 0; }

.post-list-small--1 .post-list-small__img-holder {
	border-radius: 0;
	width: 78px; }

.post-list-small--1 .post-list-small__entry-title {
	margin: 0; }

.post-list-small--2 .post-list-small__img-holder {
	border-radius: 0;
	width: 130px; }

.post-list-small--2 .post-list-small__entry-title {
	font-size: 16px; }

.post-list-small--3 {
	margin-bottom: 48px; }
	.post-list-small--3 .post-list-small__item {
		border-bottom: 1px solid #E3E4E8;
		padding: 24px 0; }
		.post-list-small--3 .post-list-small__item:first-child {
			border-top: 1px solid #E3E4E8; }
		.post-list-small--3 .post-list-small__item:last-child {
			padding-bottom: 24px; }
	.post-list-small--3 .post-list-small__img-holder {
		border-radius: 0;
		width: 84px; }
	.post-list-small--3 .post-list-small__entry-title {
		margin-top: 0;
		font-size: 16px;
		font-weight: 500;
		color: #54555E; }

/* Video Playlist
-------------------------------------------------------*/
.video-playlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.video-playlist__content {
		width: 68%; }
		.video-playlist__content > div {
			height: 100%; }
	.video-playlist__list {
		width: 32%;
		background-color: #fff;
		border: 1px solid #E3E4E8; }
	.video-playlist__list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		line-height: 1;
		padding: 10px 10px;
		border-bottom: 1px solid #E3E4E8; }
		.video-playlist__list-item:last-child {
			border-bottom: 0; }
		.video-playlist__list-item:hover .video-playlist__list-item-title {
			color: #2D95E3; }
		.video-playlist__list-item--active .video-playlist__list-item-title {
			color: #000; }
	.video-playlist__list-item-thumb {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 81px;
		        flex: 0 0 81px;
		margin-right: 13px; }
	.video-playlist__list-item-description {
		overflow: hidden;
		display: table-cell;
		vertical-align: middle; }
	.video-playlist__list-item-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 1.3; }
	@media only screen and (max-width: 991px) {
		.video-playlist {
			display: block; }
			.video-playlist__list, .video-playlist__content {
				width: 100%; } }




/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
	position: relative; }
	.footer a:not(.social):hover {
		color: #2D95E3; }
	.footer--white {
		background-color: #fff; }
	.footer--dark {
		background-color: #171821; }
		.footer--dark a,
		.footer--dark .widget-title,
		.footer--dark .social {
			color: #fff; }
		.footer--dark p {
			color: #83858F !important; }
		.footer--dark .post-list-small__item,
		.footer--dark .widget_nav_menu li {
			border-color: #54555E; }
		.footer--dark .entry__meta li {
			color: #5f686b !important; }
		.footer--dark .mc4wp-form-fields input[type=email],
		.footer--dark .mc4wp-form-fields input[type=text] {
			border-color: transparent; }
			.footer--dark .mc4wp-form-fields input[type=email]:focus,
			.footer--dark .mc4wp-form-fields input[type=text]:focus {
				border-color: #2D95E3; }
		.footer--dark .newsletter__icon {
			color: #575961; }
		.footer--dark .tagcloud a {
			background-color: #2D2E36;
			color: #fff; }
	.footer__widgets {
		padding: 90px 0; }
		.footer__widgets p {
			font-size: 14px;
			line-height: 26px; }
		@media only screen and (max-width: 991px) {
			.footer__widgets > .row > div:not(:last-child) {
				margin-bottom: 50px; } }
		.footer__widgets--short {
			padding: 60px 0; }
	.footer .logo__img {
		display: block;
		padding-bottom: 20px; }

/* Footer Grey
-------------------------------------------------------*/
.footer--grey {
	background-color: #f7f7f7; }

/* Footer Bg Image
-------------------------------------------------------*/
.footer--bg-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; }
	.footer--bg-img:before {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(23, 24, 33, 0.9); }

/* Footer Widgets Top
-------------------------------------------------------*/
.footer__widgets-top {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid #54555E; }

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
	font-weight: 700;
	font-family: "Source Sans Pro", sans-serif;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-color: #171821;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
	.btn:hover {
		color: #fff;
		background-color: #171821;
		border-color: transparent; }
	.btn:focus {
		outline: none;
		color: #fff; }
	.btn-lg, .btn-lg.btn-button {
		font-size: 14px;
		padding: 0 16px; }
		.btn-lg span, .btn-lg.btn-button span {
			line-height: 46px; }
	.btn-lg.btn-button {
		height: 46px; }
	.btn-sm, .btn-sm.btn-button {
		font-size: 11px;
		padding: 0 20px;
		line-height: 28px; }
	.btn-sm.btn-button {
		height: 30px; }
	.btn-color {
		background-color: #2D95E3; }
		.btn-color:hover {
			opacity: .92; }
	.btn-dark {
		background-color: #171821; }
	.btn-white {
		background-color: #fff;
		color: #171821; }
	.btn-light {
		background-color: #f7f7f7;
		color: #171821; }
	.btn-stroke {
		background-color: transparent;
		border: 1px solid #E3E4E8;
		color: #171821; }
	.btn-wide {
		width: 100%; }
	.btn-white:focus, .btn-light:focus, .btn-stroke:focus {
		background-color: #171821;
		border-color: transparent; }
	.btn i {
		font-size: 10px;
		position: relative;
		margin-left: 3px;
		top: -1px;
		line-height: 1; }

.rounded,
.rounded:before {
	border-radius: 70px; }

.section-buttons {
	margin-bottom: 50px; }
	.section-buttons a {
		margin-bottom: 10px; }

/* Input Buttons
-------------------------------------------------------*/
.btn-button {
	border: none;
	margin-bottom: 0;
	width: auto; }
	.btn-button.btn-color, .btn-button.btn-dark {
		color: #fff; }
	.btn-button.btn-wide {
		width: 100%; }
	.btn-button:hover, .btn-button:focus {
		color: #fff;
		background-color: #171821; }



/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	.footer--dark .thumb-container {
		background-color: #171821; }

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry__meta li,
	.thumb-text-holder .entry__meta a,
	.thumb-text-holder .entry__meta a:hover,
	.thumb-text-holder .entry__meta a:focus {
		color: #fff !important; }
	.thumb-text-holder--1 {
		text-align: left; }
		.thumb-text-holder--1 .thumb-entry-title {
			font-size: 18px;
			margin-bottom: 24px; }
	.thumb-text-holder--2 {
		text-align: left; }
		.thumb-text-holder--2 .thumb-entry-title {
			font-size: 34px;
			margin-top: 14px;
			margin-bottom: 8px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--2 .thumb-entry-title {
					font-size: 20px; } }
		.thumb-text-holder--2 .entry__meta a {
			color: #fff !important; }
	.thumb-text-holder--3 {
		text-align: left; }
		.thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--3 .thumb-entry-title {
					font-size: 20px; } }
	.thumb-text-holder--4 {
		text-align: left; }
		.thumb-text-holder--4 .thumb-entry-title {
			font-size: 16px; }
	.thumb-text-holder--5 {
		text-align: center;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		.thumb-text-holder--5 .thumb-entry-title {
			font-size: 40px;
			max-width: 770px;
			margin: 8px auto; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--5 .thumb-entry-title {
					font-size: 20px; } }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }


/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar .widget {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 32px;
	border: 1px solid #E3E4E8; }

.sidebar .widget_mc4wp_form_widget {
	padding: 32px !important; }

.post-list-small__item {
	padding: 16px 0;
	position: relative; }
	.post-list-small__item:first-child {
		padding-top: 0; }
	.post-list-small__item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-small__img-holder {
	width: 88px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px; }
	@media only screen and (max-width: 575px) {
		.post-list-small__img-holder {
			width: 50px; } }

.post-list-small__img--rounded {
	border-radius: 50%;
	overflow: hidden; }

.post-list-small__body {
	overflow: hidden; }

.post-list-small__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px; }
	.post-list-small__entry-title a {
		color: #171821; }
		.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
			color: #2D95E3; }

.post-list-small--border-top {
	border-top: 1px solid #E3E4E8;
	padding-top: 16px;
	margin-top: -10px; }

.post-list-small--dividers li {
	border-bottom: 1px solid #E3E4E8; }

.post-list-small--arrows {
	position: relative; }
	.post-list-small--arrows li {
		padding-left: 16px; }
		.post-list-small--arrows li:before {
			content: '\e804';
			font-family: 'ui-icons';
			color: #2D95E3;
			position: absolute;
			left: 0;
			top: 22px;
			font-size: 10px; }
		.post-list-small--arrows li:first-child:before {
			top: 6px; }

.post-list-small--1 .post-list-small__item {
	border-bottom: 1px solid #E3E4E8; }
	.post-list-small--1 .post-list-small__item:last-child {
		border-bottom: 0; }

.post-list-small--1 .post-list-small__img-holder {
	border-radius: 0;
	width: 78px; }

.post-list-small--1 .post-list-small__entry-title {
	margin: 0; }

.post-list-small--2 .post-list-small__img-holder {
	border-radius: 0;
	width: 130px; }

.post-list-small--2 .post-list-small__entry-title {
	font-size: 16px; }

.post-list-small--3 {
	margin-bottom: 48px; }
	.post-list-small--3 .post-list-small__item {
		border-bottom: 1px solid #E3E4E8;
		padding: 24px 0; }
		.post-list-small--3 .post-list-small__item:first-child {
			border-top: 1px solid #E3E4E8; }
		.post-list-small--3 .post-list-small__item:last-child {
			padding-bottom: 24px; }
	.post-list-small--3 .post-list-small__img-holder {
		border-radius: 0;
		width: 84px; }
	.post-list-small--3 .post-list-small__entry-title {
		margin-top: 0;
		font-size: 16px;
		font-weight: 500;
		color: #54555E; }



/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	.footer--dark .thumb-container {
		background-color: #171821; }

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry__meta li,
	.thumb-text-holder .entry__meta a,
	.thumb-text-holder .entry__meta a:hover,
	.thumb-text-holder .entry__meta a:focus {
		color: #fff !important; }
	.thumb-text-holder--1 {
		text-align: left; }
		.thumb-text-holder--1 .thumb-entry-title {
			font-size: 18px;
			margin-bottom: 24px; }
	.thumb-text-holder--2 {
		text-align: left; }
		.thumb-text-holder--2 .thumb-entry-title {
			font-size: 34px;
			margin-top: 14px;
			margin-bottom: 8px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--2 .thumb-entry-title {
					font-size: 20px; } }
		.thumb-text-holder--2 .entry__meta a {
			color: #fff !important; }
	.thumb-text-holder--3 {
		text-align: left; }
		.thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--3 .thumb-entry-title {
					font-size: 20px; } }
	.thumb-text-holder--4 {
		text-align: left; }
		.thumb-text-holder--4 .thumb-entry-title {
			font-size: 16px; }
	.thumb-text-holder--5 {
		text-align: center;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		.thumb-text-holder--5 .thumb-entry-title {
			font-size: 40px;
			max-width: 770px;
			margin: 8px auto; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--5 .thumb-entry-title {
					font-size: 20px; } }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }









.after-entry ul>li:last-child,
.news-pro-home .content ul>li:last-child,
.sidebar ul>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px
}

.sidebar .widget {
	background-color: #fff;
	border-left: 1px dashed #e3e3e3;
	padding-left: 20px
}

.sidebar .featured-content a.alignleft img {
	width: 120px
}

.footer-widgets {
	color: #000;
	clear: both;
	padding: 40px 40px 16px;
	font-family: 'Lato', sans-serif
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 160px
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	margin-right: 20px
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	float: left
}

.footer-widgets-6 {
	float: right
}

.footer-widgets a {
	color: #000;
	font-weight: 700
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	text-decoration: underline
}

.footer-widgets .widget {
	margin-bottom: 24px
}

.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin-bottom: 16px;
	text-align: left
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	text-align: center
}

.site-footer a {
	color: #aaa
}

.site-footer a:focus,
.site-footer a:hover {
	color: red
}

.site-footer p {
	margin-bottom: 0
}

.entry-content p::nth-type:first-letter {
	float: left;
	font-size: 4em;
	color: #009;
	margin-right: .1em;
	line-height: 90%;
	text-shadow: .05em .05em silver
}

.single article .entry-meta {
	display: none
}

.opinion-links {
	text-align: center;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase
}

.opinion-links h1 {
	border-bottom: 3px solid #e3e3e3;
	margin: 0;
	font-family: 'Lato', sans-serif
}


.after-entry li, .news-pro-home .content li, .sidebar li {
    border-bottom: 1px dotted #e3e3e3;
    list-style-type: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    word-wrap: break-word;

}

.post-list-small__item {
    padding: 16px 0;
    position: relative;
}


.sidebar .widget {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 32px;
    border: 1px solid #E3E4E8;
}



/*-------------------------------------------------------*/
/* Main Entry Styles
/*-------------------------------------------------------*/
.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px; }
	.entry__img-holder {
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%; }
	.entry__img {
		width: 100%; }
	.entry__title {
		font-size: 14px;
		font-weight:800;
		text-align:inherit;
		text-decoration:none
		line-height: 17px;
		margin-top: 3px;
		margin-bottom: 5px;
		color:#383838 }
		.entry__title:hover a {
			color: #2D95E3; }
		.entry__title--sm {
			font-size: 15px; }
	.entry__excerpt {
		margin-top: 16px; }
		.entry__excerpt p {
			margin-bottom: 0; }
	.entry__play-time {
		position: absolute;
		bottom: 32px;
		left: 32px;
		background-color: #2D95E3;
		color: #fff;
		padding: 7px 11px;
		font-weight: 700;
		pointer-events: none; }
		.entry__play-time i {
			margin-right: 5px; }

/* Meta
-------------------------------------------------------*/
.entry__meta li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color:#04040454; border-radius: 5px;
	padding: 5px 10px; }
	.entry__meta li:after {
		content: '-';
		display: inline-block;
		margin: 0 3px; }
	.entry__meta li.entry__meta-views:after {
		content: '';
		margin: 0 8px;
		display: inline-block; }
	.entry__meta li:last-child:after {
		display: none; }

.entry__meta a {
	color: #2D95E3; }
	.entry__meta a:hover {
		color: #171821; }

.entry__meta i {
	display: inline-block;
	margin-right: 5px; }

.entry__meta-category {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 700;
	color: #0098d0; }
	.entry__meta-category--label {
		font-size: 10px;
		background-color: #2D95E3;
		padding: 5px 10px;
		z-index: 2;
		color: #fff;
		margin-bottom: 0;
		display: inline-block; }
		.entry__meta-category--label:hover, .entry__meta-category--label:focus {
			color: #fff;
			opacity: 0.90; }
	.entry__meta-category--align-in-corner {
		position: absolute;
		left: 0;
		top: 0; }
		
		.entry__meta-category--align-in-corner1 {
		position: absolute;
		right: 16px;
		bottom: 16px; }
		
	.entry__meta-category--violet {
		background-color: #3E3EDD; }
	.entry__meta-category--purple {
		background-color: #9C27B0; }
	.entry__meta-category--blue {
		background-color: #0E79C9; }
	.entry__meta-category--cyan {
		background-color: #00BCD4; }
	.entry__meta-category--green {
		background-color: #19C22A; }
	.entry__meta-category--orange {
		background-color: #E65100; }
	.entry__meta-category--red {
		background-color: #F44336; }

.entry__meta-rating i {
	font-size: 16px;
	color: #FBC02D;
	margin-right: 2px; }

.entry__meta + .entry__meta,
.entry__meta-category--label + .entry__meta {
	margin-top: 16px; }

.entry__meta + .entry__img-holder {
	margin-top: 20px; }

.entry__meta-holder {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; }
	.entry__meta-holder .entry__meta {
		margin-top: 0; }

.entry-date-label {
	background-color: #fff;
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 8px;
	text-align: center;
	font-family: "Montserrat", sans-serif; }
	.entry-date-label__weekday, .entry-date-label__month {
		font-size: 8px;
		text-transform: uppercase;
		line-height: 1;
		font-weight: 600; }
	.entry-date-label__weekday {
		color: #54555E; }
	.entry-date-label__day {
		color: #2D95E3;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.25; }
	.entry-date-label__month {
		color: #2D95E3; }

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #171821;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.5px; }

h1 {
	font-size: 32px;
	letter-spacing: -0.03em; }

h2 {
	font-size: 26px; }

h3 {
	font-size: 23px; }

h4 {
	font-size: 20px; }

h5 {
	font-size: 18px; }

h6 {
	font-size: 16px; }

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 26px; }
	h2 {
		font-size: 22px; }
	h3 {
		font-size: 18px; } }

@media (max-width: 640px) {
	h1 {
		font-size: 24px; }
	h2 {
		font-size: 20px; }
	h3 {
		font-size: 19px; }
	h4 {
		font-size: 18px; } }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit; }


.clearfix {
	*zoom: 1; }

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""; }

.clearfix:after {
	clear: both; }

.visuallyhidden {
	display: none!important
}

@media screen and (max-width:29.9375em) {
	.-hide-landscape-phone {
		display: none!important
	}
}

@media screen and (max-width:37.4375em) {
	.-hidemobile {
		display: none!important
	}
}

@media screen and (max-width:46.8125em) {
	.-hide-medium-tablet {
		display: none!important
	}
}

@media screen and (max-width:50.25em) {
	.-hide-landscape-tablet {
		display: none!important
	}
}

@media screen and (max-width:60.875em) {
	.-hide-desktop {
		display: none!important
	}
}

@media screen and (max-width:68.6875em) {
	.-hide-big-desktop {
		display: none!important
	}
}

@media screen and (min-width:30em) {
	.-show-landscape-phone {
		display: none!important
	}
}

@media screen and (min-width:37.5em) {
	.-show-tablet {
		display: none!important
	}
}

@media screen and (min-width:46.875em) {
	.-show-medium-tablet {
		display: none!important
	}
}

@media screen and (min-width:50.3125em) {
	.-show-landscape-tablet {
		display: none!important
	}
}

@media screen and (min-width:60.9375em) {
	.-show-desktop {
		display: none!important
	}
}

@media screen and (min-width:68.75em) {
	.-show-big-desktop {
		display: none!important
	}
}

.-overflow-hidden {
	overflow: hidden
}

.no-float {
	float: none
}

.clearfix {
	zoom: 1
}

.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: ' '
}





























.button {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .66667em 1em .53333em;
	font-size: .9375rem;
	background-color: transparent;
	color: #323232;
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px
}

.button:focus,
.button:hover {
	background-color: #efefef;
	color: #323232;
	text-decoration: none
}

.button-small {
	padding: .61538em 1em .53846em;
	font-size: .8125rem
}

.button-large {
	padding: 1em 1em .86667em;
	font-size: .9375rem
}

.button-contrast {
	background-color: #ffc700;
	color: #4e9b28!important
}

.button-contrast:hover {
	background-color: #fff;
	text-decoration: none
}

.button-xlarge {
	padding: 1.4em 1em 1.13333em;
	font-size: .9375rem
}

.button-sans {
	padding: .7em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400
}

.button-sans.button-large {
	padding: .7em 1.5em;
	font-size: 1.3125em
}

.button-disabled,
.button[disabled] {
	background-color: transparent;
	color: #7a7a7a;
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	opacity: .6;
	cursor: not-allowed;
	pointer-events: none
}

.button-disabled:focus,
.button-disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: transparent;
	color: #7a7a7a;
	text-decoration: none
}

.button-disabled:focus,
.button-disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: transparent;
	color: #7a7a7a
}

.button-expand {
	display: block;
	width: 100%!important;
	padding-right: .9375em;
	padding-left: .9375em;
	text-align: center
}

.button-primary {
	background-color: #06357a;
	color: #fff;
	border-color: #06357a
}

.button-primary:focus,
.button-primary:hover {
	background-color: #4e9b28;
	color: #fff;
	text-decoration: none
}

.button-primary.button-disabled,
.button-primary[disabled] {
	background-color: #06357a;
	color: #fff;
	opacity: .6;
	cursor: not-allowed;
	pointer-events: none
}

.button-primary.button-disabled:focus,
.button-primary.button-disabled:hover,
.button-primary[disabled]:focus,
.button-primary[disabled]:hover {
	background-color: #06357a;
	color: #fff;
	text-decoration: none
}

.button-primary.button-disabled:focus,
.button-primary.button-disabled:hover,
.button-primary[disabled]:focus,
.button-primary[disabled]:hover {
	background-color: #06357a;
	color: #fff
}

.button-primary.inline {
	display: inline-block;
	vertical-align: top
}

.button-red {
	border-color: #e2231a;
	background-color: #e2231a;
	color: #fff
}

.button-red:focus,
.button-red:hover {
	border-color: #ba0000;
	outline: 0;
	background-color: #ba0000;
	color: #fff;
	text-decoration: none
}

.button-ghost {
	border-color: currentColor;
	background-color: #fff;
	color: #06357a
}

.button-ghost:focus,
.button-ghost:hover {
	color: #06357a
}

.button-bright {
	background-color: #9e9e9e;
	color: #fff
}

.button-bright:focus,
.button-bright:hover {
	background-color: #2A8A42;
	color: #fff;
	text-decoration: none
}

.button-bright.button-disabled,
.button-bright[disabled] {
	background-color: #913931;
	color: #fff;
	opacity: .6;
	cursor: not-allowed;
	pointer-events: none
}

.button-bright.button-disabled:focus,
.button-bright.button-disabled:hover,
.button-bright[disabled]:focus,
.button-bright[disabled]:hover {
	background-color: #913931;
	color: #fff;
	text-decoration: none
}

.button-bright.button-disabled:focus,
.button-bright.button-disabled:hover,
.button-bright[disabled]:focus,
.button-bright[disabled]:hover {
	background-color: #913931;
	color: #fff
}

.button-attract {
	background-color: #e62117;
	color: #fff;
	border-color: transparent
}

.button-attract:focus,
.button-attract:hover {
	background-color: #ba0000;
	color: #fff;
	text-decoration: none
}

.button-attract.button-disabled,
.button-attract[disabled] {
	background-color: #ba0000;
	color: #fff;
	opacity: .6;
	cursor: not-allowed;
	pointer-events: none
}

.button-attract.button-disabled:focus,
.button-attract.button-disabled:hover,
.button-attract[disabled]:focus,
.button-attract[disabled]:hover {
	background-color: #ba0000;
	color: #fff;
	text-decoration: none
}

.button-attract.button-disabled:focus,
.button-attract.button-disabled:hover,
.button-attract[disabled]:focus,
.button-attract[disabled]:hover {
	background-color: #ba0000;
	color: #fff
}

.button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.button-group {
	display: inline-block;
	vertical-align: middle
}

.button-group .button {
	position: relative;
	float: left
}

.button-group .button+.button {
	margin-left: -1px
}

.button.-white-bg {
	background-color: #fff
}

.button.-white-bg:hover {
	background-color: #efefef
}








@media screen and (max-width:29.9375em) {
	.lawyer-card-group {
		margin-right: -10px;
		margin-left: -10px
	}
	.lawyer-card-group .lawyer-card-status--default {
		margin-bottom: 5px
	}
}

.lawyer-card-aligner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.lawyer-card-aligner .-align-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.lawyer-card-banner {
	padding: 10px 0;
	background: #efefef
}

@media screen and (min-width:50.3125em) {
	.lawyer-card-banner {
		padding: 20px 0;
		background: 0 0
	}
}

.lawyer-card.-top-status-tag {
	padding-top: 21px
}

.lawyer-card {
	font-size: .8125rem
}

.lawyer-card .-address,
.lawyer-card .-law-schools,
.lawyer-card .-practices {
	display: block;
	clear: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.lawyer-card .-locations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.lawyer-card .-locations .-lawyer-address {
	width: calc(33.33333% - 10px);
	margin: 20px 15px 0 0
}

.lawyer-card .-locations .-lawyer-address:nth-child(3n) {
	margin-right: 0
}

.lawyer-card .-free-consultation {
	display: block;
	float: left;
	text-transform: capitalize
}

.lawyer-card .-tagline {
	margin-top: 0;
	margin-bottom: 1rem
}

.lawyer-card .-group-button {
	display: block;
	float: left;
	width: 100%;
	padding: .6em .6em .5em;
	border-left: 1px solid #f4f4f4;
	margin: 0;
	text-align: center;
	text-transform: lowercase
}

.lawyer-card .-group-button .jicon {
	margin: 0 .4em .2em 0
}

.lawyer-card .-group-button:first-child {
	border: 0
}

.lawyer-card .-group-button:hover {
	text-decoration: none
}

.lawyer-card .-group-button:first-child:nth-last-child(2),
.lawyer-card .-group-button:first-child:nth-last-child(2)~.-group-button {
	width: 50%
}

.lawyer-card .-group-button:first-child:nth-last-child(3),
.lawyer-card .-group-button:first-child:nth-last-child(3)~.-group-button {
	width: 33.33333%
}

@media screen and (max-width:50.25em) {
	.lawyer-card .-group-button .txt {
		display: none
	}
	.lawyer-card .-group-button::after {
		content: attr(data-button-tag)
	}
}

@media screen and (min-width:30em) {
	.lawyer-card .-group-button {
		padding: 1em .6em .75rem
	}
}

@media screen and (min-width:30em) {
	.lawyer-card {
		font-size: .875rem
	}
	.lawyer-card .lawyer-expl {
		margin-top: -.2em
	}
	.lawyer-card .-group-wrapper {
		zoom: 1
	}
	.lawyer-card .-group-wrapper::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		font-size: 0;
		content: ' '
	}
	.lawyer-card .-group-wrapper .-group {
		float: left
	}
	.lawyer-card .-group-wrapper .-group--1 {
		border-right: 1px solid #f4f4f4
	}
	.lawyer-card .-group-wrapper .-group:only-child {
		float: none;
		border: 0
	}
	.lawyer-card .-group-wrapper--2 .-group {
		width: 50%
	}
	.lawyer-card .-group-wrapper--3 .-group--1 {
		width: 33.33333%
	}
	.lawyer-card .-group-wrapper--3 .-group--2 {
		width: 66.66667%
	}
	.lawyer-card .-group-wrapper--4 .-group--1 {
		width: 25%
	}
	.lawyer-card .-group-wrapper--4 .-group--2 {
		width: 75%
	}
}

@media screen and (min-width:37.5em) {
	.lawyer-card .-address,
	.lawyer-card .-law-schools,
	.lawyer-card .-practices {
		overflow: visible;
		white-space: normal
	}
}

.lawyer-status--premium {
	display: inline-block;
	padding: .66667em 1em .41667em;
	padding-left: 1.5em;
	border-radius: 2px;
	background-color: #dbdbdb;
	color: #323232;
	font-size: .75rem;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .5em;
	vertical-align: middle
}

.lawyer-status--premium.-gold {
	background-color: #edaa00
}

.lawyer-status--premium.-silver {
	background-color: #a9a8a9
}

.lawyer-status--premium.-bronze {
	background-color: #cc8341
}

.lawyer-status--premium.-top-status-tag {
	position: absolute;
	z-index: 30;
	top: -14px;
	right: 20px;
	display: block
}

.lawyer-status--premium-v2 {
	display: block;
	width: 100%;
	padding: .625em 0 .375em;
	padding-left: .375em;
	background-color: #dbdbdb;
	color: #323232;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .375em;
	vertical-align: middle;
	font-size: .5rem
}

@media screen and (min-width:37.5em) {
	.lawyer-status--premium-v2 {
		font-size: .875rem
	}
}

.lawyer-status--premium-v2.-gold {
	background-color: #edaa00
}

.lawyer-status--premium-v2.-silver {
	background-color: #a9a8a9
}

.lawyer-status--premium-v2.-bronze {
	background-color: #cc8341
}

.lawyer-card-status--default .-phone {
	float: left;
	margin-right: 8px;
	font-size: .875rem
}

.lawyer-card-status--default .-phone a:hover {
	color: #ba0000
}

.lawyer-card-status--default .lawyer-avatar-wrapper {
	width: 60px
}

.lawyer-card-status--default .lawyer-summary {
	width: calc(100% - 70px);
	margin-left: 10px
}

.lawyer-card-status--default .lawyer-card-aligner {
	max-height: 60px
}

@media screen and (min-width:30em) {
	.lawyer-card-status--default .-phone {
		margin-right: 15px;
		font-size: 1.125rem
	}
	.lawyer-card-status--default .-free-consultation {
		margin-top: 0;
		font-size: 1rem;
		font-weight: 700
	}
	.lawyer-card-status--default .lawyer-avatar-wrapper {
		width: 90px
	}
	.lawyer-card-status--default .lawyer-summary {
		width: calc(100% - 110px);
		margin-left: 20px
	}
	.lawyer-card-status--default .lawyer-card-aligner {
		max-height: inherit
	}
}

@media screen and (min-width:37.5em) {
	.lawyer-card-status--default .-phone {
		font-size: 1.3125rem
	}
	.lawyer-card-status--default .-free-consultation {
		margin-top: .2em;
		font-weight: 700
	}
	.lawyer-card-status--default .lawyer-avatar-wrapper {
		width: 120px
	}
	.lawyer-card-status--default .lawyer-summary {
		width: calc(100% - 140px);
		margin-left: 20px
	}
}

@media screen and (min-width:50.3125em) {
	.lawyer-card-status--default {
		margin-bottom: 10px
	}
	.lawyer-card-status--default .-free-consultation {
		margin-top: 0
	}
	.lawyer-card-status--default .lawyer-avatar-wrapper {
		width: 140px
	}
	.lawyer-card-status--default .lawyer-summary {
		width: calc(100% - 160px);
		margin-left: 20px
	}
	.lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info {
		position: relative
	}
	.lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group {
		margin-top: 0
	}
	.lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--1 {
		float: left;
		width: 220px
	}
	.lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2 {
		float: left;
		clear: none;
		width: calc(100% - 240px);
		padding-top: 0;
		padding-left: 20px;
		border-left: 1px solid #dbdbdb;
		margin-left: 20px
	}
	.lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 240px;
		width: 0;
		border-left: 1px solid #dbdbdb;
		content: ''
	}
}

@media screen and (min-width:60.9375em) {
	.lawyer-card-status--default .lawyer-avatar-wrapper {
		width: 160px
	}
	.lawyer-card-status--default .lawyer-summary {
		width: calc(100% - 180px);
		margin-left: 25px
	}
	.lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2 {
		padding-left: 25px
	}
}

.lawyer-card-group--premium .lawyer-card:not(:last-child) {
	margin-bottom: 10px
}

@media screen and (min-width:50.3125em) {
	.lawyer-card-group--premium .lawyer-card:not(:last-child) {
		margin-bottom: 20px
	}
}

@media screen and (max-width:50.25em) {
	.lawyer-card-group--premium {
		margin-right: -21px;
		margin-left: -21px
	}
}

@media screen and (max-width:29.9375em) {
	.lawyer-card-group--premium {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media screen and (min-width:50.3125em) {
	.lawyer-card-group--premium {
		display: block!important
	}
}

.lawyer-card-status--premium {
	z-index: 5;
	padding: 10px;
	border-color: #dbdbdb!important;
	background-color: #fff!important
}

@media screen and (min-width:60.9375em) {
	.lawyer-card-status--premium {
		font-size: .9375rem
	}
}

@media screen and (min-width:68.75em) {
	.lawyer-card-status--premium {
		font-size: 1rem
	}
}

.lawyer-card-status--premium .lawyer-avatar-wrapper {
	position: relative;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 100px
}

.lawyer-card-status--premium .lawyer-card-aligner {
	max-height: none
}

.lawyer-card-status--premium .lawyer-coreinfo {
	margin-bottom: 4px
}

.lawyer-card-status--premium .lawyer-description {
	margin-bottom: 10px
}

.lawyer-card-status--premium .lawyer-summary {
	width: calc(100% - 110px)!important;
	padding: 0
}

.lawyer-card-status--premium .lawyer-summary .lawyer-name {
	margin-bottom: 0
}

.lawyer-card-status--premium .lawyer-detailed-info {
	margin-bottom: .5rem
}

.lawyer-card-status--premium .lawyer-detailed-info li {
	display: inline-block
}

.lawyer-card-status--premium .lawyer-detailed-info .-phone {
	display: block;
	font-weight: 700;
	line-height: 1;
	font-size: 1.0625rem
}

.lawyer-card-status--premium .lawyer-detailed-info .-phone::after {
	display: none
}

@media screen and (min-width:30em) {
	.lawyer-card-status--premium .lawyer-detailed-info .-phone {
		font-size: 1.375rem
	}
}

@media screen and (min-width:30em) {
	.lawyer-card-status--premium .lawyer-detailed-info .-phone {
		display: inline;
		margin-right: 10px
	}
}

.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
	display: block;
	float: none;
	font-weight: 700
}

@media screen and (min-width:30em) {
	.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
		font-size: 1rem
	}
}

.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation::after {
	display: none
}

@media screen and (min-width:37.5em) {
	.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
		display: inline
	}
	.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation::after {
		display: inline
	}
}

@media screen and (min-width:30em) {
	.lawyer-card-status--premium .lawyer-avatar-wrapper {
		width: 140px
	}
	.lawyer-card-status--premium .lawyer-summary {
		width: calc(100% - 160px)!important
	}
}

@media screen and (min-width:37.5em) {
	.lawyer-card-status--premium {
		padding: 20px!important
	}
	.lawyer-card-status--premium .lawyer-avatar-wrapper {
		width: 180px
	}
	.lawyer-card-status--premium .lawyer-summary {
		width: calc(100% - 200px)!important
	}
}

@media screen and (min-width:50.3125em) {
	.ld-listings .lawyer-card-status--premium {
		-webkit-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;
		-webkit-transition-property: -webkit-transform, -webkit-box-shadow;
		transition-property: -webkit-transform, -webkit-box-shadow;
		transition-property: transform, box-shadow;
		transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease
	}
	.ld-listings .lawyer-card-status--premium:hover {
		z-index: 15;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		-webkit-box-shadow: 0 19px 57px rgba(0, 0, 0, .3);
		box-shadow: 0 19px 57px rgba(0, 0, 0, .3)
	}
}

@media screen and (min-width:60.9375em) {
	.ld-listings .lawyer-card-status--premium {
		padding: 25px!important
	}
	.ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
		width: 200px
	}
	.ld-listings .lawyer-card-status--premium .lawyer-summary {
		width: calc(100% - 420px)!important
	}
	.ld-listings .lawyer-card-status--premium .lawyer-detailed-info {
		font-weight: 700
	}
	.ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
		width: 180px;
		padding: 10px 0 10px 20px;
		border-left: 1px solid #dbdbdb;
		margin: 0
	}
	.ld-listings .lawyer-card-status--premium .lawyer-control-group--premium .group {
		display: block
	}
	.ld-listings .lawyer-card-status--premium .lawyer-control-group--premium .button {
		width: 100%
	}
	.ld-listings .lawyer-card-status--premium .lawyer-control-group--premium .button:not(:last-child) {
		margin: 0 0 20px
	}
}


@media screen and (min-width:68.75em) {
	.ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
		width: 235px
	}
	.ld-listings .lawyer-card-status--premium .lawyer-summary {
		width: calc(100% - 525px)!important;
		padding: 17px 0 0
	}
	.ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
		width: 230px;
		padding: 20px 0 20px 30px
	}
}

.sidebar .lawyer-card-status--premium .-phone {
	display: block
}

.sidebar .lawyer-card-status--premium .lawyer-avatar-wrapper {
	width: 100px
}

.sidebar .lawyer-card-status--premium .lawyer-summary {
	width: calc(100% - 110px)!important;
	padding: 5px 0
}

.sidebar .lawyer-card-status--premium .lawyer-status--premium-v2 {
	font-size: .5rem
}

.sidebar .lawyer-card-status--premium .-second-line {
	margin-top: 5px
}

@media screen and (min-width:60.9375em) {
	.sidebar .lawyer-card-status--premium {
		padding: 10px!important;
		font-size: .8125rem
	}
	.sidebar .lawyer-card-status--premium .lawyer-name {
		font-size: 1.125rem
	}
	.sidebar .lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
		font-size: .875rem
	}
}

.lawyer-card-aligner--premium {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.lawyer-control-group--premium {
	width: 100%;
	margin-top: 10px
}

.lawyer-control-group--premium .group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}







@font-face {
  font-family: 'ui-icons';
  src: url('ui-icons.eot?44057230');
  src: url('ui-icons.eot?44057230#iefix') format('embedded-opentype'),
       url('ui-icons.woff2?44057230') format('woff2'),
       url('ui-icons.woff?44057230') format('woff'),
       url('ui-icons.ttf?44057230') format('truetype'),
       url('ui-icons.svg?44057230#ui-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}





/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
	padding: 16px 0;
	position: relative; }
	.post-list-small__item:first-child {
		padding-top: 0; }
	.post-list-small__item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-small__img-holder {
	width: 88px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px; }
	@media only screen and (max-width: 575px) {
		.post-list-small__img-holder {
			width: 50px; } }

.post-list-small__img--rounded {
	border-radius: 50%;
	overflow: hidden; }

.post-list-small__body {
	overflow: hidden; }

.post-list-small__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px; }
	.post-list-small__entry-title a {
		color: #171821; }
		.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
			color: #2D95E3; }

.post-list-small--border-top {
	border-top: 1px solid #E3E4E8;
	padding-top: 16px;
	margin-top: -10px; }

.post-list-small--dividers li {
	border-bottom: 1px solid #E3E4E8; }

.post-list-small--arrows {
	position: relative; }
	.post-list-small--arrows li {
		padding-left: 16px; }
		.post-list-small--arrows li:before {
			content: '\e804';
			font-family: 'ui-icons';
			color: #2D95E3;
			position: absolute;
			left: 0;
			top: 22px;
			font-size: 10px; }
		.post-list-small--arrows li:first-child:before {
			top: 6px; }

.post-list-small--1 .post-list-small__item {
	border-bottom: 1px solid #E3E4E8; }
	.post-list-small--1 .post-list-small__item:last-child {
		border-bottom: 0; }

.post-list-small--1 .post-list-small__img-holder {
	border-radius: 0;
	width: 78px; }

.post-list-small--1 .post-list-small__entry-title {
	margin: 0; }

.post-list-small--2 .post-list-small__img-holder {
	border-radius: 0;
	width: 130px; }

.post-list-small--2 .post-list-small__entry-title {
	font-size: 16px; }

.post-list-small--3 {
	margin-bottom: 48px; }
	.post-list-small--3 .post-list-small__item {
		border-bottom: 1px solid #E3E4E8;
		padding: 24px 0; }
		.post-list-small--3 .post-list-small__item:first-child {
			border-top: 1px solid #E3E4E8; }
		.post-list-small--3 .post-list-small__item:last-child {
			padding-bottom: 24px; }
	.post-list-small--3 .post-list-small__img-holder {
		border-radius: 0;
		width: 84px; }
	.post-list-small--3 .post-list-small__entry-title {
		margin-top: 0;
		font-size: 16px;
		font-weight: 500;
		color: #54555E; }


