/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.custom-list td p {
  margin-bottom: 0px;
}

/* above fold form */
.form-labels-hide .hs-form-field label {
  display: none !important;
}

/* footer */
.footer__container .hs-menu-wrapper ul {
  padding-left: 0px;
}

.footer__container .hs-menu-wrapper ul li {
  display: inline;
  list-style-type: none;
}

.footer__container .hs-menu-wrapper ul li:after {
  content: " | ";
  color: white;
  margin-left: 15px;
  margin-right: 15px;
}

.footer__container .hs-menu-wrapper ul li:last-child:after {
  content: '';
}

/* navigation */
#search_dropdown label {
  color: black !important;
}

#mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-menu ul li, #mobile-menu .hs-menu-item {
  display: block;
  padding: 10px 0px;
  color: #001F32 !important;
  width: 100%;
  text-align: center;
  background: white;
}

#mobile-menu .hs-menu-item.hs-menu-depth-2 {
  padding-bottom: 8px;
}

#mobile-menu ul li a, #mobile-menu .hs-menu-item a {
  color: #001F32 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

#mobile-menu ul li:hover, #mobile-menu .hs-menu-item:hover {
  background: #028634;
}

#mobile-menu ul li:hover>a, #mobile-menu .hs-menu-item:hover>a {
  color: white !important;
}
#mobile-menu .hs-menu-children-wrapper {
  background-color: #f7f7f7 !important;
}
#mobile-menu .hs-menu-depth-2 a{
  font-size: 14px !important;
  font-weight: normal !important;
}


/*           #header_top_bar_scroll .btn{
width:auto!important;
} */
#header_top_bar_scroll .btn-group .btn-topmenu {
  /*
  height: 73px !important;
  */
  width: 150px !important;
  /*
  padding-left: 0px !important;
  padding-right: 0px !important;
  */
  /*
  line-height: 45px !important;
  */
  margin-left: 0!important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 21px 0 !important;
}

/*           #header_top_bar_scroll .btn-group .btn a{
line-height:73px!important;
} */
#header_top_bar .container-fluid {
  padding: 0;
}

#horizontal_menu_wrapper.menu_link_colors #menu li, #horizontal_menu_wrapper.menu_link_colors #menu a {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/*         #horizontal_menu_wrapper.menu_link_colors #menu .sub-menu li:hover
,#horizontal_menu_wrapper.menu_link_colors #menu .sub-menu a:hover {
color:black!important;
} */
/*
#nav-search-button {
  color: white !important;
  height: 73px !important;
  line-height: 73px !important;
}

#nav-search-button.sticky-scroll-color, #nav-search-button.sticky-scroll-color {
  color: black !important;
}

#nav-search-button-mobile {
  color: white !important;
  text-decoration: none;
}

#nav-search-button-mobile.sticky-scroll-color {
  color: black !important;
}
*/
#nav-search-button {
  display: none !important;
}

#nav-search-button.sticky-scroll-color, #nav-search-button.sticky-scroll-color {
  display: none !important;
}

#nav-search-button-mobile {
  display: none !important;
}

#nav-search-button-mobile.sticky-scroll-color {
  display: none !important;
}

/* FORM */
.superdraw_form form {
  padding: 10px;
}

.superdraw_form label {
  color: black !important;
}

/* 3 col form */
.form-columns-3 .hs-form-field {
  width: 33% !important;
}

.form-columns-3 .hs-form-field .input, .form-columns-3 .hs-form-field label {
  margin-right: 8px !important;
  margin-left: 0px !important;
}

.form-columns-3 .hs-form-field:last-of-type .input {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

@media only screen and (max-width: 991px) {
  .form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-right: 8px;
  }

  .form-columns-3 .hs-form-field .input, .form-columns-3 .hs-form-field label {
    margin-right: 8px !important;
    margin-left: 0px !important;
  }

  .form-columns-3 .hs-form-field:last-of-type .input {
    margin-right: 8px !important;
    margin-left: 0px !important;
  }
}

/* purchase custom edits */
.superdraw_form .hs_purchase_method li {
  width: 49.5% !important;
  margin-right: 1%;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .superdraw_form .hs_purchase_method li {
    width: 100% !important;
    display: block;
  }
}

.superdraw_form input[type=text],
.superdraw_form input[type=email],
.superdraw_form input[type=password],
.superdraw_form input[type=tel],
.superdraw_form input[type=number],
.superdraw_form input[type=file],
.superdraw_form select,
.superdraw_form textarea {
  background-color: #fff !important;
  color: black !important;
}

.superdraw_form .hs-form-field {
  margin-bottom: 15px;
}

.superdraw_form .hs_purchase_method li label span {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /*     border: 1px solid #d9d9d9; */
  font-size: 14px;
  color: black;
  background-color: #fff;
  /*   background:#f1f1f1!important; */
}

.superdraw_form .hs_purchase_method input[type="radio"]+span {
  border: 1px solid #d9d9d9;
}

.superdraw_form .hs_purchase_method input[type="radio"]:checked+span {
  border: 0px solid #d9d9d9;
}

.superdraw_form .hs-dependent-field .hs-form-field:not(.hs_purchase_method) {
  width: 50%;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .superdraw_form .hs-dependent-field .hs-form-field:not(.hs_purchase_method) {
    width: 100% !important;
    display: block;
  }
}

.superdraw_form input[type=submit] {
  width: 50%;
  max-width: 250px;
}

.superdraw_form .hs_purchase_method li:last-of-type {
  margin-right: 0px;
}

.superdraw_form .hs_purchase_method input[type="radio"] {
  display: none;
}

.superdraw_form .hs_purchase_method input[type="radio"]+span:before {
  content: "\26AC";
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 400;
  /*   font-weight:bold; */
  margin-right: 8px;
  color: #d9d9d9;
  /*   font-size:20px; */
}

.superdraw_form .hs_purchase_method input[type="radio"]:checked+span:before {
  content: "\2609";
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 400;
  /*   font-weight:bold; */
  margin-right: 8px;
  color: rgba(2, 148, 57, 1.0);
  /*     font-size:20px; */
}

.superdraw_form .hs_purchase_method input[type="radio"]:checked+span {
  background: #f1f1f1 !important;
  /*   color:red!important; */
  /*   font-weight:bold; */
  font-size: 16px;
  transition: 0.3s;
}

.superdraw_form .hs_purchase_method li label {
  width: 100%;
}

.superdraw_form .hs_purchase_method li input {
  height: 100px;
}

/* superdraw above row padding */
.superdraw-above .dnd-section .dnd-column {
  padding: 0px !important;
}

/*
.row-fluid [class*="span"]{
min-height:1px!important;
} */
.bg-custom-gray {
  background-color: #f1f1f1;
}



/* BLOG POST */
ul.blog-social-share {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.blog-social-share li {
  display: inline;
  margin: 0 5px;
}

ul.blog-social-share li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  padding-top: 2px;
  border: 1px solid #D2D2D2;
}

ul.blog-social-share li:hover a {
  border: 1px solid #313333;
}



/* BLOG LISTING */
  .news-card-wrappper:not(:first-child):not(:last-child){
    padding-left:5px;
    padding-right:5px;
  }
  .news-card-wrappper:first-child{
    padding-left:0px;
    padding-right:5px;
  }
  .news-card-wrappper:last-child{
    padding-left:5px;
    padding-right:0px;
  }


  .news-card hr{
    border-top:2px solid;
    border-color:#001f32;
    width:25%; 
    margin: 0px; 
    padding-bottom:10px; 
  }
  .news-card .cover-img{
    height:200px!important;
    min-width:100%;
    object-fit:cover;
    /*
    border:1px solid #f7f7f7;
    */
  }


  .blog-pagination__link:hover{
    text-decoration:none!important;
  }
  .blog-pagination__number-link:hover{
    background-color:#029439;
    color:white!important;
  }
  .blog-pagination__link{
    padding:5px 10px;

  }
  .blog-pagination__number-link{
    border:1px solid #029439;
  }
  .blog-pagination__link--active{
    background-color:#029439;
    color:white!important;
  }


.hs-form-field .hs-error-msgs
,.hs-form-field .no-list{
  list-style-type:none!important;
}




@media only screen and (max-width: 991px) {
  .no-above-fold-fix{
    height:60px!important;
  }
}


/* SYSTEM PAGES */
.systems-page form{
  padding:0;
}
.systems-page .page-header{
  margin-bottom:25px;
}








/* HEADER LANGUAGE SWITCHER */
.globe_class ul,.lang_list_class{
  padding: 0px 0 0;
  padding-top:0px!important;
}
.globe_class{
  width:20px;
  height:100%;
  margin-right:25px;
  margin-left:15px;
}
@media only screen and (max-width: 991px) {
  .globe_class{
    margin-right:0px;
  }
}

.lang_list_class:before{
  top:-24px!important;
  left:91%!important;
  border-bottom-color:rgba(2, 148, 57,1.0)!important;
}

.lang_list_class:after{
  top:-23px!important;
  left:91%!important;
  border-bottom-color:rgba(2, 148, 57,1.0)!important;
  
}

.lang_list_class{
  width:200px!important;
  top:35px!important;
  left:-56px!important;
  z-index:1000;
  color:rgba(255, 255, 255,1.0)!important;
  background-color:rgba(2, 148, 57,1.0)!important;
  border-radius:0px 0px 0px 0px !important;
  
}

.lang_list_class li{
  display:inline-block!important;
  background-color:rgba(255,255,255,0)!important;
  color:black!important;
  border:none;
  border-left:none!important;
  border-top:none!important;
  border-bottom:none!important;
  border-right:none!important;
}

.lang_list_class li:first-child{
  border-top:none!important;
   border-left:none!important;
  border-bottom:none!important;
  border-right:none!important;
}

.lang_list_class li:last-child{
  border-bottom:none!important;
  border-top:none!important;
   border-left:none!important;
  border-right:none!important;
}

.lang_list_class li a{
  color:rgba(255, 255, 255,1.0)!important;

}

.header__language-switcher--label-current{
  display:none!important;
}


.globe_class {
    background-image:none!important;
}

.globe_class:before {
    content: "\f57d";
    font-family: FontAwesome;

}


.lang_list_class:after, .lang_list_class:before {
    margin-left: -16px!important;
}
a.ff-link{color: #029439 !important}
a.ff-link:hover{color: #000 !important; text-decoration: underline;}

/* ONE PUBLIC REPRESENTATIVE */
.opr-1300{
  max-width: 1300px;
  margin: 0 auto;
}
.opr-1170{
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.opr-900{
  max-width: 900px;
  margin: 0 auto; 
  padding-left: 10px; 
  padding-right: 10px;
}
.opr-transparent{
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px
}
.opr-gray{
  background-color: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px
}
@media only screen and (min-width:768px){
.my-flex{
  display: flex;
  flex-direction: row;
}
}
@media only screen and (max-width:767px){
.my-flex{
    display: flex;
}
}
@media only screen and (min-width:768px){
.people-flex{
     display: flex !important;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
/* Email above */
.people-email{
  display: flex;
  align-content: center;
  padding-bottom: 10px;
}
.people-email a{
  color: #029439 !important;
}
.people-email::before{
  content: url("https://7358484.fs1.hubspotusercontent-na1.net/hubfs/7358484/fianna-theme/icons/envelope-green.svg");
  margin-right: 10px;
  
}
/* Phone above */
.people-call{
  display: flex;
  align-content: center;
  padding-bottom: 10px;
}
.people-call a{
  color: #029439 !important;
  padding-top: 3px; 
}
.people-call::before{
  content: url("https://7358484.fs1.hubspotusercontent-na1.net/hubfs/7358484/fianna-theme/icons/phone-actions-receive-green.svg");
  margin-right: 10px;
  
}
@media only screen and (min-width:992px){
.people-above-image{
  text-align: right;
  }
}
@media only screen and (max-width:991px){
.people-above-image{
  text-align: center;
  padding-top: 20px;
  }
}
@media only screen and (min-width:768px){
  .people-biography{
    padding-right: 10px;
  }
}
@media only screen and (max-width:767px){
  .people-biography{
    padding-right: 10px;
    padding-left: 10px;
}
}
.people-biography a{
  color: #029439 !important;
}
/* People social network */
@media only screen and (min-width:992px){
.people-social-network-margin{
  margin-bottom: 50px;
}
}
@media only screen and (max-width:991px){
  margin-bottom: 0;
}
ul.people-social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.people-social-network li {
	display: inline;
	margin-right: 10px;
}
.people-social-network li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 60px;
	height: 60px;
  border: 1px solid #d2d2d2;  
}
  .people-social-network li:hover  a {
      border: 1px solid  #888888;  
  }
  .people-social-network li a{
    margin-top:15px;
    
  }
.fa.fa-facebook::before {
  font-size: 30px;
  line-height: 60px;
  color: #4267B2;
}
.fa.fa-twitter::before {
  font-size: 30px;
  line-height: 60px;
  color: #1DA1F2;
}
.fa.fa-instagram::before {
  font-size: 30px;
  line-height: 60px;
  color: #C13584;
}
.fa.fa-linkedin::before {
  font-size: 30px;
  line-height: 60px;
  color: #0077b5;
}
/* Contact below */
@media only screen and (min-width:992px){
.mn-contact{
  margin-bottom: 0px;
}
}
@media only screen and (max-width:991px){
.mn-contact{
  padding-bottom: 30px;
}
}
.people-contact-card {
                               
  display: flex;                
  flex-direction: column;                                    
  overflow: hidden;             
  margin: 5px 10px;                  
}
.people-contact-card-header {
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  border: 1px solid #029439;
  border-radius: 15px 15px 0px 0px; 
  background-color: #029439;
  padding: 5px 10px;
}
.people-contact-card-main {
  border: 1px solid #029439;
  padding: 15px 0;            
}
.people-box-contact{
      display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  padding-bottom: 20px;
}
.people-box-contact-horizontal{
      -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.people-box-contact-left{
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 42px;
}

.people-box-contact-body{
  padding-top: 0;
    padding-left: 15px;
      -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  color: #029439;
}
.icon-email{
      position: relative;
    display: inline-block;
}
.icon-email:before {
    display: inline-block;
    position: relative;
  content: url("https://7358484.fs1.hubspotusercontent-na1.net/hubfs/7358484/fianna-theme/icons/envelope-green.svg");
}
.icon-phone{
      position: relative;
    display: inline-block;
}
.icon-phone:before {
    display: inline-block;
    position: relative;
  content: url("https://7358484.fs1.hubspotusercontent-na1.net/hubfs/7358484/fianna-theme/icons/phone-actions-receive-green.svg");
}
.icon-address{
      position: relative;
    display: inline-block;
}
.icon-address:before {
    display: inline-block;
    position: relative;
}
.fa.fa-map-marker::before {
  font-size: 39px;
  color: #029439;
}
@media only screen and (max-width:439px){
    .people-contact-card-header {
     width: 100%;
}
  .people-box-contact-left{
    margin-left: 15px;
}
}
@media only screen and (max-width:375px){
  .people-box-contact-left{
    display: none;
}
}
@media only screen and (min-width:992px){
.card-body-padding{
  padding:0 40px
}
}
@media only screen and (max-width:991px){
.card-body-padding{
  padding:0 30px
}
}
@media only screen and (min-width:992px){
.card-publish-date{
  padding-top: 56px;
  margin-bottom:14px;
}
}
@media only screen and (max-width:991px){
.card-publish-date{
  padding-top: 28px;
  margin-bottom:14px;
}
}
a.people-contact:link{
  color: #029439 !important;
}
a.people-contact:hover{
  color: #029439 !important;
  text-decoration: underline:
}
a.people-contact:visited{
  color: #029439 !important;
  text-decoration: underline:
}
.people-posts{
  margin-bottom: 40px;
}
.people-posts-content{
  overflow: hidden;
  height:70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.people-blog-line{
  border-top: 1px solid #029439;
  max-width: 20%;
  margin-bottom: 14px;
}
  a.people-blog:link{
  color: #000 !important;
    font-weight: 600;
}
a.people-blog:hover{
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline;
}
a.people-blog:visited{
  color: #000 !important;
  font-weight: 600;
}
@media only screen and (min-width:992px){
.people-blog-arrow{
  padding-top: 30px;
  padding-bottom: 40px;
}
}
@media only screen and (max-width:991px){
.people-blog-arrow{
  padding-top: 30px;
  padding-bottom: 28px;
}
}
.hs-search-results__listing li{
  margin-bottom: 40px !important;
}
.hs-search-results__listing li:before{
  content: "•";
  color:#029439;
  font-size: 18px;
  margin-right: 5px;
}
a.hs-search-results__title{
  color: #029439 !important;
  font-size: 18px !important;
  padding-bottom: 10px !important;
}
a.hs-search-results__title:visited{
  color: #029439 !important;
  font-size: 18px !important;
}
a.hs-search-results__title:hover{
  color: #001F32 !important;
  font-size: 18px !important;
}
.hs-search-results__description{
  color: #001F32 !important;
  font-size: 16px !important;
  padding-left: 22px;
}
a.ff-anchor{
  display: block;
    position: relative;
    visibility: hidden !important;
  font-size: 7px !important;
  color: transparent !important;
}
@media only screen and (min-width:1291px){
  a.ff-anchor{
    top: -120px;
}
}
@media only screen and (max-width:1290px){
  a.ff-anchor{
    top: -155px;
}
}
@media only screen and (max-width:1199px){
  a.ff-anchor{
    top: -135px;
}
}
@media only screen and (max-width:279px){
  a.ff-anchor{
    top: -160px;
}
}