/*
Theme Name: CBDC
Author: m5 Marketing Communications
Version: 1
Text Domain: base

*/

@import url( includes/css/bootstrap-wp.css );
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;1,300;1,400;0,700&family=Noto+Sans:wght@400;700&display=swap');

html,body { overflow-x: hidden; }

body {
	color: #2E2B26; font: 300 18px/1.44 "Open Sans", system-ui, sans-serif;
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 { font-size: 44px; }
h2 {
	letter-spacing: -.01em;
}
h3 {
	font-size: 32px;
	font-weight: 400;
}
.gform_legacy_markup_wrapper h3.gform_title {
	font-size: 32px !important;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 12px;
}
p { margin-bottom: 18px; }


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

:focus { outline: none; }

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.entry-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.entry-content .gform_wrapper select {
    padding: 10px 20px;
    margin: 0;
    border: 1px solid #0d5874;
    border-radius: 3px;
}

.btn,
.li-btn a {
	padding: 2px 34px;
	color: #fff;
	font-size: 17px;
	line-height: 1.235;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	background: #e55c34;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}
.fr .li-btn a { padding: 2px 14px; }
.btn:hover {
	background: #095a77;
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    color: #2E2B26;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 700;
    background: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.button.outline {
    color: #f2f2f2;
    font-size: 12px;
    letter-spacing: 3.5px;
    background: transparent;
    border: 1px solid #fff;
}
.button:hover {
    color: #181818;
    text-decoration: none;
    opacity: .8;
}
.button.outline:hover {
    color: #181818;
    background: #fff;
    opacity: 1;
}
.button.large {
    font-size: 20px;
}
.button.bt-grey {
    color: #fff;
    background: #6e6e6e;
}
.button.bt-grey:hover {
    background: #808080;
}

.container {
	position: relative;
    width: 100%;
	max-width: 1428px;
	padding: 0 24px;
	margin: 0 auto;
}

/* Content */
.clear { clear: both; }

#masthead {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 24px;
	z-index: 999;
}

#masthead .row {
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
	margin: 0 auto;
}
#logo {
	display: inline-block;
    width: 183px;
    height: 63px;
	margin: 0;
}

.site-navigation {
	width: 100%;
	padding-left: 130px;
}
.nav-container {
	position: relative;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: justify;
    justify-content: space-between;
	width: 100%;
	padding: 20px 70px;
	background-color: #1e96b3;
	z-index: 99;
}

#masthead .nav>li {
	display: inline-block;
	margin: 0;
}
#masthead .nav>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px 10px;
	margin: 0;
}
.fr #masthead #main-menu>li>a {
	height: 60px;
	padding: 0 10px;
	font-size: 15px;
}
#masthead .navbar-nav>li.active>a,
#masthead .navbar-nav>.active>a:hover, 
#masthead .navbar-nav>.active>a:focus,
#masthead .navbar-nav>li:hover>a,
#masthead .navbar-nav>li:focus>a {
	color: #fff;
	font-weight: 600;
	background: #1885a0;
}
#masthead .navbar-nav>li:hover>a .caret {
	border-top-color: #fff;
    border-bottom-color: #fff;
}
#masthead .navbar-nav>li:hover .dropdown-menu,
#masthead .navbar-nav>li.hover .dropdown-menu {
	display: block;
}

#masthead .dropdown-menu {
	min-width: 100%;
	padding: 0;
}
#masthead .dropdown-menu li a {
	color: #095a77;
	text-align: left;
	padding: 8px 20px;
}
#masthead .dropdown-menu>.active>a,
#masthead .dropdown-menu>.active>a:hover, 
#masthead .dropdown-menu>.active>a:focus,
#masthead .dropdown-menu li:hover a {
	color: #fff;
    background: #1e96b3;
}

.sidenav ul {
	margin: 0;
}
#masthead .sidenav li {
	display: inline-block;
}
#masthead .sidenav li+li {
	margin-left: 20px;
}
#masthead .sidenav li.wpml-ls-item a {
	display: inline-block;
	width: 28px;
    height: 28px;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fff;
}
#masthead .sidenav li.wpml-ls-item:hover a {
	border-color: #1885a0;
	background: #1885a0;
}
#masthead .sidenav li.li-btn a {
	padding: 4px 32px;
}
#masthead .li-btn:hover > a {
	background: #1885a0;
}

body.logged-in #menu-side-menu li.login,
body.logged-in #menu-side-menu-fr li.login {
	display: none;
}
body:not(.logged-in) #menu-side-menu li.logout,
body:not(.logged-in) #menu-side-menu-fr li.logout {
	display: none;
}


.navbar-toggle {
	display: inline-block;
	border: 0;
	vertical-align: top;
}
.navbar-toggle:hover,
.navbar-toggle:focus { background: none; }

.navbar-toggle .bar {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
    transition: all .15s;
}
.navbar-toggle .bar+.bar {
    margin-top: 4px;
}

.navbar-toggle.collapsed .bar:first-child {
	position: absolute;
	top: 20px;
	transform: rotate(45deg);
}
.navbar-toggle.collapsed .bar:nth-child(2) {
	opacity: 0;
}
.navbar-toggle.collapsed .bar:last-child {
	position: absolute;
	top: 16px;
	transform: rotate(-45deg);
}
.bt-home {
	display: inline-block;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	padding: 8px 10px;
	vertical-align: top;
}

#navbar-top {
	position: sticky;
	top: 0;
    padding-block: 15px;
    margin-top: 4px;
    background: #181818;
}
.nav {
    display: flex;
    justify-content: flex-start;
}
#navbar-top a {
    display: inline-flex;
    padding: 8px 15px;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 1.54;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
}
#navbar-top a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
}
#navbar-top a.link-external {
    padding-left: 44px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M19.9014 21C20.4318 21 20.9405 20.7893 21.3156 20.4142C21.6907 20.0391 21.9014 19.5304 21.9014 19V5C21.9014 4.46957 21.6907 3.96086 21.3156 3.58579C20.9405 3.21071 20.4318 3 19.9014 3H5.90137C5.37093 3 4.86223 3.21071 4.48715 3.58579C4.11208 3.96086 3.90137 4.46957 3.90137 5V19C3.90137 19.5304 4.11208 20.0391 4.48715 20.4142C4.86223 20.7893 5.37093 21 5.90137 21H19.9014ZM12.9014 7V11H17.9014V13H12.9014V17L7.90137 12L12.9014 7Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 14px center;
}

section { position: relative; z-index: 1; }

#section-banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 280px;
    z-index: 9;
}
#section-banner .container {
    position: relative;
    padding-block: 34% 8%;
    z-index: 7;
}
#section-banner h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -3px;
}
#section-banner img { 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

#home-content {
	color: #fff;
}
#home-content .vc_column_container>.vc_column-inner {
	padding-top: 48px;
	padding-bottom: 34px;
}
#home-content .col-main {
	position: relative;
}
#home-content h3 {
	margin: 0;
}
#home-content h4 {
	text-transform: uppercase;
}
#home-content h5 {
	color: #9cd9e8;
}
#home-content h3+h5 { margin-top: 6px; }
#home-content .col-side {
	position: relative;
	font-size: 20px;
	font-weight: 400;
}
#home-content .col-blue:after,
#home-content .col-orange:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1999px;
	height: 100%;
}
#home-content .col-blue:after {
	left: -999px;
	right: 50%;
	background-color: #095a77;
}
#home-content .col-orange:after {
	left: 50%;
	right: -999px;
	background-color: #e55c34;
}


#intro-content {
	color: #fff;
	padding: 50px 0 60px;
	background-color: #353536;
}

#intro-content h2 { color: #fff; }
#intro-content h3 {
	margin-bottom: 12px;
    font-weight: 700;
}
#intro-content .wpb_text_column { margin-bottom: 24px; }
#intro-content p {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}

#main-content {
	padding: 52px 0;
}
#main-content.section-full {
	position: relative;
	background: none;
}
#main-content.section-full:after {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: -999px;
	right: -999px;
	background-color: #e8f4f7;
	z-index: -1;
}
#main-content h2 {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 30px;
}
.wpb_content_element { margin: 0 !important; }

#theme-black {
    padding: 80px 0;
    color: #fff;
    background: #181818;
}
#theme-black:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 53px;
    height: 68px;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 73.39 98.198"><defs><style>.cls-1{fill:%23fff;stroke-width:0px;}</style></defs><polygon class="cls-1" points="0 98.198 73.39 0 0 0 0 98.198"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}
#theme-black > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
	margin: 0 !important;
	padding: 0 10%;
}
#theme-black .gf_login_form {
    max-width: 632px;
}
#theme-black a {
    color: #f2f2f2;
    text-decoration: underline;
    text-decoration-color: #808080;
}
#theme-black a:hover {
    text-decoration-color: #fff;
}

#intro-content .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
#main-content .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
.content-center > .vc_column-inner > .wpb_wrapper,
#main-content .content-container {
	max-width: 840px;
	margin: 0 auto;
}
#intro-content .content-center-width > .vc_column-inner > .wpb_wrapper,
#main-content .content-center-width > .vc_column-inner > .wpb_wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.gform_wrapper {
    padding-top: 30px;
}

.form-content {
    padding: 60px 0;
}

#form-container li.gfield { padding: 0; }
#form-container li.gfield input.large {
	width: 100%;
}
#form-container .gfield_label {
	width: 30%;
}
#form-container label.gfield_label {
	font-size: 18px;
	font-weight: 400;
}
#form-container .gfield_required {
	display: none;
}
html:not([dir=rtl]) #form-container .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
	width: 70%;
	margin-left: 30%;
}
div.ginput_container_name span+span,
#input_1_2_6_container { padding-right: 0; }
#form-container .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}

#form-container .left_label select.large { width: 100%; }
#form-container .left_label select.large,
#form-container li.gfield input.large,
#form-container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #0d5874;
    border-radius: 3px;
}
.gform_wrapper input[type=submit],
.acf-button {
    min-width: 153px;
	color: #fff;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.8px;
	text-transform: uppercase;
	padding: 13px 17px;
    margin: 0 !important;
	background-color: #181818;
	border: 1px solid #F2F2F2;
	transition: all .3s;
}
.gform_wrapper input[type=submit]:hover,
.acf-button:hover {
    color: #181818;
	background-color: #f2f2f2;
}
#main-content .gform_wrapper .gform_footer {
    margin: 0;
    padding-block: 36px;
}
#form-container .gform_wrapper input[type=submit] { margin: 0; }
.ginput_container_consent {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 15px;
	padding-top: 20px;
}
#main-content .ginput_container_consent input {
    margin-top: 6px;
}
.ginput_container_consent label {
    flex-basis: calc(100% - 35px);
}


#main-content .gform_wrapper .gfield_label {
    font-size: 18px;
}
#main-content .gform_wrapper input[type="checkbox"],
#main-content .gform_wrapper .gfield-choice-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #181818;
    border-radius: 2px;
    background: none;
}
#main-content .gform_wrapper input[type="checkbox"]:checked:before,
#main-content .gform_wrapper .gfield-choice-input:checked:before {
    content: '\f15e';
    color: #181818;
    font: 20px/.6 'dashicons';
    margin-left: -2px;
}
#main-content #theme-black .gform_wrapper input[type="checkbox"],
#main-content #theme-black .gform_wrapper .gfield-choice-input {
    border: 2px solid #fff;
}
#main-content #theme-black .gform_wrapper input[type="checkbox"]:checked:before,
#main-content #theme-black .gform_wrapper .gfield-choice-input:checked:before {
    color: #fff;
}
#main-content .gform_wrapper .gfield_required,
#gform_fields_login .gfield_required {
	display: inline-block;
    color: rgba(18,18,18,.8);
}
#main-content #theme-black .gform_wrapper .gfield_required,
#theme-black #gform_fields_login .gfield_required {
    color: rgba(255,255,255,.8);
}


#form-assessment {
	padding: 24px 0;
}/*
#form-assessment h2 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}*/
#form-assessment .gform_body > ul {
	counter-reset: my-number;
	list-style: none;
}
#form-assessment .gform_body > ul > li {
	position: relative;
	padding: 24px 0 10px 32px;
	margin: 0;
	border-bottom: 1px solid #515151;
	counter-increment: my-number;
}
#form-assessment li .gfield_label {
	font-size: 16px;
	font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#form-assessment li .gfield_required { display: none; }
#form-assessment li .ginput_container label {
	font-size: 16px;
	font-weight: 400;
}
#form-assessment li.field_description_below div.ginput_container_radio {
	margin-top: 6px;
}
#form-assessment li .ginput_container_address label {
	font-size: 14px;
}
#form-assessment .gf_list_inline li {
	margin-right: 20px;
}
#form-assessment select {
    padding: 10px 20px 9px;
    margin: 0;
    line-height: 1;
}

.number-list {
	padding: 0;
	margin-bottom: 18px;
	counter-reset: my-number;
	list-style: none;
}
.number-list li {
	position: relative;
	padding: 8px 0 8px 38px;
	border-top: 1px solid #515151;
	font-weight: 400;
	counter-increment: my-number;
}
.number-list li:first-child {
    border-top: none;
}
.number-list li::before,
#form-assessment .gform_body > ul > li::before {
  content: counter(my-number);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  --size: 22px;
  left: calc(-1 * var(--size) + 25px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 10px;
  background: #181818;
  border-radius: 50%;
  text-align: center;
}
#form-assessment .gform_body > ul > li::before {
	top: 23px;
	left: 0;
}

#gform_fields_1 #field_1_2 {
	padding-right: 15px;
}
#gform_fields_1 #field_1_4,
#gform_fields_6 #field_6_2,
#gform_fields_6 #field_6_4 {
	padding-right: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper ul li.gfield {
	margin: 16px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper label.gfield_label, 
.gform_legacy_markup_wrapper.gform_wrapper legend.gfield_label,
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex label,
.gf_login_form.gform_wrapper.gravity-theme .gfield_label,
.gfield_checkbox label {
	font-weight: 500;
}
.gf_login_form input[type='text'],
.gf_login_form input[type='password'] {
	width: 100%;
}
.gf_login_links br {
    display: none;
}
.gf_login_links a {
    display: inline-block;
    margin-right: 15px;
    color: rgba(255,255,255,.8);
    line-height: 1.75;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #808080;
}
.gf_login_links a:hover {
    text-decoration-color: #fff;
}

.members-access-error { font-size: 18px; }
.members-access-error a { color: #e55c34; }


/*
.slick-arrow {
	position: absolute;
	top: 25%;
	width: 40px;
	height: 52px;
	padding: 0;
	background: none;
	border: none;
	font: 0/0 a;
	color: #1e96b3;
	opacity: .6;
	transition: opacity .3s;
	z-index: 999;
}
.slick-arrow:hover { color: #e55c34; opacity: .9; }
.slick-arrow:after { font: 52px/52px fontAwesome; }
.slick-prev { left: 24px; }
.slick-next { right: 24px; }
.slick-prev:after {
	content: '\f104';
} 
.slick-next:after {
	content: '\f105';
} */


.page-faqs #main-content,
.page-questions-frequemment-posees #main-content {
    background: #EFF0F0;
}
#faq {
	padding: 40px 0;
}
#faq .vc_tta-panel {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 2px solid #ECEDEE;
    background: #fff;
}
#faq .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 20px;
    font-weight: 700;
}
#faq .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 24px 30px;
    color: #2E2B26;
}
#faq .vc_tta-panel-body {
	padding: 0 30px 24px;
	color: #444;
}

#faq .vc_tta-panel-body li {
    padding-bottom: 10px;
}

#get-in-touch {
    padding-block: 86px;
    color: #fff;
    text-align: center;
    background: #353536;
}
#get-in-touch h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.8px;
}
#get-in-touch p {
    max-width: 640px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 700;
}

#footer {
	color: #fff;
	padding: 0;
	background: #181818;
}
#footer .row {
}

#footer h2 {
	margin-bottom: 4px;
	font: 600 28px/1.07 'Barlow', sans-serif;
}
#footer div.ctct-form-embed div.ctct-form-defaults {
	margin: 0 auto;
	padding: 10px 0 32px
}
#footer div.ctct-form-embed div.ctct-form-defaults,
#footer div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
	font-family: 'Barlow', sans-serif !important;
}
#footer div.ctct-form-embed form.ctct-form-custom div.ctct-form-field,
#footer div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	margin-bottom: 8px;
}
#footer .ctct-form-embed.form_2 .ctct-form-custom .ctct-form-button,
#footer div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 20px;
}


.footer-support {
	padding-block: 72px;
	text-align: center;
}
.footer-support p {
	-webkit-font-smoothing: auto;
	margin-bottom: 50px;
}
.province {
	display: inline-block;
	min-width: 120px;
	margin: 0 15px;
	vertical-align: middle;
	text-align: center;
}
.ns { width: 128px; }
.nb { width: 125px; }
.pei { width: 70px; }
.nl { width: 119px; }
.canada { width: 130px; }

.fr .pei { width: 106px; }
.fr .nl { width: 100px; }

.footer-info {
    padding-block: 70px;
    -ms-flex-align: center;
    align-items: center;
}
.footer-info:before,
.footer-info:after {
	display: none;
}
#footer .copy-right > * {
	display: inline-block;
	vertical-align: middle;
}
.copyright {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
	text-align: right;
}
.copyright p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: auto;
}

#footer .navbar-nav {
	float: none;
}
#footer .navbar-nav>li {
	display: inline-block;
	float: none;
}
#footer .navbar-nav>li+li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
}
#footer .navbar-nav>li>a {
	margin: 0;
	padding: 0 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
}
.a4 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-left: -20px;
}
.a4 p { display: none; }
.a4-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.11;
    font-weight: 700;
	text-align: left;
}
.a4-text span {
    display: inline-block;
    margin-top: 8px;
    color: #808080;
}
.footer-left p {
    color: #808080;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 700;
    margin-top: 38px;
}
.footer-right {
    display: flex;
    justify-content: flex-end;
}
.footer-link {
    max-width: 380px;
}
.footer-link a {
    margin: 0 0 20px 20px;
    white-space: nowrap;
}
#footer p a {
    color: #fff;
    text-decoration: underline;
}
#footer p a:hover {
    opacity: .7;
}

@media (min-width: 768px) {
	
	.navbar-toggle,
	.mobile-only { display: none; }
	.bt-home { display: none; }
	.container { padding: 0 24px; }
	
	#section-banner { min-height: 320px; }
	#section-banner .container {
		padding-block: 16% 10%;
	}
	#masthead .nav-collapse {
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-align: center;
	    align-items: center;
		width: 100%;
	}
	
	#home-content .col-main>.vc_column-inner {
		padding-right: 22px;
	}
	#home-content .col-side>.vc_column-inner {
		padding-left: 22px;
	}
	
	#gform_fields_1 .gfield,
	#gform_fields_6 .gfield {
		padding-right: 10%;
	}

	#footer .row {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: end;
	    align-items: flex-end;
	}
	#footer div.ctct-form-embed div.ctct-form-defaults {
		max-width: 70%;
	}
	.footer-info {
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	/*    padding: 12px 36px 14px; */
	}
	.fr .footer-info { padding: 12px 6px 14px; }
	#footer .socials a {
		display: inline-block;
		margin: 0 20px;
		color: #fff;
		font-size: 28px;
		line-height: 1;
	}
	#theme-black:before {
		width: 73px;
		height: 98px;
	}
	.footer-link {
		text-align: right;
	}
	
}
	
@media (min-width: 992px) {
	
	#section-banner { min-height: 440px; }
	#section-banner .container { padding-block: 172px 134px; }
	#footer .socials { padding-left: 44px; }
	.fr #footer .socials { padding-left: 20px; }
	.copyright {
		padding: 0 28px;
		text-align: right;
	}
	#footer .footer-nav {
		padding: 0 28px;
		text-align: left;
	} 
	.fr .copyright,
	.fr #footer .footer-nav { padding: 0 14px; }
	#home-content .col-main>.vc_column-inner {
		padding-right: 28px;
	}
	#home-content .col-side>.vc_column-inner {
		padding-left: 28px;
	}
	#navbar-top a {
		padding: 10px 20px;
		font-size: 18px;
	}
	#navbar-top a.link-external {
		padding-left: 54px;
		background-size: 24px 24px;
		background-position: 20px center;
	}

	
}

@media (min-width: 1024px) {
	
	.container { padding: 0 48px; }

	#home-content .col-main>.vc_column-inner {
		padding-right: 54px;
	}
	#home-content .col-side>.vc_column-inner {
		padding-left: 38px;
	}
	#form-container .gform_footer:not(.top_label) {
		margin: 0 0 0 30%;
	}
	#home-content #form-container li.gfield {
		display: flex;
		justify-content: space-between;
	}
	html:not([dir=rtl]) #form-container .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		width: 70%;
		margin: 0;
	}
	#home-content .gform_footer { margin-left: 30%; }

	#footer .row {
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}
	.logo-list { text-align: center; }
	.copyright {
	    -ms-flex-pack: center;
	    justify-content: center;
    }
    body.fr .copyright.col-3 {
    	font-size: 13px;
    }
	
}

@media (min-width: 1160px) {
	
	.container { padding: 0 70px; }
/*	.footer-info { padding: 12px 48px 14px; }
	.fr .footer-info { padding: 12px 36px 14px; } */
	.fr #footer .socials { padding-left: 44px; }
	.fr.copyright,
	.fr .footer-nav { padding: 0 28px; }
	
}

@media (max-width: 1099px) {
	
	.nav-container { padding: 21px 40px; }
	#masthead .nav>li>a { font-size: 14px; }
	.fr #masthead #main-menu>li>a { height: 57.5px; font-size: 13px; }
	#masthead .sidenav li.wpml-ls-item a {
		font-size: 14px;
		line-height: 26px;
		width: 26px;
		height: 26px;
	}
	
}

@media (max-width: 1023px) {
	
	h3 { font-size: 23px; }
	.gform_legacy_markup_wrapper h3.gform_title {
		font-size: 26px !important;
	}
	h4 { margin-bottom: 10px; }
	.btn {
		font-size: 13px;
		padding: 2px 28px;
	}
	#section-banner h1 { font-size: 44px; }
	
	#home-content .vc_column_container>.vc_column-inner {
		padding-top: 32px;
		padding-bottom: 14px;
	}
	#form-container .gfield_label,
	html:not([dir=rtl]) #form-container .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		width: 100%;
		margin-left: 0;
	}
	#form-container .gfield_label { margin-bottom: 6px; }
	#form-container .gform_footer {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	#main-content { padding: 30px 0 10px; }
	#main-content>.vc_column_container>.vc_column-inner,
	#form-assessment>.vc_column_container>.vc_column-inner { padding-top: 0; }
	#form-assessment .gform_wrapper { margin: 0; }
	#form-assessment h2 { margin-bottom: 8px; }
/*	
	.contact-list { padding: 0 10%; }
	#contact-info { padding: 38px 0 44px; }
	.contact-list .contact { padding: 0 20px; }
	.contact-list .contact h4 { font-size: 19px; }
	.contact-list .contact h5 { font-size: 12px; }
	.contact-list .contact .tel { font-size: 17px; }
	.contact-list .contact .btn { font-size: 14px; padding: 3px 10px; }
	*/
	
	#footer .col-9,
	#footer .col-3 { width: 100%; }
	.logo-list,
	#footer .navbar-nav,
	.copyright { text-align: center; }
	.logo-list { margin: 0 -15px; }
	.copyright { padding-top: 28px; }
	.province { min-width: 100px; margin: 0 14px; }
	.ns { width: 116px; }
	.nb { width: 114px; }
	.pei { width: 64px; }
	.nl { width: 109px; }
	.canada { width: 122px; }
}

@media (max-width: 991px) {
	
	.site-header {
		width: 89px;
		padding: 8px 0;
	}
	#logo { width: 132px; height: 46px; }
	.site-navigation { padding-left: 89px; }
	.nav-container { padding: 14px 24px 14px 16px; }
	.button.outline { font-size: 10px; }
	#masthead .nav>li>a { font-size: 12px; line-height: 1; padding: 16px 7px; }
	#masthead .dropdown-menu li a {
		font-size: 12px;
		padding: 7px 12px;
	}
	.fr #masthead #main-menu>li>a {
		height: 44px;
	}
	
	#masthead .sidenav li+li { margin-left: 12px; }
	#masthead .sidenav li.wpml-ls-item a {
		width: 21px;
		height: 20px;
		padding: 0;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
	}
	#masthead .sidenav li.li-btn a { padding: 5px 24px; }
	.fr #masthead .sidenav li+li { margin-left: 8px; }
	.fr #masthead .sidenav li.li-btn a { padding: 5px 10px; }
	
	#intro-content { margin: 0; }
	#intro-content p { font-size: 16px;}
	#main-content { padding: 44px 40px !important; }
	#main-content h2 {
		font-size: 32px;
		line-height: 1;
		letter-spacing: .01em;
		margin-bottom: 15px;
	}
	#home-content h3 { font-size: 28px; }
	#home-content h5 { margin-bottom: 34px; }
	#home-content .number-list { margin-bottom: 34px; }
	#home-content .wpb_video_widget { margin-bottom: 15px; }
	
	#faq { padding: 28px 0 78px; margin: 0 -24px; }
	#faq h4 { font-size: 16px; }
	#faq h4 a { color: #6e6e6e; }
	#faq h4 a i:before,
	#faq h4 a i:after { border-color: #6e6e6e; } /*
	#faq .vc_tta-panels { padding: 18px 16px; background: #fff; }
	#faq .vc_tta .vc_tta-controls-icon {
		width: 8px;
		height: 8px;
	} */
	#faq .vc_tta-panel-body {
		font-size: 15px;
		line-height: 1.5;
	}
	
	#home-content .gform_legacy_markup_wrapper.gform_wrapper ul li.gfield { margin-top: 14px; }
	#home-content .gform_legacy_markup_wrapper .gform_footer { padding-top: 40px; }
	#home-content .gform_wrapper input[type=submit] { font-size: 20px; padding: 4px 32px; }
	
	#main-content .gform_legacy_markup_wrapper { margin: 0; padding-bottom: 40px; }
	.entry-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	.entry-content .gform_wrapper select {
		padding: 6px 16px;
	}
	.gform_legacy_markup_wrapper.gform_wrapper label.gfield_label, 
	.gform_legacy_markup_wrapper.gform_wrapper legend.gfield_label, 
	.gf_login_form.gform_wrapper.gravity-theme .gfield_label, .gfield_checkbox label {
		font-size: 12px;
	}
	.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
	.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex label {
		font-size: 11px;
	}
	body .gform_legacy_markup_wrapper.gform_wrapper ul li.gfield {
		margin: 4px 0;
	}
	.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
	.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
		margin-bottom: 1px;
	}
	.gf_login_form.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 9px;
	}
	.gf_login_form input[type='text'], .gf_login_form input[type='password'] {
		width: 90%;
	}
	
	.gf_login_form.gform_wrapper.gravity-theme { margin-top: 20px; }
	.gf_login_form.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gf_login_form.gform_wrapper.gravity-theme .gfield_radio label,
	.gf_login_links a { font-size: 14px; }
	.gform_legacy_markup_wrapper.gform_wrapper .gform_footer input.button, 
	.gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=submit], 
	.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input.button, 
	.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input[type=submit],
	.gform_wrapper input[type=submit] {
		font-size: 14px;
		padding: 8px 26px;
	}
	.gform_legacy_markup_wrapper.gform_wrapper .gform_footer { margin-top: 6px; }
	
	#contact-info { padding: 52px 0 22px; }
	#contact-info h3 { font-size: 20px; margin-bottom: 22px; }
	.contact-list { column-gap: 8px; padding: 0 12px; }
	.contact-list .contact {
		width: calc(25% - 8px);
		border-width: 2px;
	}
	.contact-header { padding: 5px 0 7px 7px; }
	.contact-header h5 { font-size: 9.65px; }
	.contact-detail { padding: 8px 9px 10px; }
	.contact-detail h4 { font-size: 15px; }
	.contact-detail .tel { font-size: 14px; }
	.contact-detail .btn,
	.fr .contact-detail .btn {
		font-size: 12px;
		margin-top: 4px;
		padding: 1px 7px 3px;
	}
	
	#footer h2 { font-size: 24px; }
	#footer div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text { font-size: 14px; margin-bottom: 18px; }
	#footer div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text { margin-bottom: 18px; }
	#footer .ctct-form-embed.form_2 .ctct-form-custom .ctct-form-button,
	#footer div.ctct-form-embed form.ctct-form-custom button.ctct-form-button { padding: 10px; font-size: 16px; }

	#faq .vc_tta.vc_general .vc_tta-panel-title>a {
		padding-inline: 18px 34px;
	}
	#faq .vc_tta-panel-body { padding-inline-start: 18px; }
	
	.footer-support { padding-block: 60px; }
	#footer .footer-support, 
	#footer .footer-info { max-width: 680px; margin: 0 auto; }
	#footer .footer-info { padding: 14px 7px 24px 12px; }
	.copyright,
	#footer .footer-nav { padding: 0 12px; }
	.fr #footer .footer-info { padding: 14px 6px 24px; }
	.fr .copyright, .fr #footer .footer-nav { padding: 0 6px; }
	
	.footer-support p { font-size: 14px; margin-bottom: 30px; }
	#footer .socials a { font-size: 18px; margin: 0 12px; }
	.fr #footer .socials a { margin: 0 8px; }
	.copyright p { font-size: 9px; }
	#footer .navbar-nav>li>a {
		font-size: 11px;
		padding: 0 6px;
	}
	.a4 { gap: 20px; }
	.a4-text { font-size: 16px; }
	
	.province { min-width: 53px; margin: 0 14px; }
	.ns { width: 87px; }
	.nb { width: 82px; }
	.pei { width: 53px; }
	.fr .pei { width: 73px; }
	.nl, .fr .nl { width: 78px; }
	.canada { width: 89px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
	#masthead .container { padding-left: 23px; }
	.container .row { margin: 0 -15px; }
	.button.large { width: 100%; font-size: 18px; }
	
	.site-header { width: 102px; padding: 7px 0; }
	.site-navigation { padding-left: 102px; }
	.nav-container {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		padding: 11px 18px;
		text-align: right;
		
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}
	
	.navbar-toggle {
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
		height: 48px;
		width: 48px;
		padding: 12px 6px;
		border: 0;
		border-radius: 0;
	}
	.navbar-toggle .bar {
		display: block;
		width: 36px;
		height: 5px;
		border-radius: 2px;
		background-color: #fff;
	}
	.navbar-toggle .bar + .bar { margin-top: 4px; }
	.navbar-toggle:hover,
	.navbar-toggle:focus { background: none; }
	.navbar-toggle.collapsed {
		background: #1e6481;
	}
	.navbar-toggle.collapsed .bar:first-child {
	    position: absolute;
	    top: 21px;
	    transform: rotate(45deg);
	}
	.navbar-toggle.collapsed .bar:last-child {
	    position: absolute;
	    top: 18px;
	    transform: rotate(-45deg);
	}
	.navbar-toggle.collapsed .bar:nth-child(2) { opacity: 0; }
	
	#navbar-top a { padding-block: 12px; font-size: 12px; }
	
	#masthead .nav-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
		background: #1e6481;
	}
	#main-menu {
		position: relative;
		margin: 0;
		border-top: 7px solid #1e6481;
		border-bottom: 7px solid #1e6481;
		background: #1e96b3;
		z-index: 1;
	}
	
	#masthead .nav>li {
		width: 100%;
	}
	#masthead .nav>li.no-mobile { display: none; }
	
	#masthead .nav>li>a {
		display: block;
		padding: 14px 24px;
		border-radius: 0;
		text-align: right;
	}
	#masthead .nav>li>a br { display: none; }
	#masthead .navbar-nav>li.active>a,
	#masthead .navbar-nav>li>a:hover {
		background: rgba(255,255,255,.3);
	}
	.fr #masthead #main-menu>li>a {
		height: auto;
		padding: 14px 24px;
		font-size: 12px;
	}
	
	#masthead .dropdown-menu {
		display: block;
		position: relative;
		float: none;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
		background: none;
		box-shadow: none;
	}
	/*
	#masthead .dropdown-menu li:nth-child(odd) { background: rgba(255,255,255,.2); }
	*/
	#masthead .dropdown-menu li a {
		color: #fff;
		text-align: right;
		padding: 6px 24px;
		background: rgba(255,255,255,.2);
	}
	#masthead .dropdown>a .caret {
		position: absolute;
		top: 19px;
		right: 10px;
	}
	
	.sidenav {
		position: relative;
		width: 100%;
		margin-top: -1px;
		padding: 8px 24px 14px;
		right: auto;
		z-index: 9;
	}
	#masthead .sidenav li { width: auto; }

	#section-banner h1 { font-size: 36px; }
	
	#home-content { margin: 0; }
	#home-content .col-blue:after,
	#home-content .col-orange:after {
		left: -100px;
		right: auto;
	}
	#home-content h3 { margin-bottom: 8px; font-size: 24px; }
	#home-content h4 { margin-top: 55px; }
	#home-content .col-side { margin: 0 -1px; }
	
	#home-content .wpb_content_element,
	#main-content .wpb_content_element { margin-bottom: 20px; }
	#home-content .wpb_video_widget {
		margin: 50px 0 15px;
	}
	
	#home-content .vc_separator { margin: 44px 0 32px; }
	
	#home-content .col-main.vc_column_container>.vc_column-inner {
		padding: 32px 0 48px;
	}
	#home-content .col-side.vc_column_container>.vc_column-inner {
		padding: 52px 0 84px;
	}
	
	.gform_wrapper { padding-top: 10px; }
	#form-container .gform_wrapper,
	#form-assessment .gform_wrapper { margin-bottom: 0; }
	#form-container .gform_footer:not(.top_label),
	#form-assessment .gform_footer:not(.top_label) { margin-top: 34px; }
	#form-assessment .gform_footer {
		text-align: center;
	}
	#form-container input[type=submit],
	#form-assessment input[type=submit] {
		display: inline-block;
		width: auto;
		padding: 3px 34px;
		line-height: 1;
	}
	#form-assessment .gf_list_inline li { display: inline-block; }
	#form-assessment .gf_list_inline li label { width: auto; }
	
	#main-content { padding: 40px 20px !important; }
	
	#form-container #field_1_2 span,
	#form-container #field_1_4 .ginput_complex > span { display: inline-block; width: 47%; }
	#form-container #field_1_2 span+span,
	#form-container #field_1_4 .ginput_complex > span+span { margin-left: 4%; }
	#gform_fields_1 #field_1_2 { padding: 0; }
	
	#main-content .gform_legacy_markup_wrapper { padding-bottom: 10px; } /*
	.gf_login_form.gform_wrapper.gravity-theme { margin-top: 38px; } 
	.gf_login_form input[type='text'], .gf_login_form input[type='password'] {
		width: 150px;
	} */
	.gf_login_form.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
	.gform_legacy_markup_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
	}
	.entry-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	.entry-content .gform_wrapper select {
		padding: 8px 10px;
	}
	body .gform_legacy_markup_wrapper.gform_wrapper ul li.gfield { margin-bottom: 6px; }
	.gform_legacy_markup_wrapper.gform_wrapper li.field_sublabel_below .ginput_complex { margin-top: 4px !important; }
	#main-content .gf_login_form input[type=submit] {
		min-height: 32px;
	}
	.gform_legacy_markup_wrapper.gform_wrapper .ginput_container span:not(.ginput_price) { margin-bottom: 4px; }
	.gform_legacy_markup_wrapper.gform_wrapper .gform_footer { margin-top: 0; }
	.gform_legacy_markup_wrapper.gform_wrapper .gform_footer input.button, 
	.gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=submit], 
	.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input.button, 
	.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input[type=submit], 
	.gform_wrapper input[type=submit] {
		padding: 5px 26px;
	}
	#main-content .acf-fields > .acf-field {
		padding: 16px 0;
	}
	.ginput_container_consent label { font-size: 16px; }
	#main-content .gform_wrapper .gform_footer { padding-block: 20px; }
	#main-content .gform_wrapper input[type=submit],
	.form-content .gform_wrapper input[type=submit],
	#main-content .acf-button { padding: 15px 26px !important; }
	
	.members-access-error {
		padding: 22px 16px 44px;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	
	#faq { margin: 0; padding-bottom: 38px; }
	#faq .vc_tta-panels { padding: 18px 0; }
	#faq .vc_tta.vc_general .vc_tta-panel-title { font-size: 18px; }
	#faq h4 a {
		line-height: 1.25;
		padding: 10px 6px 10px 32px;
	} /*
	#faq .vc_tta .vc_tta-controls-icon {
		left: 10px;
		top: 16px;
		transform: none;
	}
	#faq .vc_tta-panel-body {
		padding: 10px 18px 6px 32px;
	} */
	
	#contact-info { padding: 62px 0 42px; }
	#contact-info h3 {
		font-size: 20px;
		line-height: 1.2;
		font-weight: 600;
		padding: 0 10%;
		margin-bottom: 28px;
	}
	.contact-list { padding: 0 15px; }
	.contact-list .contact {
		width: 100%;
		text-align: left;
		background: #1e96b3;
	}
	.contact-header { padding: 4px 0 6px 10px; }
	.contact-header h5 { font-size: 10px; }
	.contact-detail { padding: 6px 12px 10px; }
	.contact-detail h4 { font-size: 15px; margin-bottom: 0; }
	.contact-detail .tel { font-size: 14px; font-weight: 300; }
	.contact-detail .btn {
		position: absolute;
		bottom: 17px;
		right: 14px;
		font-size: 11px;
		line-height: 1;
		padding: 4px 10px;
	}
	
	#footer { padding: 20px 0; }
	#footer .col-9 { padding: 0; text-align: left; }
	#footer h2 { font-size: 20px; }
	#footer div.ctct-form-embed div.ctct-form-defaults { font-size: 15px; }
	#footer div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
		font-size: 12px;
		margin-bottom: 14px;
	}
	#footer div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
		height: 38px;
	}
	#footer div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
		font-size: 10px;
	}
	
	.footer-support {
		float: none;
		max-width: 272px;
		margin: 0 auto;
		padding: 20px 0 50px;
	}
	.logo-list { margin: 0 -14px; }
	.province { height: auto; margin: 0 7px 5px; }

	.footer-info {
		text-align: center;
		padding: 14px 14px 0;
	}
	.copyright { padding: 8px 0 0; }
	.copyright p { margin: 0; }
	
	#footer .socials { padding: 4px 0 12px; }
	#footer .socials a {
		color: #fff;
		font-size: 24px;
		margin: 0 17px;
	}
	#footer .navbar-nav { margin-top: 0; margin-bottom: 8px; }
	#footer .footer-info { padding: 0; }
	#footer .footer-info .col-6 { width: 100%; }
	.footer-right { padding: 20px 0; }
	.footer-link a { margin-inline: 10px;}
	
}

table.site-list {
	width: 100%;
}
table.site-list th, td {
  text-align: left;
  padding: 15px;
}
table.site-list thead {
	color: #fff;
	background: rgba(9,90,119,.9);
}
table.site-list tbody tr {
  background: rgba(255,255,255,.8);
}
table.site-list tbody tr:nth-child(even) {
  background: rgba(255,255,255,.4);
}

.page-template-template-edit-app form#acf-form {
	max-width: 1000px;
	margin: 0 auto;
}
.page-template-template-edit-app .acf-accordion .acf-accordion-title label {
	font-size: 18px;
}
.page-template-template-edit-app .acf-form-submit {
	margin-top: 20px;
}

.vc_tta-panel-body p {
	font-weight: 400;
}