
/* -------------------------------------*/
/*-- SITE WIDE CHANGES --*/
/* -------------------------------------*/

.container {
  width:  90%;
}

img[title] {
  pointer-events: none;
}


::selection {
    background: #fdc300;
    color: #001633;
}

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


/* -------------------------------------*/
/*-- CONTROL OVER HEADER FONT SIZES --*/
/* -------------------------------------*/


/*-- DESKTOP --*/

@media only screen and (min-width: 768px) { 
  body #page-container h1 {
    font-size: 4.4em!important;
  }
  body #page-container h2 {
    font-size: 3.6em!important;
  }
  body #page-container h3 {
    font-size: 2.8em!important;
  }
  body #page-container h4 {
    font-size: 2em!important;
  }
  body #page-container h5 {
    font-size: 1.8em!important;
  }
  body #page-container h6 {
    font-size: 1.5em!important;
  }  
} 

/*-- TABLET --*/

@media only screen and (min-width: 480px) and (max-width: 767px)  { 
  body #page-container h1 {
    font-size: 3.4em!important;
  }
  body #page-container h2 {
    font-size: 3em!important;
  }
  body #page-container h3 {
    font-size: 2em!important;
  }
  body #page-container h4 {
    font-size: 1.8em!important;
  }
  body #page-container h5 {
    font-size: 1.5em!important;
  }
  body #page-container h6 {
    font-size: 1.3em!important;
  }  
}

/*-- MOBILE --*/

@media only screen and (max-width: 479px)  { 
  body #page-container h1 {
    font-size: 2.6em!important;
  }
  body #page-container h2 {
    font-size: 2.2em!important;
  }
  body #page-container h3 {
    font-size: 1.8em!important;
  }
  body #page-container h4 {
    font-size: 1.6em!important;
  }
  body #page-container h5 {
    font-size: 1.3em!important;
  }
  body #page-container h6 {
    font-size: 1.1em!important;
  }
}

.et_pb_fullwidth_header_container .header-content-container .header-content {
    background-color: rgb(0 0 0 / 70%);
    padding: 25px 25px 25px 25px!important;
}

@media (min-width: 980px) {
  #homepage-banner .et_pb_fullwidth_header_container .header-content-container .header-content {
    background-color: rgb(0 0 0 / 0%);
  }
 }

.et_pb_fullwidth_header_container .header-content-container .header-content h1.et_pb_module_header{
  margin-bottom: 15px;
}


/* -------------------------------------*/
/*-- ARROW STYLES --*/
/* -------------------------------------*/


span.arrowbox {
  width: 50px;
  height: 50px;
  display: block;
  font-family: ETmodules!important;
}

span.arrowbox:before {
  font-family: ETmodules!important;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "\22";
  font-size: 40px;
  padding: 5px 7px 5px 3px;
}

span.arrowbox.arrow-white {
  color: #FFFFFF;
}

span.arrowbox.arrow-navy {
  color: #001633;
}

span.arrowbox.arrow-yellow {
  color: #fdc200;
}

span.arrowbox.box-yellow {
  background-color: #fdc200;
}

span.arrowbox.box-navy {
  background-color: #001633;
}

span.arrowbox.box-white {
  background-color: #ffffff;
}

span.arrowbox.box-green {
  background-color: #52ae32;
}

span.arrowbox.box-pink {
  background-color: #df0073;
}

span.arrowbox.box-blue {
  background-color: #00b3c4;
}

span.arrowbox.box-red {
  background-color: #e73446;
}


/*-- Title Arrows --*/

.et_pb_text.arrow .et_pb_text_inner h1:before,
.et_pb_text.arrow .et_pb_text_inner h2:before,
.et_pb_text.arrow .et_pb_text_inner h3:before,
.et_pb_text.arrow .et_pb_text_inner h4:before,
.et_pb_text.arrow .et_pb_text_inner h5:before,
.et_pb_text.arrow .et_pb_text_inner h6:before {
  font-family: ETmodules!important;
  speak: none;
  position: absolute;
  font-variant: none;
  font-style: normal;
  font-weight: 200;
  text-shadow: none;
  content: "\24";
  line-height: inherit;
  font-size: 40px;
  left: -65px;
  top: 8px;
}

.et_pb_text.arrow.yellow .et_pb_text_inner h1:before,
.et_pb_text.arrow.yellow .et_pb_text_inner h2:before,
.et_pb_text.arrow.yellow .et_pb_text_inner h3:before,
.et_pb_text.arrow.yellow .et_pb_text_inner h4:before,
.et_pb_text.arrow.yellow .et_pb_text_inner h5:before,
.et_pb_text.arrow.yellow .et_pb_text_inner h6:before {
  color: #fdc300;
}

.et_pb_text.arrow.navy .et_pb_text_inner h1:before,
.et_pb_text.arrow.navy .et_pb_text_inner h2:before,
.et_pb_text.arrow.navy .et_pb_text_inner h3:before,
.et_pb_text.arrow.navy .et_pb_text_inner h4:before,
.et_pb_text.arrow.navy .et_pb_text_inner h5:before,
.et_pb_text.arrow.navy .et_pb_text_inner h6:before {
  color: #001633;
}

.et_pb_text.arrow.white .et_pb_text_inner h1:before,
.et_pb_text.arrow.white .et_pb_text_inner h2:before,
.et_pb_text.arrow.white .et_pb_text_inner h3:before,
.et_pb_text.arrow.white .et_pb_text_inner h4:before,
.et_pb_text.arrow.white .et_pb_text_inner h5:before,
.et_pb_text.arrow.white .et_pb_text_inner h6:before {
  color: #ffffff;
}



/* -------------------------------------*/
/*-- FOOTER STYLES --*/
/* -------------------------------------*/


#footerblock {text-align: left;}
#footerblock .et_pb_blurb {width: 42px; display: inline-block; margin-bottom: 0;}
#footerblock .et-pb-icon-circle { padding: 10px; }


/*-- Scroll to top --*/

.et_pb_scroll_top.et-pb-icon {
  background: #fdc300;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 30px;
  padding: 5px 7px 5px 5px;
  color: #001633;
  right: 14px;
}

.et_pb_scroll_top:before {
    content: "\21";
}

/* -------------------------------------*/
/*-- TYPOGRAPHY --*/
/* -------------------------------------*/

/*-- Typography --*/

body {
  font-family: fira-sans, sans-serif;
  font-style: normal;
  font-weight: 300; 
}


h1, h2 {
  font-family: fira-sans, sans-serif;
  font-style: normal;
  font-weight: 500; 
}

h3, h4, h5 {
  font-family: fira-sans, sans-serif;
  font-style: normal;
  font-weight: 500; 
}

p {
  font-family: fira-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.et_pb_text_inner ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
.et_pb_text_inner ol>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
  margin-bottom: 15px;
}
 
.et_pb_text_inner ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

blockquote {
    margin: 0px;
    padding-left: 0px;
}


/* -------------------------------------*/
/*-- CONTROL OVER HEADER FONT SIZES --*/
/* -------------------------------------*/

/*@media only screen and (min-width: 768px) { 
  body #page-container h1 {
    font-size: 3.4em!important;
  }
  body #page-container h2 {
    font-size: 2.6em!important;
  }
  body #page-container h3 {
    font-size: 2em!important;
  }
  body #page-container h4 {
    font-size: 1.6em!important;
  }
  body #page-container h5 {
    font-size: 1.5em!important;
  }
  body #page-container h6 {
    font-size: 1.25em!important;
  }  
} 

@media only screen and (min-width: 480px) and (max-width: 767px)  { 
  body #page-container h1 {
    font-size: 2.8em!important;
  }
  body #page-container h2 {
    font-size: 2.4em!important;
  }
  body #page-container h3 {
    font-size: 1.6em!important;
  }
  body #page-container h4 {
    font-size: 1.3em!important;
  }
  body #page-container h5 {
    font-size: 1.2em!important;
  }
  body #page-container h6 {
    font-size: 1.1em!important;
  }  
}

@media only screen and (max-width: 479px)  { 
  body #page-container h1 {
    font-size: 2.2em!important;
  }
  body #page-container h2 {
    font-size: 2em!important;
  }
  body #page-container h3 {
    font-size: 1.75em!important;
  }
  body #page-container h4 {
    font-size: 1.4em!important;
  }
  body #page-container h5 {
    font-size: 1.25em!important;
  }
  body #page-container h6 {
    font-size: 1em!important;
  }
}*/




a.expert-tile {
  display: block;
  float: left;
  padding: 0px;  
  background-size: cover;
  background-position: center;
}

a.expert-tile .tile-front {
  display: block;
  height: 100%; 
  background-size: cover;
  background-position: center;
  position: relative;
}

a.expert-tile .tile-front:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: relative;
  bottom: -50%;
  background-image: linear-gradient(180deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.7) 100%);
}


  a.expert-tile .tile-front p {
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }  


a.expert-tile .tile-back {
  background-color: #fdc300;
  text-align: center;
    display: block;
  height: 100%;
}

a.expert-tile .tile-back img {
  width: 20%;
  margin-top: 40%;
}













a.expert-tile {
    /* Adjust according to your requirement */
    perspective: 1000px;
    position: relative;
}

.tile-container {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.tile-front, .tile-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.tile-back {
    transform: rotateY(180deg);
}

a.expert-tile:hover .tile-container {
    transform: rotateY(180deg);
}















@media only screen and ( max-width: 499px ) {
  a.expert-tile {
  width: 160px !important;
  height: 160px!important;
  margin: 0 15px 15px 0 !important;
  }
   
  a.expert-tile:nth-child(2n) {
  margin-right: 0 !important;
  }
   
  a.expert-tile:nth-child(3n+1) {
  clear: unset !important;
  } 
   
}


@media only screen and ( min-width: 500px ) {
  a.expert-tile {
  width: 180px !important;
  height: 180px!important;
  margin: 0 10px 15px 0 !important;
  }  
}


@media only screen and ( min-width: 600px ) {
  a.expert-tile {
    width: 230px !important;
    height: 230px!important;
  } 
}

@media only screen and ( min-width: 768px ) {
  a.expert-tile {
    width: 180px!important;
    height: 180px!important;
  }
     


    a.expert-tile:nth-child(2n) {
  margin-right: 10px !important;
  }
  
  a.expert-tile:nth-child(3n) {
    margin-right: 0 !important;
    }
     
  a.expert-tile:nth-child(3n+1) {
    clear: left;
    }
     
  a.expert-tile:nth-child(4n+1) {
    clear: unset !important;
    }
 
}

@media only screen and ( min-width: 850px ) {
  a.expert-tile {
    width: 215px!important;
    height: 215px!important;
  }
}


@media only screen and ( min-width: 981px ) {
  a.expert-tile {
    width: 180px!important;
    height: 180px!important;
  }
}


@media only screen and ( min-width: 1120px ) {
  a.expert-tile {
    width: 205px!important;
    height: 205px!important;
  }

}

@media only screen and ( min-width: 1280px ) {
  a.expert-tile {
    width: 240px!important;
    height: 240px!important;
  }

}

@media only screen and ( min-width: 1440px ) {
  a.expert-tile {
    width: 200px!important;
    height: 200px!important;
  }

}












.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item {
  margin-bottom: 30px;
}


.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item .entry-title {
  margin-top: 30px!important;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item p.dp-post-excerpt {
  padding: 0px 20px 30px 20px;
}

.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item p.dp-custom-field span.dp-custom-field-name {
  display: none;
}


.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item p.dp-custom-field{
  position: absolute;
  left: 0px;
  background-color: #FFFFFF;
  padding: 10px 20px 10px 0;
  height: 50px;
  top: -7px;
}

.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item a.more-link {
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  display: table;
  font-size: 16px;
  color: #001633!important;
  border-color: #fdc300;
  border-radius: 0px;
  background-color: #fdc300;
  margin-top: 20px;
}

.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item a.more-link:hover {
  padding: .3em 2em .3em .7em;
}

.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item a.more-link:after {
  -webkit-font-smoothing: antialiased;
  font-family: ETmodules!important;
  speak: none;
  opacity: 0;
  position: absolute;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  transition: all 300ms ease 0ms;
  content: "\24";
  color: #001633;
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
}

.et_pb_dpblog_portfolio.events-listing .et_pb_portfolio_item a.more-link:hover:after {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}





/* ------------------------------ LESS COMMONLY USED CSS / DELETE IF NOT NEEDED ------------------------------------------ */ 



/* -------------------------------------*/
/*-- CONTROL OVER NAV SPACING --*/
/* -------------------------------------*/

/*@media only screen and (min-width: 980px) {
  #top-menu li {
    padding-right: 6px;
  }
}
@media only screen and (min-width: 1080px) {
  #top-menu li {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  #top-menu li {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  #top-menu li {
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1380px) {
  #top-menu li {
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1500px) {
  #top-menu li {
    padding-right: 36px;
  }
}*/



