/* 
 Theme Name:     Divi Child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.co 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@font-face { 
	font-family: 'CenturyGothic'; 
	src: url('https://www.innovationpei.com/wp-content/themes/Lake-Divi-Child/fonts/CenturyGothic.ttf'); 
	font-weight: normal; 
	font-style: normal; 
}

@font-face { 
	font-family: 'CenturyGothicBold'; 
	src: url('https://www.innovationpei.com/wp-content/themes/Lake-Divi-Child/fonts/CenturyGothicBold.ttf'); 
	font-weight: bold; 
	font-style: normal; 
}

h1, h2, h3, h4, h5 {
	font-family:"CenturyGothicBold", Helvetica, sans-serif;
}

/* HEADER */

header .container {
    width: 90%;
    max-width: 1150px;
	position:initial;
}

header.header-white {
	background:white !important;
}
header.header-white #top-menu a, header.header-white #top-header-custom a, header.header-white #et_top_search {
	color:black;
}

.et_header_style_left .logo_container {
	float: left;
	width: 220px;
	margin-top: -5px;
	position:relative;
}

#top-menu {
    position:relative;
}

#top-menu li {
	display:block;
	float:left;
	padding: 0;
	position: static;
	border: 0;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 17px !important;
}

#top-menu a {
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 16px;
    opacity:1 !important;
    font-weight: 900;
    letter-spacing:0.5px;
    padding: 20px 35px;
}

#top-menu a:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	color:#e61b3a;
}

#menu-item-1 a {
    padding-right:12px;
}

#top-menu .menu-item-has-children>a:first-child:after {
    top: 20px;
}

.menu-main-parent {
	border-bottom:0px solid transparent;
	transition:0.4s all;
}
.menu-main-parent:hover, .active-main {
	opacity:1;
	/* border-bottom: 4px solid #1d2c4b; */
}

#top-header-custom {
	float: right;
	width: 560px;
	text-align: right;
	padding: 15px 0 0 0;
	margin-bottom: -2px;
}

#top-header-custom a {
	color:#222;
	padding-bottom:0;
	text-transform:uppercase;
	opacity:1 !important;
	font-size: 12px;
	letter-spacing:0.5px;
	padding: 0 !important;
    position:relative;
}

#top-header-custom a:after, .wpml-ls-menu-item a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #222;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#top-header-custom a:hover:after, .wpml-ls-menu-item a:hover:after {
    transform: scaleX(1) !important;
}

.et_header_style_left #et-top-navigation {
    padding: 0px 0 0 0 !important;
}

#et-secondary-nav li.menu-item-gtranslate {
    margin-right:0;
}


/* gTranslate Tweaks */

a.glink img {
	margin-top:-6px;
	height:20px;
	width:auto;
}

html[lang="en-CA"] .menu-item-gtranslate.gtranslate-en, html[lang="auto"] .menu-item-gtranslate.gtranslate-en {
	display:none !important;
}

html[lang="fr"] .menu-item-gtranslate.gtranslate-fr {
	display:none !important;
}


.mobile-gtranslate {
    display:none;
    position: absolute;
    right: 65px;
    top: 25px;
    z-index: 1;
}

.mobile-gtranslate a.glink img {
	margin-top:2px;
	height:24px;
	width:auto;
}

/* DROPDOWN */

#top-menu li ul.sub-menu {
    display: none;
    opacity:1;
    visibility:visible;
    width: 100%;
    position: absolute;
    padding: 0;
    right: 0;
    left: 0;
    top: 100%;
    margin: 0;
    background: #fff !important;
    border: 0;
    box-shadow: 0px 17px 12px 0px #38383814;
    transition:none !important;
}

.nav li.et-touch-hover>ul, .nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.et-fixed-header #top-menu li ul.sub-menu {
    top:113%;
}

.left-mega {
    width: 35%;
    padding-top:15px;
    background: #1d2c4b;
    color: white;
    padding: 30px 25px;
}

.left-mega h4 {
    display: block;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: white;
    margin-bottom: 0;
}

.left-mega p {
	font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

.left-mega a {
    font-size: 11px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    line-height: 16px;
    margin-top: 10px;
    height: 25px;
    font-weight: 500;
    color: #e72c4a !important;
    display: block;
    transition:0.4s all;
    padding: 0 !important;
}

.left-mega a:hover {
	text-decoration:underline !important;
}

.right-mega {
    width:65%;
}

.right-mega a:hover {
    opacity: 1 !important;
    transition: 0.4s all !important;
    background:none !important;
}

#top-menu li ul.sub-menu li {
    margin: 0;
    width: auto;
    position: relative;
    padding: 0;
    transition: .25s transform;
    float: none;
}

#top-menu li li a {
    display: block;
    position: relative;
    width: auto;
    text-transform: capitalize;
    color: #1d2c4b;
    border-bottom: 1px solid #ededed;
    font-weight: 600 !important;
    padding: 7px 0;
}

#top-menu li li:last-of-type a {
    border-bottom:0;
}

.nav li ul ul {
    position: relative;
    padding: 20px 32px;
    z-index: 1;
    width: auto;
    background: transparent;
    visibility: visible;
    opacity: 1;
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: none;
    -webkit-transform: translateZ(0);
    text-align: left;
}

/* SEARCH */

#et_top_search {
    float: right;
    margin: -1px 0 -4px 0;
    position: relative;
    display: block;
    width: auto;
    color: white;
}

#et_top_search a {
    padding-right:0;
}

.et-top-search {
    display: none;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: repeat;
    background-image: url(/wp-content/uploads/2020/12/Sand.png);
    background-color: #1d2c4b;
    border-bottom: 0;
    border-top: 0;
    padding: 0;
    z-index: 999;
}

#et_search_icon:before {
    font-size:15px;
}

.admin-bar .et-top-search {
    top:32px;
}
#main-header .et-search-form {
    background: #ffffff;
    padding: 30px 100px;
    position: relative;
    height: 118px;
    right:0;
}
.search-view-more-btn {
    border: 2px solid white;
    color: white;
    padding: 10px 75px;
    border-radius: 25px;
    display: table;
    text-transform: uppercase;
    margin: 30px auto 0;
    font-weight: bold;
    transition:0.4s all;
}
.search-view-more-btn:hover {
    background:white;
    color:#1d2c4b;
}
input.et-search-field {
    width: 100%;
    background: none;
    padding: 7px 0px;
    font-size: 32px;
    border-bottom: 3px solid #efefef;
    border-radius: 0;
    font-weight: 700;
    position: relative;
    color: black;
    right:0;
}
input.et-search-field::placeholder {
    font-weight:700;
}
input.et-search-field:focus {
    background:transparent;
    color:#1d2c4b;
}
span.highlight {
    position: absolute;
    bottom: 32px;
    left:100px;
    font-size: 32px;
    z-index: 10;
    height: 0;
    overflow: hidden;
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    border-top: 3px #1d2c4b;
    min-width: 3px;
    font-weight: 700;
}
span.et_close_search_field {
    right:10px !important;
    top:10px;
    margin:0;
    opacity:0.7;
}
span.et_close_search_field:after {
    color:black !important;
}
span.et_close_search_field:hover {
    opacity:1.0;
}

/* TEAM PAGE */

.staff-wrap {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}
.staff-box {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    position: relative;
}

.staff-image-wrap {
    position:relative;
}

.staff-image {
    border-radius: 12px;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
    height: 300px;
    width:100%;
    background-size: cover;
    background-position: center;
    position:relative;
}

.staff-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.75s;
    opacity: 0;
}

.staff-image-hover:hover {
    opacity: 1;
}

.staff-box h4 {
    font-size:18px;
    text-align:center;
    margin-top:30px;
}
.staff-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #333333 !important;
    text-align: center;
}
.staff-meta {
    margin-top:20px;
}
.staff-meta p {
    text-align:center;
}
.staff-meta p a {
    color:#e12943;
}
.staff-meta i {
	margin-bottom: 0px;
    background: #e31835;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-right: -5px;
    z-index: 999;
    position: relative;
}
.teaminfo { 
    background: #efefef;
    padding: 12px 14px;
    z-index: 2;
    border-radius: 4px;
    width: 83% !important;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #333 !important;
    margin-left: -10px;
}
a.staffprofile {
    background: #1d2c4be3;
    color: white;
    width: 80px;
    text-align: center;
    padding: 14px 12px 12px 12px;
    line-height: 16px;
    height: 60px;
    position: absolute;
    right: 20px;
    z-index: 2;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    transition:0.3s all;
}
a.staffprofile:hover {
    background:#e21835;
}
.meettheteam { 
    background: #e31835; 
    color: white; 
    text-transform: uppercase; 
    font-family: lato; 
    font-weight: 700; 
    border-radius: 10px; 
    padding: 8px 20px; 
    margin: 0 auto; 
    display: block; 
    text-align: center; 
    width: 70%;
    margin-top:88px;
    transition:0.3s all;
}
.meettheteam:hover {
    background:#1d2d4c;
}

.dsm_card_carousel_0 .dsm_card_carousel_child .dsm_card_carousel_child_image_wrapper { padding-left: 20px !important; }
.dsm_card_carousel_0 .dsm_card_carousel_child_img {
    max-width: 90% !important;
}

@media (min-width:1600px) {
    .dsm_card_carousel_0 {
        width:150% !important;
    }
}
@media (min-width:2400px) {
    .dsm_card_carousel_0 {
        width:100% !important;
    }
}

/* AUTOCOMPLETE */
.autocomplete-suggestions, .mobile-nav div.mobile-form .autocomplete-suggestions {     
    background: #ffffff;
    overflow: visible;
    max-height: initial !important;
    width: 100% !important;
    margin-top: 1px;
    border-radius:0;
}
.et-top-search .autocomplete-suggestions {
    background:rgba(0,0,0,0.0);
    width:100% !important;
    right:0;
    left:0;
    bottom:0;
    top:118px;
    box-shadow:none;
    padding:50px 100px;
    margin-top:0;
    border:0;
    overflow-y:scroll;
}
.mobile-nav div.mobile-form .autocomplete-suggestions {
    left: 0px;
    right: 0px;
    width:auto !important;
    border-radius:0;
    font-size:15px;
    z-index:99999 !important;
    max-height: 520px !important;
    overflow: hidden;
    overflow-y: scroll;
}
.et-top-search .autocomplete-suggestion, .et-top-search .autocomplete-no-suggestion { 
  padding: 9px 10px; 
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer; 
}
.mobile-nav div.mobile-form .autocomplete-suggestion, .mobile-nav div.mobile-form .autocomplete-no-suggestion {
  padding: 12px 10px 6px; 
  border-bottom: 1px solid #ebebeb;
  cursor: pointer; 
}
.et-top-search .autocomplete-no-suggestion {
    color: white;
    border: 0;
    padding: 0;
}
.et-top-search .autocomplete-suggestion {color:white;}
.et-top-search .autocomplete-suggestion {
    border-bottom: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    width:100%;
}
.et-top-search .autocomplete-suggestion:last-child, .mobile-nav div.mobile-form .autocomplete-suggestion:last-child {border-bottom:0;}
.et-top-search .autocomplete-selected, .mobile-nav div.mobile-form .autocomplete-selected { text-decoration:underline;}
.et-top-search .autocomplete-suggestions strong, .mobile-nav div.mobile-form .autocomplete-suggestions strong { font-weight: bold; color: white; }
.et-top-search .autocomplete-group, .mobile-nav div.mobile-form .autocomplete-group { 
    padding: 2px 0px; 
}
.et-top-search .autocomplete-group {
    float: left;
    width: 26.33%;
    margin-right: 10%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
}
.et-top-search .autocomplete-group:nth-of-type(3n+3) {
    margin-right:0;
}
.et-top-search .autocomplete-group strong, .mobile-nav div.mobile-form .autocomplete-group strong { 
  display: block; color:#064b5d;
}
.et-top-search .autocomplete-group strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid;
}
.et-top-search .autocomplete-span, .mobile-nav div.mobile-form .autocomplete-span {
    padding: 2px 4px 1px;
    font-size: 11px;
    margin-right: 8px;
    text-transform: uppercase;
    float: left;
    line-height: 19px;
    margin-top: 3px;
    color: white;
    width: 60px;
    text-align: center;
}
.autocomplete-suggestion p {
    font-size: 14px;
    font-weight: 400;
}
.autocomplete-suggestion span {
    display: block;
    font-size: 10px;
    text-decoration: none;
    color: silver;
    margin-top: -7px;
    font-weight: 400;
}
.mobile-nav div.mobile-form .autocomplete-span {
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    margin-top: 0;
    width: auto;
    text-align: left;
    display: inline-block;
    color: #1584a4;
}
.mobile-nav div.mobile-form .autocomplete-par {
      white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      width: 100%;
      color:black;
    }
.et-top-search .event-span, .mobile-nav div.mobile-form .event-span{
    background: #F76062;
}
.et-top-search .post-span, .mobile-nav div.mobile-form .post-span{
    background: #329fc1;
}
.et-top-search .notice-span, .mobile-nav div.mobile-form .notice-span{
    background: #3bc36e;
}
.et-top-search .autocomplete-suggestions:before, .mobile-nav div.mobile-form .autocomplete-suggestions:before {
    content:'';
    display:none;
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:calc(50% - 7.5px);
    border-color:rgba(204,204,204,1);
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7px solid white;
    margin-top:-7px;
}

/* CALENDAR */

.timely {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
	margin: 0;
    padding: 0;
    border: 0;
}

.ai1ec-calendar {
	margin:20px 0 100px;	
}

.timely table, #ai1ec-container table {
    margin: 10px 0 !important;
}

.ai1ec-calendar-toolbar {
	margin-bottom:12px;
}

.ai1ec-btn-toolbar {
    margin: 0;
}

.timely .ai1ec-nav > li > a {
    position: relative;
    display: block;
    padding: 4px 15px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    border-radius: 3px !important;
    color: #1d2c4b;
}

.entry-content .timely .ai1ec-btn-default, .comment-content .timely .ai1ec-btn-default, .site-footer .widget .timely .ai1ec-btn-default {
    color: #1d2c4b !important;
}

.timely .ai1ec-btn-sm {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ai1ec-month-view .ai1ec-date {
    background: #ffffff;
    color: #a1a7ad;
    font-size: 10pt;
    line-height: 17px;
    height: 17px;
    margin-bottom: 1px;
    padding: 0 0.4em;
    font-size: 9pt;
    text-align: right;
    text-shadow: 0 1px 0 #e6e5e5;
}

.entry-content .timely a, .comment-content .timely a, .site-footer .widget .timely a {
    color: #1d2c4b;
}

.ai1ec-title-buttons .ai1ec-btn-group {
    margin: 0 0 0 0 !important;
}

.ai1ec-popover {
	padding:5px 6px;
}

.ai1ec-popover .ai1ec-btn-sm {
    padding: 4px 10px;
    font-size: 12px;
    width: 100%;
    margin: 7px 0 5px;
}

.ai1ec-popover .ai1ec-btn-primary {
    background-color: #f6042e;
    border-color: #f6042e;
	transition:0.3s all;
}

.ai1ec-popover .ai1ec-btn-primary:hover {
    background-color: #f6042e;
    border-color: #f6042e;
	filter:brightness(110%);
}

.ai1ec-popover.ai1ec-popup .ai1ec-event-time {
    background: #eee;
    font-size: 11.05px;
    font-weight: bold;
    margin: 10px -12px 0;
    padding: 5px 17px;
}

.ai1ec-allday-badge {
    background: #1d2c4b;
}

/* FOOTER */

#main-footer {
    background-color: #1d2c4b !important;
}

#footer-widgets h4.title {
	font-size: 15px;
    color: white;
    text-transform: uppercase;
}

#footer-widgets .footer-widget li {
	padding-left:0;
	display:table;
}

#footer-widgets .footer-widget li:before {
	display:none;
}

#footer-widgets a {
	color:white !important;
}

#footer-widgets a:after {
    display: block;
    content: '';
    border-bottom: solid 1px white;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#footer-widgets a:hover:after {
    transform: scaleX(1);
}

#footer-bottom {
	background:transparent;
}

#footer-info {
    text-align: left;
    color: white;
    padding-bottom: 10px;
    float: left;
}

#footer-info li {
	display:inline-block;
	margin-right:16px;
}

#footer-info li a {
	color: #717171;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 12px;
	transition:0.4s all;
}

#footer-info li a:hover {
	color:white;
}

#footer-info a {
    font-weight: 900;
    color: white;
	transition:0.4s all;
}

#footer-info a:hover {
    color: white;
    text-decoration: underline;
    opacity: 1;
}

#footer-social {
	float:right;
}

#footer-social a {
	color:white;
	margin-left:17px;
	transition:0.4s all;
	font-size:17px;
}

#footer-social a:hover {
	color:#e12943;
}

p.navigator {
    font-size: 13px;
    background: transparent;
    border: 1px solid white;
    display: block;
    padding: 9px 20px !important;
    font-weight: 400;
    float: left;
    transition:0.3s all;
}

p.navigator:hover {
    background: white;
    color: #1d2c4b;
}

.gform_wrapper.gravity-theme .gform_footer input {
    background: #f60f32;
    color: white;
    border: 0;
    padding: 12px 25px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    width: 150px;
}

.inn-blog-image .entry-featured-image-url {
    padding-top: 75%;
    display: block;
}
  
.inn-blog-image .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
  

/* MOBILE */

.mobile_menu_bar:before { 
    color: white !important;
}

.mobile-menu-trigger {
    display:none;   
    float: right;
    position: absolute;
    right: 20px;
    top: 25px;
	z-index:3;
}

.menu-icon {
    position: relative;
    width: 1.5em;
    height: 2.5em;
}

.menu-icon span {
    position: absolute;
    height: 0.15em;
    width: 100%;
    background-color: #000;
    transition: all 250ms ease-in-out;
    transform: rotate(0deg);
    border-radius: 3px;
}

.menu-icon span:nth-child(1) {
    top: 0.39375em
}
    
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 0.9655em;
}

.menu-icon span:nth-child(4) {
    top: 1.475em;
}

.mobile-menu-trigger:hover span,
.mobile-menu-trigger:focus span,
.mobile-menu-trigger:active span {
    background: #000;
}

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
    opacity: 0; 
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
    top: 0.9655em;
    transform: rotate(-45deg);
}

.menu-icon.is-active {
    position: fixed;
    right:20px;
}

.menu-icon.is-active span {
    background:#fff;
}


.mobile-menu {
    display:none;
    margin-left: -100%;
    width: 0;
    padding: 0;
    float: right;
    margin-top: 0;
    position: fixed;
    background: #1d2c4b;
    color: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    height: 100%;
	min-height:100vh;
    transition: 1.3s all;
    display: block !important;
    padding-top: 10px;
    padding-bottom:60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
	z-index:2;
}
.mobile-menu li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
}
.mobile-menu li a {
    color:white !important;
    opacity: 1;
    padding: 14px 0;
    font-size: 18px;
    display: inline-block;
}

.mobile-nav div.mobile-form {
    background: none;
    padding: 0px;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 0;
    margin: 94px 20px 20px;
    position: relative;
}
.mobile-nav div.mobile-form input {
    width: 100%;
    background: none !important;
    padding-right: 40px;
    font-size: 18px;
    outline: none;
    background: #091326 !important;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 20px 19px;
    color: white;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: 0.3s ease;
}
.mobile-nav div.mobile-form button {
    padding: 0;
    background: none;
    position:absolute;
    top:12px;
    right:10px;
    opacity:0.8;
}

/* RESPONSIVE */

@media (max-width:1080px) {
    .staff-wrap {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width:981px) {
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 6.347%;
        float:none;
    }
}
@media (max-width:980px) {
    .et_header_style_left .logo_container {
        position: absolute;
    }
    .et_header_style_left #logo {
        max-width: 100%;
        max-height: 68%;
    }
    a.site_btn,.mobile_menu_bar {display:none;}
    .mobile-menu-trigger {display:block;}   
    .mobile-menu-show {
        width:100% !important;
        margin-left:0 !important;
    }
	.mobile-gtranslate {
        display:block;
    }
    #et-top-navigation {
        height:60px;
    }
    #top-menu {
        margin-left:-100%;
        width: 0;
        padding: 0;
        float: right;
        margin-top: 0;
        position: fixed;
        background: #000;
        color: white;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0px;
        transition:1.3s all;
        display:block !important;
        padding-top:10px;
    }
    .admin-bar #top-menu {
        padding-top:56px;
    }
    #top-menu li {
        display: inline-block;
        font-size: 14px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 30px;
        line-height: 2em;
    }
    #top-menu li a {
        color:white;
        opacity: 1;
        padding:10px 0 !important;
    }
    #top-menu li a:after {
        border-color:white;
    }
    #top-menu .menu-item-has-children>a:first-child:after {
        display:none;
    }
    #top-menu ul.sub-menu {
        background: transparent;
        display: block;
        width: 100%;
        border: 0;
        position: relative;
        color: white !important;
        padding: 0 !important;
        opacity: 1;
        visibility: visible;
    }
    #top-menu li li {
        padding: 0;
        margin: 0;
        line-height: 2em;
    }
    #top-menu li li a {
        color: white !important;
        padding: 10px 0 10px 20px !important;
    }
    #footer-info a { 
        position:relative;
        text-align:center;
    }
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 5.21% !important;
        float:none;
    }
}

@media (max-width:767px) {
    .staff-wrap {
        grid-template-columns: 1fr;
    }
    .mc-field-wrap {
        display:block;
    }
    
}

@media (max-width:480px) {
    #footer-info {
        text-align: center;
        color: white;
        padding-bottom: 10px;
        float: none;
        font-size: 11px;
    }
    #footer-social {
        float: none;
        text-align: center;
        padding-bottom: 14px;
    }
}


/* gTranslate Tweaks */

html[lang="en-US"] a[title="English"], html[lang="en-CA"] a[title="English"], html[lang="auto"] a[title="English"] {
	display:none !important;
}

html[lang="fr"] a[title="French"], .gtranslate-wrapper {
	display:none !important;
}

#et-secondary-menu .gtranslate_wrapper {
	float: right;
    padding-left: 5px;
}

#et-secondary-menu a.glink {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
	font-weight:normal !important;
}

@media (max-width:980px) {
	.gtranslate-wrapper {    
		position: absolute;
		right: 65px;
		top: 27px;
		display:block !important;
	}
	a.glink { 
		font-size: 18px;
		color: #010101;
        font-weight: normal !important;
	}
}