/**
 * 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: #F7F7F7;
	border: 1px solid #DDD;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 -1px 0;
	padding: 10px;
}
.expanding-text > div {
	margin-bottom: 20px;
	padding: 20px;
}
.expanding-text > div > :last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/

#header .is-sticky #headerWrapper {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

#header {
    background-color: transparent;
    color: #2a2d2a;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

#header #headerWrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
}

#header .header-logo {
    padding: 0;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-self: center;
}

#header .header-logo > * { display: flex; }

#header .header-toolbar {
    background: transparent;
}

#header .header-main {
    height: auto;
    display: flex;
}

#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 > 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;
}

.logo-white #header .custom-menu a:before {
    background-color: #fff;
}

.logo-white.has-sticky #header .custom-menu a:before {
    background-color: #2a2d2a;
}

.logo-white #header .custom-menu > ul > li.current > a {
    border-bottom: 3px solid #fff;
}

#header .custom-menu a:hover::before {
  transform: scaleX(1);
}

#header .custom-menu a:hover {
    text-decoration: none;
}

#header .custom-menu > ul > li.current > a,
.forms-page.has-sticky #header .custom-menu > ul > li.current > a,
.how-to-apply-page.has-sticky #header .custom-menu > ul > li.current > a,
.support-page.has-sticky #header .custom-menu > ul > li.current > a {
    border-bottom: 3px solid #2a2d2a;
}


#header .custom-menu > ul > li.current > a:before {
    display: none;
}

#header .custom-menu > ul > li {
	padding: 30px;
}

#header .custom-menu > ul > li:last-child {
    padding-right: 0;
}

#header .custom-menu ul ul li.level-2 .menu-down {
    margin-left: 5px;
    position: absolute;
    right: 8px;	
}

#header .header-menu {
	padding: 0;
	display: flex;
    justify-content: flex-end;
    align-self: center;
}

#header .header-menu .menu-item {
	padding: 20px;
}

#header .header-menu .menu-item:last-child {
	background: #2aec7c;
	border-radius: 60px;
	padding: 20px 50px;
	margin-left: 30px;
	color: #2a2d2a;
}



/*------------------------------------------------------------------------------
 * Home Page
 *----------------------------------------------------------------------------*/

.home-page #header .page-menu > ul > li.current > a {
	border-bottom: none;
}

.home-page #banner {
	max-height: 780px;
}

.home-page #banner .bx-slider .bx-viewport {
	max-height: 780px;
}

.home-page #banner .container {
	width: 100%;
	max-width: 100%;
}

.home-page #banner .bx-wrapper .bx-caption {
	background: transparent;
	width: 35%;
    bottom: 60px;
    margin-left: 10%;
}

.home-page #banner .bx-wrapper .bx-caption h1 {
	font-size: 82px;
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
	color: #ffffff;
}

.home-page #banner .bx-wrapper .bx-caption span {
	font-family: 'NewHero-ExtraBold', Helvetica, Arial, sans-serif;
	padding: 0;
}



/*------------------------------------------------------------------------------
 * 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,
.support-page #banner h1 {
	color: #fff;
}

.how-to-apply-page #banner h3,
.support-page #banner p {
	font-size: 30px;
	color: #fff;
	font-family: 'NewHero-Regular', Helvetica, Arial, sans-serif;
}

.logo-white #header .header-logo img {
	display: none;
}

.logo-white.has-sticky #header .header-logo img {
	display: block;
}

.logo-white #header .header-logo a {
    display: block;
    background: url(../images/simpli-logo-white.png) no-repeat;
    width: 139px;
    height: 56px;
    align-self: center;
}

.logo-white.has-sticky #header .header-logo a {
    background: transparent;
}

.logo-white #header .header-menu a {
    color: #fff;
}

.how-to-apply-page #header .header-menu li:last-child a {
	color: #2a2d2a;
}

.logo-white.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: none;
}

.forms-page #main .forms {
	display: inline-block;
	padding: 0;
}

.forms-page #main .forms .form-wrapper  {
	padding: 60px 0;
}

.forms-page #main .forms .form-wrapper.grey__bg {
	background: #efeff1;
}

.forms-page #main .forms .form-wrapper .form-content {
	display: flex;
	flex-flow: wrap;
	padding: 0;
}

.forms-page #main .forms .form-wrapper .form-content .contentBlock  {
	width: calc(50% - 40px);
	margin: 20px;
}

#main .boxed-section {
	background: #efeff1;
	padding: 80px 0;
}

#main .boxed-section .container {
	display: grid;
	padding: 0;
}

#main .boxed-section .container .column {
	margin-bottom: 0;
}

#main .boxed-section .container::before,
#main .boxed-section .container::after {
	display: none;
}

#main .boxed-section .container .box2 {
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}

#main .boxed-section .container .box3  {
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

#main .boxed-section .container .noBorder tr td:first-child {
	padding-left: 0;
	padding-right: 50px;
}

#main .boxed-section .container .noBorder tr td:last-child {
	padding-left: 50px;
	padding-right: 0;
}

#main .boxed-section .container .noBorder td {
	border: 0;
	padding-top: 0;
	padding-bottom: 50px;
}

#main .boxed-section .container .noBorder tr:last-child td {
	padding-bottom: 0;
}


.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
 *----------------------------------------------------------------------------*/

.support-page #banner {
	max-height: 720px;
	background: #2a2d2a;
}

.support-page #banner .image-content {
    transform: scale(1.3, 1.3) translate(60px, -44px);
}

.support-page #banner .banner {
    display: inline-block;
}

.support-page #banner .banner .column1 {
	padding-top: 100px;
}


    
/*------------------------------------------------------------------------------
 * 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 .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 {
	padding-left: 0;
	padding-right: 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-top: 150px;
}

#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 {
	min-height: 66px;
	object-fit: contain;
}

#main #feature-content .featured-content .featured-body {
	margin-bottom: 0;
	padding-bottom: 35px;
	position: relative;
	min-height: 210px;
}

#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;
}

#banner .image-content {
	transform: scale(1.3, 1.3) translateX(100px);
}



/*------------------------------------------------------------------------------
 * 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;
}

.login-page .boxed-section,
.signup-page .boxed-section {
	display: none;
}




/*------------------------------------------------------------------------------
 * 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 {
    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;
    padding: 10px 0;
}

.form .ctrl-input-custom .ctrl-input-custom-select {
	font-size: 25px;
	height: 60px;
	padding: 6px 15px;
	line-height: 1.75em;
}

.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;
}



/*------------------------------------------------------------------------------
 * Other Pages
 *----------------------------------------------------------------------------*/

.contact-page {
	background: #f1e9de;
}

.contact-page #main .boxed-section {
	display: none;
}

.search-results-page .site-search-advanced {
	background: #f7f1eb;
    padding: 50px;
    margin-top: 50px;	
}

#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;
}

:target {
    display: block; /* Make sure it's visible */
    padding-top: 150px; /* Add some space above the target */
    margin-top: -150px; /* Adjust the margin to offset the space */
}

.admin-reset-page #main .column {
	width: 50%;
}

.admin-reset-page #main .column .reset-pwd-form .has-hints .fa:before {
	content: "\f069";
}




/*------------------------------------------------------------------------------
 * Responsive Media
 *----------------------------------------------------------------------------*/


/* X-Large devices */
@media (max-width: 1800px) {
	#main #feature-content .featured-content .featured-body {
	    min-height: 240px;
	}	
}
	
	
/* Large devices */
@media (max-width: 1600px) {
	.container {
		width: 85%;
	}
	#header .header-menu .menu-item {
	    padding: 20px 10px;
	}
	#main #feature-content .column1 {
	    padding: 40px 40px 40px 0;
	}
	#main #feature-content .column2 {
	    padding: 40px 40px 40px 40px;
	}
	#main #feature-content .column3 {
	    padding: 40px 0 40px 60px;
	}
	.login-page #banner {
		padding-top: 100px;
	}
	.home-page #banner {
		height: auto;
	}
	.home-page #banner .bx-wrapper .bx-caption {
	    margin-left: 7.5%;
	}	
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 72px;
	}
	#main #feature-content .featured-content .featured-body {
	    min-height: 240px;
	}
	#main .boxed-section .container .box2 {
		gap: 60px;
	}
	#main .boxed-section .container .box3 {
		gap: 40px;
	}
	#main .boxed-section .container .noBorder tr td:first-child {
		padding-left: 0;
		padding-right: 30px;
	}
	
	#main .boxed-section .container .noBorder tr td:last-child {
		padding-left: 30px;
		padding-right: 0;
	}	
	#main #carousel .bx-slider img {
	    transform: scale(1.35, 1.35) translateX(30%);
	}	
}

/* Medium-Large devices */
@media (max-width: 1440px) {
	#header .custom-menu a {
	    font-size: 16px;
	}
	#header .header-menu .menu-item {
	    padding: 10px;
	}
	#header .header-menu .menu-item:last-child {
	    padding: 10px 40px;
	    margin-left: 20px;
	}	
	#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;
	}
	.forms-page #banner,
	.required-documents-page #banner {
	    padding-top: 80px;
	}	
	h1, h1 a {
    	font-size: 52px;
	}
	h2, h2 a {
	    font-size: 40px;
	}
	#steps-content .column {
	    column-gap: 30px;
	}
	#steps-content .column .component {
	    font-size: 22px;
	}
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 62px;
	}	
	#main #feature-content .featured-content .featured-body {
	    min-height: 340px;
	}
}

/* Medium devices */
@media (max-width: 1199px) {
	#header .header-menu .menu-item {
	    padding: 10px 5px;
	}
	#header .header-menu .menu-item:last-child {
	    padding: 10px 30px;
	    margin-left: 10px;
	}
	.home-page #main #banner .banner-container .content {
		width: 100%;
	}
	#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;
	}
	.forms-page #banner,
	.required-documents-page #banner {
	    padding-top: 60px;
	}
	.form .ctrl-input::placeholder {
		font-size: 32px;
	}
	.home-page #banner .bx-wrapper .bx-caption {
		width: 50%;
	}
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 58px;
	}
	#main #feature-content .featured-content .featured-body {
	    min-height: 400px;
	}
	#main #carousel .bx-slider img {
	    transform: scale(1.35, 1.35) translateX(40%);
	}	
	#main #carousel .bx-wrapper .bx-caption h3 {
	    font-size: 30px;
	}	
	#main #carousel .bx-wrapper .bx-caption span {
	    font-size: 20px;
	}
	.admin-reset-page #main .column {
		width: 100%;
	}	
}

	
/* Small devices */
@media (max-width: 991px) {
	.container {
		width: 80%;
	}
	#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;
	}
	.logo-white #header .mobile-menu-icon a {
		display: block;
	    background: url(../images/mobile-menu-white.png) no-repeat;
	    width: 34px;
	    height: 32px;		
	}
	.logo-white.has-sticky #header .mobile-menu-icon a {
	    background: url(../images/mobile-menu-dark.png) no-repeat;
	}	
	.logo-white #header .mobile-menu-icon .menu-image {
		display: none;
	}
	#header .custom-menu {
		display: none;
	}
	#main #feature-content .threecol {
	    flex-direction: column;
	}	
	#main #feature-content .column1 {
	    padding: 40px 0 0 0;
	}
	#main #feature-content .column2 {
	    padding: 40px 0 0 0;
	}
	#main #feature-content .column3 {
	    padding: 40px 0;
	}
	#main #carousel .carousel-container {
		width: 100%;
		padding: 0;
	}
	#main #carousel .bx-wrapper .bx-caption {
	    background: #fff;
	    width: 100%;
	    top: auto;
	    bottom: 0;
	    padding: 30px 10%;
	}	
	#main #carousel .bx-slider img {
	    transform: none;
	    width: 100%;
	    float: none;
	}	
	#main #carousel .bx-wrapper .bx-caption h3 {
	    font-size: 26px;
	}	
	#main #carousel .bx-wrapper .bx-caption span {
	    font-size: 18px;
	}
	#main #carousel .bx-wrapper .bx-caption span p {
	    margin-bottom: 10px;
	}
	#main #carousel {
	    padding: 0;
	}
	.tableMobile {
		overflow-x: scroll;
	}
	#main .doublecol.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	#main .doublecol {
	    column-gap: 0;
	    flex-direction: column;
	}
	#steps-content .column {
	    padding: 40px 0;
	    column-gap: 0;
	    margin: 0;
	    flex-direction: column;
	}
	.how-to-apply-page #banner h3,
	.support-page #banner p {
	    font-size: 24px;
	}
	#steps-content .column .component h2 {
		margin-bottom: 0;
	}
	#steps-content .column .component {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#steps-content .column:last-child {
	    padding-bottom: 10px;
	}
	#main .multi-btn {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	
	#main .multi-btn a {
		margin-top: 0;
	    margin-right: -2px;
	    width: auto;
	}	
	#more-information-content .imageBlock {
	    transform: scale(1.35, 1.35) translateX(0);
	    margin-top: 80px;
	}
	#more-information-content .featured-content {
		padding: 40px 0;
		font-size: 22px;
	}
	#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;
	}
	.signup-page #banner {
    	padding-top: 50px;
	}
	#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;
	}
	.how-to-apply-page #banner,
	.forms-page #banner,
	.required-documents-page #banner,
	#main .main-container .onecol {
		padding-top: 150px;
	}
	#banner {
	    max-height: fit-content;
	}
	.login-page #banner {
		padding-top: 50px;
	}	
	.btn {
	    padding: 15px 80px 15px 50px;
	}	
	#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;
	}
	.home-page #banner .bx-wrapper .bx-caption {
	    margin-left: 10%;
	    width: 60%;
	}	
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 52px;
	}
	.home-page #banner .bx-wrapper img {
		height: 650px;
		object-fit: cover;
	}	
	#main #feature-content .featured-content .featured-body {
	    min-height: 0;
	}	
	#main .imageRight {
		justify-content: flex-start;
	}
	#main .boxed-section {
	    padding: 30px 0;
	}	
	#main .boxed-section .container,
	#main .boxed-section .container .box2,
	#main .boxed-section .container .box3 {
		gap: 0;
		grid-template-columns: 1fr;
	}
	#main .boxed-section .container .noBorder tr {
		display: flex;
		flex-wrap: wrap;
	}	
	#main .boxed-section .container .noBorder td {
		width: 100% !important;
		padding: 30px 0 !important;
	}
	#main .boxed-section .container .noBorder td.empty {
		display: none;
	}
}


/* Extra small devices */
@media (max-width: 767px) {
	h1, h1 a {
	    font-size: 42px;
	}
	h2,
	h2 a,
	#steps-content .column .component h2 {
		font-size: 34px;
	}
	h3,
	h3 a {
		font-size: 24px;
	}
	h4,
	h4 a {
		font-size: 20px;
	}
	h5,
	h5 a {
		font-size: 18px;
	}
	.how-to-apply-page #banner h3,
	.support-page #banner h3 {
	    font-size: 22px;
	}
	#more-information-content .featured-content {
		padding: 30px 0;
		font-size: 20px;
	}
	#main #carousel {
	    padding: 0;
	}
	#main #carousel .bx-wrapper .bx-caption h3 {
	    font-size: 24px;
	}	
	#main #carousel .bx-wrapper .bx-caption span {
	    font-size: 16px;
	}
	#main #carousel .bx-wrapper .bx-caption p {
	    margin-bottom: 10px;
	}	
	.tableMobile th,
	.tableMobile td {
		font-size: 16px;
	}	
	.form .ctrl-input,
	.form .ctrl-input-custom .ctrl-input-custom-select {
	    font-size: 20px;
	}
	.form .ctrl-input::placeholder {
		font-size: 20px;
	}	
	.home-page #banner .bx-wrapper .bx-caption {
		width: 70%;
	}	
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 48px;
	}
	#main #carousel .bx-viewport {
	    min-height: 600px !important;
	}
	#main #carousel .bx-slider li {
	    width: 100% !important;
	    height: 600px !important;
	}	
	.forms-page #main .forms .form-wrapper {
	    padding: 40px 0;
	}
	.forms-page #main .forms .form-wrapper .form-content .contentBlock {
	    width: 100%;
	}	
}

/* More Extra small devices */
@media (max-width: 425px) {
	body {
		font-size: 18px;
	}	
	#main .multi-btn {
	    position: relative;
	}
	#main .multi-btn a {
	    width: 100%;
	    margin-top: -2px;
	}	
	#main #feature-content .column3 .featured-content .featured-body {
		 padding-bottom: 0;
	}
	#main #carousel {
	    padding: 0;
	}
	#main #carousel .bx-viewport {
	    min-height: 500px !important;
	}
	#main #carousel .bx-slider li {
	    width: 100% !important;
	    height: 500px !important;
	}
	#main .multi-btn a.more-btn {
		overflow: hidden;
	}
	.how-to-apply-page #banner {
	    padding: 20vh 0 7vh 0;
	}
	#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;
	}
	.home-page #banner .bx-wrapper .bx-caption {
	    width: 80%;
	}
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 42px;
	}
	.home-page #banner .bx-wrapper img {
		height: 550px;	
	}	
}

/* 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;
	}	
	.home-page #banner .bx-wrapper .bx-caption h1 {
		font-size: 38px;
	}	
}