<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Law Commentary
Version: 100.0
Template: universal
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

i strong, em strong {font-style: italic;}
b em {font-weight: bold;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {outline: none;}

#nav-below {margin: 10px 0; overflow: hidden;}
.nav-previous, .nav-next {float: left; display: inline; width: 50%;}
.nav-next {float: right;text-align: right;}
.nav-previous a, .nav-next a {text-decoration: none;}

div.entry-meta {font-size: 90%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

blockquote {padding: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes hsFadeInLeft {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

@-webkit-keyframes hsFadeInLeft {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

.animate__hsFadeInLeft{
	-webkit-animation-name: hsFadeInLeft;
	animation-name: hsFadeInLeft;
}

article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
	-moz-transform: none; /* Firefox */
	-ms-transform: none; /* IE 9 */
	-o-transform: none; /* Opera */
	transform: none;
}
#mhWrapper {}
#mainHeader {
	transition: 300ms;
}
	#logo-main {
		display: block;
		position: relative;
		width: 90%;
		max-width: 221px;
		margin: 10px auto 20px;
		transition: 300ms;
	}
	#logo-main:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background: #d7d7d7;
		bottom: -10px;
		left: 0;
	}
	#logo-main img {display: block; width: 100%;}

	#logo-sub{
		display: block;
		max-width: 307px;
		margin: 20px auto 10px;
		transition: 300ms;
	}
	#logo-sub img{ width: 100%; }

nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
}
nav.mm &gt; ul &gt; li{ padding: 10px 0; }
nav.mm &gt; ul &gt; li &gt; a {
	padding: 0 10px;
	font-size: 14px;
	color: #414142;
	font-weight: bold;
	line-height: 1;
	border-right: 2px solid #d7d7d7;
}
nav.mm &gt; ul &gt; li:last-of-type &gt; a{ border-right: 0; }
nav.mm &gt; ul &gt; li &gt; a:hover {transition: background 300ms linear;}
nav.mm &gt; ul &gt; li &gt; ul {top: 100%;}
nav.mm &gt; ul &gt; li:hover &gt; a { color: #ed1c24; }
nav.mm ul ul {background: #bf1e2e; width: 180px; }
nav.mm ul ul li:hover &gt; a {background: #ed1c24; }
nav.mm ul ul li {border-top: 1px solid #d40000;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm &gt; ul &gt; li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover &gt; ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #bb181e;}
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi &gt; a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #d40000;}
	#mm1 {border-left: 1px solid #d40000;}
	#mm1 &gt; a {background-position: 15px 0;}
	#mm2 &gt; a {background-position: 15px -34px;}
	#mm3 &gt; a {background-position: 15px -68px;}
	#mm4 &gt; a {background-position: 15px -102px;}
	#mm5 &gt; a {background-position: 15px -136px;}
	#mm6 &gt; a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi &gt; ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333;
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666;
		color: #fff;
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999;
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 &gt; a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi &gt; ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob &gt; ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 15px;
			padding: 3px 1em 3px 0;
			color: #000;
		}
		nav.mm_mob a:hover {
			background: #bb181e;
			color: #fff;
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 1em;}
			nav.mm_mob ul ul a {padding-left: 2em;}
			nav.mm_mob ul ul ul a {padding-left: 3em;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; background: #ed1c24; }
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 10px 1em;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.2);
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #bb181e;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #ed1c24;}

@media screen and (min-width: 800px) {
	#wrapper { padding: 110px 0 0; }
	#persistentHeader{
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		text-align: center;
		border-bottom: 5px solid #ed1c24;
	}
	#mainHeader{ padding: 0 20px; }
	#logo-main{
		max-width: 250px;
		margin: 20px 30px 20px 0;
	}
	#logo-main:before{
		right: -30px;
		left: auto;
		bottom: auto;
		top: 0;
		width: 3px;
		height: 100%;
	}
	#logo-sub{
		max-width: 350px;
		margin: 20px auto 0;
	}
	#logo-main,
	#logo-sub{
		display: inline-block;
		vertical-align: middle;
	}

	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}

	body.sticky_zone #wrapper{ padding: 92px 0 0; }
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #logo-main{ max-width: 150px; margin: 0 30px 0 0; }
	body.sticky_zone #logo-sub{ max-width: 210px; margin: 10px 0 0 30px; }
	body.sticky_zone #mainHeader{ padding: 10px 20px 0; }
	body.sticky_zone nav.mm{ padding: 10px 0 0; }
}
@media screen and (min-width: 1120px) {
	#wrapper { padding: 122px 0 0; }
	#mainHeader{
		position: relative;
		padding: 30px 20px;
	}
	#mainHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	.mhLeft{ float: left; }
	#logo-main{
		max-width: 200px;
		margin: 0 20px 0 0;
	}
	#logo-main:before{ right: -20px; }
	#logo-sub{
		max-width: 270px;
		margin: 0;
	}
	nav.mm{ float: right; margin: 16px 0 0; }

	body.sticky_zone #wrapper{ padding: 64px 0 0; }
	body.sticky_zone #mainHeader{ padding: 10px 20px; }
	body.sticky_zone #logo-sub{ margin: 10px 0 0 20px; }
	body.sticky_zone #logo-main{ margin: 0 20px 0 0; }
	body.sticky_zone nav.mm{ margin: 2px 0 0; }
}
@media screen and (min-width: 1400px){
	nav.mm &gt; ul &gt; li &gt; a{
		font-size: 16px;
		padding: 0 20px;
	}
	nav.mm &gt; ul &gt; li:last-child &gt; a{ padding-right: 0; }

	body.sticky_zone #wrapper{ padding: 59px 0 0; }
}
@media screen and (min-width: 1640px) {
	#wrapper { padding: 145px 0 0; }
	#persistentHeader{ border-width: 7px; }
	#mainHeader{
		padding: 35px 20px;
		max-width: 1800px;
		margin: 0 auto;
	}
	#logo-main{ max-width: 298px; margin: 20px 0 0; }
	#logo-main:before{ right: -30px; }
	#logo-sub{ max-width: 407px; margin: 10px 0 0; }
	nav.mm{ margin: 28px 0 0; }
	nav.mm &gt; ul &gt; li &gt; a{
		font-size: 20px;
		padding: 0 25px;
	}
	body.sticky_zone #wrapper{ padding: 70px 0 0; }
	body.sticky_zone #logo-main:before{ right: -21px; }
	body.sticky_zone nav.mm{ margin: 0; }
}

#homeslides {
	position: relative;
	height: 300px;
	background-color: gray;
	overflow: hidden;
}
.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
#homeslide1 { background-image: url(img/slides/home/600/1-v2.jpg); }
.slideBox {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.78);
	width: 100%;
	padding: 55px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	height: 100%;
}
.sbWrap.animate__animated{ animation-delay: 500ms; }
.slideHead1 {
	display: block;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	font-size: 22px;
	transition: 300ms;
	font-style: italic;
}
.slideHead1 &gt; span { color: #ed1c24; }
.slideHead2 {
	display: block;
	text-transform: uppercase;
	background: linear-gradient(to right, rgba(194,30,37,0) 0%,rgba(194,30,37,1) 50%,rgba(194,30,37,0) 100%);
	padding: 5px 0 3px;
	transition: 300ms;
}
.slideBody {
	padding: 10px 0 15px;
	font-size: 15px;
	max-width: 320px;
	margin: 0 auto;
	transition: 300ms;
}
.slideBody br{ display: none; }
.slideMore {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #ed1c24;
	border-radius: 7px;
	padding: 10px 20px;
	transition: 300ms;
}
.slideMore:hover{
	background: #fff;
	color: #ed1c24;
}
.subslide {
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (min-width: 600px){
	#homeslides{ height: 280px; }
	#homeslide1 { background-image: url(img/slides/home/1120/1-v2.jpg); }
	.slideBox{
		height: auto;
		padding: 10px 0;
	}
	.slideHead1,
	.slideHead2{
		display: inline-block;
		vertical-align: middle;
	}
	.slideHead2{ margin: 0 10px; }
	.slideBody{ max-width: 450px; }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 400px; }
	.slideContent{
		position: relative;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		max-width: 1800px;
	}
	.slideContent:before{
		content: '';
		position: absolute;
		width: 400px;
		height: 100%;
		background: rgba(0,0,0,0.7);
		-webkit-transform: skewX(20deg);
		-moz-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		padding: 0 0 0 999px;
		margin: 0 0 0 -999px;
		transition: 300ms;
		top: 0;
		left: -100%;
	}
	.slideContent.animate__animated:before{ left: 0; }
	.slideBox{
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: auto;
		left: 0;
		padding: 0 20px;
		background: transparent;
		text-align: left;
	}
	.slideHead1,
	.slideHead2{
		display: block;
	}
	.slideHead1{ font-size: 30px; }
	.slideHead2{
		background: linear-gradient(to right, rgba(194,30,37,1) 0%,rgba(194,30,37,0) 100%);
		font-size: 22px;
		padding: 5px 5px 4px 7px;
		margin: 0;
		font-weight: 300;
	}
	.slideBody{
		line-height: 1.5;
		padding: 20px 0 27px;
	}
	.slideBody br{ display: block; }
	.slideMore{
		padding: 12px 30px;
		font-size: 18px;
	}
}
@media screen and (min-width: 1000px){
	#homeslides{ height: 480px; }
}
@media screen and (min-width: 1120px) {
	#homeslides:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 250px 0 0 100px;
		border-color: transparent transparent transparent #bb181e;
		z-index: 5;
		bottom: 0;
		left: -300px;
		transition: 600ms;
		transition-delay: 900ms;
	}
	#homeslides.officiallyAnimated:before{
		left: 0;
	}
	#homeslides:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 100px 250px 0;
		border-color: transparent #c21e26 transparent transparent;
		z-index: 5;
		top: 0;
		right: -300px;
		transition: 600ms;
		transition-delay: 900ms;
	}
	#homeslides.officiallyAnimated:after{
		right: 0;
	}
	#homeslide1 { background-image: url(img/slides/home/2000/1-v2.jpg); }
	.slideContent:before{ width: 520px; }
	.slideBox{ padding: 0 0 0 70px; z-index: 5; }
	.slideBox:before{
		content: '';
		position: absolute;
		width: 270px /*469px*/;
		height: 212px /*371px*/;
		background: url(img/global/chat-box-lg.png);
		background-size: 100%;
		top: -35px;
		left: -188px;
		transition: 300ms;
	}
	.slideHead1{ font-size: 40px; line-height: 1; }
	.slideHead2{ font-size: 28px; }
	.slideBody{
		font-size: 18px;
		line-height: 1.5;
		font-weight: 300;
	}
}
@media screen and (min-width: 1400px){
	#homeslides{ height: 570px; }
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 664px; }
	#homeslides:before{
		border-width: 380px 0 0 150px;
	}
	#homeslides:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 130px 380px 0;
		border-color: transparent #c21e26 transparent transparent;
		z-index: 5;
		top: 0;
		right: 0;
		transition: 300ms;
	}
	.slideContent:before{ width: 775px; }
	.slideBox{
		padding: 0 0 0 130px;
	}
	.slideBox:before{
		width: 469px;
		height: 371px;
		top: -57px;
		left: -317px;
	}
	.slideHead1{
		font-size: 76px;
		line-height: 1;
	}
	.slideHead2{
		font-size: 51px;
		letter-spacing: 1px;
		line-height: 1;
		padding: 10px;
	}
	.slideBody{
		font-size: 20px;
		max-width: 100%;
		padding: 45px 0;
	}
	.slideMore{
		font-size: 22px;
		padding: 18px 55px;
		border-radius: 12px;
	}
}

#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

#caWrap{ overflow: hidden; }
#contentArea {
	margin: 0 auto;
	padding: 20px;
	max-width: 1040px;
	text-align: center;
	position: relative;
}
#mainContent {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	text-align: left;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol &gt; li {list-style-type: decimal;}
	.article ol &gt; li &gt; ol &gt; li {list-style-type: lower-alpha;}
	.article ol &gt; li &gt; ol &gt; li &gt; ol &gt; li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a{ color: #ed1c24; }
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.4;
		font-weight: normal;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		font-family: 'Lora', serif;
		text-align: center;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		font-weight: 300;
		color: #ed1c24;
		text-align: center;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

	#mainContent h2.mc_no_divider {
		padding: 0;
	}
	#mainContent h2.mc_no_divider:after {
		display: none;
	}

/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; }
	#mainContent {
		padding: 0;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.article h1{ font-size: 30px; }
	.article h2{ font-size: 20px; }
	.article h3{ font-size: 18px; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px){
	#contentArea{ padding: 60px; }
	#mainContent{ font-size: 18px; }
	.article h1{ font-size: 35px; }
	.article h2{ font-size: 25px; }
	.article h3{ font-size: 21px; }
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 80px; }
}

/*Home Content*/
.article h1{
	padding: 0;
}
.article h2,
.article .heading_divider {
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.article h2:after,
.article .heading_divider:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 5px;
	background: #ed1c24;
	bottom: -2px;
	left: calc(50% - 50px);
}
@media screen and (min-width: 800px){
	body.home #caWrap{ padding: 65px 0 0; margin: -65px 0 0; }
	body.home #contentArea:before{
		content: '';
		position: absolute;
		width: 300px;
		height: 198px;
		background: url(img/global/chat-box-multi.png);
		background-size: 100%;
		top: -65px;
		right: 20px;
		transition: 300ms;
	}
	.article h1{ font-size: 35px; }
	.article h2{
		font-size: 20px;
		padding: 0 0 20px;
		margin: 0 0 17px;
	}
}
@media screen and (min-width: 1120px){
	body.home #caWrap{ padding: 85px 0 0; margin: -85px 0 0; }
	body.home #contentArea:before{
		width: 400px;
		height: 263px;
		top: -85px;
	}
	.article h1{ font-size: 42px; }
	.article h2{
		font-size: 24px;
		padding: 0 0 30px;
		margin: 0 0 33px;
	}
	.article .heading_divider {
		padding: 0 0 30px;
		margin: 0 0 33px;
	}
}
@media screen and (min-width: 1400px){
	body.home #contentArea:before{
		right: -80px;
	}
}
@media screen and (min-width: 1640px){
	body.home #caWrap{ padding: 105px 0 0; margin: -105px 0 0; }
	body.home #contentArea:before{
		width: 487px;
		height: 320px;
		top: -105px;
		right: -250px;
	}
	.article h1{ font-size: 50px; }
	.article h2{
		font-size: 29px;
		padding: 0 0 40px;
		margin: 0 0 42px;
	}
	.article .heading_divider {
		padding: 0 0 40px;
		margin: 0 0 42px;
	}
	.article h2:after,
	.article .heading_divider:after {
		height: 7px;
		width: 150px;
		left: calc(50% - 75px);
	}
	#mainContent{ font-size: 20px; }
}


/*Become A Commentator*/
.sxn-signup-commentator {
	background-color: #212020;
	padding: 20px;
	color: #fff;
}
.signupCommentatorWrap {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.sTitle {
	display: block;
	font-family: 'Lora', serif;
	font-size: 20px;
	padding: 0 0 20px;
	transition: 300ms;
}
.sTitle br {display: none;}
.sTitle &gt; span {
    color: #ed1c24;
}
.subPageForm input {
	display: block;
	font-family: Roboto, sans-serif;
	box-sizing: border-box;
	background-color: #fff;
	border: 0;
	padding: 12px 10px 10px;
	outline: 0;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.subPageForm input::placeholder {color: #000;}
.subPageForm .gRecaptchaWrapper {
	margin: 20px 0 12px 0;
}
.subPageForm .submit-button {
	display: block;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #ff0020;
	transition: .3s;
	text-align: center;
	height: 60px;
	padding: 0;
	font-size: 24px;
	color: #fff;
}
.subPageForm .submit-button:hover {
	background-color: #fff;
	color: #ff0020;
	cursor: pointer;
}
@media screen and (min-width: 500px) {
	.f3SubmitBox {
	}
	.subPageForm .gRecaptchaWrapper {
		display: inline-block;
		vertical-align: top;
		margin: 20px 4px 0 0;
	}
	.subPageForm .submit-button {
		display: inline-block;
		max-width: 255px;
		width: calc(100% - 255px - 12px);
		margin: 20px 0 0 4px;
	}
}
@media screen and (min-width: 800px) {
	.sxn-signup-commentator {
		padding: 40px 20px;
	}
	.sTitle {
		font-size: 30px;
		padding: 0 0 20px;
		margin: 0 0 20px;
		position: relative;
	}
	.sTitle:after {
		content: '';
		position: absolute;
		width: 100px;
		height: 5px;
		background: #ed1c24;
		bottom: -2px;
		left: calc(50% - 50px);
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transition: 900ms;
		transition-delay: 600ms;
	}
	.sTitle.officiallyAnimated:after {
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
	}
	.sTitle {
		margin: 0 0 30px 0;
		line-height: 1.2;
	}
	.sTitle br {display: block;}
	.fTopInputs {
		overflow: hidden;
	}
	.fTopInputs input {
		float: left;
		width: calc(100%/3 - 8px);
		margin: 0 0 10px 12px;
	}
	.fTopInputs input:first-child {
		margin: 0 0 10px;
	}
	.fTopInputs2 input:first-child {
		float: left;
		width: calc(100% - (100%/3) - 4px);
		margin: 0 0 10px 12px;
	}
	.fTopInputs2 input:first-child {
		margin: 0 0 10px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-signup-commentator {
		padding: 60px 20px;
		font-size: 18px;
	}
	.signupCommentatorWrap {
		max-width: 960px;
		line-height: 1.6;
	}
	.sTitle {
		font-size: 40px;
		padding: 0 0 40px;
		margin: 0 0 40px;
		line-height: 1.1;
	}
	.sTitle:after {
		width: 150px;
		left: calc(50% - 75px);
		height: 7px;
		bottom: 0;
	}
	.subPageForm .gRecaptchaWrapper {
		margin: 40px 4px 0 0;
	}
	.subPageForm .submit-button {
		margin: 40px 0 0 4px;
		font-size: 31px;
	}
	.subPageForm input {font-size: 16px;}
}
@media screen and (min-width: 1640px) {
	.sxn-signup-commentator {
		font-size: 21px;
		padding: 95px 20px;
	}
	.signupCommentatorWrap {
		max-width: 1340px;
	}
	.sTitle {
		font-size: 45px;
		padding: 0 0 45px;
		margin: 0 0 50px;
		letter-spacing: -1px;
	}
	.sTitle:after {
		width: 150px;
		left: calc(50% - 75px);
		height: 7px;
		bottom: 0;
	}
	.subPageForm .gRecaptchaWrapper {
		margin: 40px 4px 0 0;
	}
	.subPageForm .submit-button {
		margin: 40px 0 0 4px;
		font-size: 34px;
	}
	.subPageForm input {padding: 22px 25px 20px; font-size: 23px;}
}

/*List*/
.sxn-list{
	padding: 20px;
	background: #ededed;
	text-align: center;
	font-weight: bold;
}
.slList li{
	padding: 0 0 40px;
	max-width: 350px;
	margin: 0 auto;
}
.slList li.animate__animated:nth-of-type(2){ animation-delay: 300ms; }
.slList li.animate__animated:nth-of-type(3){ animation-delay: 600ms; }
.slList li.animate__animated:last-of-type{ animation-delay: 900ms; }
.slNum{
	display: block;
	padding: 20px;
	line-height: 1;
	border-radius: 50%;
	background: #ed1c24;
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto 15px;
}
.slList li:nth-of-type(even) .slNum{ background-color: #bf1e2e; }
.slList p{ padding: 0; line-height: 1.8; }

@media screen and (min-width: 800px){
	.sxn-list{ padding: 20px 0; }
	.slList{
		max-width: 780px;
		margin: 0 auto;
	}
	.slList li{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
		padding: 20px 20px;
		width: 50%;
	}
}
@media screen and (min-width: 1120px){
	.sxn-list{ padding: 20px; }
	.slList{
		max-width: 1800px;
	}
	.slList li{
		width: calc(25% - 5px);
		padding: 20px 10px;
		max-width: 100%;
	}
	.slNum{ margin: 0 auto 20px; }
}
@media screen and (min-width: 1640px){
	.sxn-list{
		padding: 60px 0;
		font-size: 18px;
	}
	.slList li{ padding: 0 50px; }
	.slNum{ margin: 0 auto 40px; }
}

/*News*/
.sxn-news{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 20px;
	overflow: hidden;
}
.newsWrap{
	max-width: 720px;
	margin: 0 auto;
}
.nTitle{
	display: block;
	font-family: 'Lora', serif;
	font-size: 20px;
	padding: 0 0 20px;
	transition: 300ms;
}
.nTitle &gt; span{ color: #ed1c24; }
.nThanks{
	display: block;
	font-size: 18px;
	margin: 20px auto 0;
	transition: 300ms;
}

@media screen and (min-width: 800px){
	.sxn-news{ padding: 40px 20px; position: relative; }
	.sxn-news:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 342px 0 0 100px;
		border-color: transparent transparent transparent #221f1f;
		top: 0;
		left: -300px;
		transition: 500ms;
		transition-delay: 600ms;
	}
	.sxn-news.officiallyAnimated:before{
		left: 0;
	}
	.sxn-news:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 342px 100px;
		border-color: transparent transparent #221f1f transparent;
		top: 0;
		right: -300px;
		transition: 500ms;
		transition-delay: 600ms;
	}
	.sxn-news.officiallyAnimated:after{
		right: 0;
	}
	.newsWrap{
		position: relative;
		z-index: 5;
	}
	.newsWrap:before{
		content: '';
		position: absolute;
		width: 310px;
		height: 245px;
		background: url(img/global/chat-box-lg.png);
		background-size: 100%;
		top: 15px;
		left: calc(50% - 155px);
	}
	.nTitle{
		font-size: 30px;
		padding: 0 0 20px;
		margin: 0 0 20px;
		position: relative;
	}
	.nTitle:after{
		content: '';
		position: absolute;
		width: 100px;
		height: 5px;
		background: #ed1c24;
		bottom: -2px;
		left: calc(50% - 50px);
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transition: 900ms;
		transition-delay: 600ms;
	}
	.nTitle.officiallyAnimated:after{
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
	}
}
@media screen and (min-width: 1120px){
	.sxn-news{
		padding: 60px 20px;
		font-size: 18px;
	}
	.sxn-news:before{
		border-width: 481px 0 0 150px;
	}
	.sxn-news:after{
		border-width: 0 0 481px 150px;
	}
	.newsWrap{
		max-width: 900px;
		line-height: 1.6;
	}
	.newsWrap:before{
		width: 469px;
		height: 371px;
		top: 25px;
		left: calc(50% - 234px);
	}
	.nTitle{
		font-size: 40px;
		padding: 0 0 30px;
		margin: 0 0 30px;
	}
	.nTitle:after{
		width: 150px;
		left: calc(50% - 75px);
		height: 7px;
		bottom: 0;
	}
	.nThanks{ font-size: 22px; margin: 30px 0 0; }
}
@media screen and (min-width: 1640px){
	.sxn-news{
		font-size: 21px;
		padding: 70px 20px;
	}
	.sxn-news:before{
		border-width: 531px 0 0 210px;
	}
	.sxn-news:after{
		border-width: 0 0 531px 210px;
	}
	.sxn-news p{ padding: 0 0 15px; }
	.newsWrap{ max-width: 1000px; }
	.newsWrap:before{
		top: 30px;
	}
	.nTitle{
		font-size: 45px;
		padding: 0 0 35px;
		margin: 0 0 37px;
		letter-spacing: -1px;
	}
	.nThanks{ font-size: 26px; }
}

/*Footer*/
.cont_navigation_links{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	margin:-1rem;
}
.cont_navigation_logo{
	margin-top:2.5rem;
}
.cont_navigation_links &gt; div{
	margin:1rem;
	min-width:300px;
}
@media screen and (min-width:600px){
	.cont_navigation_links &gt; div{
		min-width:0;
	}
}
.cont_navigation_links div h2{
	font:bolder 17px/1.1 Lora,serif;
	margin-bottom:1.75rem;
	color:#4a4c52;
}
.cont_navigation_links div ul li{
	font:light 14px/1.1 Roboto,sans-serif;
	margin-bottom:1.2rem;
	color:#000;
}
.cont_navigation_links div.social ul{
	display:flex;
	margin:-.75rem;
}
.cont_navigation_links div.social ul li{
	margin:.75rem;
}
.cont_navigation_links div.social ul li img{
	width:2.5rem;
}
@media screen and (min-width:1100px){
	.cont_navigation_links{ justify-content:center; }
	.cont_navigation_links &gt; div{ margin:2rem; }
	.cont_navigation_links{ margin:-2rem; }
}

.blog_sponsorship_slide_container {
	margin: 20px auto;
	padding: 20px 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.blog_sponsorship_slide_container .blog_sponsorship_slide_top {
	display: flex;
	flex-direction: row;
	margin: 0 auto 25px;
	padding: 20px 5px;
	background: #e2e2e2;
	border: 1px solid #B4B4B4;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button {
	display: block;
	margin-top: 20px;
	width: 25px;
	min-width: 25px;
	height: 89px;
	background: #d52f28;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button.swiper-button-disabled {
	opacity: 0;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button:hover {
	cursor: pointer;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button svg {
	display: block;
	width: 100%;
	height: auto;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button:hover #Rectangle_53 {
	fill: #f44d46;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button_prev {
	margin-right: 10px;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_button_next {
	margin-left: 10px;
}
.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide {

}
.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide img {
	box-sizing: border-box;
	display: block;
	margin: auto;
	max-width: 100%;
	border: 1px solid #bfc0c0;
}
.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide p {
	margin: 0 auto 0;
	padding: 0 20px;
	max-width: 762px;
	font: 18px/1.3 Roboto, sans-serif;
}
.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide img + p {
	margin-top: 20px;
}
.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide p:last-of-type {
	padding-bottom: 0;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination {
	display: flex;
	gap: 17px;
	font: 18px/1 'Lora', serif;
	justify-content: center;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	display: flex;
	width: 28px;
	height: 28px;
	color: #d52f28;
	background: transparent;
	border: 1px solid #d52f28;
	justify-content: center;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet:hover,
.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
	color: #fff;
	background-color: #f44d46;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #fff;
	background-color: #d52f28;
}
.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet span {
	display: block;
	align-self: center;
	text-align: center;
	justify-self: center;
}
@media screen and (min-width: 800px){
	.blog_sponsorship_slide_container {
		margin: 37px auto;
		padding: 37px 0;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_slide_top {
		margin: 0 auto 37px;
		padding: 37px 7px 57px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_swiper_button {
		margin-top: 69px;
		width: 37px;
		min-width: 37px;
		height: 133px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide img + p {
		margin-top: 58px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination {
		gap: 24px;
		font-size: 24px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet {
		width: 42px;
		height: 42px;
	}
}
@media screen and (min-width: 1120px){
	.blog_sponsorship_slide_container {
		margin: 50px auto;
		padding: 50px 0;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_slide_top {
		margin: 0 auto 50px;
		padding: 50px 10px 77px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_swiper_button {
		margin-top: 92px;
		width: 50px;
		min-width: 50px;
		height: 178px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide p {
		font-size: 26px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_slide_top .blog_sponsorship_slide img + p {
		margin-top: 78px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination {
		gap: 33px;
		font-size: 32px;
	}
	.blog_sponsorship_slide_container .blog_sponsorship_swiper_pagination .swiper-pagination-bullet {
		width: 56px;
		height: 56px;
	}
}

#form_6 {
	padding: 0;
	background: transparent;
	border: 0;
}
#form_6 .sr_only {
	position: absolute;
	opacity: 0;
	font-size: 0;
}
#form_6 .form-part label {
	display: block;
	margin: 0;
	width: 100%;
	border: 1px solid #000;
}
#form_6 .form-part input,
#form_6 .form-part select {
	box-sizing: border-box;
	margin: 0;
	padding-left: 21px;
	padding-right: 21px;
	width: 100%;
	min-height: 71px;
	color: #000;
	border: 0;
	border-radius: 0;
}
#form_6 .form_custom_divide_column {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
#form_6 .form_custom_divide {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
#form_6 .validationFeedback {
	margin: 20px auto;
}
#form_6 .form_custom_submit {
	margin-top: 25px;
}
#form_6 .grDisclaimerBox {
	margin: 0 auto;
}
#form_6 .submit-button {
	margin: 20px auto 0;
	min-width: 190px;
}
@media screen and (min-width: 800px){
	#form_6 .form_custom_divide {
		flex-direction: row;
		gap: 13px;
	}
	#form_6 .form_custom_divide &gt; div {
		flex-grow: 1;
	}
	#form_6 .form_custom_submit {
		display: flex;
		flex-direction: row;
		margin-top: 57px;
		justify-content: center;
		align-content: center;
		gap: 19px;
	}
	#form_6 .form_custom_submit .grDisclaimerBox {
		margin: 0;
	}
	#form_6 .submit-button {
		margin: 0;
	}
}

.main_footer{
	line-height: 1;
	background: #e0e0e0;
}
.main_footer .sxn_wrap{
	margin: auto;
	padding: 20px;
	max-width: 1298px;
	overflow: hidden;
}
.main_footer a{color: #4b4b4b;}
.main_footer .logo_footer{
	padding: 0 0 19px;
	max-width: 243px;
}
.main_footer .logo_footer,
.main_footer .logo_footer img{
	display: block;
	width: 100%;
	height: auto;
}
.main_footer .f_nav{
	padding: 0 0 14px;
	color: #4b4b4b;
	font: 12px/1 Roboto,sans-serif;
}
.main_footer .f_nav li{
	display:block;
	list-style-type:none;
	list-style-position:outside;
}
.main_footer .f_nav a{
	color:#444749;
	font:14px/1.3 Roboto,sans-serif;
}
.main_footer .f_nav a:hover{ color:#7fa03c; }

.main_footer .agency_copyright{
	padding: 0;
	max-width: 340px;
	font: 10px/1.28 Arial,sans-serif;
}
.main_footer .cont_address{
	padding: 14px 0 30px;
	color: #4b4b4b;
	font: 14px/1.3 Open Sans,sans-serif;
	border-top:1px solid #b2b2b2;
}
.main_footer .cont_number{ display:inline-block; }
.main_footer .cont_separator_diamond{
	display: inline-block;
	margin: 0 13px 0 14px;
	width: 6px;
	height: 16px;
	vertical-align: middle;
	background: url(/img/footer/separator-diamond.png) no-repeat center top 4px;
}
.main_footer .cont_social{
	position: relative;
	margin:auto;
	padding: 0;
	width: 116px;
	height: 85px;
	overflow: hidden;
	font-size: 0;
}
.main_footer .cont_social li{
	display:inline-block;
	margin:0;
	width:54px;
	height:54px;
	list-style-type:none;
	list-style-position:outside;
	-webkit-clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);
	clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);
}
.main_footer .cont_social .icon_1{position:absolute;top:0;left:0}
.main_footer .cont_social .icon_2{position:absolute;bottom:0;left:31px}
.main_footer .cont_social .icon_3{position:absolute;top:0;right:0}
.main_footer .cont_social li a{transform:perspective(1px) translateZ(0);-webkit-backface-visibility:hidden;display:block;width:100%;height:100%;overflow:hidden}
.main_footer .cont_social li a:hover{cursor:pointer;-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.main_footer .cont_social li a img{display:block}
.main_footer .cont_social li a:hover img{margin-top:-54px}
.main_footer .cont_social .icon_2 img{margin-left:-54px}
.main_footer .cont_social .icon_3 img{margin-left:-108px}
.main_footer .cont_social .icon_4 img{margin-left:-162px}

@media screen and (min-width:400px){
	.main_footer .f_nav li{display:inline-block;}
	.main_footer .f_nav li:last-of-type:after{
		display:none;
	}
}
@media screen and (min-width:900px){
		.main_footer .sxn_wrap{
			padding:30px 20px;
		}
		.main_footer .cont_navigation{
			padding:0;
		}
		.main_footer .cont_social{
			float:right;
		}
	}
	@media screen and (min-width:1000px){
		.main_footer .sxn_wrap{ padding:50px 20px; }
		.main_footer .f_nav li:after{ padding:0 8px 0 10px; }
	}
	@media screen and (min-width:1200px){
		.main_footer .sxn_wrap{ padding:77px 20px 73px; }
		.main_footer .f_nav li:after{ padding:0 16px 0 18px; }
	}

/* Search Page */
#univ_search_form {margin: 0 0 20px;}
#univ_search_field {
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
#univ_search_submit {
	height: 36px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
}
#univ_search_submit:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

/* Contact Form Styling */
form input[type=submit] {-webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 1.25em 2%;
	margin: 0 0 1.25em;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
}
.nc_form .req {color: #F71704;}
.nc_form input::placeholder {
	color: #000;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 98%; padding: 0;}
	.nc_form input, .nc_form textarea {background: #fff; color: #8B898C;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 .125em;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 0.6em 2%;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 1em;
	padding: 0.33em 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
.nc_form .captcha-wrapper {}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
.nc_form .checkbox {margin: 0 0 10px;}
	.nc_form .checkbox input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .checkbox input.delin {margin: 0;}
.nc_form .radio {margin: 0 0 10px;}
	.nc_form .radio input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .radio input.delin {margin: 0;}
.nc_form .inlineSelect select {display: inline; width: auto;}

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 15px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}
/* Form Validation -- Begins */
form input[type=text].validationError,
form textarea.validationError,
form select.validationError,
form .validationError::placeholder {
	background-color: red !important;
	color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}
input[type=checkbox].validationError {
	position:relative
}
.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}
.validationFeedback {
	display: none;
	text-align: center;
	background-color: #f5770c;
	color: #000;
	padding: 20px 20px 0;
	margin:0 auto 20px
}
.vfActive {
	display: block
}
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

.subslide_custom {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	aspect-ratio: 1920 / 400;
	max-height: 400px;
	color: #fff;
	text-align: center;
	background: #000 no-repeat center;
	background-size: cover;
}
.subslide_custom h1 {
	padding: 20px;
	font-family: 'Lora', serif;
	font-size: 25px;
}
@media screen and (min-width: 800px) {
	.subslide_custom h1 {
		margin-bottom: 10px;
		font-size: 35px;
	}
}
@media screen and (min-width: 1200px) {
	.subslide_custom h1 {
		font-size: 45px;
	}
}
@media screen and (min-width: 1400px) {
	.subslide_custom h1 {
		margin-bottom: 30px;
		font-size: 60px;
	}
	.subslide_custom h1 small {
		font-size: 50px;
	}
}

.subslide_blog {
	background-image: url(img/slides/subslide/blog-slide-1000.jpg);
}
.subslide_badges {
	background-image: url(img/slides/subslide/badges-slide-1000.jpg);
}
@media screen and (min-width: 1200px) {
	.subslide_blog {
		background-image: url(img/slides/subslide/blog-slide-2000.jpg);
	}
	.subslide_badges {
		background-image: url(img/slides/subslide/badges-slide-2000.jpg);
	}
}

.article .mc_badges {
	display: flex;
	padding: 20px 0;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.article .mc_badges li {
	display: block;
}
.article .mc_badges li a {
	display: inline-block;
	padding: 12px 36px;
	color: #fff;
	background-color: #555;
}
.article .mc_badges li a:hover {
	text-decoration: none;
	background-color: #777;
}</pre></body></html>