/* 
 Theme Name:   AIAC 2023
 Theme URI:    
 Description:  
 Author:       srydeadmin
 Author URI:   http://192.249.114.186/~aiac
 Template:     enfold
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
:root {
	--theme-color-blue: #122965;
	--theme-color-red: #aa2227;
}

/* -----------------------------------------------------------
=== Temporary Hide of Slideshow (didn't want to delete and lose settings)
-------------------------------------------------------------- */
.hide-home-slideshow {
	display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700&display=swap');
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
#footer-page #newsletter-form  input[type='text'] {
	font-family: 'Geologica', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/* 	text-transform:capitalize!important; */
}
h1,
h2,
h3,
h4,
h5,
h6,
.footer_color h1,
.footer_color h2,
.footer_color h3,
.footer_color h4,
.footer_color h5,
.footer_color h6,
.main_color h1,
.main_color h2,
.main_color h3,
.main_color h4,
.main_color h5,
.main_color h6 {
	color: var(--theme-color-blue);
	font-weight:normal;
	letter-spacing:0!important;
}

body {
	line-height:22px;
}

p {
	font-weight:100!important;
	line-height:1.2;
}
.slide-entry-excerpt {
	line-height:22px;
}

strong {color:#0D0D0D!important;}

body h2 {
	font-size: clamp(27px, calc(100vw * (42/1440)), 42px);
}

body h3 {
	font-size: clamp(22px, calc(100vw * (32/1440)), 32px);
	margin-bottom: clamp(10px, calc(100vw * (30/1440)), 30px);
}

/*********************************************GLOBAL*/

.main_color {
	border:none;
}
#header_main {
	background-color:#FFF;
}

/***TOPBAR*/
#top .social_bookmarks li a {
    width: 20px;
    line-height: 1.5;
}
/* #header_meta {
    height: 20px!important;
	min-height:20px!important
} */


/*LOGO*/
.av-logo-container {
	margin-left:0;
}

.container {
	padding: 0 clamp(0px, calc(100vw * (50/1440)), 50px);
}

/* -----------------------------------------------------------
=== James - Layout Adjustments
-------------------------------------------------------------- */
.template-blog .single-small .post_author_timeline {
	display: none;
}

.responsive body:not(.home) .container {
	max-width: 1440px;
}

.responsive body:not(.home) #footer-color-section .container {
	max-width: 1740px;
	padding: 0 50px;
	box-sizing: border-box;
}

.blog-header-wrap h1,
.responsive body:not(.home) .template-blog.container {
	max-width: 1340px;
}

#full_slider_1 .avia-slide-wrap img,
#full_slider_1  .avia-slideshow .avia-slideshow-inner {
	height: clamp(250px, calc(100vw * (700/1440)), 700px);
}

#full_slider_1 .avia-slide-wrap img {
	max-height: clamp(250px, calc(100vw * (700/1440)), 700px);
	width: 100%;
	object-fit: cover;
}

#page-header {
	position: absolute;
	top: clamp(-110px, calc(-100vw * (-110/-1440)), -5px);
	padding: clamp(20px, calc(100vw * (86/1440)), 86px);
}

.blog-header-wrap {
	text-align: center;
}

.has-header-image .blog-header-wrap h1 {
	margin: clamp(-110px, calc(-100vw * (-110/-1440)), -5px) auto 0;
}

.blog-header-wrap h1 {
	color: white;
	text-align: left;
	width: 100%;
	margin: 10px auto 0;
	background-color: #19388a;
	background: linear-gradient( to right, #19388a, #122965 );
	padding: clamp(20px, calc(100vw * (86/1440)), 86px);
	position: relative;
	z-index: 99;
}

#page-header h1,
h1 {
	font-size: clamp(22px, calc(100vw * (52/1440)), 52px);
}

.template-blog.container .av-content-small.units {
	width: 100%;
}

#top #main .template-blog .sidebar {
	border-left: 0;
	padding: 0;
}

.template-blog .content {
	border-right: 0;
}

.template-blog .inner_sidebar {
	margin-left: 0;
}

.template-blog .entry-content-wrapper.standard-content {
	padding: clamp(13px, calc(100vw * (30/1440)), 30px);
	box-shadow: 0px 0px 2px #00000029;
	margin-bottom: clamp(15px, calc(100vw * (32/1440)), 32px);
}

.single-events .events-loop ul {
	list-style: disc;
	margin-left: 20px;
}

.single-events .template-blog .entry-content-wrapper.standard-content {
	padding: 0;
	box-shadow: unset;
	margin-bottom: unset;
}

.template-blog .entry-content-wrapper.standard-content h2.post-title {
	font-size: clamp(21px, calc(100vw * (32/1440)), 32px);
	margin-bottom: clamp(5px, calc(100vw * (20/1440)), 20px);
}

#top .template-blog .entry-content-wrapper.standard-content h2.post-title a {
	transition: all 0.3s ease-out;
	text-decoration: underline 2px rgba(0, 0, 0, 0);
  	transition: text-decoration-color 300ms;
}

#top .template-blog .entry-content-wrapper.standard-content h2.post-title a:hover,
#top .template-blog .entry-content-wrapper.standard-content h2.post-title a:focus-within {
	text-decoration-color: rgba(18, 41, 101, 1);
}

.template-blog .blog-tags-header a,
.template-blog .date-container {
	font-size: clamp(13px, calc(100vw * (14/1440)), 14px);
	text-transform: uppercase;
}

.template-blog .blog-tags-header a {
	display: inline-block;
	color: var(--theme-color-red);
	margin-bottom: clamp(5px, calc(100vw * (12/1440)), 12px);
}

.inner_sidebar #searchform input#s::placeholder {
	color: #B5B5B5;
}

.flex_column .inner_sidebar .widget .widgettitle, 
.content .inner_sidebar .widget .widgettitle {
	font-size: clamp(13px, calc(100vw * (14/1440)), 14px);
	color: #0D0D0D;
	margin: 0 0 clamp(5px, calc(100vw * (10/1440)), 10px);
	font-weight: 300;
}

#top .inner_sidebar .input-text, 
#top .inner_sidebar input[type="text"], 
#top .inner_sidebar input[type="input"], 
#top .inner_sidebar input[type="password"], 
#top .inner_sidebar input[type="email"], 
#top .inner_sidebar input[type="number"], 
#top .inner_sidebar input[type="url"], 
#top .inner_sidebar input[type="tel"], 
#top .inner_sidebar input[type="search"], 
#top .inner_sidebar textarea, 
#top .inner_sidebar select,
.inner_sidebar .tagcloud,
.widget_categories ul {
	border: 1px solid #D0D0D0;
	background-color: white;
}

.inner_sidebar .tagcloud,
#top .widget.widget_categories ul {
	padding: 9px 10px 8px;
}

.inner_sidebar .tagcloud a,
.main_color .widget_categories ul li a {
	color: #4A6BB2;
	font-size: clamp(13px, calc(100vw * (14/1440)), 14px) !important;
	line-height: 1.42;
	font-weight: 300;
	border: 1px solid #94ACE0;
	border-radius: clamp(10px, calc(100vw * (20/1440)), 20px);
	padding: 0.5px 8px;
	float: none;
	display: inline-block;
}

.inner_sidebar .tagcloud a.active-tag,
.main_color .widget_categories ul li.current-cat a {
	color: white;
	background-color: var(--theme-color-red);
}

.widget_categories ul {
	display: block;
}

.entry-content-wrapper .widget.widget_categories ul li {
	display: inline-block;
	float: left;
	margin: 0 clamp(5px, calc(100vw * (10/1440)), 10px) 1px 0;
	padding: 0;
	clear: none;
}

.inner_sidebar .tagcloud::after {
	content: '';
	display: block;
	clear: left;
}

section.widget {
	padding: 0 0 clamp(15px, calc(100vw * (35/1440)), 35px);
}

#top .inner_sidebar #s {
	padding-left: clamp(10px, calc(100vw * (20/1440)), 20px);
}

.inner_sidebar #searchform #searchsubmit {
	font-size: clamp(17px, calc(100vw * (27/1440)), 27px);
}

.main_color .inner_sidebar .button {
	color: #122965;
	background-color: transparent;
}

#top .main_color .pagination a,
.main_color .pagination .current {
	color: #818182;
}

#top .main_color .pagination a {
	background-color: white;
	box-shadow: unset;
}

.main_color .pagination .current {
	background-color: rgba(74, 107, 178, 0.1);
}

.pagination span, 
.pagination a {
	font-size: clamp(13px, calc(100vw * (14/1440)), 14px);
}

.main_color .button.inline-block {
	display: inline-block;
	background-color: var(--theme-color-red);
}

.main_color .button.inline-block:hover,
.main_color .button.inline-block:focus-within {
	background-color: var(--theme-color-blue);
}

section.search_form_field,
section.search_form_field form#searchform {
	clear: both;
	text-align: center;
}

section.search_form_field::before,
section.search_form_field form#searchform div {
	margin: 0px auto clamp(10px, calc(100vw * (15/1440)), 15px);
}

section.search_form_field::before {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background-color: var(--theme-color-blue);
}

#home-about .container {
	padding-right: 0;
}

#home-about p,
#av_section_2 p {
	font-size: clamp(13px, calc(100vw * (18/1440)), 18px);
}

#av_section_2 .container {
	padding-left: 0;
}

#top #home-about .hr.hr-invisible.av-lr57f78w-ec5391ddfaa30ef3e097bb008c67ab00,
#top #av_section_2 .hr.hr-invisible.av-19zsw-36a65a08c6c4c2869e6755726b3d02c6 {
	height: clamp(125px, calc(100vw * (500/1920)), 500px);
}

#home-about .flex_column.av-1djkw-cb60d70f84c9e448d7ac16828bd04920,
#av_section_2 .flex_column.av-146rw-0eebe1142b7887d5382e5fa7f794f581 {
	padding: clamp(25px, calc(100vw * (190/1920)), 190px) clamp(0px, calc(100vw * (80/1920)), 80px) clamp(25px, calc(100vw * (190/1920)), 190px) 0;
}

#av_section_2 .flex_column.av-146rw-0eebe1142b7887d5382e5fa7f794f581 {
	padding-left: clamp(0px, calc(100vw * (80/1920)), 80px);
	padding-right: 0;
}

/* Events Page */
.events-wrap,
.members-wrap {
	display: flex;
	flex-wrap: wrap;
}

.events-template-default#top #main aside.sidebar {
	display: none;
}

.events-wrap .events-sidebar,
.members-wrap .member-sidebar {
	flex: 0 0 auto;
	width: clamp(125px, calc(100vw * (316/1440)), 316px);
}

.events-wrap .events-sidebar .events-button {
	margin-bottom: clamp(10px, calc(100vw * (40/1440)), 40px);
}

.main_color a.call-to-action,
.main_color a.call-to-action h3 {
	color: white;
}

.call-to-action {
	display: block;
	margin-bottom: clamp(15px, calc(100vw * (35/1440)), 35px);
	padding: clamp(10px, calc(100vw * (18/1440)), 18px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 298px;
	background: rgb(201,44,51);
	background: linear-gradient(180deg, rgba(201,44,51,1) 0%, rgba(170,28,40,1) 100%);
	font-size: clamp(13px, calc(100vw * (16/1440)), 16px);
	transition: all 0.3s ease-out;
}

.call-to-action:hover,
.call-to-action:focus-within {
	transform: scale(1.025);
}

.call-to-action * {
	flex: 0 1 auto;
}

.call-to-action img {
	margin-bottom: clamp(5px, calc(100vw * (15/1440)), 15px);
}

.call-to-action h3 {
	font-size: clamp(15px, calc(100vw * (23/1440)), 23px);
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: clamp(5px, calc(100vw * (15/1440)), 15px);
}

.call-to-action.has-background h3 {
	font-size: clamp(19px, calc(100vw * (39/1440)), 39px);
	line-height: 1.25;
	margin-bottom: 0;
}

.events-wrap .events-loop,
.members-wrap .member-information {
	flex: 1 0 0px;
	padding-left: clamp(0px, calc(100vw * (75/1440)), 75px);
}

.event-holder {
	padding: clamp(10px, calc(100vw * (20/1440)), 20px);
	border: 1px solid #f3f3f3;
	margin-bottom: clamp(15px, calc(100vw * (50/1440)), 50px);
	background-image: url( images/calendar-with-dates.svg );
	background-position: top clamp(7px, calc(100vw * (17/1440)), 17px) right clamp(12px, calc(100vw * (26/1440)), 26px);
	background-repeat: no-repeat;
	background-size: clamp(25px, calc(100vw * (68/1440)), 68px);
}

.events-sidebar a.button {
	display: inline-block;
}

.event-date,
.event-address {
	color: #959595;
	display: flex;
	font-size: clamp(13px, calc(100vw * (16/1440)), 16px);
	min-height: 15px;
	margin-bottom: clamp(7px, calc(100vw * (13/1440)), 13px);
	align-items: center;
}

.blog-header-wrap span {
	display: inline-block;
	margin-bottom: 15px;
}

.blog-header-wrap .event-date,
.blog-header-wrap .event-address {
	color: white;
	line-height: 1;
}

.event-date::before,
.event-address::before {
	content: url( images/calendar.svg );
	flex: 0 1 15px;
	width: 15px;
	height: 16px;
	margin-right: 8px;
}

.blog-header-wrap .event-date::before {
	content: url( images/calendar-white.svg );
}

.event-address::before {
	content: url( images/marker.svg );
	width: 13px;
	height: 19px;
}

.blog-header-wrap .event-address::before {
	content: url( images/marker-white.svg );
}

.event-date {
	text-transform: uppercase;
}

#top .event-holder h3 a {
	transition: all 0.3s ease-out;
}

#top .event-holder h3 a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all .container {
		width: 95%;
		max-width: 95%;
	}

	.events-wrap .events-sidebar {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.events-sidebar,
	.events-loop {
		width: 100% !important;
	}

	.events-sidebar .call-to-action {
		min-height: unset;
		width: 49%;
	}

	.events-wrap .events-loop {
		padding-left: 0;
	}
}

.bottom-banner {
	display: flex;
	flex-wrap: wrap;
	background-image: url( images/bottom-banner-back.webp );
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: clamp(5px, calc(100vw * (25/1440)), 25px) clamp(15px, calc(100vw * (45/1440)), 45px) clamp(5px, calc(100vw * (25/1440)), 25px) 0;
	min-height: 176px;
	align-items: center;
	margin-top: clamp(0px, calc(100vw * (40/1440)), 40px);
}

.bottom-banner .text-wrap {
	flex: 1 1 0px;
	padding: 0 clamp(15px, calc(100vw * (150/1440)), 150px);
}

.bottom-banner .text-wrap h3,
.bottom-banner .text-wrap p {
	color: white;
}

.bottom-banner .text-wrap h3 {
	font-size: clamp(21px, calc(100vw * (44/1440)), 44px);
	line-height: 1;
	margin-bottom: clamp(5px, calc(100vw * (10/1440)), 10px);
}

.bottom-banner .text-wrap p {
	font-size: clamp(14px, calc(100vw * (20/1440)), 20px);
	line-height: 1;
	margin: 0;
}

.bottom-banner .button-wrap {
	flex: 0 0 auto;
}

.bottom-banner .button-wrap .button {
	display: inline-block;
	text-transform: uppercase;
	background-color: #cb2b33;
	font-size: clamp(12px, calc(100vw * (14/1440)), 14px);
	line-height: 1;
	padding: clamp(5px, calc(100vw * (20/1440)), 20px) clamp(10px, calc(100vw * (23/1440)), 23px);
	transition: all 0.3s ease-out;
}

.bottom-banner .button-wrap .button:hover,
.bottom-banner .button-wrap .button:focus-within {
	background-color: var(--theme-color-blue);
	transform: scale(1.025);
}

@media only screen and (max-width: 640px) {
	.bottom-banner {
		justify-content: center;
		padding: 5px 10px;
		min-height: unset
	}

	.bottom-banner .text-wrap,
	.bottom-banner .button-wrap {
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
}

/* Accessible Event Sub Navigation */
[role="tablist"] li {
	display: flex;
	align-items: center;
	margin-bottom: clamp(8px, calc(100vw * (18/1440)), 18px);
}

[role="tablist"] li::before {
	content: '';
	flex: 0 1 auto;
	display: block;
	margin-right: clamp(7px, calc(100vw * (14/1440)), 14px);
	width: clamp(15px, calc(100vw * (22/1440)), 22px);
	height: clamp(15px, calc(100vw * (22/1440)), 22px);
	border-radius: clamp(15px, calc(100vw * (22/1440)), 22px);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #eaeef7;
}

[role="tablist"] button {
	color: #8E9EC9;
	background-color: transparent;
	border: unset;
	font-size: clamp(14px, calc(100vw * (20/1440)), 20px);
	line-height: 1;
	font-weight: 500;
}

[role="tablist"] button[aria-selected="true"],
[role="tablist"] button:hover,
[role="tablist"] button:focus-within {
	cursor: pointer;
	color: #122965;
}

[role="tabpanel"].is-hidden {
	display: none;
}

/* Members and Products and Services */
.event-listing .event{
	margin: 25px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#filter{
	padding: 12px;
    border: 1px solid #ccc;
    min-width: 400px;
}

#province{
	margin-left: 3px;
	padding: 11px;
}

.province-label{
	margin-left: 10px;
}

.member-details{
	margin-bottom: 30px;
}

.tax-product_categories h1{
	text-transform: none;
	font-size: 30px;
}

.tax-product_categories h2{
	font-size: 18px;
}

.the-member-content {
	clear: both;
}

.member-information div .av_one_third {
	margin: 0 2% 10px;
}

.member-list{
	margin-top: 15px;
	padding-left: 0px;
}

.member-list li{
/* 	font-size: 13px; */
    list-style-type: none;
    margin-bottom: 1px;
    max-width: 600px;
}

.member-list li a{
	color: #fff;
	font-weight: bold;
	background-color: #19388a;
	display:block;
	padding: 7px 15px;
    margin-bottom: 7px;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.member-list li a:hover{
	background-color: #fff;
	color: #222;
	text-decoration: none;
}

ul.products-services-list{
	padding-left: 0px;
	margin-bottom:0px;
	margin-top: 30px;
}

ul.products-services-list li{
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
/* 	font-size: 14px; */
	border-bottom: 1px solid #ccc;
}

#top ul.products-services-list li a:where(:not(.wp-element-button)){
	text-decoration: underline;
	font-weight: bold;
}

ul.products-services-list li a:hover{
	text-decoration: none;
}

.members-wrap .member-information {
	padding-left: 0;
	padding-right: clamp(15px, calc(100vw * (75/1440)), 75px);
}

body .member-list h3 {
	padding-top: clamp(10px, calc(100vw * (30/1440)), 30px);
	margin-bottom: clamp(10px, calc(100vw * (20/1440)), 20px);
}

@media only screen and (max-width: 640px) {
	.members-wrap .member-information,
	.members-wrap .member-sidebar {
		width: 100%;
	}	
}

body.page-id-458 .fullsize .content,
body.tax-product_categories .container .av-content-small.units,
body.page-id-461 .container .av-content-full.units { /* P&S */
	box-sizing: border-box;
	padding-left: clamp(20px, calc(100vw * (86/1440)), 86px);
	padding-right: clamp(20px, calc(100vw * (86/1440)), 86px);
	border-right: unset;
}

body.tax-product_categories .container .av-content-small.units {
	/* width: 100%; */
}

.products-box ul {
	list-style: disc;
	padding-left: 15px;
}

.products-box ul li a {
	font-weight: 300;
}

/* -----------------------------------------------------------
=== James - Layout Adjustments - </END>
-------------------------------------------------------------- */

/*SOCKET*/
#socket {
	background-color:#122965;
	color:#FFF;
	font-weight:100!important;
	height:80px;
/* 	line-height:80px; */
	font: normal normal 100 14px/17px Geologica!important;
}
#socket .sub_menu_socket {
    float: left;
    margin: 0;
	transform:translateY(8px);
}
#socket .sub_menu_socket a {
    color:#FFF;
}
#socket .copyright {
	padding-top:10px;
}

/******************************SUBPAGE HEADERS*/


#after_full_slider_1 .entry-content-wrapper {
	    display: flex;
    justify-content: center;
}

#after_full_slider_1:not(.page-id-20 #after_full_slider_1) {
	background-color:#FAFAFA;
}

#page-header h1 {
	color:#FFF!important;
	font-weight:500!important;
}





/******************************************HOME PAGE*/

/*HOME PAGE SLIDER BUTTON*/
.slide-home .caption_center .slideshow_caption  {
	width:60%!important;
	margin:0 auto!important;
}
.slide-home .avia-caption-title   {
	font-weight:700;
}

.slide-home .avia-caption-content {
	margin-top:30px;
	margin-bottom:55px;
	padding:0 140px;
}
.slide-home .avia-caption-content p {
	line-height:32px;
}



.slide-home a {
	text-transform:capitalize!important;
	font-weight:normal!important;
}
/*SLIDE CAPTION*/
#top.page-id-20 div .caption_center .slideshow_caption, #top.page-id-3755 div .caption_center .slideshow_caption {
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0%);
}

/**SLIDE BUTTON**/
.slide-home .avia-slideshow-button {
	padding:0!important;
	width:130px!important;
	height:40px!important;
	line-height:40px!important;
	background-color:#19388A!important;
	font-size:16px!important;
}


/**BUTTONS*/
.avia-button.avia-size-large {
    padding:0 20px;
    min-width: 139px;
	font-size: clamp(13px, calc(100vw * (16/1440)), 16px);
/* 	height:40px!important; */
	height: auto !important;
	line-height:40px!important;
	font-weight:100!important;
	letter-spacing:0!important;
}

.has-egyptian-buttons a {
	background-color:#19388A!important;
}



/*CONTENT AREA _ TOP CONTAINER */
.home-top-container img {
	box-shadow:0 0 6px rgba(0,0,0,0.3);
}
/*CLIPPING PATH*/
#clip-1 {
clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
}
#clip-2 {
 clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);

}

/**MAJOR ENGINE OF THE ECONOMY*/
#major-economy img {
	width:auto;
	max-height:150px;
}
#major-economy p {
	font-size: clamp(13px, calc(100vw * (18/1440)), 18px);
	line-height: 1.2222;
}
#major-economy .flex_column {
    padding: 0 clamp(10px, calc(100vw * (33/1440)), 33px);
}

.responsive #major-economy .container {
	max-width: 1340px;
}

body#top .flex_column_table.av-equal-height-column-flextable.av-lr5bb3c5-7e53f2cb5d6b3ae6714151555239ad33 .av-flex-placeholder {
	width: clamp(15px, calc(100vw * (186/1440)), 186px);
}



/**MEMBERS ACCESS AND INFLUENCE */
#members-access {
	    flex-wrap: wrap;
    min-height: 445px;
    display: flex;
    align-content: center;
	
    background: 
		 url('https://aiac.ca/wp-content/uploads/2024/09/meeting.png'),
        linear-gradient(135deg, #19388a 0%, #19388a 25%, #aa2227 75%, #aa2227 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain; 
}
#members-access h3 {
	color:#FFF!important;
	font-size: clamp(27px, calc(100vw * (48/1440)), 48px);
	font-weight:300!important;
	margin-bottom: clamp(10px, calc(100vw * (25/1440)), 25px);
}
#members-access p {
	font: normal normal 100 clamp(16px, calc(100vw * (24/1440)), 24px)/1.1 Geologica!important;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#members-access .members-access-copy {
	width:80%;
	}

#become-a-member a {
	font-size: clamp(14px, calc(100vw * (20/1440)), 20px);
	line-height: 2;
	letter-spacing: 0px;
	color: #19388A;
}

/** NEWS AND EVENTS **/
#home-news-events .slide-meta-time {
/* 	display:none; */
}

#home-news-events .slide-entry-title {
	font-size: clamp(22px, calc(100vw * (32/1440)), 32px);
}

#home-news-events .slide-entry-excerpt {
	font-weight:100;
}


#home-news-events  .av_one_third {
    margin: 0 2%;
    width: 29.333%;
}


/******************* NEWS AND RESOURCES */
.page-id-20 .blog-author, .page-id-3755 .blog-author {
	display:none
}
#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: left;
}

.page-id-20 .slide-entry-title, .page-id-3755 .slide-entry-title {
	 margin-bottom:30px;
}

.page-id-20 .slide-meta, .page-id-3755 .slide-meta {
	margin-top: clamp(10px, calc(100vw * (30/1440)), 30px);
	margin-bottom: clamp(10px, calc(100vw * (30/1440)), 30px);
	text-align: left;
	font: normal normal normal 14px/17px Geologica!important;
	letter-spacing: 0.7px;
	color: #818182;
	text-transform: uppercase;
}

.page-id-20 .read-more-button, .page-id-3755 .read-more-button {
	color:#19388A;
	text-decoration:underline!important;
	
	text-align: left;
	font: normal normal 700 clamp(14px, calc(100vw * (18/1440)), 18px)/1.2222 Geologica!important;
	letter-spacing: 0px;
}

.slide-entry-excerpt {
	font-size: clamp(14px, calc(100vw * (18/1440)), 18px);
}


.content {
	padding-top: clamp(15px, calc(100vw * (50/1440)), 50px);
	padding-bottom: clamp(15px, calc(100vw * (50/1440)), 50px);
}


/****AEROSPACE INDUSTRY**/
#aerospace-industry {
	margin-bottom:0!important;
/* 	height:580px; */
	background: transparent linear-gradient(180deg, #19388A 0%, #122965 100%) 0% 0% no-repeat padding-box!important;
}

#aerospace-industry p{
font: normal normal 100 clamp(14px, calc(100vw * (18/1440)), 18px)/1.2222 Geologica!important;
letter-spacing: 0px;
color: #FFFFFF;
}

#aerospace-industry .av-special-heading-tag,
#aerospace-industry h2 {
	color:#FFF!important;
	font-weight:300;
}
#aerospace-industry .av-lr5dhlmm-d2d48e25b7a7e2e0b5d3663ac3714869 p {
    position: relative;
    margin: 0;
}
#aerospace-industry .aerospace-title {}
#aerospace-industry h2 {
	font-size: clamp(22px, calc(100vw * (32/1440)), 32px);
}
#aerospace-industry .aerospace-industry-copy {
	width: 90%;
}

#aerospace-industry img {
    position: absolute;
    top: clamp(-40px, calc(-100vw * (-40/-1440)), 0px);
	left: 20%;
}
.aerospace-title h2 {
	margin-bottom:20px;
}

.aerospace-header-guide h3 {
	    margin-bottom: 15px!important;
}

#aerospace-industry .flex_column.av-p56o-13fd20baca275accd604baf8e13e61f2.av-align-middle {
	vertical-align: unset;
}

.size-full.wp-image-106 {
	width: clamp(175px, calc(100vw * (475/1440)), 475px);
	height: auto;
}

#aerospace-industry .flex_column.av-1ksx8-7fbf6101bbbf450a474453ce5c72b666 {
	padding: clamp(10px, calc(100vw * (80/1440)), 80px);
}

#top #aerospace-industry .hr.hr-invisible.av-1164s-838c3d748bf189bfd28cb1553af78a7c {
	height: clamp(0px, calc(100vw * (55/1440)), 55px);
}


/********************FOOTER*/
#footer-page,
#footer-page p {
	color: #122965;
	font-size: clamp(13px, calc(100vw * (16/1440)), 16px);
}

#footer-page h4 {
	font-size: clamp(15px, calc(100vw * (20/1440)), 20px) !important;
	font-weight:400!important;
	margin-bottom: clamp(5px, calc(100vw * (15/1440)), 15px);
}

/**FOOTER ICONS LIST*/
#footer-page .iconlist_icon {
	margin-right:3px!important;
	width: 20px;
	height: 30px;
    line-height: 50px;
}
#footer-page .iconlist-timeline {
	display:none;
}
#footer-page .avia-icon-list li {
    padding: 0 0 5px 0;
	min-height:unset;
}
#footer-page .avia-icon-list li p {
	margin-bottom:0!important;
	line-height: 19px;
	color: #122965;
}
#footer-page .avia-icon-list-container {
	margin:10px 0;
}

/* #footer-page .container {
	padding:0;
} */

#footer-page #footer-main-text {
	width:24%;
	margin-right:1%;
}

#footer-page p {
	margin-top: 0;
}

#footer-page #footer-icon-list a {
	text-decoration:none;
}

#footer-page .avia-icon-list .iconlist_icon {
	border-radius: unset;
}

#footer-page .iconlist_icon span {
	display: none;
}

#footer-page .avia-icon-list .iconlist_content_wrap {
	padding-left: 3px;
}

#footer-page .iconlist_icon.av-lr5es1sd-e4fe0da4a8660f17512ad8c4d3e442ba,
#footer-page .iconlist_icon.av-lr5esltt-2b1cc9d30ce0f9c74e0748d10eb514e4,
#footer-page .iconlist_icon.av-lr5eto5w-c9f43469d54e458c7fb07be348742cd2 {
	background-image: url( images/aiac-address.svg );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 3px;
}

#footer-page .iconlist_icon.av-lr5esltt-2b1cc9d30ce0f9c74e0748d10eb514e4 {
	background-image: url( images/aiac-phone.svg );
}

#footer-page .iconlist_icon.av-lr5eto5w-c9f43469d54e458c7fb07be348742cd2 {
	background-image: url( images/aiac-email.svg );
}


/* #footer-page .footer-one-fifth {
	width:10%;
}

#footer-page .contact-fifth {
	width:10%
} */

#footer-page .link-list p {
	line-height:1.15;
}

#footer-page #newsletter-form input::placeholder {
	color:#122965;
	font-size:14px;
} 

#footer-page #newsletter-form  input[type='text'] {
	background-color: white;
	font-weight: 300;
}

#footer-page #newsletter-form  input[type='submit'] {
	height:40px!important;
	font-size:16px;
	padding:0;
}

#footer-color-section {
	padding-top: clamp(15px, calc(100vw * (50/1440)), 50px);
}

#footer-color-section .container .entry-content-wrapper {
	display:flex;
	justify-content:center;
}

/********************************* CONTACT PAGE */

/*FORM*/
#top label {
    font-weight: 100;
    font-size: clamp(13px, calc(100vw * (14/1440)), 14px);
}
#top .main_color select {
    font-weight: 300!important;
    color: #212121;
	font-size: 17px;
	padding: 10px;
	height: unset;
}

/**BOX SHADOWS ON BOXES */
.box-shadow {
	box-shadow:0 0 2px rgba(0, 0, 0, 0.3);
}


/*HEADING*/
#contact-info h3 {
	font: normal normal 600 28px/38px Geologica!importnt;
	letter-spacing: 0px;
	color: #122965;
}

body input.gform_button.button {
	background-color: var(--theme-color-blue) !important;
}

body#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: clamp(10px, calc(100vw * (20/1440)), 20px);
}

.av-rhu-5e9876265d56151a32baa56275c69a12 h3 {
	margin-bottom: 0;
}

/***************************************** NEWS EVENTS*/
.news-header * {
	text-align: left;
font: normal normal 300 20px/38px Geologica!important;
letter-spacing: 0px;
color: #122965;
}

/*WIDGET TITLES*/
.page-id-32 h3.widgettitle{
	font: normal normal 100 14px/17px Geologica!important;
letter-spacing: 0px;
color: #0D0D0D!important;
}

/*SPACING ON NEWS*/
.page-id-32 .entry-content-wrapper {
    margin: 0!important;
	max-width:2000px!important;
}
.page-id-32  .post-title {
	font: normal normal 300 32px/42px Geologica!important;
	letter-spacing: 0px;
	color: #122965;
	
    text-align: left;
    max-width: 1200px;
    margin: 0!important;
}

.page-id-32 .blog-author,
.page-id-32 .post-meta-infos .text-sep:nth-child(4) {
	display:none!important;
}






/********** START MOBILE MENU SOONER **/
@media only screen and (max-width: 1050px) {
  nav.main_menu {
    display: block !important;
  }
  #avia-menu .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special {
    display: block;
  }
}









/**************************************************** TABLET EDITS**/

@media screen and (max-width:820px) {

	
	/**PAGE HEADERS */
	#full_slider_1  .avia-slideshow .avia-slideshow-inner {
	height:350px!important;
}
#full_slider_1 .avia-slide-wrap img {
	   max-height:350px!important;
		height:350px!important;
		min-height:200px!important;
	width:auto!important;
	object-fit:cover;
	}
#page-header {
	padding:50px!important;
}
	
	/*************************HOME PAGE*/
	
	/*SLIDER*/
	#full_slider_1 .slide-1 {
		height:400px;
	}
	#full_slider_1 .slide-1 img {
		height: 400px;
	}
	
	/*HOME ABOUT*/
	#home-about .flex_column.av-1djkw-8f6930bcc4869f4c6815b714cf72dd0e {
   	 padding: 20px 10px 0 0!important;
	}
	#av_section_2 .flex_column.av-146rw-152c04e1a7f57ca3b9a1cd6c91e77f41 {
   	 padding: 20px 0 0 10px!important;
	}
	
	/**MEMBERS ACCESS*/
	#members-access {
    	background-size: 30%, contain;
	}
	
	/*NEWS AND EVENTS*/
	#home-news-events .slide-entry-title {
    	font-size: 22px;
	}

	/*AEROSPACE INDUSTRY*/
	#aerospace-industry .flex_column.av-1ksx8-c22fb0a88369e5195b5fb990538c5597 {
    	padding: 50px 50px 50px 0;
	}	
	#aerospace-industry h3 {
    	font-size:24px
	}
	
	
	/*CONTACT PAGE TABLET FIXES*/
	.hide-tablet {
		display:none;
	}
	.full-tablet {
		width:90%!important;
	}
	.half-tablet {
		width:45%!important;
	}
	
	
	/**************** TABLET FOOTER*****/	
	/*FIXING COLUMNS*/
	.footer-page-content .entry-content-wrapper {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing:border-box;
	}
	.footer-page-content .entry-content-wrapper .flex_column {
		box-sizing:border-box;
		flex-basis:29%;
	}
	.footer-page-content .entry-content-wrapper .flex_column:last-child {
		margin-top:50px;
		flex-basis:50%;
	}
	
	/**HOME PAGE BOTTOM HR */
	#after_section_6 {
		display:none;
	}
	
	
	/*CONTACT PAGE PHONE FIXES*/
	.full-phone {
		width:100%!important;
	}
	
	
	
	
	/**FOOTER ICON LIST*/
	.footer-page-content .avia-icon-list .iconlist_icon {
		margin-right: 0;
	}
	
	
	
	

}



/*FIX FOR PHONE CONTAINERS ON CONTACT*/
@media only screen and (max-width: 767px)
.responsive #top .flex_column_table_cell {
    display: block;
}











/**************************************************** PHONE MOBILE EDITS**/

@media screen and (max-width:480px) {
	
	/***HOME*/
	#home-about #about-aiac-home {
		padding:0;
	}
	.home-top-container,
	.home-top-container p {
		margin:0
	}
	
	/*SLIDER*/
	#full_slider_1 .slide-1 {
		height:400px;
	}
	#full_slider_1 .slide-1 img {
		  left: 0px;
		height: 400px;
		width: 100%;
		object-fit: cover;
		object-position: center bottom;
	}
	#full_slider_1 .slide-1 p {
		font-weight:300!important;
		font-size:16px!important;
	}
	
.slide-home .avia-caption-content {
	padding:0;
}
	
	/**AFTER SLIDER**/
	#after_full_slider_1 > .container  {
		padding:0!important;
		width:100%!important;
		max-width:100%!important;
	}
	#after_full_slider_1 > .container > .content {
		padding-bottom:0;
	}
	
	/**ABOUT SECTION*/
	#av_section_2  .av-146rw-152c04e1a7f57ca3b9a1cd6c91e77f41 {
		padding:0!important;
	}
	
	/**REMOVE CLIPPING - ANGLES ON IMAGES ON HOME PAGE*/
	#clip-1, #clip-2 {
        clip-path: none;
    }
	
	/**MEMBER ACCESS*/
	#members-access {
    	background-size: 40%, contain;
	}
	#members-access .members-access-copy {
	width:100%;
	}

	
	/*NEWS AND EVENTS*/
	#home-news-events article.flex_column {
		margin-bottom:50px!important;
	}
	#home-news-events article.flex_column:last-child {
		margin-bottom:0!important;
	}
	#home-news-events .avia-content-slider .slide-entry-wrap {
    margin-bottom: 0;
	}
	
	/**AEROSPACE INDUSTRY */
	#aerospace-industry .flex_column.av-1ksx8-c22fb0a88369e5195b5fb990538c5597 {
    padding: 20px 0;
	}	
	#aerospace-industry img {
   	 position: static;
	}
	#aerospace-industry .aerospace-industry-copy {
	width: 100%;
	}
	
	/**HOME PAGE BOTTOM HR */
	#after_section_6 {
		display:none;
	}
	
/*FOOTER*/
	.footer-page-content .entry-content-wrapper .flex_column {
		box-sizing: border-box;
		flex-basis: 100%;
	}
		.footer-page-content .entry-content-wrapper .flex_column:last-child {
		margin-top: 50px;
		flex-basis: 100%;
	}
	
	
}


/* -----------------------------------------------------------
=== Dare - French Translation Classes 
-------------------------------------------------------------- */

.home-fr .blog-header-wrap{
	display: none;
}

.home-fr .slide-home .avia-slideshow-button{
	height: auto !important;
}

/* -----------------------------------------------------------
=== French Translation
-------------------------------------------------------------- */
#header_meta .container::after {
	content: unset;
}

.noLightbox.social_bookmarks.icon_count_1 {
	display: none;
}

#header_meta .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0;
	border: 0;
	text-align: right;
	padding-right: clamp(10px, calc(100vw * (38/1440)), 38px);
	font-size: 13px;
}

#header_meta .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
	display: inline-block;
}

#header_meta .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul a {
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-out;
}

#header_meta .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul a:hover,
#header_meta .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul a:focus-within {
	border-bottom: 1px solid var(--theme-color-blue);
}
