html {
	font-size: 16px;
	line-height: 1.5;
}
body {
	color: #000;
	font-size: 1.1rem;
	line-height: 1.5;
}
body.nav-open {
	height: 100vh;
	overflow: hidden;
}
.parallax-mirror {
	position: relative;
	left: 0 !important;
	transition: left .5s ease-in-out;
}
.parallax-hider {
	background-color: transparent;
}

h1, .h1 {
	color: #1c1c1c;
	font-size: 39px;
	font-size: 2.4375rem;
	font-weight: 700;
	line-height: 1.07;
}
h2, .h2 {
	margin: 3.5rem 0 2rem;
	color: #ff6c2c;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
}

h3, .h3 {
	margin: 3.25rem 0 1.75rem;
	color: #1c1c1c;
	font-size: 20px;
	font-size: 1.25rem;
	
	font-size: 24px;
	font-size: 1.5rem;
	
	font-weight: 300;
	line-height: 1.27;
}
h4, .h4 {
	margin: 1.5rem 0 .75rem;
	color: #1c1c1c;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.27;
}
h5, .h5 {
	margin: 1rem 0 .75rem;
	color: #1c1c1c;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.33;
	text-transform: uppercase;
	letter-spacing: .0277em;
}
h6, .h6 {
	margin: 1rem 0 .75rem;
	color: #1c1c1c;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .03125em;
}
h1:first-child,
h2:first-child,
h3:first-child {
	margin-top: 0;
}
h2+h2, h2+h3, h2+h4, h2+h5, h2+h6 {
	margin-top: -1.25rem;
}
h2+h3 {
	margin-top: -.75rem;
}
h3+h3, h3+h4, h3+h5, h3+h6 {
	margin-top: -1rem;
}
h4+h4, h4+h5, h4+h6,
h5+h5, h5+h6,
h6+h6 {
	margin-top: -.25rem;
}

h2 small {
	color: #000;
}

p {
	margin: 0 0 .75rem;
}

ul {
	margin: 0 0 .75rem;
	padding: 0 0 0 1.5em;
	list-style-type: disc;
}
ul ul, ol ul {
	list-style-type: circle;
}
li {
	margin-top: .5em;
}
dl dt {
	font-weight: 700;
	font-size: 1.05rem;
	font-family: campton;
	text-transform: uppercase;
	letter-spacing: 0;
}
dl dd {
	margin: 0;
}

b, strong {
	font-weight: 800;
}

iframe {
	max-width: 100%;
}

a.biglink {
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	font-size: 1.375rem;
	text-decoration: none;
}

.block > h2 {
	margin-top: 0;
}

.block-intro p a {
	font-size: inherit;
}

img {
	max-width: 100%;
	height: auto;
}
.alignleft,
.alignright {
	max-width: 35vw;
}
a {
	text-decoration: underline;
}
a:hover {
	
}
a.button {
	display: inline-block;
	margin-top: 1rem;
	padding: 13px 17px;
	background-color: #ff6c2c;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 2px;
}
a.button:hover {
	background-color: #cf430d;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 1.5em;
	color: #1c1c1c;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	line-height: 1;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	top: -1px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #9a9a9a;
	background-color: #fff;
	transition: none;
}
input[type="radio"]:focus + label:before,
input[type="checkbox"]:focus + label:before {
	box-shadow: none;
}
input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
	top: 2px;
	left: 3px;
	height: 1em;
	width: 1em;
	border: none;
	background-color: #ff6c2c;
	font-size: 14px;
	font-size: .875rem;
}

input[type="checkbox"]:checked + label:after {
	top: 0px;
	left: 1px;
	background-color: transparent;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -10em -2em;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 18px;
	font-size: 1.125rem;
}





/* Collapase Styles */
.collapsable {
	overflow: hidden;
}
.collapsable.init {
	transition: max-height .5s;
}
.collapsetoggle {
	cursor: pointer;
}
.collapsable.collapsed {
	max-height: 0;
}
.collapsable.checkheight {
	max-height: none !important;
	transition: none !important;
}






/*
Header Styles
*/

.abet-logo {
	display: inline-block;
	height: 56px;
	width: 55.5px;
	background-color: transparent;
    background-image: url('../img/common/logo-whitetext.png');
    background-repeat: no-repeat;
	background-size: contain;
	text-indent: 999em;
	overflow: hidden;
}
.abet-logo.dark {
    background-image: url('../img/common/logo-darktext.png');
}

.site-name {
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 20px;
	display: block;
}
body.myabet-active .site-name {
	top: 50px;
}
body.admin-bar .site-name {
	top: 70px;
}
body.myabet-active.admin-bar .site-name {
	top: 90px;
}


ul.quick-links li a {
	display: block;
	margin: 3px 0;
	padding: 12px;
	background-color: #ff6c2c;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}


.headerbuttons {
	position: fixed;
	z-index: 999990;
	top: 12px;
	right: 0;
	width: 60px;
	white-space: nowrap;
	
	transition: width .75s;
}
body.scrolltop .headerbuttons {
	width: 116px;
}
body.myabet-active .headerbuttons {
	top: 50px;
}
body.admin-bar .headerbuttons {
	top: 70px;
}
body.myabet-active.admin-bar .headerbuttons {
	top: 90px;
}

.headerbutton {
	display: block;
	width: auto;
	margin: 0 0 10px;
	padding: 0.65em 1.1em;
	padding-right: 32px;
	border: none;
	border-radius: 0;
	background-color: #1c1c1c;
	color: #fff;
	font-size: 14px;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	position: relative;
	right: -16px;
	
	-webkit-transition: right .5s, opacity .5s;
	transition: right .5s, opacity .5s;
}
.headerbutton:hover {
	color: #fff;
	right: 0;
}
body.nav-open .headerbutton {
	opacity: .7;
}
body.nav-open .headerbutton.active,
body.nav-open .headerbutton:hover {
	opacity: 1;
}

.menutoggle:before,
.loginlink:before,
.searchtoggle:before {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 35px;
	background-image: url('../img/icospritemap.png');
	background-size: auto 3em;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 14px;
	transition: margin-right .75s;
}
body.scrolltop .menutoggle:before,
body.scrolltop .loginlink:before,
body.scrolltop .searchtoggle:before {
	margin-right: 9px;
}
.menutoggle:before {
	background-position: -6em 0;
}
.loginlink:before {
	background-position: -8em 0
}
.searchtoggle:before {
	background-position: -9em 0
}

.headerbutton.loginlink,
.headerbutton.searchtoggle {
	display: none;
}

.header-wrapper {
	position: static;
}
.header-wrapper .navigation {
	z-index: 999990;
	min-height: 100vh;
	width: 100%;
	top: 0 !important;
	padding: 20px;
	border: none;
	background-color: #000;
	text-transform: none;
	
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.header-wrapper .navigation.active {
	z-index: 999991;
}
.header-wrapper .navigation .navigation-header {
	display: flex;
    padding: 0 0 18px;
	background-color: transparent;
	text-align: right;
	overflow: visible;
	justify-content: space-between;
}
.header-wrapper .navigation .navigation-header .close-menu {
	position: relative;
    top: -8px;
    right: -8px;
	display: inline-block;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
}
.header-wrapper .navigation#searchnav .navigation-header {
	justify-content: flex-end;
}

.header-wrapper .navigation .searchform {
	margin-bottom: 22px;
	padding-right: 48px;
}
.header-wrapper .navigation .searchform input[type="text"] {
	height: 48px;
	padding: 0 14px;
	background-color: #2c2c2c;
	outline: none;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	text-transform: none;
}
.header-wrapper .navigation .searchform ::-webkit-input-placeholder {
	color: #fff;
}
.header-wrapper .navigation .searchform ::-moz-placeholder {
	color: #fff;
}
.header-wrapper .navigation .searchform :-ms-input-placeholder {
	color: #fff;
}
.header-wrapper .navigation .searchform :-moz-placeholder {
	color: #fff;
}
.header-wrapper .navigation .searchform .btn-search {
	height: 48px;
	width: 48px;
	background-color: #ff6c2c;
	border-radius: 0;
	color: #fff;
}
.header-wrapper .navigation .searchform .btn-search:hover {
	background-color: #cf430d;
}
.header-wrapper .navigation .searchform .btn-search [class^="icon-"] {
	font-size: 22px;
}
.header-wrapper .navigation#searchnav h4 {
	color: #ff6c2c;
	font-size: 24px;
	font-size: 1.5rem;
}
.header-wrapper .navigation#searchnav li a {
	padding: 11px 5px;
	padding: 0.6875rem 0.3125rem;
	font-size: 17px;
	font-size: 1.0625rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.header-wrapper .navigation .menubutton.loginlink {
	display: block;
	margin-bottom: 22px;
	padding: 14px;
	background-color: #2c2c2c;
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	text-align: center;
	letter-spacing: 1px;
}
.header-wrapper .navigation .menubutton.loginlink:before {
	font-size: 16px;
	font-size: 1rem;
	top: 2px;
}

.header-wrapper .navigation .main-navigation {
	background-color: transparent;
	margin-bottom: 0;
}
.header-wrapper .navigation .main-navigation .menu-item {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}
.header-wrapper .navigation .main-navigation > .menu-item:first-child {
	border-top: 2px solid #ff6c2c;
}
.has-submenu > a:before,
.has-submenu > span:before {
	content: none;
}
.header-wrapper .navigation .main-navigation .has-submenu > .collapsetoggle {
	position: absolute;
	top: 8px;
	top: .5rem;
	right: 9px;
	right: .3125rem;
	left: auto;
	height: 1em;
	width: 1em;
	border: 5px solid #333;
	background-color: #333;
	background-image: url('../img/icospritemap.png');
	background-size: auto 3em;
	background-position: -5em 0;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	box-sizing: content-box;
}
.header-wrapper .navigation .main-navigation .has-submenu > .collapsetoggle:hover {
	background-color: #676767;
	border-color: #676767;
}
.header-wrapper .navigation .main-navigation .has-submenu > .collapsetoggle.collapsed {
	background-position: -4em 0;
}
.header-wrapper .navigation .main-navigation .menu-item span,
.header-wrapper .navigation .main-navigation .menu-item a,
.header-wrapper .navigation .secondary-navigation li a {
	padding-left: 5px;
	padding-left: 0.3125rem;
	transition: padding-left .5s;
	text-decoration: none;
}

.header-wrapper .navigation .main-navigation .menu-item a:hover,
.header-wrapper .navigation .secondary-navigation li a:hover {
	padding-left: 15px;
}
.header-wrapper .navigation .main-navigation .menu-item > span,
.header-wrapper .navigation .main-navigation .menu-item > a {
	padding: 11px 5px;
	padding: 0.6875rem 0.3125rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: padding .5s;
}
.header-wrapper .navigation .main-navigation .menu-item .sub-menu {
	height: auto;
	margin: 0;
	padding: 0 0 0 17px;
	padding: 0 0 0 1.0625rem;
	text-transform: none;
}
.header-wrapper .navigation .main-navigation .sub-menu .menu-item > span,
.header-wrapper .navigation .main-navigation .sub-menu .menu-item > a {
	font-size: 17px;
	font-size: 1.0625rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	color: #fff;
}
.header-wrapper .navigation .main-navigation .sub-menu .menu-item.current-menu-item > a {
	color: #ff6c2c;
}

.header-wrapper .navigation ul.quick-links li {
	margin: 0;
}
.header-wrapper .navigation ul.quick-links li a {
	padding: 14px 15px;
	padding: 0.875rem 0.9375rem;
	background-color: #676767;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
}
.header-wrapper .navigation ul.quick-links li a:hover {
	background-color: #444;
}

.header-wrapper .navigation .secondary-navigation {
	margin-top: 22px;
	margin-top: 1.375rem;
}
.header-wrapper .navigation .secondary-navigation li {
	margin: 17px 0;
	margin: 1.0625rem 0;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 300;
}
.header-wrapper .navigation .secondary-navigation li a {
	color: #fff;
	text-decoration: none;
}

.manage-profile-bar {
	position: relative;
	z-index: 999;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	color: #000;
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.4;
}
.manage-profile-bar li {
	margin: 0;
}
.manage-profile-bar li:before,
.manage-profile-bar span {
	color: inherit;
}
.manage-profile-bar a {
	color: #ff6c2c;
	text-decoration: none;
}






/*
Footer Styles
*/
.footer {
	background-color: #000;
	padding-bottom: 50px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ff6c2c;
}
.footer .beconfident {
	padding: 34px 0;
	background-color: #676767;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.footer .beconfident sup {
	position: relative;
	top: -1.3em;
	font-size: .35em;
	font-weight: 600;
	letter-spacing: .1em;
}


.footer .footercols {
	padding: 15px 0;
}
.footer .footercols .footercol {
	padding: 0;
}
.footer .footercols .footercol > div,
.footer .footercols .footercol > ul,
.footer .footercols .footercol > address {
	margin-top: 50px;
	padding: 0;
}

.footer h6 {
	color: #fff;
	font-weight: 400;
}



.footer #signupblock {
	margin-top: 1rem;
}
.footer #signupblock .expandbutton {
	margin: 0;
	font-size: 1rem;
}
.footer #signupblock .expandbutton::before {
	content: "";
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: .5em;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -2em 0;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: .75em;
}
.footer #signupblock .expandbutton.collapsed::before {
	background-position: -3em 0;
}
.footer #signupblock .expandbutton:hover {
	color: #fff;
}

.footer #signupblock .signupform {
	margin-top: 1rem;
}
.footer .signupform fieldset,
.footer .signupform .hs_submit {
	max-width: 500px;
}
.footer .signupform .input,
.footer .signupform .hs_submit .actions {
	margin-right: 8px;
}

.footer .signupform .legal-consent-container {
	margin-bottom: 1rem;
	font-size: 12px;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 200;
}
.footer .signupform label {
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 400;
}
.footer .signupform input {
	display: block;
	width: 100% !important;
	border: none;
	margin: 0 0 .5em;
	padding: .33em .75em;
	color: #000;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}
.footer .signupform [type="submit"] {
	background-color: #ff6c2c;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
}
.footer .signupform [type="submit"]:hover {
	background-color: #cf430d;
}


.footer .contact-info {
	font-size: inherit;
	text-align: inherit;
	line-height: 1.5;
}
.footer .contact-info .footerlogo {
	height: 112px;
	width: auto;
}
.footer .contact-info address {
	margin: 0;
	line-height: inherit;
}


.footer .smlinks {
	margin-top: 30px;
	list-style-type: none;
}
.footer .smlinks li {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
.footer .smlinks li:last-child {
	margin-right: 0;
}
.footer .smlinks li a {
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #878787;
	background-repeat: no-repeat;
	background-size: 56% 56%;
	background-position: center center;
	overflow: hidden;
	text-indent: -9999em;
	
	transition: background-color .25s;
}
.footer .smlinks li a:hover {
	background-color: #555;
}
.footer .smlinks li.facebook a {
	background-image: url('../img/common/smico-facebook.png');
}
.footer .smlinks li.twitter a {
	background-image: url('../img/common/smico-twitter-new.png');
}
.footer .smlinks li.linkedin a {
	background-image: url('../img/common/smico-linkedin.png');
}
.footer .smlinks li.instagram a {
	background-image: url('../img/common/smico-instagram.png');
}
.footer .smlinks li.medium a {
	background-image: url('../img/common/smico-medium.png');
}
.footer .smlinks li.vimeo a {
	background-image: url('../img/common/smico-vimeo.png');
}



.footer .footer-nav {
	padding: 0;
}
.footer ul {
	font-size: inherit;
	text-align: left;
}
.footer ul li {
	margin: 0 0 1em;
}
.footer ul li a {
	display: inline-block;
	padding: 0;
	margin: 0;
	background-color: transparent;
	transition: none;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.1;
	text-align: inherit;
	text-decoration: none;
}
.footer ul li a:hover {
	background-color: transparent;
}

.footer ul.quick-links {
	margin-bottom: 40px;
	list-style-type: none;
}
.footer ul.quick-links li a {
	color: #ff6c2c;
}
.footer ul.quick-links li a:hover {
	color: #fff;
}



.footer .designed-by-info,
.footer .copyright {
    padding: 0 0 20px;
	border: none;
    color: #D0D2D3;
    font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	text-align: inherit;
    line-height: 1;
}
.footer .copyright {
    text-align: right;
}

.footer .designed-by-info p,
.footer .copyright p {
	max-width: none;
}


.link2top.show {
	right: -50px;
	opacity: 0;
}



/* General Posts Style */

.postfilter {
	
}
.postfilter.collapsable.collapsed {
	max-height: 40px;
	max-height: 2.5rem;
}
.postfilter .filtercol {
	padding: 15px 0 7px;
	border-bottom: 1px solid #ececec;
}
.postfilter .filtertoggle,
.postfilter .filterreset {
	display: block;
	padding: 0;
	outline: none;
	border: none;
	border-radius: 0;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}
.postfilter h4,
.postfilter .filtertoggle {
	color: #676767;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
}
.postfilter .filtertoggle:after {
	content: "";
	position: relative;
	top: 3px;
	float: right;
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -2em -2em;
	image-rendering: -webkit-optimize-contrast;
}
.postfilter.collapsed .filtertoggle:after {
	background-position: -3em -2em;
}

.postfilter .filterreset {
	margin-bottom: 10px;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}

.postfilter .filterreset:before,
.postfilter .filtersubmitlabel {
	content: "";
	position: relative;
	top: 4px;
	top: .25rem;
	display: inline-block;
	margin: 0;
	height: 1em;
	width: 1em;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -11em -2em;
	image-rendering: -webkit-optimize-contrast;
	font-size: 20px;
	font-size: 1.25rem;
}

.postfilter .filterreset:before {
	background-position: -11em -2em;
	margin-right: 4px;
	margin-right: .25rem;
}

.postfilter .filtersubmitlabel {
	background-position: -10em -2em;
	cursor: pointer;
}
.postfilter input[type="submit"] {
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-left: .25rem;
	border: none;
	outline: none;
	background-color: transparent;
	color: #f26b37;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	line-height: 1;
	cursor: pointer;
}

.postfilter h4 {
	margin: 0 0 16px;
}




.mainsearch {
	margin-top: 32px;
	padding-right: 48px;
}
.mainsearch input[type="text"] {
	height: 48px;
	width: 100%;
	padding: 0 14px;
	border: 1px solid #d8d8d8;
	color: #676767;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
}
.mainsearch .btn-search {
	width: 48px;
	height: 48px;
	background-color: #ff6c2c;
	color: #fff;
}
.mainsearch .btn-search:hover {
	background-color: #cf430d;
}
.mainsearch .btn-search:before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -9em 0;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 24px;
}

ul.posts {
	/**/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/**/
	
	padding: 32px 0 0;
}
ul.posts li.postitem {
	margin: 0 0 32px;
	width: 100%;
	border-top: 2px solid #d8d8d8;
	background-color: #f4f4f4;
	list-style-type: none;
}
ul.posts li.postitem img.featimg {
	position: relative;
	top: -2px;
	display: block;
	width: 100%;
	height: 40vw;
	min-height: 175px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
ul.posts li.postitem .content {
	padding: 20px;
}
ul.posts li.postitem .content h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
}
ul.posts li.postitem .content h4 a {
	text-decoration: none;
}
ul.posts li.postitem .content .date {
	margin-top: 20px;
	color: #676767;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
}
ul.posts li.postitem .content ul.categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}
ul.posts li.postitem .content ul.categories li {
	display: inline-block;
	margin: 0;
	color: #1c1c1c;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .75px;
}
ul.posts li.postitem .content ul.categories li a {
	color: inherit;
	text-decoration: none;
}
ul.posts li.postitem .content ul.categories li:after {
	content: ",";
}
ul.posts li.postitem .content ul.categories li:last-child:after {
	content: none;
}


.pagination {
	position: static;
	width: auto;
	margin: 30px 0 67px;
	padding: 0;
	border: none;
	overflow: visible;
	-webkit-transform: none;
	transform: none;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .page-numbers {
	display: inline-block;
	margin: 0 6px;
	padding: 1px 3px;
	color: #676767;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.current {
	color: #2c2c2c;
}
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:after {
	content: "";
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: url('../img/icospritemap.png');
	background-size: auto 3em;
	font-size: 10px;
	font-size: .625rem;
}
.pagination .page-numbers.prev:before {
	margin-right: .5em;
	background-position: 0 -1em;
}
.pagination .page-numbers.next:after {
	margin-left: .5em;
	background-position: -1em -1em;
}
.pagination .page-numbers.current {
	margin: 0 9px;
	padding: 1px 0px;
	border-bottom: 2px solid #ff6c2c;
}



.wp-block-image figcaption {
    /* font-size: 14px; */
    font-size: .875rem;
    font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}



/* Home Page */
.page-template-template-home .site-name,
.page-template-template-home-2023 .site-name {
	display: none;
}
.page-template-template-home h2,
.page-template-template-home-2023 h2 {
	color: #1c1c1c;
	font-size: 16px;
	font-size: 1rem;
}
.page-template-template-home .videobg {
	/*background-image: none !important;*/
	background-color: #aaa;
}
/*.page-template-template-home .videobg:before,
.page-template-template-home-2023 .videobg:before {
	content: "";
	position: absolute;
	top: 50%;
	top: calc(50% - 56px);
	left: 50%;
	left: calc(50% - 56px);
	background-image: url('../img/abet-loader.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 225px;
	max-width: 225px;
	width: 112px;
	height: 112px;
}*/
.page-template-template-home .videobg #okplayer-mask,
.page-template-template-home .videobg iframe {
	display: none;
}



.page-template-template-home .hero_slider .hero_slide,
.page-template-template-home-2023 .hero_slider .hero_slide {
	position: relative;
	outline: none;
	background-size: cover;
	background-position: center;
	color: #fff;
	line-height: 1.5;
}
.page-template-template-home .hero_slider .hero_slide:before,
.page-template-template-home-2023 .hero_slider .hero_slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
}
.page-template-template-home .hero_slider .hero_slide .container,
.page-template-template-home-2023 .hero_slider .hero_slide .container {
	display: flex;
	height: 539px;
	padding-top: 100px;
	padding-bottom: 60px;
}
.page-template-template-home .hero_slider .hero_slide .container .content,
.page-template-template-home-2023 .hero_slider .hero_slide .container .content {
	position: relative;
	z-index: 1;
	align-self: flex-end;
	width: 19rem;
	max-width: 75%;
	vertical-align: bottom;
}
.page-template-template-home .hero_slider .hero_slide h2,
.page-template-template-home-2023 .hero_slider .hero_slide h2 {
	color: inherit;
	font-size: 38px;
	font-size: 2.375rem;
	text-transform: none;
}
.page-template-template-home .hero_slider .hero_slide a.button,
.page-template-template-home-2023 .hero_slider .hero_slide a.button {
	margin-top: 14px;
}
.page-template-template-home .hero_slider .slick-dots,
.page-template-template-home-2023 .hero_slider .slick-dots {
	position: relative;
	top: -43px;
	bottom: auto;
	height: 0;
	text-align: left;
	padding: 0 20px;
}
.page-template-template-home .hero_slider .slick-dots li,
.page-template-template-home-2023 .hero_slider .slick-dots li {
	width: 9px;
}
.page-template-template-home .hero_slider .slick-dots li:first-child,
.page-template-template-home-2023 .hero_slider .slick-dots li:first-child {
	margin-left: 0;
}
.page-template-template-home .hero_slider .slick-dots li button,
.page-template-template-home-2023 .hero_slider .slick-dots li button {
	width: 9px;
}
.page-template-template-home .hero_slider .slick-dots li button:before,
.page-template-template-home-2023 .hero_slider .slick-dots li button:before {
	opacity: .6;
	width: 9px;
	color: #fff;
	font-size: 8px;
	font-size: .5rem;
}
.page-template-template-home .hero_slider .slick-dots li.slick-active button:before,
.page-template-template-home-2023 .hero_slider .slick-dots li.slick-active button:before {
	opacity: 1;
}




.page-template-template-home .hero_section {
	margin: 0;
	padding: 4rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.page-template-template-home-2023 .hero_section {
	margin: 0;
	padding: 2rem 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-template-template-home .hero_section #bighomelogo {
	position: relative;
	margin-bottom: 3rem;
}
.page-template-template-home-2023 .hero_section #bighomelogo {
	max-width: 10em;
}
.page-template-template-home .hero_section #bighomelogo img {
	max-width: 75%;
	max-height: 75%;
}

.page-template-template-home-2023 .hero_section .hero_text {
	max-width: 45em;
}

.page-template-template-home-2023 .hero_section .hero_text h2 {
	margin-top: 1em;
	color: #fff;
	font-size: 2.3em;
}

.page-template-template-home-2023 .hero_section ul.logo-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-template-template-home-2023 .hero_section ul.logo-links li:not(:last-child) {
    margin-right: 0.75em;
    padding-right: 0.75em;
    border-right: 2px solid #fff;
}
.page-template-template-home-2023 .hero_section ul.logo-links li a.text {
    display: inline-block;
	padding: .25em .5em;
	border: 2px solid #fff;
	border-radius: .5em;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	text-decoration: none;
	transition: border-color .25s, background-color .25s;
}
.page-template-template-home-2023 .hero_section ul.logo-links li a.text:hover {
	border-color: #ff6c2c;
	background-color: #ff6c2c;
}
.page-template-template-home-2023 .hero_section ul.logo-links li a.image img {
    max-height: 2.5em;
}

.page-template-template-home .hero_section .herobuttons,
.page-template-template-home-2023 .hero_section_below .herobuttons {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.page-template-template-home .hero_section .herobuttons li a {
    display: block;
    padding: 12px;
    background-color: #ff6c2c;
    background-color: rgba(255, 108, 44, .6);
    border: 2px solid #ff6c2c;
    border: 2px solid rgba(255, 108, 44, 0.8);
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
	line-height: 1.2;
}
.page-template-template-home-2023 .hero_section_below .herobuttons li a {
    display: block;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
	line-height: 1.2;
}

.page-template-template-home .hero_section .herobuttons li a:hover,
.page-template-template-home-2023 .hero_section_below .herobuttons li a:hover {
    background-color: rgba(255, 108, 44, 1);
}

.page-template-template-home-2023 .hero_section_below .container .content {
	padding: 1.5em 0;
}





.page-template-template-home #scrolldownlink {
	display: none;
}

.page-template-template-home .abet_updates,
.page-template-template-home-2023 .abet_updates {
	/*padding: 30px 0;*/
}
.page-template-template-home .abet_updates .container .content,
.page-template-template-home-2023 .abet_updates .container .content {
	padding: 30px 0;
}
.page-template-template-home-2023 .hero_section_below + .abet_updates .container .content {
    border-top: 2px solid #000;
}
.page-template-template-home .abet_updates h2,
.page-template-template-home-2023 .abet_updates h2 {
	margin: 10px 0;
}
.page-template-template-home .abet_updates .abet_update,
.page-template-template-home-2023 .abet_updates .abet_update {
	
}
.page-template-template-home .abet_updates .abet_update h2,
.page-template-template-home-2023 .abet_updates .abet_update h2 {
	margin: 10px 0;
	padding-right: 2em;
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: none;
	line-height: 1.3;
	letter-spacing: 0;
}
.page-template-template-home .abet_updates .abet_update h2 a,
.page-template-template-home-2023 .abet_updates .abet_update h2 a {
	text-decoration: none;
}
.page-template-template-home .abet_updates .abet_update .readmore,
.page-template-template-home-2023 .abet_updates .abet_update .readmore {
	display: inline-block;
	margin: 20px 0 10px;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	white-space: nowrap;
}
.page-template-template-home .abet_updates .abet_update .readmore:after,
.page-template-template-home-2023 .abet_updates .abet_update .readmore:after {
	content: ">";
	display: inline-block;
	margin-left: 10px;
}

.page-template-template-home .about_abet,
.page-template-template-home-2023 .about_abet {
	position: relative;
	padding: 80px 0 110px;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
}
.page-template-template-home .about_abet:before,
.page-template-template-home-2023 .about_abet:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
}
.page-template-template-home .about_abet .content,
.page-template-template-home-2023 .about_abet .content {
	position: relative;
	z-index: 1;
}
.page-template-template-home .about_abet h2,
.page-template-template-home-2023 .about_abet h2 {
	color: inherit;
}

.page-template-template-home .fp_callout,
.page-template-template-home-2023 .fp_callout {
	padding: 35px 0;
	padding: 2.1875rem 0;
	background-color: #676767;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 26px;
	font-size: 1.62rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.5;
}

.page-template-template-home .global_impact,
.page-template-template-home-2023 .global_impact {
	padding: 20px 0;
	background-color: #1c1c1c;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	line-height: 1.3;
}
.page-template-template-home .global_impact h2,
.page-template-template-home-2023 .global_impact h2 {
	color: inherit;
}
.page-template-template-home .global_impact .impactimg,
.page-template-template-home-2023 .global_impact .impactimg {
	max-width: 100%;
	margin: 55px 0 45px;
}
.page-template-template-home .global_impact .impact_stats,
.page-template-template-home-2023 .global_impact .impact_stats {
	
}
.page-template-template-home .global_impact .impact_stats .impact_stat,
.page-template-template-home-2023 .global_impact .impact_stats .impact_stat {
	margin-bottom: 52px;
}
.page-template-template-home .global_impact .impact_stats .impact_stat .statnumber,
.page-template-template-home-2023 .global_impact .impact_stats .impact_stat .statnumber {
	display: block;
	color: #ff6c2c;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1;
}
.page-template-template-home .global_impact .impact_stats .impact_stat .statlabel,
.page-template-template-home-2023 .global_impact .impact_stats .impact_stat .statlabel {
	display: block;
	margin: 12px auto 0;
	max-width: 65%;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

.page-template-template-home .recentposts,
.page-template-template-home-2023 .recentposts {
	padding: 25px 0;
	background-color: #ececec;
}
.page-template-template-home .recentposts h2,
.page-template-template-home-2023 .recentposts h2 {
	margin-bottom: 1rem;
}
.page-template-template-home .recentposts ul.posts,
.page-template-template-home-2023 .recentposts ul.posts {
	padding-top: 0;
}
.page-template-template-home .recentposts ul.posts li.postitem,
.page-template-template-home-2023 .recentposts ul.posts li.postitem {
	background-color: #fff;
}
.page-template-template-home .recentposts ul.posts li.postitem ul.categories,
.page-template-template-home-2023 .recentposts ul.posts li.postitem ul.categories {
	display: none;
}
.page-template-template-home .recentposts .readmore,
.page-template-template-home-2023 .recentposts .readmore {
	margin-bottom: 50px;
}


.page-template-template-home .meet_experts,
.page-template-template-home-2023 .meet_experts {
	padding: 20px 0;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	background-image: url('../img/meetexpertsbg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-template-home .meet_experts .button,
.page-template-template-home-2023 .meet_experts .button {
	margin: 30px 0 20px;
}
.page-template-template-home .meet_experts .expertimg,
.page-template-template-home-2023 .meet_experts .expertimg {
	margin: 20px 0;
	max-width: 100%;
	min-height: 360px;
	object-fit: cover;
}




/*
2017 Template
*/
.template17 {
	line-height: 1.55;
}
.template17 .block {
	padding: 22px 0;
}
.template17 .block:last-child {
	margin-bottom: 20px;
}
.template17 .sidebar .block h2 {
	color: #000;
	text-transform: none;
}


/* Header Hero Section */
.template17 .hero {
	display: block;
	margin-bottom: -1px;
	font-weight: 700;
	text-transform: none;
	
}
.template17 .hero div {
	height: auto;
}
.template17 .hero .container {
	display: table;
	padding: 0 30px;
}
.template17 .hero .container h1 {
	position: static;
	display: table-cell;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 40px;
	height: 242px;
	text-align: left;
	vertical-align: bottom;
}
.template17 .hero .container h1 small,
.template17 .hero .container h1 date {
	display: block;
	margin-bottom: 8px;
	color: inherit;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	text-transform: uppercase;
}
.template17 .hero .container h1 date {
	margin-top: 32px;
}
.template17 .hero.lightforeground .container h1 {
	color: #fff;
}


.template17 .breadcrumbwrap {
	position: relative;
}
.template17 .breadcrumb {
	padding: 10px 0;
	color: #676767;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
}
.template17 .breadcrumb span[typeof="ListItem"] {
	margin: 0 .5em;
}
.template17 .breadcrumb span[typeof="ListItem"]:first-child {
	margin-left: 0;
}
.template17 .breadcrumb span[typeof="ListItem"]:last-child {
	margin-right: 0;
}
.template17 .breadcrumb a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}







/* Intro Block */
.template17 .block-intro {
	margin: 0;
	background-color: transparent;
	color: inherit;
}
.template17 .block-intro:before {
	content: none;
}





/* Menu Block */


.template17 .block-menu {
	position: relative;
}
.template17 .block-menu .mobilemenutoggle {
	position: absolute;
	top: 2.125rem;
	right: .5rem;
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -5em -2em;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 1.15rem;
	text-indent: -999em;
}
.template17 .block-menu .mobilemenutoggle:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -.5em;
	right: 0;
	width: 95vw;
	width: calc(100vw - 70px);
	height: 2em;
}
.template17 .block-menu .mobilemenutoggle.collapsed {
	background-position: -4em -2em;
}
.template17 .block-menu .mobilemenutoggle.collapsed:before {
	z-index: 1;
}
.template17 .block-menu .sidebar-navigation {
	padding: .25rem .5rem;
	border: 1px solid #ccc;
	list-style-type: none;
}
.template17 .block-menu ul {
	
}
.template17 .block-menu ul li {
	margin: 0;
	list-style-type: none;
}
.template17 .block-menu ul li a {
	display: inline-block;
	margin: .375rem 0;
	position: relative;
	left: 0;
	color: #1C1C1C;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	transition: left .5s;
}
.template17 .block-menu ul ul {
	padding-left: 1rem;
}
.template17 .block-menu ul ul li a {
	margin: 0 0 .5rem;
	color: #2C2C2C;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: .25px;
	letter-spacing: .015625rem;
}
.template17 .block-menu ul ul ul li a {
	margin: 0 0 .5rem;
	color: #676767;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: 0;
}
.template17 .block-menu ul li a:hover {
	left: 10px;
}

.template17 .block-menu li ul.sub-menu {
	display: none;
}
.template17 .block-menu li.current-menu-item ul.sub-menu,
.template17 .block-menu li.current-menu-ancestor ul.sub-menu {
	display: block;
}





/* Photo Block */
.template17 .block-photo img {
	max-width: 100%;
}
.template17 .block-photo.stretch {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
}
.template17 .block-photo.stretch img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	max-height: 280px;
	max-width: none;
}
.wp-caption {
	padding: 0;
	max-width: 100%;
	border: none;
	background-color: transparent;
	text-align: center;
}
.wp-caption-text,
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 10px 0;
	color: #676767;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.3;
}


/* List Item Block */
.template17 .block-itemslist {
	
}
.template17 .block-itemslist-item {
	padding-bottom: 28px;
}
.template17 .block-itemslist-item img {
	height: auto;
	width: auto;
	max-width: 122px;
	max-height: 100px;
}
.template17 .block-itemslist-item .readmore {
	display: inline-block;
	margin-top: 16px;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}



/* Steps List Block */
.template17 .block-stepslist {
	
}
.template17 .block-stepslist ol.stepslist-steps {
	counter-reset: steps-counter;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.template17 .block-stepslist ol.stepslist-steps li.stepslist-step {
	position: relative;
	margin: 0;
	padding: 34px 0 24px 50px;
}
.template17 .block-stepslist ol.stepslist-steps li.stepslist-step:before {
	content: counter(steps-counter);
	counter-increment: steps-counter;
	position: absolute;
	top: 10px;
	left: 1px;
	color: #ff6c2c;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1;
}
.template17 .block-stepslist ol.stepslist-steps li.stepslist-step h3 {
	margin: 0 0 14px;
	color: #2c2c2c;
}



/* Text Block */
.template17 .block-text {
	
}
.template17 .block-text .block-content {
	position: relative;
	z-index: 1;
}
.template17 .block-text a.readmore {
	display: inline-block;
	margin: 16px 0;
	color: #ff6c2c;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.template17 .block-text a.readmore:hover {
	color: #cf430d;
}


.template17 .sidebar .block-text .block-content {
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}



/* Text With Head Image Block */
.template17 .block-text-w-head-image {
	position: relative;
	margin: 22px 0;
	padding: 20px 0;
	background-color: #ececec;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}
.template17 .block-text-w-head-image:before,
.template17 .block-text-w-head-image:after {
	content: "";
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 0;
	left: -20px;
	right: -20px;
	background-color: #edebed;
}
.template17 .block-text-w-head-image:before {
	right: 100%;
}
.template17 .block-text-w-head-image:after {
	left: 100%;
}
.template17 .block-text-w-head-image .headimg {
	position: relative;
	z-index: 1;
	top: -20px;
	left: -20px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	max-width: none;
	width: 100%;
	width: calc(100% + 40px);
	height: auto;
}
.template17 .block-text-w-head-image .block-content {
	color: #676767;
	font-size: 14px;
	font-size: .875rem;
}
.template17 .block-text-w-head-image .block-content > *:first-child {
	margin-top: .5rem;
}


/* Callout */
.template17 .block-callout {
	position: relative;
	background-color: #676767;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
}
.template17 .block-callout:before,
.template17 .block-callout:after {
	content: "";
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 0;
	left: -20px;
	right: -20px;
	background-color: #676767;
}
.template17 .block-callout:before {
	right: 100%;
}
.template17 .block-callout:after {
	left: 100%;
}
.template17 .block-callout > h2 {
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 1.3;
}
.template17 .block-callout .block-content {
	margin: 13px auto 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.3;
}
.template17 .block-callout a.readmore {
	display: inline-block;
	margin: 30px 0;
	padding: .5em 1em;
	background-color: #ff6c2c;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
}
.template17 .column-right .block-callout {
	margin: 22px 0;
}
.template17 .block-callout h2,
.template17 .block-callout h3,
.template17 .block-callout h4,
.template17 .block-callout h5,
.template17 .block-callout h6 {
	color: inherit;
}



.template17 .block-quote figure {
	position: relative;
	margin: 0;
	padding: 19px;
	padding-right: 19px;
	background-color: #ececec;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}
.template17 .block-quote figure:after {
	content: "";
	position: absolute;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100%;
	background-color: #ececec;
}
.template17 .block-quote figure blockquote {
	padding: 0;
	background-color: transparent;
	color: #2c2c2c;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.25em;
	text-transform: none;
}
.template17 .block-quote figure blockquote:before {
	content: "\201C";
	display: block;
	margin: 16px 0 -9px -4px;
	color: #ff6c2c;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 400;
}
.template17 .block-quote figure .attribution {
	padding: 14px 0 26px;
	color: #676767;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
}


.template17 .block-accordion {
	
}

.template17 .block-accordion ul {
	margin-top: 0;
}
.template17 .block-accordion ul.accordion-items {
	margin: 0;
	padding: 0;
}
.template17 .block-accordion .block-content + ul.accordion-items {
	margin-top: 30px;
}

.template17 .block-accordion li.block-accordion-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.template17 .block-accordion li.block-accordion-item .accordion-header {
	margin: 0 0 14px;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.template17 .block-accordion li.block-accordion-item .collapsetoggle:before {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 9px;
	background-color: transparent;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -5em -2em;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 19px;
	font-size: 1.1875rem;
}
.template17 .block-accordion li.block-accordion-item .collapsetoggle.collapsed:before {
	background-position: -4em -2em;
}
.template17 .block-accordion li.block-accordion-item .accordion-content {
	padding-left: 28px;
}

.template17 .block-accordion li.block-accordion-item .accordion-content:after {
	content: "";
	display: block;
	height: 1.5rem;
}

.template17 .block-accordion li.block-accordion-item ul {
	padding-bottom: 1em;
	list-style-type: disc;
}


.template17 .block-hero {
	position: relative;
	display: table;
	min-height: 285px;
	padding: 0;
	width: 100%;
}
.template17 .block-hero .bgimg {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: calc((-100vw + 100%) / 2);
	width: 100vw;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.template17 .block-hero .block-content {
	position: relative;
	z-index: 1;
	display: table-cell;
	padding: 100px 0;
	vertical-align: middle;
	color: #fff;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 1;
}
.template17 .block-hero .block-content h1,
.template17 .block-hero .block-content h2,
.template17 .block-hero .block-content h3,
.template17 .block-hero .block-content h4,
.template17 .block-hero .block-content h5,
.template17 .block-hero .block-content h6 {
	color: inherit
}



.template17 .block-link-list ul {
	padding: 0;
	list-style-type: none;
}
.template17 .block-link-list ul li {
	
}

.template17 .block-link-list .listheader.collapsetoggle {
	margin: 0;
}
.template17 .block-link-list .listheader.collapsetoggle:before {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 9px;
	background-color: transparent;
	background-image: url(../img/icospritemap.png);
	background-size: auto 3em;
	background-position: -5em -2em;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 19px;
	font-size: 1.1875rem;
}
.template17 .block-link-list .listheader.collapsetoggle.collapsed:before {
	background-position: -4em -2em;
}
.template17 .block-link-list .link-items.collapsable {
	padding-left: 1em;
}



/* Single Post */

.template17.singlepost .postcontent {
	padding-top: 32px;
}
.template17.singlepost .postcontent .byline {
	margin-bottom: 1.5rem;
	color: #676767;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
}
.template17.singlepost .postcontent .shareicons {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
}

.sfsi_widget a.sficn {
	display: block;
	border-radius: 50%;
	background-color: #ff6c2c;
	background-repeat: no-repeat;
	background-size: 56% 56%;
	background-position: center center;
	
	transition: background-color .25s;
}
.sfsi_widget a.sficn:hover {
	background-color: #676767;
}
.sfsi_widget a.sficn[alt='RSS'] img,
.sfsi_widget a.sficn[alt='Follow by Email'] img,
.sfsi_widget a.sficn[alt='Facebook'] img,
.sfsi_widget a.sficn[alt='Google+'] img,
.sfsi_widget a.sficn[alt='Twitter'] img {
	opacity: 0;
}
.sfsi_widget a.sficn[alt='RSS'] {
	background-image: url('../img/common/smico-rss.png');
}
.sfsi_widget a.sficn[alt='Follow by Email'] {
	background-image: url('../img/common/smico-email.png');
}
.sfsi_widget a.sficn[alt='Facebook'] {
	background-image: url('../img/common/smico-facebook.png');
}
.sfsi_widget a.sficn[alt='Google+'] {
	background-image: url('../img/common/smico-googleplus.png');
}
.sfsi_widget a.sficn[alt='Twitter'] {
	background-image: url('../img/common/smico-twitter-new.png');
}

.template17.singlepost aside.sidebar {
	margin-top: 50px;
	border-top: 1px solid #ececec;
}
.template17.singlepost aside.sidebar .recentposts {
	display: none;
}
.template17.singlepost aside.sidebar .categorylist .categories {
	margin: 16px 0 32px;
	padding: 0;
	list-style-type: none;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
}
.template17.singlepost aside.sidebar .categorylist .categories li {
	margin: 0;
}
.template17.singlepost aside.sidebar .categorylist .categories li a {
	display: inline-block;
	margin: .375rem 0;
	position: relative;
	left: 0;
	color: #1C1C1C;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	transition: left .5s;
}
.template17.singlepost aside.sidebar .categorylist .categories li a:hover {
	left: 10px;
}



/* Member Societies List */
ul.posts.membersocieties {
	max-width: 100%;
	margin: 0px auto;
}
ul.posts.membersocieties li.membersociety {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	display: table;
	border-top: none;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.3;
}
ul.posts.membersocieties li.membersociety .cardfront,
ul.posts.membersocieties li.membersociety .cardback {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 24px;
	overflow: hidden;
	
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	-o-transition: 0.75s;
	-ms-transition: 0.75s;
	transition: 0.75s;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
ul.posts.membersocieties li.membersociety .cardfront {
	background-color: #d8d8d8;
	text-align: center;
	-webkit-transform: perspective(1000px) rotateY(0deg);
	-moz-transform: perspective(1000px) rotateY(0deg);
	-o-transform: perspective(1000px) rotateY(0deg);
	-ms-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
}
ul.posts.membersocieties li.membersociety.active .cardfront,
ul.posts.membersocieties li.membersociety:hover .cardfront {
	-webkit-transform: perspective(1000px) rotateY(-180deg);
	-moz-transform: perspective(1000px) rotateY(-180deg);
	-o-transform: perspective(1000px) rotateY(-180deg);
	-ms-transform: perspective(1000px) rotateY(-180deg);
	transform: perspective(1000px) rotateY(-180deg);
}
ul.posts.membersocieties li.membersociety .cardfront:after {
	content: "";
	position: absolute;
	bottom: .6875em;
	right: .5625em;
	display: inline-block;
	width: 1.5em;
	height: 1.4375em;
	background-image: url('../img/flipicon.png');
	background-repeat: no-repeat;
	background-size: contain;
}
ul.posts.membersocieties li.membersociety .cardfront h3 {
	display: inline-block;
	margin: 0;
	font-size: 1.85em;
}
ul.posts.membersocieties li.membersociety .cardfront img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	padding: 5%;
}

ul.posts.membersocieties li.membersociety .cardback {
	overflow: auto;
	background-color: #ff6c2c;
	color: #fff;
	-webkit-transform: perspective(1000px) rotateY(-180deg);
	-moz-transform: perspective(1000px) rotateY(-180deg);
	-o-transform: perspective(1000px) rotateY(-180deg);
	-ms-transform: perspective(1000px) rotateY(-180deg);
	transform: perspective(1000px) rotateY(-180deg);
}
ul.posts.membersocieties li.membersociety.active .cardback,
ul.posts.membersocieties li.membersociety:hover .cardback {
	-webkit-transform: perspective(1000px) rotateY(-360deg);
	-moz-transform: perspective(1000px) rotateY(-360deg);
	-o-transform: perspective(1000px) rotateY(-360deg);
	-ms-transform: perspective(1000px) rotateY(-360deg);
	transform: perspective(1000px) rotateY(-360deg);
}
ul.posts.membersocieties li.membersociety .cardback * {
	color: #fff;
}
ul.posts.membersocieties li.membersociety .cardback .cardcontent {
	position: relative;
    min-height: 100%;
    padding-bottom: 1.5em;
}
ul.posts.membersocieties li.membersociety .cardback h3 {
	margin: 0 0 .5em;
	font-size: 1.85em;
}
ul.posts.membersocieties li.membersociety .cardback h3 small {
	display: block;
	font-size: .55em;
	line-height: 1;
}
ul.posts.membersocieties li.membersociety .cardback a.cta {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	text-decoration: none;
}
ul.posts.membersocieties li.membersociety .cardback a.cta:before {
	content: "";
	position: relative;
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: .25em;
	margin-bottom: -3px;
	background-image: url('../img/icospritemap.png');
	background-size: auto 3em;
	background-position: -12em 0;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	font-size: 16px;
}




/* Landing Page Specific Intro Block */
.landing-new .hero .container h1 {
	height: 282px;
	padding-bottom: 81px;
}
.template17 .hero .container h1 small {
	font-size: 16px;
	font-size: 1.125rem;
}
.landing-new .breadcrumb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ff6c2c;
	background-color: rgba(255, 91, 23, 0.75);
	color: #fff;
}
.landing-new .breadcrumb:before,
.landing-new .breadcrumb:after {
	content: "";
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
	width: 40px;
	height: 100%;
	background: #ff6c2c;
	background-color: rgba(255, 91, 23, 0.75);
}
.landing-new .breadcrumb:before {
	right: 100%;
}
.landing-new .breadcrumb:after {
	left: 100%;
}

.landing-new .block-intro,
.landing-new .block-intro:before {
	background: #ff6c2c;
}
.landing-new .block-intro {
	margin: 0 -20px;
	padding: 30px 20px 40px;
	color: #fff;
}
.landing-new .block-intro:last-child {
	margin-bottom: 0;
}
.landing-new .block-intro:before {
	content: "";
}
.landing-new .block-intro h2,
.landing-new .block-intro h3,
.landing-new .block-intro h4,
.landing-new .block-intro h5,
.landing-new .block-intro h6 {
	color: inherit;
}


.completive-links {
	padding: 0;
	list-style-type: none;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.3;
}
.completive-links a {
	text-decoration: none;
}

ul.extservices {
	padding: 1em .5em;
	background-color: #f4f4f4;
	list-style-type: none;
}
ul.extservices > li {
	display: inline-block;
	margin: 0 .5em;
	max-width: 170px;
	background-color: #fff;
}
ul.extservices > li > a {
	display: block;
	padding: .5em;
	text-align: center;
	font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
	color: inherit;
}
ul.extservices > li > a > img {
	margin-bottom: .5em;
	padding: .5em 1em;
	border: 1px solid #f4f4f4;
}




body.ie-modal-open {
	overflow: hidden !important;
}
.ie-modal-dialog {
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1em;
	width: 420px;
	max-width: 80vw;
	border: 1px solid #cecece;
	box-shadow: 0.25em 0.25em 1em;
	outline: 150vw solid rgba(0,0,0,.7);
	outline: 50vmax solid rgba(0,0,0,.7);
	background-color: #fff;
	color: #666;
	font-size: 15px;
	font-family: sans-serif;
	text-align: center;
	line-height: 1.1;
}
.ie-modal-dialog .dialog-content {
	margin-bottom: 1.5em;
}
.ie-modal-dialog .dialog-close {
	padding: .75em 2.5em;
	border: 1px solid #408aec;
	border-radius: 5px;
	background-color: #408aec;
	font-size: 14px;
	color: #fff;
}


.template17 .columns {
	display: flex;
	flex-direction: column;
}
.template17 .columns.right-on-top .column-left {
	order: 2;
}



.white-button {
    display: inline-block;
    padding: 0.25em 0.5em;
    border: 2px solid #fff;
    border-radius: 0.5em;
    color: #fff;
    font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
    font-size: .7em;
    text-decoration: none;
    transition: border-color .25s, background-color .25s;
}

a.white-button:hover {
    color: #fff;
    background-color: #ff6c2c;
    border-color: #ff6c2c;
}



.iso-cert {
	display: inline-block;
	font-size: .8em;
	text-align: center;
}
.iso-cert img {
	max-width: 8em;
	margin-bottom: 1em;
}





@media screen and (min-width: 480px) {
	.hero div {
		height: auto;
	}
}



@media screen and (max-width: 767px) {
	.page-template-template-home .hero_section {
		background-color: #000;
		background-image: none !important;
	}
	
	.page-template-template-home .hero_section .herobuttons li a,
	.page-template-template-home-2023 .hero_section_below .herobuttons li a {
		background-color: #ff6c2c;
		border: none;
	}
	.page-template-template-home .hero_section .herobuttons li a:hover,
	.page-template-template-home-2023 .hero_section_below .herobuttons li a:hover {
		background-color: #cf430d;
	}
}

@media screen and (min-width: 768px) {
	body {
		position: relative;
		left: 0;
		transition: left .5s ease-in-out;
	}
	body.nav-open {
		height: auto;
		overflow: visible;
		left: -414px;
		left: -26rem;
	}
	body.nav-open .navigation {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		
		padding: 20px 45px 20px 35px;
	}
	body.nav-open .parallax-mirror {
		left: -414px !important;
		left: -26rem !important;
	}
	
	
	h1 {
		font-size: 56px;
		font-size: 3.5rem;
	}
	h2 {
		font-size: 32px;
		font-size: 2rem;
	}
	h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	h4 {
		
	}
	h5 {
		
	}
	h6 {
		
	}
	
	
	input[type="radio"] + label:before,
	input[type="checkbox"] + label:before {
		top: 1px;
	}
	input[type="radio"] + label:before {
		height: 15px;
		width: 15px;
	}
	input[type="checkbox"] + label:before {
		height: 16px;
		width: 16px;
	}
	input[type="radio"]:checked + label:after {
		top: 3px;
		left: 2px;
		font-size: 11px;
	}
	input[type="checkbox"]:checked + label:after {
		top: 2px;
		font-size: 14px;
	}
	
	
	
	.headerbuttons {
		top: 30px;
		transition: right .5s ease-in-out, width .75s;
		width: 62px;
		width: 3.875rem;
	}
	body.myabet-active .headerbuttons {
		top: 50px;
	}
	body.admin-bar .headerbuttons {
		top: 30px;
	}
	body.admin-bar.myabet-active .headerbuttons {
		top: 50px;
	}
	body.scrolltop .headerbuttons {
		width: 198px;
		width: 12rem;
	}
	body.nav-open .headerbuttons {
		right: 414px;
		right: 26rem;
	}
	.headerbutton {
		padding: .7em 1em;
		font-size: 15px;
		font-size: .9375rem;
	}
	.menutoggle:before,
	.loginlink:before,
	.searchtoggle:before {
		font-size: 16px;
		font-size: 1rem;
		top: 2px;
	}
	.headerbutton.loginlink,
	.headerbutton.searchtoggle {
		display: block;
	}
	
	
	
	#navigation .searchform,
	.header-wrapper .navigation .menubutton.loginlink {
		display: none;
	}
	
	/*
	Header Styles
	*/
	.site-name {
		top: 26px;
		left: 30px;
	}
	body.myabet-active .site-name {
		top: 46px;
	}
	body.admin-bar .site-name {
		top: 26px;
	}
	body.admin-bar.myabet-active .site-name {
		top: 46px;
	}

	.open-menu {
		top: 30px;
		width: 150px;
		padding: 10px 20px 10px 12px;
		font-size: 16px;
		font-size: 1rem;
	}

	.header-wrapper .navigation {
		width: 414px;
		width: 26rem;
		background-color: #1c1c1c;
	}
	.header-wrapper .navigation .searchform input[type="text"] {
		border: none;
		float: none;
		width: 100%;
	}
	
	
	
	/*
	Footer Styles
	*/
	.footer {
		
	}
	.footer .beconfident {
		padding: 43px 0;
		font-size: 32px;
		font-size: 2rem;
		font-weight: 700;
	}
	.footer .beconfident sup {
		top: -1.6em;
		font-size: .3em;
	}
	
	.footer h4 {
		font-size: 16px;
		font-size: 1rem;
	}
	.footer a.button {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	.footer .footercols {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.footer .footercols .footercol {
		width: 33%;
	}
	.footer .footercols .footer-nav {
		padding-left: 70px;
	}
	.footer .footer-nav ul li {
		width: auto;
		display: block;
	}
	.footer .footer-nav ul li a {
		
	}
	
	.link2top.show {
		right: 20px;
		opacity: 1;
	}
	
	/* Search Filters */
	.postfilter {
		display: flex;
	}
	.postfilter .filtercol {
		border: none;
		flex-basis: 0;
		flex-grow: 1;
	}
	.postfilter .filtercol:not(.toggle) {
		opacity: 1;
		transition: opacity .5s; /* This time should match the .postfilter's transition time */
	}
	.postfilter .filtercol:nth-of-type(3) {
		flex-grow: 2;
	}
	.postfilter .filtercol:nth-of-type(3) .fields {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.postfilter .filtercol:nth-of-type(3) .fields > .field {
		flex-basis: 50%;
	}
	.postfilter.collapsed .filtercol:not(.toggle) {
		opacity: 0;
	}
	.postfilter a.filtertoggle,
	.postfilter h4 {
		line-height: 1.5;
	}
	.postfilter a.filtertoggle,
	.postfilter a.filterreset {
		display: inline-block;
	}
	.postfilter a.filterreset {
		vertical-align: top;
		line-height: 1;
	}
	.postfilter .filterreset:before,
	.postfilter .filtersubmitlabel {
		margin-top: -4px;
	}
	.postfilter .filtertoggle:after {
		margin-left: .5em;
	}
	
	
	
	/* General Posts Style */

	ul.posts {
		
	}
	ul.posts li.postitem {
		width: 30%;
		width: calc((100% - 60px)/3);
	}
	ul.posts li.postitem img.featimg {
		height: 200px;
	}
	
	
	ul.posts.membersocieties {
		
	}
	ul.posts.membersocieties li.membersociety {
		width: calc((100% - 60px)/3);
		padding-bottom: calc((100% - 60px)/3);
		width: 313px;
		padding-bottom: 313px;
	}
	ul.posts.membersocieties li.membersociety .cardfront:after {
		content: none;
		display: none;
	}
	
	
	.page-template-template-home .videobg #okplayer-mask,
	.page-template-template-home .videobg iframe {
		display: block;
	}
	.page-template-template-home .hero_section,
	.page-template-template-home .videobg {
		height: 100vh;
		min-height: 640px;
		min-height: 40rem;
		overflow: hidden;
	}
	.page-template-template-home .videobg {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.page-template-template-home .videobg iframe {
		z-index: 0 !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%);
		height: 110vh !important;
		width: 110vw !important;
		min-height: calc(9/16 * 110vw);
		min-width: calc(16/9 * 110vh);
	}
	.page-template-template-home .hero_slider .hero_slide,
	.page-template-template-home-2023 .hero_slider .hero_slide {
		height: 100%;
	}
	
	.page-template-template-home .slick-list,
	.page-template-template-home .slick-track,
	.page-template-template-home-2023 .slick-list,
	.page-template-template-home-2023 .slick-track {
		height: 100%;
	}
	
	.page-template-template-home h2 {
		font-size: 18px;
		font-size: 1.125rem;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.page-template-template-home .hero_section {
		background: none !important;
	}
	.page-template-template-home .hero_slider	.hero_slide .container,
	.page-template-template-home-2023 .hero_slider	.hero_slide .container {
		height: 100%;
		padding-bottom: 120px;
	}
	.page-template-template-home .hero_slider .hero_slide h2,
	.page-template-template-home-2023 .hero_slider .hero_slide h2 {
		max-width: none;
		font-size: 56px;
		font-size: 3.5rem;
	}
	.page-template-template-home .hero_slider .slick-dots,
	.page-template-template-home-2023 .hero_slider .slick-dots {
		top: -90px;
	}
	
	.page-template-template-home .hero_section {
		padding: 0 4rem;
	}
	.page-template-template-home-2023 .hero_section {
		padding: 3rem 0;
	}
	.page-template-template-home .hero_section #bighomelogo {
		min-height: 150px;
		height: 42vh;
		margin: 15vh 0 0;
	}
	.page-template-template-home .hero_section .herobuttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 4%;
	}
	.page-template-template-home-2023 .hero_section_below .herobuttons {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0.75em;
	}
	.page-template-template-home .hero_section .herobuttons li {
		width: 28%;
	}
	.page-template-template-home-2023 .hero_section_below .herobuttons li {
		margin: 0;
	}
	.page-template-template-home .hero_section .herobuttons li a,
	.page-template-template-home-2023 .hero_section_below .herobuttons li a {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.page-template-template-home #scrolldownlink {
		position: absolute;
		top: 100vh;
		left: 50%;
		opacity: .8;
		display: inline-block;
		margin: -5em 0 0 -2em;
		height: 2em;
		width: 4em;
		color: #fff;
		font-size: 1rem;
		font-family: campton;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
	.page-template-template-home #scrolldownlink:after {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		background-image: url(../img/icospritemap.png);
		background-size: auto 3em;
		background-position: -3em 0;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		font-size: 1.5em
	}
	
	.page-template-template-home .abet_updates .abet_update,
	.page-template-template-home-2023 .abet_updates .abet_update {
		display: flex;
		justify-content: space-between;
	}
	.page-template-template-home .abet_updates .abet_update h2,
	.page-template-template-home-2023 .abet_updates .abet_update h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.page-template-template-home .abet_updates .abet_update .readmore,
	.page-template-template-home-2023 .abet_updates .abet_update .readmore {
		margin-top: 16px;
	}
	
	.page-template-template-home .about_abet,
	.page-template-template-home-2023 .about_abet {
		padding: 190px 0 230px;
		font-size: 33px;
		font-size: 1.125rem;
		font-size: 2.0625rem;
		line-height: 1.2;
	}
	.page-template-template-home-2023 .about_abet {
		padding: 4em 0;
	}
	.page-template-template-home .about_abet .container .content,
	.page-template-template-home-2023 .about_abet .container .content {
		max-width: 60%;
	}
	
	.page-template-template-home .global_impact,
	.page-template-template-home-2023 .global_impact {
		padding: 50px 0;
	}
	.page-template-template-home .global_impact .impact_stats,
	.page-template-template-home-2023 .global_impact .impact_stats {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.page-template-template-home .global_impact .impact_stats .impact_stat,
	.page-template-template-home-2023 .global_impact .impact_stats .impact_stat {
		width: 30%;
	}
	.page-template-template-home .global_impact .impact_stats .impact_stat .statnumber,
	.page-template-template-home-2023 .global_impact .impact_stats .impact_stat .statnumber {
		font-size: 56px;
		font-size: 3.5rem;
	}
	.page-template-template-home .global_impact .impact_stats .impact_stat .statlabel,
	.page-template-template-home-2023 .global_impact .impact_stats .impact_stat .statlabel {
		margin-top: 2px;
		font-size: 22px;
		font-size: 1.375rem;
	}
	
	.page-template-template-home .recentposts .container,
	.page-template-template-home-2023 .recentposts .container {
		display: flex;
	}
	.page-template-template-home .recentposts .recentpostscat,
	.page-template-template-home-2023 .recentposts .recentpostscat {
		width: 50%;
		padding-left: 15px;
	}
	.page-template-template-home .recentposts .recentpostscat:first-child,
	.page-template-template-home-2023 .recentposts .recentpostscat:first-child {
		padding-left: 0;
		padding-right: 15px;
	}
	.page-template-template-home .recentposts ul.posts,
	.page-template-template-home-2023 .recentposts ul.posts {
		
	}
	.page-template-template-home .recentposts ul.posts .postitem,
	.page-template-template-home-2023 .recentposts ul.posts .postitem {
		width: 100%;
	}
	
	.page-template-template-home .meet_experts,
	.page-template-template-home-2023 .meet_experts {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.2;
	}
	.page-template-template-home .meet_experts .container,
	.page-template-template-home-2023 .meet_experts .container {
		display: flex;
		justify-content: space-between;
	}
	.page-template-template-home .meet_experts .content,
	.page-template-template-home .meet_experts .expertimg,
	.page-template-template-home-2023 .meet_experts .content,
	.page-template-template-home-2023 .meet_experts .expertimg {
		width: 50%;
	}
	.page-template-template-home .meet_experts .content,
	.page-template-template-home-2023 .meet_experts .content {
		padding-right: 50px;
		align-self: center;
	}
	.page-template-template-home .meet_experts .expertimg,
	.page-template-template-home-2023 .meet_experts .expertimg {
		padding-left: 15px;
	}
	
	
	
	
	
	
	
	.template17 .hero-primary {
		font-size: 50px;
		font-size: 3.125rem;
	}
	
	
	
	.template17 .block {
		
	}

	
	.template17 .hero .container h1 {
		height: 325px;
		padding-right: 150px;
		vertical-align: middle;
	}

	
	.template17 .breadcrumbwrap {
		float: right;
		width: 66.66%;
		width: calc(66.66% - 20px);
	}
	
	.template17 .columns {
		justify-content: space-between;
		flex-direction: row;
	}
	
    .template17 .columns.right-on-top .column-left {
    	order: 0;
    }
	.template17 .columns .column {
		margin: 0 20px;
		width: 33.33%;
		max-width: 33.33%;
		padding: 0;
	}
	.template17 .columns .column.wide-column {
		width: 66.66%;
		max-width: 66.66%;
		width: calc(66.66% + 20px);
		max-width: calc(66.66% + 20px);
	}
	.template17 .columns .column:first-child {
		margin-left: 0;
	}
	.template17 .columns .column:last-child {
		margin-right: 0;
	}
	
	
	
	.template17 .block-photo.stretch {
		margin-left: 0;
		margin-right: 0;
	}
	.template17 .block-photo.stretch img {
		max-height: 550px;
		width: 66.66vw;
		margin-right: -66.66vw; /* This prevents the image from stretching the container/column */
	}
	
	
	
	/* Menu Block */
	.template17 .block-menu .collapsable,
	.template17 .block-menu .collapsable.collapsed {
		transition: none;
		max-height: none !important;
	}
	
	.template17 .block-menu {
		padding: 10px 0 0;
	}
	.template17 .block-menu .mobilemenutoggle {
		display: none;
	}
	.template17 .block-menu .sidebar-navigation {
		border: none;
	}
	.template17 .block-menu ul li a {
		font-weight: 500;
	}
	.template17 .block-menu ul li.current_page_item > a {
		color: #ff6c2c;
	}
	/*.template17 .block-menu ul li.current_page_item > a:before {
		content: "";
		position: relative;
		left: -15px;
		display: inline-block;
		margin-right: -10px;
		height: 10px;
		width: 10px;
		border: 3px solid #ff6c2c;
		border-radius: 50%;
	}*/
	
	
	
	/* List Item Block */
	.template17 .column:not(.sidebar) .block-itemslist .itemslist-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.template17 .column:not(.sidebar) .block-itemslist .block-itemslist-item {
		width: 47%;
		margin: 0 0 20px;
	}
	
	
	/* Step List Block */
	.template17 .block-stepslist ol.stepslist-steps li.stepslist-step {
		padding: 40px 0 30px 90px;
	}
	.template17 .block-stepslist ol.stepslist-steps li.stepslist-step:before {
		font-size: 72px;
		font-size: 4.5rem;
	}
	.template17 .block-stepslist ol.stepslist-steps li.stepslist-step h3 {
		margin: 0 0 12px;
		font-size: 32px;
		font-size: 2rem;
	}
	
	
	.template17 .block-two-col-text .block-content {
		display: flex;
		justify-content: space-between;
	}
	.template17 .block-two-col-text .block-content .content-col {
		flex-basis: 47%;
	}
	
	
	/*Text With Head Image Block */
	.template17 .block-text-w-head-image {
		padding: 20px;
	}
	.template17 .block-text-w-head-image:before,
	.template17 .block-text-w-head-image:after {
		content: none;
	}
	
	
	
	/* Callout */
	.template17 .block-callout {
		
	}
	.template17 .block-callout:before {
		left: -50vw;
	}
	.template17 .block-callout:after {
		right: -50vw;
	}
	.template17 .column-right .block-callout:before {
		content: none;
	}
	.template17 .column-left .block-callout:after {
		content: none;
	}
	
	.template17 .column-left .block-callout {
		padding: 20px 32px 20px 0;
		text-align: right;
	}
	.template17 .column-right .block-callout {
		padding: 20px 0 20px 32px;
		text-align: left;
	}
	.template17 .block-callout .block-content {
		max-width: 640px;
		max-width: 55vw;
		margin: 30px auto;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.2;
	}
	.template17 .block-callout a.readmore {
		padding: 0.6em 1.5em;
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	
	
	.template17 .block-quote figure {
		padding: 20px 0 20px 32px;
	}
	.template17 .block-quote figure blockquote {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.2em;
	}
	.template17 .block-quote figure blockquote:before {
		font-size: 98px;
		font-size: 6.125rem;
		margin: 18px 0 -8px -6px;
	}
	.template17 .block-quote figure .attribution {
		padding: 15px 0;
	}
	
	
	.template17 .block-hero {
		min-height: 500px;
	}
	.template17 .block-hero .block-content {
		font-size: 56px;
		font-size: 3.5rem;
		padding: 150px 0;
	}
	
	
	
	/* Single Post */

	.template17.singlepost > .container {
		display: flex;
	}
	.template17.singlepost .postcontent {
		order: 2;
		padding-top: 50px;
		padding-left: 90px;
		padding-bottom: 50px;
		min-width: 65%;
	}
	.template17.singlepost aside.sidebar {
		order: 1;
		flex-shrink: 0;
		width: 263px;
		margin-top: 0;
		padding-top: 50px;
		border-top: none;
	}
	.template17.singlepost aside.sidebar .recentposts {
		display: block;
	}
	.template17.singlepost aside.sidebar .recentposts h2 {
		margin-top: 0;
		font-size: 22px;
		font-size: 1.375rem;
	}
	.template17.singlepost aside.sidebar .recentposts ul.posts {
		padding-top: 14px;
	}
	.template17.singlepost aside.sidebar .recentposts ul.posts li.postitem {
		margin-bottom: 20px;
		width: auto;
	}
	
	
	
	.landing-new .hero .container h1,
	.secondary-new .hero .container h1 {
		height: 495px;
	}
	
	
	
	.landing-new .breadcrumb {
		padding-left: 87px;
	}
	.landing-new .breadcrumb:before {
		content: none;
	}
	.landing-new .breadcrumb:after {
		width: 50vw;
	}
	
	.landing-new .block-intro:before {
		width: 50vw;
		right: auto;
		left: 100%;
	}
	
	.landing-new .block-intro {
		margin: 0;
		padding: 20px 20px 45px 87px;
	}
	.landing-new .block-intro h2 {
		margin-top: 22px;
	}
	.landing-new .block-intro + .block-photo.stretch {
		margin-top: 0;
	}

}

@media screen and (min-width: 1288px) {
	html {
		font-size: 18px;
		/*font-size: calc(1.25vw);*/
		/*font-size: calc(3px + 1vw);*/
		/*font-size: calc(6px + 0.775vw);*/
		font-size: calc(9px + 0.545vw);
	}
	.container {
		max-width: 80vw;
	}
	
	.template17 .hero .container h1 {
		padding-right: 4rem;
	}
}