/*
Theme Name: General Accident
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/* Add your custom styles here... */


/* Changing Position of Google reCaptcha */
.grecaptcha-badge {
	width: 70px !important; overflow: hidden !important; transition: all 0.3s ease !important; left: 4px !important;
}
  
.grecaptcha-badge:hover {
	width: 256px !important;
}
/* Changing Position of Google reCaptcha */
#webieonposition {
	top: unset !important; bottom: 15px !important; right: 5px !important;
}

/* Header Styling */
@import url('https://fonts.googleapis.com/css?family=Exo:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    font-family: 'Exo', Arial, Helvetica, sans-serif !important;
}
header.fl-page-header {
	-webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%); box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
}
.fl-page-header-container {
	padding: 15px 30px;
}
.topCountry .left {
	float: left;
}
.topCountry .left ul{
	list-style: none; margin: 0; padding: 0 0 0 40px; line-height: 45px; color: #fff; font-weight: 600; font-size: 13px;
}
.topCountry .left ul li{
	display: inline-block; margin:0 5px;
}
.topCountry .left ul li:first-child{
	margin-left: 0px;
}
.topCountry .left ul a{
	transition: all 1s; color: #fff;
}
.topCountry .left ul a:hover{
	color:#60ae45;
}
/* Top Bar Styling */
/*
.top-bar {
	background: #474747;
	margin-bottom: -0.7em;
	padding: 4px 4px;
	font-family: 'Exo', Arial, Helvetica, sans-serif !important;
	font-size: 0.9em;
	font-weight: bolder;
	color: white;
	position: relative;
}

/* Select your country drop-down menu styling */
/*
* {
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	background-position: 0 0;
}

  .country_text {
	position: absolute;
	left: 65%;
	padding: 5px 0px 10px 5px;
}

  .select_wrap {
	width: 9%;
	position: relative;
	user-select: none;
	z-index: 999;
	background-position: 0 0;
	left: 75%;
  }
  
  .select_wrap .default_option {
	background:#F8F8F8;
	color: black;
	font-weight: 600;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	padding: 1px 1px;
	align-items: center;
  }

  .select_wrap .default_option:before {
	  content: "";
	  position: absolute;
	  top: 12px;
	  right: 14px;
	  width: 6px;
	  height: 6px;
	  border: 2px solid;
	  border-color: transparent transparent #555555 #555555;
	  transform: rotate(-45deg);
	}
	
	.select_wrap .select-country {
		position: absolute;
		top: 33px;
		left: 0;
		width: 100%;
		background: #F8F8F8;
		display: none;
	}

	.select_wrap .select-country li{
		cursor: pointer;
		padding: 5px 0px 0px 20px;
	}

  .select_wrap .select-country li:hover{
	background: #F8F8F8;
  }
  
  .select_wrap .option {
	display: flex;
	justify-content: center;
	color: black;
	font-weight: 600; 
}

	.select_wrap .option a {
		display: flex;
		justify-content: center;
		color: #000;
	}
  
  .select_wrap .option .icon{
	width: 32px;
	height: 25px;
	margin-right: 12px;
	padding: 5px 0px 0px 20px;
  }
  
  .select_wrap .option.jamaica .icon{
	background: url('./img/jamaica-flag.png') no-repeat 0 0;
	background-position: 0 0px;
  }
  
  .select_wrap .option.barbados .icon{
	background: url('./img/barbados-flag.png') no-repeat 0 0;
	background-position: 0 -5px;
   }
  
  .select_wrap .option.trinidad .icon{
	background: url('./img/trinidad-and-tobago-flag.png') no-repeat 0 0;
	background-position: 0 -2px;
  }
  
  .select_wrap.active .select-country {
	display: block;
  }
  
  .select_wrap.active .default_option:before{
	top: 13px;
	transform: rotate(-225deg);
  } 


@media (min-width: 280px) and (max-width: 374px) {
	.country_text {
		left: 3%;
		top: 10%;
		font-size: 0.9em;
	}

	.country p {
		font-size: 1em;
	}

	.select_wrap {
		width: 50%;
		left: 45%;
	}
	
	.select_wrap .default_option {
		border-radius: 5px;
		padding: 3px 20px 0px 15px;
		align-items: center;
	}

	.select_wrap .default_option li {
		padding: 3px 0px 0px 1px;
	}
		
	.select_wrap .default_option:before {
		top: 8px;
		right: 14px;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: transparent transparent #555555 #555555;
		transform: rotate(-45deg);
	}
		
	.select_wrap .select-country {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		background: #F8F8F8;
		display: none;
	}
	
	.select_wrap .select-country li{
		cursor: pointer;
		padding: 1px 25px 0px 20px;
	}
	
	.select_wrap .option {
		display: flex;
		align-items: center;
		color: black;
		font-size: 0.9em;
	}
	
	.select_wrap .option .icon{
		width: 32px;
		height: 25px;
		margin-right: 10px;
		padding: 3px 0px 0px 0px;
	}
	
	.select_wrap #barbados {
		margin-left: 0.5em;
	}

	.select_wrap .option.jamaica .icon{
		background: url('./img/jamaica-flag.png') no-repeat 0 0;
		background-position: 0 -1px;
	}
	
	.select_wrap .option.barbados .icon{
		background: url('./img/barbados-flag.png') no-repeat 0 0;
		background-position: 0 -3px;
	}
	
	.select_wrap .option.trinidad .icon{
		background: url('./img/trinidad-and-tobago-flag.png') no-repeat 0 0;
		background-position: 0 -3px;
	}
	
	.select_wrap.active .default_option:before{
		top: 11px;
		transform: rotate(-225deg);
	} 
}

@media (min-width: 375px) and (max-width: 767px) {
	.country_text {
		left: 17%;
		top: 10%;
	}

	.select_wrap {
		width: 38.5%;
		left: 53%;
	}
	
	.select_wrap .default_option {
		border-radius: 5px;
		padding: 3px 25px 0px 20px;
		align-items: center;
	}

	.select_wrap .default_option li {
		padding: 3px 0px 0px 5px;
	}
		
	.select_wrap .default_option:before {
		top: 10px;
	}
		
	.select_wrap .select-country {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		background: #F8F8F8;
		display: none;
	}
	
	.select_wrap .select-country li{
		cursor: pointer;
		padding: 5px 25px 0px 20px;
	}
	
	.select_wrap .option {
		display: flex;
		align-items: center;
		color: black;
	}
	
	.select_wrap .option .icon{
		width: 32px;
		height: 28px;
		margin-right: 5px;
	}

	.select_wrap #barbados {
		margin-left: 0.4em;
	}
	
	.select_wrap .option.jamaica .icon{
		background: url('./img/jamaica-flag.png') no-repeat 0 0;
		background-position: 0 1px;
	}
	
	.select_wrap .option.barbados .icon{
		background: url('./img/barbados-flag.png') no-repeat 0 0;
		background-position: 0 -1px;
	}
	
	.select_wrap .option.trinidad .icon{
		background: url('./img/trinidad-and-tobago-flag.png') no-repeat 0 0;
		background-position: 0 -1px;
	}
	
	.select_wrap.active .default_option:before{
		top: 13px;
		transform: rotate(-225deg);
	} 
}

@media only screen and (min-width: 768px) {
	.country_text {
		left: 56%;
		top: 10%;
	}

	.select_wrap {
		width: 19%;
		left: 73%;
	}
	
	.select_wrap .default_option {
		border-radius: 5px;
		padding: 3px 20px 0px 0px;
		align-items: center;
	}

	.select_wrap .default_option li {
		padding: 3px 0px 0px 15px;
	}
		
	.select_wrap .default_option:before {
		top: 10px;
	}
		
	.select_wrap .select-country {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		background: #F8F8F8;
		display: none;
	}
	
	.select_wrap .select-country li{
		cursor: pointer;
		padding: 5px 25px 0px 20px;
	}
	
	.select_wrap .option .icon{
		width: 32px;
		height: 28px;
		margin-right: 7px;
	}

	.select_wrap #barbados {
		margin-left: 0.5em;
	}
	
	
	.select_wrap .option.jamaica .icon{
		background: url('./img/jamaica-flag.png') no-repeat 0 0;
		background-position: 0 1px;
	}
	
	.select_wrap .option.barbados .icon{
		background: url('./img/barbados-flag.png') no-repeat 0 0;
		background-position: 0 -1px;
	}
	
	.select_wrap .option.trinidad .icon{
		background: url('./img/trinidad-and-tobago-flag.png') no-repeat 0 0;
		background-position: 0 0px;
	}
	
	.select_wrap.active .default_option:before{
		top: 13px;
		transform: rotate(-225deg);
	} 
}

@media only screen and (min-width: 1024px) {
	.country_text {
		left: 57%;
		top: 10%;
	}

	.select_wrap {
		width: 13.5%;
		left: 70%;
	}
	
	.select_wrap .default_option {
		border-radius: 5px;
		padding: 3px 0px 0px 6px;
		align-items: center;
	}

	.select_wrap .default_option li {
		padding: 3px 25px 0px 10px;
	}
		
	.select_wrap .default_option:before {
		top: 10px;
	}
		
	.select_wrap .select-country {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		background: #F8F8F8;
		display: none;
	}
	
	.select_wrap .select-country li{
		cursor: pointer;
		padding: 1px 25px 1px 20px;
	}
	
	.select_wrap .option .icon{
		width: 32px;
		height: 30px;
		margin-right: 10px;
	}

	.select_wrap #barbados {
		margin-left: 0.65em;
	}
	
	.select_wrap .option.jamaica .icon{
		background: url('./img/jamaica-flag.png') no-repeat 0 0;
		background-position: 0 2px;
	}
	
	.select_wrap .option.barbados .icon{
		background: url('./img/barbados-flag.png') no-repeat 0 0;
		background-position: 0 0px;
	}
	
	.select_wrap .option.trinidad .icon{
		background: url('./img/trinidad-and-tobago-flag.png') no-repeat 0 0;
		background-position: 0 0px;
	}
	
	.select_wrap.active .default_option:before{
		top: 13px;
		transform: rotate(-225deg);
	} 
}*/
/*Login button*/
.login_btn, .pay_btn {
	color:#fff !important; font-size: 12px; font-weight: 600; transition: all 1s;
}
.login_btn:hover, .pay_btn:hover {
	color:#60ae45 !important; text-decoration: none;
}
.login_btn img, .pay_btn img {
	margin-right: 6px;
}
/*Search icon*/
#toggle-search {
	background: none; border: none; padding:0px;
}
#search-form {
	-moz-transition: max-height, 0.5s; -o-transition: max-height, 0.5s; -webkit-transition: max-height, 0.5s; transition: max-height, 0.5s; position: absolute; top: 167px; left: 0; width: 100%; max-height: 0; overflow: hidden; background-color: #72cc53;
  }
  #search-form.open {
	max-height: 76px; -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%); box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
  }
  #search-form fieldset {
	position: relative; margin: 8px 60px 8px 8px; padding: 0; border: none;
  }
  #search-form input {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; height: 60px;
  }
  #search-form input[type="search"] {
	width: 99%; padding: 0 5px 0 22px; border: none; border-radius: 3px 0 0 3px; outline: none; margin-left:0.5%; height:50px;
  }
  #search-form input[type="submit"] {
	position: absolute; bottom: 0; right: 17px; width: 50px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #516270; background: #c6cacd; border: none; cursor: pointer; top:8px; border-radius: 0 3px 3px 0; color: #f7f7f7; background: #333333; line-height: 50px; height: 50px; font-size: 13px;
  }

/*Desktop Nav Section*/
ul.desktopNav {
	list-style: none; line-height: 82px; margin: 0; padding: 0;
}
ul.desktopNav li {
	position: relative;
}
ul.desktopNav > li {
	display: inline-block; margin: 0 0 0px 25px; position: relative;
}
ul.desktopNav li a {
	color: #60ae45; text-decoration: none; font-weight: 700; font-size: 14px; position: relative;
}
/*ul.desktopNav li a:not(:only-child) {
	padding-right: 20px;
}
ul.desktopNav li a:not(:only-child)::after {
	font-family: 'Font Awesome 5 Free'; content: '\f107'; transform: translateY(-50%); position: absolute; right: 5px; top: 50%;
}*/
ul.desktopNav ul.sub-menu {
	min-width: 250px; opacity: 0; visibility: hidden; box-shadow: 0 0 10px rgb(0 0 0 / 15%); transition: all 0.2s ease-in;
    transform: scaleY(.5); transform-origin: top; position: absolute; left: 0; top: 100%; background: white; margin: 0;
    list-style: none; padding: 0; line-height: 60px;
}
ul.desktopNav li:hover > ul.sub-menu{
	opacity: 1; visibility: visible; transform: scaleY(1); display: block;
}
ul.desktopNav ul.sub-menu li {
	padding: 0px;
}
ul.desktopNav ul.sub-menu li a {
	color: #333; padding: 0 0 0 15px; margin: 0; border-left: 5px solid white; transition: all 1s; background: none; display:block;
}
ul.desktopNav ul.sub-menu li:hover > ul.sub-menu {
	left:100%; top: 0px;
}
ul.desktopNav ul.sub-menu li a:hover {
	border-left: 5px solid #60ae45; background: rgba(0,0,0,0.03);
}
ul.desktopNav ul.sub-menu li a:not(:only-child)::after {
	content: '\f105'; right: 20px;
}
ul.desktopNav li.btn {
	line-height: 30px;
}
/*ul.desktopNav li.btn a::before {
	content:url('https://dev.genac.com/wp-content/themes/genac/img/quote_icon.png'); padding-right: ;
}*/
ul.desktopNav li.btn a {
	color:white; background: #50c927; transition: all 1s; font-size:13px; padding: 5px 40px; border-radius: 6px; text-shadow: 0px 2px 2px rgb(0 0 0 / 30%); box-shadow: 0px 3.5px 0px 0px #45a026; display: inline-block; transition: all .4s ease-in-out;
}
ul.desktopNav li.btn a:hover {
	transform: scale(1.05);
}
/*Pop Up Menus*/
.zeynep{
    bottom:0; overflow:hidden; -webkit-overflow-scrolling:touch; overflow-y:auto; pointer-events:none; position:fixed;
    top:0; transform:translateX(-100%); z-index:1011;
  }
  
  .zeynep:not(.no-transition),
  .zeynep .submenu:not(.no-transition){
    transition:all 250ms;
  }
  
  .zeynep-overlay{
    background-color:rgba(0, 0, 0, .42); bottom:0; display:none; left:0; position:fixed; right:0; top:0px; z-index:1010;
  }
  
  .zeynep-opened .zeynep-overlay{
    display:block;
  }
  
  .zeynep.opened{
    pointer-events:auto; transform:translateX(0px); top:55px;
  }
  
  .zeynep.submenu-opened{
    overflow:hidden;
  }
  
  .zeynep .submenu{
    bottom:0; min-height:100%; overflow:hidden; -webkit-overflow-scrolling:touch; overflow-y:auto; pointer-events:none; position:fixed; top:0; width:100%;
  }
  
  .zeynep .submenu.opened{
    left:0; pointer-events:auto;
  }
  
  .zeynep .submenu.opened:not(.current){
    overflow:hidden;
  }

  html {
    box-sizing: border-box;
  }
  
  /* zeynepjs menu styles */
  .zeynep {
    background-color: #ffffff; color: #404143; width: 400px; padding: 0 40px; /*position: absolute; z-index: 9999;*/
  }
  .zeynep section {
    padding: 40px 0; text-align: center;
  }
  .zeynep section h3 {
    text-transform: uppercase; color:#595656; font-size: 22px; margin: 0 0 10px 0; font-weight: 600;
  }
  .zeynep section p {
    margin: 0;
  }
  .zeynep section hr {
    display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;
  }
  .zeynep section a.btn {
    text-decoration: none; display: inline-block; padding: 12px 40px;  border-radius: 100px; font-size: 13px; text-transform: uppercase; font-weight: 600; margin: 40px 0 0px 0; transition: all 0.4s; text-shadow: 0px 2px 2px rgb(0 0 0 / 30%); box-shadow: 1px 5px 0px 0px #45a026; background: #50c927; color: #fff; transition: all .4s ease-in-out;
  }
  .zeynep section a.btn:hover {
    transform: scale(1.05);
  }
  .zeynep section h4 {
    text-transform: uppercase; color:#595656; font-size: 18px; margin: 0 0 10px 0; line-height: 24px;
  }
  .zeynep section ul {
    margin: 30px 0 0 0; padding: 0;
  }
  .zeynep section ul li {
    list-style: none; display: block; margin: 4px 0 0 0;
  }
  .zeynep section ul li a{
    text-transform: uppercase; color: #595656; font-weight: 700; font-size: 12.5px; transition: all 0.4s;
  }
  .zeynep section ul li a:hover {
    color: #60ae45;
  }
  body {
    right: 0;
  }
  
  .zeynep-opened body {
    overflow: hidden;
  }
  
  .zeynep.right {
    left: auto;
    right: 0;
  }
  .zeynep.right:not(.opened) {
    transform: translateX(100%);
  }


/*the container must be positioned relative:*/
.adv-custom-select {
    position: relative;
    font-family: Arial;
    width: 100%;
}

.adv-custom-select select {
    display: none;
}

.select-selected {
    background-color: white;
    border: thin solid lightgray;
    border-radius: 0.4rem;
    padding-right: 6rem;
    font-weight: 600 !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 25px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: lightgray transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent lightgray transparent;
    top: 18px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    padding: 15px 25px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    font-weight: 500;
    color: gray;
}

.select-items>div {
    /* border-bottom: 1px solid lightgray; */
    border-left: 0.4rem solid transparent;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    overflow: auto;
    max-height: 250px;
    border: thin solid lightgray;
    top: 95%;
    left: 0;
    right: 0;
    z-index: 99;
    transition: 0.25s font-weight ease;
}

/*Homepage Banner*/
.homeBanner {
	font-family: 'Exo', sans-serif;
}
.homeBanner .fl-module-content {
	margin: 0 0 20px 0;
}
.homeBanner .fl-module-heading h2.fl-heading {
	font-size: 36px; text-transform: uppercase; line-height: 42px; font-weight: 600;
}
.homeBanner .fl-html {
	margin: 20px 0 0 0;
}
.homeBanner .fl-html a.fl-button{
	transition: all 1s; font-size: 13px; padding: 15px 35px; border-radius: 6px; display: inline-block; transition: all .4s ease-in-out; border: none; margin: 0 15px 0px 0px;
}
.homeBanner .fl-html a.fl-button span{
	color: white; font-weight: 600; font-size: 13px;
}
.homeBanner .fl-html a:hover  {
	transform: scale(1.05);
}
.homeBanner .fl-html a.fl-button.one {
	background: #323432; box-shadow: 0px 3.5px 0px 0px #1f201f; 
}
.homeBanner .fl-html a.fl-button.one:hover {
	color: #55bb58;;
}
.homeBanner .fl-html a.fl-button.two {
	background: #ffffff; box-shadow: 0px 3.5px 0px 0px #cbcbcb; color: #55bb58;
}
.homeBanner .fl-html a.fl-button.two:hover {
	color:black
}
/*Footer*/
.fa-location-arrow:before {
	color:#fff;
}
/************************Landing Page*************************************/
/*Header*/
.contactInfo {
    float: right; margin: 25px 0 0 0; transition: all 1s;
}
.contactInfo > div {
    float: left; margin: 0 0px 0 50px;
}
.contactInfo div img {
    float: left; margin: 0 15px 0 0px;
}
.contactInfo .content {
    float: left;
}
.contactInfo .content h4 {
    color: #232323; font-size: 18px; margin: 0; transition: all 1s; line-height: 24px; font-weight: 400;
}
.contactInfo .content p {
    font-size: 13px; line-height: 18px;
}
.contactInfo .content a {
	color: #60ae45; text-decoration: none; font-weight: 700; outline: none; font-size: 14px; transition: all 1s;
}
.contactInfo .content a:hover {
	color: #4c7b10;
}

/*Footer*/
/************************End of Landing Page***************************/

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    font-weight: bold !important;
    border-left: 0.4rem solid #60ae45 !important;
    color: #60ae45 !important;
}

.hermes.tp-bullets {
	top: 97% !important;
}


/*  */


.manager-content {
	transition: height 0.35s ease;
    display: block;
    overflow: hidden;
    height: 0px;
}

.manager-content.close {
	height: 0px;
}


.director-section {
    cursor: pointer;
}

.director-section .fl-photo-content {
    border: 0.2rem solid lightgray;
    border-radius: 50%;
    padding: 0.5rem;
    overflow: hidden;
}

.director-section .fl-photo-content img {
	margin-top: 1px;
    width: 190px;
    height: 190px;
}

.director-section:hover .fl-rich-text p,
.director-section:hover .fl-rich-text p > *,
.director-section.selected .fl-rich-text p,
.director-section.selected .fl-rich-text p > *{
    color: #60ae45 !important;
}

.director-section:hover .fl-photo-content,
.director-section.selected .fl-photo-content {
    border: 0.2rem solid #60ae45;
    padding: 0.5rem;
    transition: 0.3s padding ease;
}

#career-list-container {
    display: flex;
    align-content: center;
    padding: 2rem;
}

#career-list-container > div {
    width: 50%;
}

#career-list-container.loading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px !important;
}

#career-list-container.loading > div {
    width: auto;
    margin: auto;
}

#career-list-container > div a {
    font-size: 1.3em;
    color: #60ae45;
}

#career-list-container > div a:hover {
    text-decoration: none;
    opacity: 0.8;
} 

body.has-blocks.single-post .fl-post-content ul {
	line-height: 2;
    font-size: 1.4em;
    color: #000;
    margin-top: 5rem;
    max-width: 100%;
}

a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
	background: #60ae45;
	border: 1px solid #54a239;
}

body.has-blocks.single-post .careers-secondary-content a.fl-button, .parent-pageid-30 .fl-builder-content a.fl-button, .insurance-products-landing a.fl-button {
	background: #60ae45;
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	border: 1px solid #54a239;
	border-top-width: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-decoration: none;
	margin-right: 60px;
}

.careers-secondary-content p, .careers-secondary-content ol, .careers-secondary-content ul {
	line-height: 2;
	font-size: 1.4em;
	color: #000;
	margin-top: 5rem;
}

.careers-secondary-content ol {
	margin-bottom: 5rem;
	margin-top: -10px;
}

/* Reports */

.forms-reports a {
  background: url('img/pdf-icon.png') no-repeat 0px 0px;
  background-size: 35px auto;
  padding: 10px 0 10px 60px;
  display: block;
  font-size: 1.7142857143em;
  margin-bottom: 2em;
  color: #000;
}

#resource-list-container h1 {
	display: none;
}

#resource-list-container p {
	margin: 0;
}

.fl-builder-edit #resource-list-container h1 {
	display: block;
}

.fl-builder-edit .manager-content {
	display: block !important;
}

/* Mobile sub-nav */

img.header-helper-image {
	max-width: 40px;
	max-height: 40px;
}

/* insurance icons */
.circular-icon-block img.fl-photo-img.size-full {
	border-radius: 10%;
	transition: 
		transform 0.35s ease, 
		padding 0.35s ease, 
		background 0.35s ease, 
		border-radius 0.35s ease;
}

.circular-icon-block img.fl-photo-img.size-full:hover {
    transform: scale(1.20);
    background: #c6e2b7;
    padding: 10px;
    border-radius: 50%;
}

@media (max-width: 768px) {
_:-ms-fullscreen, :root .mobile-sm-visible-navbar { display: block; }
}
@media (min-width: 768px) and (max-width: 991px) {
	/* .fl-page-header-primary .fl-logo-img {
		max-width: 180px;
		margin-left: -20px;
	} */
	.fl-page-header-row .page-header-columns h3 {
		max-width: 150px;
  }
  
  .HelpOnClick-wrapper {
    bottom: 0px !important;
  }
}

@media (max-width: 767px) {
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu {
		position: static;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
		display: none;
	}
}

@media (min-width: 768px) {
	.fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
		color: #81d742 !important;
	}
	.fl-page-nav-wrap .navbar-nav ul li.current-menu-parent>a {
		color: #81d742;
	}
	.fl-page-nav-wrap .navbar-nav > li.current-menu-item>a, .fl-page-nav-wrap .navbar-nav > li.current-menu-ancestor>a {
		color: #fff !important;
		font-weight: 600;
	}
	.fl-page-nav-wrap .navbar-nav > li.current-menu-item:after, .fl-page-nav-wrap .navbar-nav > li.current-menu-ancestor:after {
		content: '...';
		position: absolute;
		bottom: -5px;
		left: 50%;
		font-size: 30px;
		margin-left: -15px;
	}
}

.HelpOnClick-wrapper {
  /* top: 50% !important; */
  bottom: 40px !important;
  top: auto !important;
  bottom: 40px; /* Fallback for IE, ''!important' isn;t supported */
  top: auto;  /* Fallback for IE, ''!important' isn;t supported */
}

.select-items>div:first-child {
	display: none;
}

.broker-parish-container .select-items>div:first-child {
	display: block;
}

.footer-menu-secondary {
	margin: 2rem 0;
	font-size: 12px;
	padding: 0;
}

.footer-menu-secondary li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
}

.footer-menu-secondary li a {
	color: #626262;
}

.subscribe-section h4 {
	color: #626262;
	font-size: 14px;
	font-weight: bold;
}

.fl-testimonial {
	width: 100%;
	text-align: center;
}

.fl-testimonial .fl-icon i, .fl-testimonial .fl-icon i:before {
	font-size: 15px;
	color: #f4c300;
}

.fl-testimonial .fl-icon {
	float: right;
	margin-left: 10px;
}

.fl-testimonial .fl-icon-group.fl-icon-group-center {
	max-width: 200px;
	margin: 0 auto;
}

.fl-testimonial .fl-module-icon-group {
	display: none;
}

.fl-testimonial:after {
	visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fl-testimonials-wrap .bx-viewport {
	min-height: 70px;
}

.cff-wrapper code {
	display: inline;
	padding: 0;
}

 .fl-node-5d682ad8b1e07 .fl-rich-text p {
	 margin-bottom: 1em;
 }
 
 .homepage-carousel {
	font-size: 2em;
    text-align: center;
 }
 
.fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-text * {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 0 !important;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-content-wrap {
	width: 100%;
}
/******Mobile Footer*************/
.custom-footer-mobile a, .custom-footer-mobile .legal a {
	color: #fff; transition: all 1s;
}
.custom-footer-mobile a:hover, .custom-footer-mobile .legal a:hover {
	color: #60ae45 !important; text-decoration: none;
}
@media (min-width: 767px) {
  
  ul#menu-main-menu .sub-menu .menu-item > a.nav-link {
    color: #464646;
  }

  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item:hover, 
  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-item,
  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-item:hover,
  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-ancestor {
    border-left: 2px solid #60ae45;
  }

  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item:hover > a, 
  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-item > a,
  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-item:hover > a,
  ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-ancestor > a {
    font-weight: 900;
    color: #464646 !important;
  }
}

@media (max-width: 767px) {
  
	ul#menu-main-menu .sub-menu .menu-item > a.nav-link {
	  color: #464646;
	}
  
	ul#menu-main-menu .menu-item > .sub-menu > li.menu-item:hover > a, 
	ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-item > a,
	ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-item:hover > a,
	ul#menu-main-menu .menu-item > .sub-menu > li.menu-item.current-menu-ancestor > a {
	  font-weight: 900;
	  color: #464646 !important;
	}
  }

  

@media (min-width: 768px) {
	.fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-content-wrap {
		padding-top: 25vh;
	}
	.fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-text * {
		font-size: 4rem;
  }
}

@media (min-width: 1200px) {
	.fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-content-wrap, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-content-wrap {
		padding-top: 12vh;
	}
	.fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-0 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-1 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-2 .fl-slide-text *, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-title, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-text, .fl-node-5d5c270d114ec .fl-slide-3 .fl-slide-text * {
		font-size: 8.5rem;
		text-shadow: 0 4px 12px rgba(0,0,0,0.7);
	}
}

@media (min-width: 1200px) {
	body .custom-footer .top-footer>.subscribe-section {
		/*max-width: 33%;
		margin-right: 1%;*/ width: 100%;
	}
	.custom-footer .top-footer>.social-widgets aside {
		max-width: 50%;
		width: 50%;
	}
}

.fl-node-5d4c6d9e0e6b5 .fl-post-grid-image {
	background: url('img/hummingbird-news.gif') no-repeat top left;
	background-size: cover;
	padding: 0;
	margin: 20px 20px 0 20px;
}

@media (max-width: 1099px) {
	body .hesperiden.tparrows {
		width: 20px;
		height: 20px;
	}
	
	body .hesperiden.tparrows:before {
	    font-size: 10px;
	    line-height: 20px;
	}
}

.tp-leftarrow.tparrows.hesperiden {
    left: -10px !important;
}

.tp-rightarrow.tparrows.hesperiden {
	right: -10px !important;
}

@media (max-width: 992px) {
	body .careers-post h2.fl-post-feed-title {
		font-size: 16px;
		line-height: 24px;
	}
	.careers-post.fl-post-feed-post, .careers-post.fl-post-feed-post:last-child {
		padding: 15px;
	}
	body .careers-post h2.fl-post-feed-title .location {
		padding-left: 0;
		display: block;
	}
	.fl-builder-content .fl-node-5dbb36383885a a.fl-button {
		margin-right: 0 !important;
	}
	.parent-pageid-30 .fl-builder-content a.fl-button {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	body .fl-tabs .fl-tabs-labels {
		display: block;
	}
	
	body .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
		font-size: 14px;
		margin-right: 14px;
		width: calc(50% - 12px);
		display: block;
		float: left;
		height: 84px;
	}
	body .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label:nth-child(2n) {
		margin-right: 0;
	}
	body .fl-tabs-vertical .fl-tabs-panel .fl-tabs-label {
		display: none;
	}
	body .fl-tabs-vertical .fl-tabs-panel-content.fl-tab-active {
		padding-top: 30px;
	}
	body .fl-tabs-panel {
		border-bottom: none;
	}
}

@media (min-width: 769px) and (max-width: 1005px) {
	header .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	body header .get-quote-btn-wrapper {
		font-size: 12px;
		width: 	135px;
	}
	body header .get-quote-btn-wrapper a {
		padding-left: 15px;
		padding-right: 15px;
	}
	body .fl-page-nav-search a.fa-search {
		position: relative;
		right: -10px;
		padding: 0;
		top: 1px;
	}
	header .fl-page-nav .navbar-nav, header .fl-page-nav .navbar-nav a {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	body .user-btn .signup-btn {
		font-size: 12px;
		max-height: 36px;
		line-height: 20px;
		min-width: 90px;
	}
	body .user-btn .login-btn {
		font-size: 12px;
		max-height: 36px;
		line-height: 20px;
		min-width: 90px;
	}
	body .fl-page-header-row .page-header-columns h3 {
		font-size: 1.1em;
		font-weight: bold;
	}
}

/* Loading animation */

body .tp-loader {
  display: none;
  visibility: hidden;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #60ae45;
    margin: -3px 0 0 -3px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


/************************Media Queries************/
.mobileHeader, .mobileBtn {
	display: none !important;
}
.top_nav li.mobile {
	display: none;
}
@media (max-width: 1100px) {
	.mobileHeader {
		display: block !important;
	}
	.fl-page-nav-bottom .fl-page-header-row {
		display: none !important;
	}
	.mobileHeader h1 {
		float:left; margin:0;
	}
	.mobileHeader h1 img {
		width:120px; display:block; 
	}
	.mobileHeader .nav-button {
		height: 27px; width: 36px; margin: 30px 0 0 30px; display: block; float:right;
	}
	.mobileHeader .nav-button a {
		height: 27px; width: 36px; display: inline-block; cursor: pointer;
	}
	.nav-button span, .nav-button span:before, .nav-button span:after {
		cursor: pointer; border-radius: 50px; height: 5px; width: 32px; background: #60ae45; position: absolute; display: block; content: ''; transition: all 300ms ease-in-out;
	}
	.nav-button span:before {
		top: -10px;
	}
	.nav-button span:after {
		top: 10px;
	}
	.show_menu #nav-toggle span:after {
		transform: translate3d(0, -10px, 0) rotate(-91deg);
	}
	.show_menu #nav-toggle span {
		transform: translate3d(0, 0px, 0) rotate(45deg);
	}
	.show_menu #nav-toggle span:before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}	
	.mobileHeader .top_nav {
		display: none; position: absolute; left: 0; right: 0; top: 100%; background: #60ae45; height: calc(100vh - 85px); overflow-y: scroll;
	}
	.top_nav > ul {
		margin:0; padding:0 20px;
	}
	.top_nav > ul li {
		width: 100%; border-top: 1px solid #fff; position: relative; list-style: none; display: inline-block;
	}
	.top_nav > ul li:first-child {
		border:0px;
	}
	.top_nav > ul li:nth-last-child(2){
		border-bottom: 1px solid #fff;
	}
	.top_nav li.mobile {
		display: block;
	}
	.top_nav li.btn {
		display: none;
	}
	.top_nav> ul > li a {
		width: 100%; margin: 0; font-size: 15px; width: 100%; display: block; padding: 20px 30px; color: #fff; text-decoration:none; font-weight: 600;
		transition: all 1s;
	}
	.top_nav> ul > li a:hover {
		color: #fbed3b;
	}
	.top_nav> ul > li a:not(:only-child) {
		width: auto;display: inline-block;
	}
	.top_nav > ul li.menu-item-has-children:before {
		font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078"; left: inherit; right: 34px; font-size: 16px; margin-top: -7px; position: absolute; top: 33px; color: #fff;
	}
	.top_nav > ul li.mobile {
		border:0px; width: 49%; display: inline-block !important; padding: 0 10px;
	}
	.top_nav > ul li.mobile.right {
		text-align: right;
	}
	.top_nav ul li.mobile a {
		background: white; color: #60ae45; padding: 10px 30px; border-radius: 25px; display: inline-block; width: auto; margin: 25px 0px; font-size: 12px; text-transform: uppercase;
	}
	.down-arrow {
		position: absolute; height: 71px; width: 50px; top: 0; right: 0; z-index: 2; cursor: pointer; user-select: none;
	}
	ul.sub-menu {
		display:none;
	}
	.mobileHeader ul li.mobileBtn {
		text-align: center; margin: 20px auto 20px auto; display: block !important; border: none; float: left;
		width: 50%; text-align: left; padding: 0 0 20px 0;
	}
	.mobileHeader ul li.mobileBtn:first-child {
		padding: 0 20px 0 0; text-align: right;
	}
	.mobileHeader .mobileBtn a {
		color: #60ae45; background: white; display: inline-block; border-radius: 40px; text-align: center; text-transform: uppercase; padding: 15px 0; font-size: 12.5px; font-weight: 700; width:165px; border: 2px solid white; transition: all 1s;
	}
	.mobileHeader .mobileBtn a:hover {
		background: none; color: white;
	}

}
@media (max-width: 800px) {
	.topCountry .left {
		display: none;
	}
	.topCountry .right {
		width: 100%; text-align: center; margin-right: 0 !important;
	}
	.mobile-sm-hidden {
		display: block !important;
	}
}
@media (max-width: 600px) {
	.mobileHeader h1 img {
		width: 90px;
	}
	.nav-button span, .nav-button span:before, .nav-button span:after {
		height: 4px; width: 25px;
	}
	.nav-button span:before {
		top: -8px;
	}
	.nav-button span:after {
		top: 8px;
	}
}

/*Instagram Footer*/
.bottom {
	background-color: #343434; color:white; padding: 5px 0 0 0;
}
.bottom .left {
	float:left;
}
.bottom .right {
	float:right;
}
.bottom .right li {
	list-style:none; display:inline-block; margin: 11px 0px 0 10px;
}
.bottom .right li img {
	width: 30px;
}

