/**
 * Custom Stylesheet
 * 
 * @package    Simpli
 * @category   Theme
 * @author     GoCouncil Team
 * @copyright  Copyright (c) GoCouncil Ltd
 */

/*------------------------------------------------------------------------------
 * General
 *----------------------------------------------------------------------------*/

.container {
	width: 80%;
    max-width: 1675px;
}

body {
	font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
	color: #2a2d2a;
	background-color: #fff;
	font-size: 20px;
}

p {
    margin: 0 0 30px;
    line-height: 1.6em;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

li {
    padding: 0 0 20px 0;
}

a {
	color: #2a2d2a;
}
a:hover,
a:focus {
	color: #2a2d2a;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 1.3em;
}
h1,
h1 a {
	font-size: 62px;
	color: #2a2d2a;
	text-transform: none;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}
h2,
h2 a {
	font-size: 45px;
	color: #2a2d2a;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}
h3,
h3 a {
	font-size: 34px;
	color: #2a2d2a;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}
h4,
h4 a {
	font-size: 24px;
	color: #2a2d2a;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}
h5,
h5 a {
	font-size: 22px;
	color: #2a2d2a;
	font-family: 'NewHero-Bold', Helvetica, Arial, sans-serif;
}
h6,
h6 a {
	font-size: 20px;
	color: #2a2d2a;
	font-family: 'NewHero-Bold', Helvetica, Arial, sans-serif;
}

.login-form .form-title,
.reset-pwd-form .form-title {
	display: none;
}
.oc-new-submission-forms {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-right: -2%;
	margin-top: -2%;
}
.oc-new-submission-forms .form-item {
	background: #d5edef;
	border: none;
	border-radius: 1px;
	margin: 20px 2%;
	padding: 20px 20px 54px;
	position: relative;
	width: 46%;
}
.oc-new-submission-forms .form-item h3 {
	margin-top: 0;
}
.oc-new-submission-forms .form-item a {
	bottom: 20px;
	position: absolute;
}
.oc-new-consent .ctrl.name-custom_address {
	font-size: 0.9em;
}
.signup-help {
	font-size: 0.9em;
	padding: 15px;
}
.oc-registration-form .form-header,
.oc-registration-form .ctrl.name-instructions {
	display: none;
}
.oc-bca-contact-details .title {
	display: none;
}
.oc-connected-councils {
	margin-bottom: 0;
}
.oc-registration-form.form.full-width-ctrls .ctrl.ctrl-checkbox-single .ctrl-field, 
.oc-registration-form.form .ctrl.ctrl-checkbox-single.full-width .ctrl-field {
	width: auto;
}

.expanding-text h3 {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #2a2d2a;
}

.expanding-text h3:last-child {
    border-bottom: 1px solid #2a2d2a;
}

.expanding-text > div {
	margin-bottom: 20px;
	padding: 20px;
}
.expanding-text > div > :last-child {
	margin-bottom: 0;
}

.expanding-text h3 .action-show,
.expanding-text h3.is-expanded .action-hide {
    font-size: 16px;
}

.expanding-text h3 .expanding-action {
    padding-right: 0;
    padding-left: 0;
    float: right;
}



/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/

#header .is-sticky #headerWrapper {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

#header {
    background-color: #2a2d2a;
    color: #2a2d2a;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

#header #headerWrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
}

#header .header-logo {
    padding: 0;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

#header .header-toolbar {
    background: transparent;
}

#header .header-main {
    height: auto;
}

#header .custom-menu a {
	font-family: 'NewHero-SemiBold', Helvetica, Arial, sans-serif;
	color: #2a2d2a;
	font-size: 20px;
	font-weight: 600;
    text-transform: inherit;
    position: relative;
	text-decoration: none;
}

#header .custom-menu .menu-page-coe-home .menu-item-tag::after {
    background: url(https://simpli.govt.nz/uploads/themes/simpli-public-theme-v3-support/images/logo-coe-sm.png) no-repeat;
    content: '';
    position:absolute;
    top:0px;
    left:0px;  
    width: 130px;
    height: 28px;     
}

#header .custom-menu .menu-page-coe-home {
	background: #2a2d2a;
	border-radius: 60px;
	margin-left: 30px;
	color: #2a2d2a;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
#header .custom-menu .menu-page-coe-home a:before { display: none !important; }
#header .custom-menu .menu-page-coe-home:hover {
	background: rgba(0,0,0,0.75);
}

#header .custom-menu .menu-page-coe-home .menu-item-tag {
    width: 130px;
    height: 28px;    
}


#header .custom-menu .menu-page-coe-home .menu-item-tag span {
    display: none;
}

#header .custom-menu > ul > li > a {
    height: auto;
    line-height: inherit;
    margin-bottom: 0;
    z-index: 100;
}

#header .custom-menu a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #2a2d2a;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

#header .custom-menu a:before {
    background-color: #fff;
}

.has-sticky #header .custom-menu a:before {
    background-color: #2a2d2a;
}

#header .custom-menu a:hover::before {
  transform: scaleX(1);
}

#header .custom-menu a:hover {
    text-decoration: none;
}

.has-sticky #header .custom-menu > ul > li.current > a {
    border-bottom: 3px solid #2a2d2a;
}

#header .custom-menu > ul > li.current > a {
    border-bottom: 3px solid #fff;
}


#header .custom-menu > ul > li.current > a:before {
    display: none;
}

#header .custom-menu > ul > li {
	padding: 30px;
}

#header .custom-menu ul ul li.level-2 .menu-down {
    margin-left: 5px;
    position: absolute;
    right: 8px;	
}

#header .header-menu {
	padding: 50px 0;
	display: flex;
    justify-content: flex-end;
}

#header .header-menu .menu-item {
	padding: 20px;
}



/*------------------------------------------------------------------------------
 * Home Page
 *----------------------------------------------------------------------------*/

.home-page #header .page-menu > ul > li.current > a {
	border-bottom: none;
}
.home-page #banner {
	background: url("../images/hero-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	max-height: none;
	background-attachment: fixed;
	padding-top: 0;
}

.home-page #banner .content {
	padding: 0;
    display: flex;
    width: 40%;
    align-items: center;    
}

.banner-container.container {
	display: flex;
}

.home-page #banner .content h1 {
	font-size: 72px;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}




/*------------------------------------------------------------------------------
 * Signup Page
 *----------------------------------------------------------------------------*/
 
 .signup-page {
 	background: #f1e9de;
 }
    
    
/*------------------------------------------------------------------------------
 * How to Apply, Forms Page
 *----------------------------------------------------------------------------*/
 
.how-to-apply-page #banner {
	background: url("../images/how-to-apply-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25vh 0 10vh 0;
	background-attachment: fixed;
}

.how-to-apply-page #banner h1 {
	color: #fff;
}

.how-to-apply-page #banner h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
}

#header .header-logo img {
	display: none;
}

.has-sticky #header .header-logo img {
	display: block;
}

#header .header-logo a {
    display: block;
    background: url(../images/simpli-logo-white.png) no-repeat;
    width: 139px;
    height: 56px;
}

.has-sticky #header .header-logo a {
    background: transparent;
}

#header .header-menu a {
    color: #fff;
}

.has-sticky #header .header-menu a {
    color: #2a2d2a;
}    
    
.forms-page #banner {
    background: #2a2d2a;
    color: #fff;
}

.forms-page #banner h1 {
    color: #fff;
}

.forms-page #main .fullwidth-section {
	display: block;
	background: #efeff1;
}

.required-documents-page #banner {
    background: #f7f1eb;
}

.required-documents-page #main .doublecol,
.required-documents-page #main .boxed-section {
    display: none;
}

#steps-content .column {
	padding: 50px 0;
	display: flex;	
	column-gap: 70px;
	margin: 0;
}

#steps-content .column .component {
	flex: 1;
	font-size: 24px;
	margin-bottom: 0;
}

#steps-content .column .component h2 {
	font-size: 62px;
	font-weight: 700;
	color:#2aec7c;
}

#more-information-content {
	background: #efeff1;
	overflow: hidden;
}

#more-information-content .container {
	padding-left: 0;
	padding-right: 0;
}

#more-information-content .row {
	display: flex;
    flex-direction: row;	
}

#more-information-content .column {
	display: flex;
	align-self: center;	
}

#more-information-content .featured-content {
	height: 100%;
	padding: 60px 0;
	font-size: 24px;
}

#more-information-content .imageBlock {
	transform: scale(1.2, 1.2) translateX(19%);
}
    
    


    
/*------------------------------------------------------------------------------
 * Support Page
 *----------------------------------------------------------------------------*/

#banner {
	max-height: 720px;
	background: #2a2d2a;
	color: #fff;
}

#banner h1 {
	color: #fff;
}

#banner .image-content {
    transform: scale(1.3, 1.3) translate(60px, -44px);
}

#banner .banner {
    display: inline-block;
    color: #fff;
}

.support-page #banner .banner .form .ctrl-label {
	display: none;
}

.support-page #banner .banner .form .ctrl-field {
	width: 100%;
}

.support-page #banner .banner .form .ctrl-input {
	color: #fff;
}

.support-page #banner .banner .form .btn {
	color: #fff;
	border: 2px solid #fff;
}

.support-page #banner .banner .form .btn::after {
    border-left: 2px solid #fff;
    background: url(../images/arrow-white.png) no-repeat center 17px;
}

.support-page #banner .banner .form .btn:hover {
    color: #2a2d2a;
    background: #fff;
    border: 2px solid #fff;
}

.support-page #banner .banner .form .btn:hover::after {
    border-left: 2px solid #fff;
    background-image: url(../images/arrow-dark.png);
}

#main .bottom-content {
	padding-right: 150px;
}

.support-page #main .doublecol { display: none; }



    
/*------------------------------------------------------------------------------
 * Content
 *----------------------------------------------------------------------------*/

#main {
	margin: 0;
} 

#banner {
	padding-top: 150px;
} 

.home-page #banner,
.forms-page #banner,
.required-documents-page #banner {
	padding-top: 0;
}


#main .content-featured {
    margin-bottom: 0;
}

#main p:last-child {
	margin-bottom: 0;
}

/*#main .heading {*/
/*	margin-bottom: 100px;*/
/*}*/

#main .formHeading,
#main .formHeading a {
	color: #2aec7c;
	font-size: 22px;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}


#main .imageGallery li {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 100%;
    background: white;
    text-align: center;
    min-height: 120px;
    padding: 10px;
    text-align: center;
    display: block;
    height: 100px;
    line-height: 100px;
}

#main .imageGallery li img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

#main .doublecol {
	display: flex;
	column-gap: 100px;
}

#main .doublecol.row {
    margin-right: -100px;
    margin-left: -100px;
}

#main .doublecol .column,
#main .bottom-content {
	padding-left: 0;
}

.fancybox-image, .fancybox-spaceball {
    background: white;
    padding: 20px;
    object-fit: contain;
}

#main .heading.cap h1 {
	text-transform: uppercase;
	font-size: 75px;
}

#main .main-container,
#main .fullwidth-section {
	padding: 80px 0 40px 0;
}

#main .fullwidth-section {
	display: none;
}

#main .fullwidth-section .container {
	padding-left: 0;
	padding-right: 0;
}

#main .main-container .onecol {
	padding-right: 350px;
}

#main #feature-content {
	background: #2aec7c;
	padding: 0;
}

#main #feature-content .threecol {
	display: flex;
}

#main #feature-content .featured-content {
	padding-bottom: 0;
}

#main #feature-content .column {
	transition: background-color 0.5s ease;
	margin-bottom: 0;
}

#main #feature-content .column1 {
	padding: 40px 60px 70px 0;
}

#main #feature-content .column2 {
	padding: 40px 60px 70px 60px;
}

#main #feature-content .column3 {
	padding: 40px 0 70px 60px;
}

#main #feature-content .column:hover {
	background: #4aef90;
}

#main #feature-content .featured-content .featured-image {

}

#main #feature-content .featured-content .featured-body {
	margin-bottom: 0;
	padding-bottom: 35px;
}

#main #feature-content .featured-content .featured-body h3 {
	font-size: 20px;
	font-weight: 600;
}

#main .multi-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#main .multi-btn a {
    border: 2px solid #2a2d2a;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    margin-right: -2px;
    position: relative;
    transition: background-color 0.5s ease;
}

#main .multi-btn a:hover {
    color: white;
    background: #2a2d2a;
    text-decoration: none;
}

#main .multi-btn a.more-btn {
	padding: 10px 70px 10px 20px;
    transition: background-color 0.3s ease;
}

#main .multi-btn a.more-btn::after {
	content: "";
    position: absolute;
    border-left: 2px solid #2a2d2a;
    display: flex;
    background: url(../images/arrow-dark.png) no-repeat center 14px;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
}

#main .multi-btn a.more-btn:hover::after {
    background-image: url(../images/arrow-white.png);
}

#main #carousel {
	background: #fff;
	overflow: hidden;
	padding: 70px 0;
}

#main #carousel .bx-wrapper .bx-caption {
	background: transparent;
	width: 35%;
	top: 25%;
}

#main #carousel .bx-wrapper .bx-caption h3 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
	margin-top: 0;
}

#main #carousel .bx-wrapper .bx-caption span {
	color: #2a2d2a;	
	font-size: 26px;
	padding: 0;
	font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
}

#main #carousel .bx-controls-direction {
	position: absolute;
    bottom: 100px;
    left: 30px;
}

#main #carousel .bx-slider img {
    float: right;
    transform: scale(1.35, 1.35) translateX(9%);
}

#main #carousel .bx-wrapper .bx-prev {
    left: auto !important;
    /*background: url(../images/nu.controls.png) no-repeat 0 -32px;*/
    right: 10px !important;
}

#main #carousel .bx-wrapper .bx-next {
    right: 0;
    /*background: url(../images/nu.controls.png) no-repeat -43px -32px;*/
    left: 0 !important;
}

#main #carousel .bx-viewport {
	overflow: inherit !important;
}

#main .main-container .component p:last-child {
	margin-bottom: 0;
}

#main .imageRight {
	justify-content: flex-end;
    display: flex;
}

#main .imageLeft {
	justify-content: flex-start;
    display: flex;
}

#main .bullet-coe-listing,
#main .bullet-arrow-listing {
	margin: 0 0 30px 0;
	padding: 0;
}

#main .bullet-coe-listing li {
    background: url(../images/ceo_icon.png) no-repeat left 13px;
    border-top: 1px solid #231f20;
    list-style: none;
    padding: 10px 30px;
}

#main .bullet-arrow-listing li {
    background: url(../images/bullet-arrow.png) no-repeat left 16px;
    border-bottom: 1px solid #231f20;
    list-style: none;
    padding: 10px 30px;
}

#main .bullet-coe-listing li:last-child {
    border-bottom: 1px solid #231f20;
}

#main .bullet-coe-listing.light li,
#main .bullet-arrow-listing.light li {
    border-color: #fff;
}

#main #banner .banner-container,
#main #banner .banner-container .content {
	padding-right: 0;
	padding-left: 0;
}

#banner,
#banner .banner {
    display: flex;
    font-size: 24px;
}

#banner .column {
    display: flex;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
}

#banner .banner .column1 {
	padding-right: 150px;
}



/*------------------------------------------------------------------------------
 * Footer
 *----------------------------------------------------------------------------*/

#footer {
	background: #2a2d2a;
    font-size: 16px;
}

#footer .footer-main {
	background: #2a2d2a;
    color: #FFF;
    padding-top: 70px;
    padding-bottom: 40px;
    font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#footer .footer-columns .footer-column3 p {
	padding: 0;
	margin-bottom: 15px;
}

#footer .footer-columns .footer-column3 p:last-child {
	margin-bottom: 0;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}


#footer a.btn {
    position: relative;
}

#footer .btn {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    min-width: 240px;
    width: auto;
    border-radius: 0;
	font-family: 'NewHero-SemiBold', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;    
	font-weight: normal;
	padding: 12px 80px 12px 45px;
    line-height: 100%;
    transition: background-color 0.3s ease;
}

#footer .btn:hover {
    color: #2a2d2a;
    background: #fff;
    border: 2px solid #fff;
}

#footer .btn::after {
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    display: flex;
    background: url(../images/arrow-white.png) no-repeat center 12px;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
}

#footer .btn:hover::after {
	border-left: 2px solid #fff;
    background-image: url(../images/arrow-dark.png);
}


#footer h3 {
	color: #2aec7c;
	padding-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	border: none;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
}

#footer .footer-copyright {
	background: #2a2d2a;
    color: #6a6c6a;
    font-size: 13px;
    padding: 0 0 70px 0;
}

#footer .footer-copyright .container {
	display: flex;
	padding-left: 0;
    padding-right: 0;	
}

#footer .footer-copyright .copyright {
	display: flex;
	align-self: end;
	padding: 0;
	margin: 0;
}

#footer .footer-copyright .column2 {
	padding: 0;
	margin: 0;
}

#footer .footer-copyright a {
    color: #6a6c6a;
}

#footer .footer-copyright a:hover {
    text-decoration: underline;
}

#footer .footer-column {
    margin-bottom: 0;
    padding: 0;
}

#footer .footer-column1,
#footer .footer-column2 {
	padding-right: 150px;
}

#footer .custom-menu ul {
	padding: 0;
	margin: 0;
}

#footer .custom-menu ul li {
	list-style: none;
}

#footer .custom-menu ul li a {
	text-decoration: underline;
}

#footer .custom-menu ul li a:hover {
	text-decoration: none;
}





/*------------------------------------------------------------------------------
 * Buttons
 *----------------------------------------------------------------------------*/

a.btn {
	position:relative;
}

.btn {
	color: #2a2d2a;
    background-color: transparent;
    border: 2px solid #2a2d2a;
    border-radius: 0;
	font-family: 'NewHero-Bold', Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;    
	font-weight: normal;
	padding: 15px 110px 15px 70px;
    line-height: 100%;
    transition: background-color 0.3s ease;
    position: relative;
}

.btn::after {
    content: "";
    position: absolute;
    border-left: 2px solid #2a2d2a;
    display: flex;
    background: url(../images/arrow-dark.png) no-repeat center 17px;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}

.btn:hover::after {
    background-image: url(../images/arrow-white.png);
}

.btn:focus,
.btn.focus {
	color: #fff;
	background-color: #2a2d2a;
}
.btn:hover {
	color: #fff;
	background-color: #2a2d2a;
	border: 2px solid #2a2d2a;

}
.btn:active,
.btn.active {
	color: #fff;
	background-color: #2a2d2a;
	border: 2px solid #2a2d2a;
}
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	color: #fff;
	background-color: #2a2d2a;
	border: 2px solid #2a2d2a;
}




/*------------------------------------------------------------------------------
 * Blog
 *----------------------------------------------------------------------------*/

.blog.blog-articles .blog-article {
	background: #F7F7F7;
	border-bottom: none;
	margin-bottom: 30px;
	padding: 15px;
}
.blog.blog-articles .blog-article:last-child {
	margin-bottom: 0;
}
.blog.blog-articles .blog-article .article-feature img {
	max-height: 200px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.blog.blog-articles .blog-article .read-more {
	float: left;
}
.blog.blog-articles .blog-article .article-tags {
	text-align: right;
}
.blog.blog-article .article-feature {
	margin-bottom: 20px;
}
.blog.blog-article .article-feature img {
	max-height: 300px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.blog .article {
	margin-bottom: 20px;
	min-height: 50px;
}
.blog .article:last-child {
	margin: 0;
}
.blog .article-title {
	margin-bottom: 10px;
}

.blog .article-feature {
	margin-bottom: 20px;
}

.blog.blog-tags,
.blog.blog-archive,
.blog.blog-article-headings {
	margin-bottom: 20px;
}
.blog.blog-article-headings .article-feature {
	display: block;
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0;
}
.blog.blog-article-headings .article-feature img {
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: 100%;
}
.blog.blog-article-headings .article-title {
	font-size: 16px;
    margin: 0;
    margin-left: 70px;
}
.blog.blog-article-headings .article-date {
	margin: 0;
    margin-left: 70px;
}
.blog .archive-title {
	font-size: 16px;
}
.blog.blog-tag-articles {
    float: right;
	max-width: 280px;
	width: 100%;
}
.blog.blog-tag-articles .article-list {
    background: #ececec;
    padding: 10px;
}
.blog.blog-tag-articles .article-feature {
	display: block;
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0;
}
.blog.blog-tag-articles .article-feature img {
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: 100%;
}
.blog.blog-tag-articles .article-title {
	font-size: 16px;
    margin: 0;
    margin-left: 70px;
}
.blog.blog-tag-articles .article-date {
	margin: 0;
    margin-left: 70px;
}

.blog .tag-item {
	display: inline-block;
	padding: 3px 6px;
	margin: 3px;
	background: #2a2d2a;
	color: #FFF;
	font-size: 0.8em;
	text-transform: uppercase;
}
.blog .tag-item:focus,
.blog .tag-item:hover {
	background: #bb8a22;
	color: #FFF;
	text-decoration: none;
}



/*------------------------------------------------------------------------------
 * Login Page
 *----------------------------------------------------------------------------*/
 
.login-page .doublecol {
	display: -ms-flexbox;
	display: flex;
}

.form .input-group-addon {
    background-color: #ecdfd0;
    border: none;
    border-radius: 0;
}

.login-page #main .main-container {
	padding: 80px 0;
}

.login-page #main .main-container .btn {
	margin-top: 30px;
}



/*------------------------------------------------------------------------------
 * Tables/Lists
 *----------------------------------------------------------------------------*/

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
td,
th {
	padding: 8px;
	line-height: 1.42857143;
}
th {
	border-bottom: 2px solid #adb1ba;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 30px;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif !important;
}
td {
	border-bottom: 1px solid #adb1ba;
	border-top: 1px solid #adb1ba;
	vertical-align: top;
}


/*------------------------------------------------------------------------------
 * Forms Section
 *----------------------------------------------------------------------------*/
 
.form .ctrl-body {
    position: relative;
}

.form .ctrl-input {
	color: #2a2d2a;
    font-size: 25px;
    height: 60px;
    font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ecdfd0 !important;
    border-radius: 0;
}

.form .ctrl-input-custom .ctrl-input-custom-select {
	font-size: 25px;
	height: 60px;
	padding: 6px 15px;
	line-height: 1.75em;
}

.form .ctrl-input {
	padding: 10px 0;
}

.form .ctrl-input::placeholder {
	color: #ecdfd0;
	font-size: 35px;
}

.form input[type="radio"], .form input[type="checkbox"] {
    height: 20px;
    width: 20px;
    accent-color: #d9534f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.form .required {
    color: #ff0000;
}

.form .ctrl-input:focus {
    border-color: #ecdfd0;
    box-shadow: none;
}

.form .ctrl .ctrl-progress-bar .progress {
    background: transparent;
    box-shadow: none;
}

.form legend,
.form .ctrl.fieldset > .ctrl-wrapper > .ctrl-header {
    border: 0;
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.form .ctrl .ctrl-option-list {
    background: transparent;
    border: none;
}

.form .ctrl .ctrl-option-list .ctrl-option-label {
	border: none;
}

.form .form-footer {
    border: none;
}

.form input, .form button, .form select, .form textarea {
    line-height: 100%;
}

.form .ctrl.ctrl-form-files .ctrl-field {
    background: transparent;
    border: none;
    border-radius: 0;
}

.form .ctrl-input-custom .ctrl-input-custom-select {
    font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ecdfd0 !important;
    border-radius: 0;    
}

.form .ctrl-field {
    color: #2a2d2a;
}

.form .ctrl .ctrl-option-list .ctrl-option-row {
    border-top: none;
}




/*------------------------------------------------------------------------------
 * Help Pages
 *----------------------------------------------------------------------------*/

.help-page {
	background: #f1e9de;
}
.help-page #banner .banner,
.help-page #main .doublecol {
	display: none;
}

.help.help-centre .help-centre-container {
	margin: 0;
}

.help.help-centre .help-centre-header .search-button {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    border: 0;
    background: #2a2d2a;
}

.help-page.legacy #main .contentBlock {
	width: 46%;
	float: left;
	margin-right: 2%;
}

.help-page.legacy #main .bottom-content {
	padding-right: 0;
}


.help.help-centre .help-centre-header .search-term {
    font-size: 25px;
    height: 60px;
    font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ecdfd0 !important;
    border-radius: 0;
}

.help.help-centre .help-centre-header .search-term::placeholder {
	color: #ecdfd0;
	font-size: 35px;
}

.help.help-centre .nav-menu li {
    margin: 20px;
}

.help.help-centre .nav-menu li.current>a,
.help.help-centre .nav-menu li.current>a:focus,
.help.help-centre .nav-menu li.current>a:hover {
    background-color: #2aec7c;
}

.help.help-centre .nav-menu li>a {
    padding: 10px 20px;
}

.help.help-centre .nav-menu .menu-item a:focus,
.help.help-centre .nav-menu .menu-item a:hover {
	border-radius: 0;
}

.pagination li {
	padding: 0;
	margin: 0;
}

.pagination li a.current {
    background: #2a2d2a;
    border-color: #2a2d2a;
    color: #FFF;
}

.pagination li a {
    background: transparent;
    border: 2px solid #2a2d2a;
    border-radius: 0;
    display: block;
    height: auto;
    line-height: 100%;
    margin: 0;
    min-width: auto;
    padding: 10px;
}

.pagination li a:hover {
    color: white;
    background: #2a2d2a;
    text-decoration: none;	
}

.pagination .next {
	margin-left: 5px;
}

.pagination .prev {
	margin-right: 5px;
}

/*.pagination .next a {*/
/*	padding: 10px 70px 10px 20px;*/
/*    transition: background-color 0.3s ease;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.pagination .next a::after {*/
/*	content: "";*/
/*    position: absolute;*/
/*    border-left: 2px solid #2a2d2a;*/
/*    display: flex;*/
/*    background: url(../images/arrow-dark.png) no-repeat center 12px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

/*.pagination .next a:hover::after, {*/
/*    background-image: url(../images/arrow-white.png);*/
/*}*/

.help-per-page select.ctrl-input {
    padding: 10px;
    background: transparent;
}

hr {
    border-top: 1px solid #2a2d2a;
}
    


/*------------------------------------------------------------------------------
 * Other Pages
 *----------------------------------------------------------------------------*/

.contact-page {
	background: #f1e9de;
}

#header .mobile-menu.menu-btn .icon-bar {
	color: #2a2d2a;
	background: #2a2d2a;
}

#header .is-sticky .mobile-menu.menu-btn {
    line-height: 100px;
}

#header .mobile-menu.menu-btn {
    line-height: 120px;
}

.mobile-menu-icon .icon-bar {
    border-radius: 4px;
    height: 4px;
    margin-top: 6px;
}

.mm-menu.mm-white .mm-list > li.mm-selected {
    background: #EAEEEE;
}

.mm-list > li > a, .mm-list > li > span {
    line-height: 40px;
    font-size: 20px;
}


/*------------------------------------------------------------------------------
 * Responsive Media
 *----------------------------------------------------------------------------*/

/* Large devices */
@media (max-width: 1600px) {
	.container {
		width: 85%;
	}
	#header .header-menu .menu-item {
	    padding: 20px 10px;
	}
}

/* Medium-Large devices */
@media (max-width: 1440px) {
	#header .custom-menu a {
	    font-size: 16px;
	}
	#header .header-menu .menu-item {
	    padding: 10px;
	}
	#main .multi-btn {
	    position: relative;
	}
	#main .multi-btn a {
	    width: 100%;
	    margin-top: -2px;
	}
	#main .doublecol {
	    column-gap: 60px;
	}
	#main .doublecol.row {
	    margin-right: -60px;
	    margin-left: -60px;
	}
	#banner {
	    padding-top: 100px;
	}
	#banner .banner .column1 {
	    padding-right: 80px;
	}
	#banner {
	    padding-top: 80px;
	}	
	h1, h1 a {
    	font-size: 52px;
	}
	h2, h2 a {
	    font-size: 40px;
	}
}

/* Medium devices */
@media (max-width: 1199px) {
	#header .header-menu .menu-item {
	    padding: 10px 5px;
	}
	#main #banner .banner-container .content {
		width: 60%;
	}
	#banner .banner .column1 {
	    padding-right: 50px;
	}
	#banner, #banner .banner {
	    font-size: 22px;
	}
	h1, h1 a {
	    font-size: 42px;
	}
	.form .ctrl-input::placeholder {
		font-size: 32px;
	}	
}

	
/* Small devices */
@media (max-width: 991px) {
	.container {
		width: 80%;
	}
	#main {
		padding-top: 100px;
	}
	#main #banner .banner-container .content {
		width: 100%;
	}
	h1, h1 a {
	    font-size: 52px;
	}
	h2,
	h2 a,
	#steps-content .column .component h2 {
		font-size: 40px;
	}
	h3,
	h3 a {
		font-size: 30px;
	}
	h4,
	h4 a {
		font-size: 22px;
	}
	h5,
	h5 a {
		font-size: 20px;
	}
	#header .mobile-menu-icon a {
		display: block;
	    background: url(../images/mobile-menu-white.png) no-repeat;
	    width: 34px;
	    height: 32px;		
	}
	.has-sticky #header .mobile-menu-icon a{
	    background: url(../images/mobile-menu-dark.png) no-repeat;
	}	
	#header .mobile-menu-icon .menu-image {
		display: none;
	}
	#header .custom-menu {
		display: none;
	}
	#header .header-logo {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.tableMobile {
		overflow-x: scroll;
	}
	#main .doublecol.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	#main .doublecol {
	    column-gap: 0;
	    flex-direction: column;
	}
	#banner h3 {
	    font-size: 24px;
	}
	#banner, #banner .banner {
	    font-size: 22px;
	    flex-direction: column;
	}	
	#banner .banner .column1 {
	    padding-right: 0;
	}
	#banner .image-content {
	    transform: scale(1.3, 1.3) translateX(0);
	    margin-top: 120px;
	}
	#banner {
    	padding-top: 50px;
    	max-height: none;
	}
	#main .doublecol .column {
	    margin-bottom: 0;
	}
	#main .doublecol .column1 {
	    margin-bottom: 30px;
	}	
	#main .main-container,
	#main .fullwidth-section {
	    padding: 50px 0;
	}
	#main .main-container .onecol {
	    padding-right: 0;
	}
	#main .main-container .onecol {
		padding-top: 150px;
	}
	#banner {
	    max-height: fit-content;
	}
	.login-page #banner {
		padding-top: 50px;
	}	
	.btn {
	    padding: 15px 80px 15px 50px;
	}
	.help-page.legacy #main .contentBlock {
		width: 100%;
		float: none;
	}	
	#banner .image-content {
		transform: scale(1.3, 1.3) translate(0);
	}
	#main .bottom-content {
	    padding-right: 0;
	}	
	#footer .footer-main {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}	
	#footer .footer-copyright .container {
	    flex-direction: column;
	}
	#footer .footer-copyright .copyright {
	    align-self: flex-start;
	    margin-bottom: 20px;
	}
	#footer .footer-column1, #footer .footer-column2 {
	    padding-right: 0;
	}	
	.form .ctrl-input::placeholder {
		font-size: 28px;
	}
	#main .imageRight {
		justify-content: flex-start;
	}	
}


/* Extra small devices */
@media (max-width: 767px) {
	h1, h1 a {
	    font-size: 42px;
	}
	h2,
	h2 a {
		font-size: 34px;
	}
	h3,
	h3 a {
		font-size: 24px;
	}
	h4,
	h4 a {
		font-size: 20px;
	}
	h5,
	h5 a {
		font-size: 18px;
	}
	#banner h3 {
	    font-size: 22px;
	}
	.tableMobile th,
	.tableMobile td {
		font-size: 16px;
	}
	.expanding-text h3 {
	    font-size: 18px;
	}
	.form .ctrl-input,
	.form .ctrl-input-custom .ctrl-input-custom-select {
	    font-size: 20px;
	}
	.form .ctrl-input::placeholder {
		font-size: 20px;
	}	
}

/* More Extra small devices */
@media (max-width: 425px) {
	body {
		font-size: 18px;
	}
	#banner .image-content {
	    margin-top: 80px;
	}
	.btn,
	.form .ctrl.type-submit {
	    width: 100%;
	}
	.form .ctrl-input,
	.form .ctrl-input-custom .ctrl-input-custom-select {
	    font-size: 18px;
	}		
	.form .ctrl-input::placeholder {
		font-size: 18px;
	}	
}

/* More Extra small devices */
@media (max-width: 375px) {
	#banner .image-content {
	    margin-top: 60px;
	}
	.form .ctrl-input,
	.form .ctrl-input-custom .ctrl-input-custom-select {
	    font-size: 16px;
	}	
	.form .ctrl-input::placeholder {
		font-size: 16px;
	}	
}