/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

/* Open Sans */

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Light.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-Light.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
  }
  
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-LightItalic.woff") format("woff"),
         url("../fonts/opensans/OpenSans-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
  }

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Regular.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-Regular.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
  }
  
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Italic.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-Italic.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: auto;
  }

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Bold.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-Bold.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
  }
  
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-BoldItalic.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-BoldItalic.woff") format("woff"),
         url("../fonts/opensans/OpenSans-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
  }


/* Montserrat */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Light.woff2") format("woff2"),
         url("../fonts/montserrat/Montserrat-Light.woff") format("woff"),
         url("../fonts/montserrat/Montserrat-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
  }
  
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-LightItalic.woff2") format("woff2"),
         url("../fonts/montserrat/Montserrat-LightItalic.woff") format("woff"),
         url("../fonts/montserrat/Montserrat-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
  }

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"),
         url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"),
         url("../fonts/montserrat/Montserrat-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
  }
  
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Italic.woff2") format("woff2"),
         url("../fonts/montserrat/Montserrat-Italic.woff") format("woff"),
         url("../fonts/montserrat/Montserrat-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: auto;
  }

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
         url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"),
         url("../fonts/montserrat/Montserrat-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
  }
  
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BoldItalic.woff2") format("woff2"),
         url("../fonts/montserrat/Montserrat-BoldItalic.woff") format("woff"),
         url("../fonts/montserrat/Montserrat-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
  }



/*--------------------------------------------------------------
Defaults
--------------------------------------------------------------*/

html,
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
  }
  
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #01a698;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  a {
    color: #505593;
    text-decoration: underline;
  }

  a:hover {
    color: #01a698;
  }

  a.btn {
    text-decoration: none !important;
  }

  .btn {
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    border-width: 2px;
    border-color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
  }

  .btn.btn-outline-primary {
    border-color: #01a698;
  }

  blockquote {
    padding: 1rem 1rem 1rem 2rem;
    margin: 0 0 1rem;
    background-color: rgba(210, 210, 210, 0.1);
    border-left: 4px solid rgba(200, 200, 200, 0.4);
}

  .top-button {
    padding: 0.4rem 0.75rem;
  }

  .form-control:focus, .quantity [max="1"]:focus {
    color: #212529;
    background-color: #fff;
    border-color: #79dbd3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(1, 166, 152, 0.25);
  }


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.nav_border {
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, rgb(255, 154, 0) 0%, rgb(208, 222, 33) 10%, rgb(79, 220, 74) 20%, rgb(63, 218, 216) 30%, rgb(47, 201, 226) 40%, rgb(28, 127, 238) 50%, rgb(95, 21, 242) 60%, rgb(186, 12, 248) 70%, rgb(251, 7, 217) 80%, rgb(255, 0, 0) 90%, rgb(255, 154, 0) 100%);
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:hover, .nav-link:focus {
    color: #505593;
  }

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: #505593;
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: #505593;
}

.dropdown-menu { 
    border-radius: 0;
    min-width: 15rem;
}

.navbar-brand.xs {
    width: 70%;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/

.page_header {
    background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7)),url(../images/page-title-bg.png);
    background-color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-top: 30px;
    padding-bottom: 10px;
}

.breadcrumb li a {
    color: #000;
    padding: 5px;
    font-weight: normal;
    text-decoration: none;
  }

.breadcrumb li a:hover {
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px dashed #000;
  }

.breadcrumb li.separator {
  color: #505593;
}

.breadcrumb li.item-current {
  color: #505593;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.graphedia-footer {
    background-color: #f9f9f9;
    border-top: 1px solid #93dbd5;
}

footer .widget-title {
    color: #212529;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
}

footer .menu li a {
    color: #01a698;
    font-weight: 700;
    text-decoration: none;
}

footer .menu li a:hover {
    color: #018e82;
}

.graphedia-info {
    background-color: #f3f3f3;
}

.graphedia-info p {
    margin-bottom: 0;
}

.graphedia-info .social_links {
    text-align: left;
}

@media (min-width: 576px){
  .graphedia-info .social_links {
    text-align: right;
}
}

.graphedia-info .social_links a .fa-brands{
    color: #494949;
}

.graphedia-info .social_links a:hover .fa-brands{
    color: #018e82;
}

@media (min-width: 992px){
    #page > footer > div.graphedia-footer.pt-5.pb-3 > div > div > div:nth-child(2) {
        padding-left: 4rem;
    }
}


/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

table,
.table {
  background: #fff;
}

table thead tr th,
table tbody tr td,
.table thead tr th,
.table tbody tr td {
  border: none;
}

table thead tr th,
table thead tr td,
.table thead tr th,
.table thead tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #01a698;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

table tbody tr:last-child,
.table tbody tr:last-child {
  border-bottom: 1px solid #0F8285;
}

table.c-resource_table >tbody>tr>td,
table.c-resource_table>tbody>tr>th,
table.c-resource_table>tfoot>tr>td,
table.c-resource_table>tfoot>tr>th,
table.c-resource_table>thead>tr>td,
table.c-resource_table>thead>tr>th,
.table.c-resource_table>tbody>tr>td,
.table.c-resource_table>tbody>tr>th,
.table.c-resource_table>tfoot>tr>td,
.table.c-resource_table>tfoot>tr>th,
.table.c-resource_table>thead>tr>td,
.table.c-resource_table>thead>tr>th {
  padding: 10px 20px;
  vertical-align: middle;
  border-top: 1px solid #f7f7f7;
  border-bottom: none;
}

/*--------------------------------------------------------------
Flex Components
--------------------------------------------------------------*/

/*** Blocks ***/

.c-block {
  position: relative;
}

.c-block__white {
  background-color: #ffffff;
}

.c-block__grey {
  background-color: #f7f7f7;
}

.c-block__purple {
  background-color: #505593;
}

.c-block__teal {
  background-color: #01A698;
}

/* white */
.c-block__white p,
.c-block__white li {
  color: #212529;
}

.c-block__white h1,
.c-block__white h2,
.c-block__white h3,
.c-block__white h4,
.c-block__white h5,
.c-block__white h6 {
  color: #01A698;
}

/* grey */
.c-block__grey p,
.c-block__grey li {
  color: #212529;
}

.c-block__grey h1,
.c-block__grey h2,
.c-block__grey h3,
.c-block__grey h4,
.c-block__grey h5,
.c-block__grey h6 {
  color: #212529;
}


/* purple */

.c-block__purple p,
.c-block__purple h1,
.c-block__purple h2,
.c-block__purple h3,
.c-block__purple h4,
.c-block__purple h5,
.c-block__purple h6,
.c-block__purple li {
  color: #ffffff;
}

.c-block__purple a {
  color: #ffffff;
  text-decoration: underline;
}

.c-block__purple a:hover {
  color: #01a698;
}

.c-block__purple hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}

.c-block__purple .btn.btn-primary:hover {
  color: #212529;
  background-color: #fff;
}

.c-block__purple .btn.btn-secondary:hover {
  color: #212529;
  background-color: #fff;
}


/* teal */

.c-block__teal p,
.c-block__teal h1,
.c-block__teal h2,
.c-block__teal h3,
.c-block__teal h4,
.c-block__teal h5,
.c-block__teal h6,
.c-block__teal li {
  color: #ffffff;
}

.c-block__teal a {
  color: #ffffff;
  text-decoration: underline;
}

.c-block__teal a:hover {
  color: #505593;
}

.c-block__teal hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}

.c-block__teal .btn.btn-primary {
  color: #fff;
  background-color: #505593;
}

.c-block__teal .btn.btn-primary:hover {
  color: #212529;
  background-color: #fff;
}

.c-block__teal .btn.btn-secondary:hover {
  color: #212529;
  background-color: #fff;
}


/*** Multi Columns ***/

.c-block_multi {
  position: relative;
}

.c-block_multi__white {
  background-color: #ffffff;
}

.c-block_multi__grey {
  background-color: #f7f7f7;
}

.c-block_multi__purple {
  background-color: #505593;
}

.c-block_multi__teal {
  background-color: #01A698;
}

/* multi white */

.c-block_multi__white p,
.c-block_multi__white li {
  color: #212529;
}

.c-block_multi__white h1,
.c-block_multi__white h2,
.c-block_multi__white h3,
.c-block_multi__white h4,
.c-block_multi__white h5,
.c-block_multi__white h6 {
  color: #01A698;
}

.c-block_multi__white a {
  color: #505593;
}

.c-block_multi__white a:hover {
  color: #01A698;
}

.c-block_multi__white hr {
  border-top: 1px solid #ccc;
}

.c-block_multi__white a.btn.btn-primary {
  background-color: #01A698;
  color: #fff;
}

.c-block_multi__white a.btn.btn-primary:hover {
  color: #fff;
  background-color: #505593;
}

.c-block_multi__white a.btn.btn-secondary {
  color: #fff;
}

.c-block_multi__white a.btn.btn-secondary:hover {
  color: #fff;
}


/* multi grey */

.c-block_multi__grey p,
.c-block_multi__grey li {
  color: #212529;
}

.c-block_multi__grey h1,
.c-block_multi__grey h2,
.c-block_multi__grey h3,
.c-block_multi__grey h4,
.c-block_multi__grey h5,
.c-block_multi__grey h6 {
  color: #212529;
}

.c-block_multi__grey a {
  color: #505593;
}

.c-block_multi__grey a:hover {
  color: #01A698;
}

.c-block_multi__grey hr {
  border-top: 1px solid #ccc;
}

.c-block_multi__grey a.btn.btn-primary {
  background-color: #01A698;
  color: #fff;
}

.c-block_multi__grey a.btn.btn-primary:hover {
  color: #fff;
  background-color: #505593;
}

.c-block_multi__grey a.btn.btn-secondary {
  color: #fff;
}

.c-block_multi__grey a.btn.btn-secondary:hover {
  color: #fff;
}


/* multi purple */

.c-block_multi__purple p,
.c-block_multi__purple li {
  color: #ffffff;
}

.c-block_multi__purple h1,
.c-block_multi__purple h2,
.c-block_multi__purple h3,
.c-block_multi__purple h4,
.c-block_multi__purple h5,
.c-block_multi__purple h6 {
  color: #ffffff;
}

.c-block_multi__purple a {
  color: #ffffff;
}

.c-block_multi__purple a:hover {
  color: #01A698;
}
.c-block_multi__purple hr {
  border-top: 1px solid #ccc;
}

.c-block_multi__purple a.btn.btn-primary {
  background-color: #01A698;
  color: #fff;
}

.c-block_multi__purple a.btn.btn-primary:hover {
  color: #212529;
  background-color: #fff;
}


/* multi teal */

.c-block_multi__teal p,
.c-block_multi__teal li {
  color: #ffffff;
}

.c-block_multi__teal h1,
.c-block_multi__teal h2,
.c-block_multi__teal h3,
.c-block_multi__teal h4,
.c-block_multi__teal h5,
.c-block_multi__teal h6 {
  color: #ffffff;
}

.c-block_multi__teal a {
  color: #ffffff;
}

.c-block_multi__teal a:hover {
  color: #505593;
}

.c-block_multi__teal hr {
  border-top: 1px solid #ccc;
}

.c-block_multi__teal a.btn.btn-primary {
  background-color: #505593;
  color: #fff;
}

.c-block_multi__teal a.btn.btn-primary:hover {
  color: #212529;
  background-color: #fff;
}

/*** Image and Text ***/

img.image_and_text__image {
  margin-bottom: 10px;
}

/*** Resources ***/

.c-resource_table {
  min-width: 992px;
}

a.c-resource_title {
  text-decoration: none;
  font-size: 1rem;
  color: #212529;
  transition: all 0.3s;
}

a.c-resource_title:hover {
  color: #018e82;
}

.c-resource_description p {
  margin-top: 6px;
  font-size: 0.9rem;
  line-height: 21px;
}

.c-resource_table .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  border-width: 2px;
  margin-bottom: 0;
}

.c-resource_table th {
  position: relative;
}

.c-resource_table th.chevron {
  padding-left: 40px;
}

.c-resource_table th.chevron:before {
  content: "+";
  display: inline-block;
  position: absolute;
  left: 20px;
}

.c-resource_table th.chevron.close:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 20px;
}


/*** Horizontal Icon Accordian ***/

.horiz-acc-container .horiz-acc-row:nth-child(1n) {
  background-color: #62a7d2;
}
.horiz-acc-container .horiz-acc-row:nth-child(2n) {
  background-color: #505593;
}
.horiz-acc-container .horiz-acc-row:nth-child(3n) {
  background-color: #a25275;
}
.horiz-acc-container .horiz-acc-row:nth-child(4n) {
  background-color: #c95841;
}
.horiz-acc-container .horiz-acc-row:nth-child(5n) {
  background-color: #df894a;
}
.horiz-acc-container .horiz-acc-row:nth-child(6n) {
  background-color: #e7bf52;
}
.horiz-acc-container .horiz-acc-row:nth-child(7n) {
  background-color: #9bbd60;
}
.horiz-acc-container .horiz-acc-row {
  background-color: #01a698;
}

#horiz-acc-summary .collapse:not(.show) {
    height: 120px !important;
    overflow: hidden;
    display: block;
}

#horiz-acc-summary .collapsing {
    min-height: 135px !important;
}

#horiz-acc-summary a.horiz-acc-more:hover {
  color: #000;
}

#horiz-acc-summary a.horiz-acc-more.collapsed:after  {
    content: 'Read More (+)';
    font-weight: 600;
}

#horiz-acc-summary a.horiz-acc-more:not(.collapsed):after {
    content: 'Read Less (-)';
    font-weight: 600;
}

.horiz-acc-img-title,
.horiz-acc-content {
  padding: 1.5rem 1rem;
}

.horiz-acc-img-title {
  text-align: center;
}

.horiz-acc-img-title img{
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.horiz-acc-img-title h4{
  font-size: 1.2rem;
}


/*** Accordion ***/

#spc_accordion .accordion-item:nth-child(1n) .accordion-button {
  background-color: #62a7d2;
}

#spc_accordion .accordion-item:nth-child(2n) .accordion-button {
  background-color: #505593;
}

#spc_accordion .accordion-item:nth-child(3n) .accordion-button {
  background-color: #a25275;
}

#spc_accordion .accordion-item:nth-child(4n) .accordion-button {
  background-color:  #c95841;
}

#spc_accordion .accordion-item:nth-child(5n) .accordion-button {
  background-color: #df894a;
}

#spc_accordion .accordion-item:nth-child(6n) .accordion-button {
  background-color: #e7bf52;
}

#spc_accordion .accordion-item:nth-child(7n) .accordion-button {
  background-color: #9bbd60;
}

.accordion-item .accordion-button {
  background-color: #01a698;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-collapse {
  background-color: #f9f9f9;
}



/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/

/*** Introduction ***/

.home-intro__container {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 50px;
  padding-bottom: 50px;
}

h2.home-intro__title {
  color: #212529;
}

.home-intro__container a.home-intro__btn {
  background-color: #505593;
}

.home-intro__container a.home-intro__btn:hover {
  background-color: #01a698;
}

.g_slider .slide {
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

.g_slider .text_shadow {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}

.g_slider .slide h1 {
  font-size: 2.3em;
}

.g_slider .slide h3 {
  font-size: 1.4em;
}

@media (min-width: 1236px) {
  .g_slider .slide h1 {
    font-size: 4em;
  }
  
  .g_slider .slide h3 {
    font-size: 2em;
  }
}


.g_slider .g_slider_controls {
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.g_slider .g_slider_controls ul li {
  display: inline-block;
}

.g_slider .g_slider_controls ul li button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  font-size: 0;
}

@media (min-width: 992px) {
  .g_slider .g_slider_controls ul li button {
    width: 50px;
    height: 4px;
    transition: all .2s ease;
  }

  .g_slider .g_slider_controls ul li.slick-active button {
    width: 100px !important;
    height: 10px !important;
  }
}

.g_slider .g_slider_controls ul li:nth-child(1) button {
  background-color: #505593;
}
.g_slider .g_slider_controls ul li:nth-child(2) button {
  background-color: #62a7d2;
}
.g_slider .g_slider_controls ul li:nth-child(3) button {
  background-color: #01a698;
}
.g_slider .g_slider_controls ul li:nth-child(4) button {
  background-color: #505593;
}
.g_slider .g_slider_controls ul li.slick-active button {
  transition: all 0.2s ease-in-out;
  width: 30;
  height: 3px;
  background-color: #fff !important;
  opacity: 1;
}

.g_slider .boxes {
  margin-top: -70px;
  position: relative;
  z-index: 100;
  z-index: 9999;
  position: relative;
}
.g_slider .boxes .flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  cursor: crosshair;
}
.g_slider .boxes .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.g_slider .boxes .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.g_slider .boxes .flip-card-front,
.g_slider .boxes .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.g_slider .boxes .flip-card-back {
  transform: rotateY(180deg);
}
@media (max-width: 767.98px) {
  .g_slider .boxes {
    margin-top: 20px;
  }
}
.g_slider .boxes .row .col-md {
  min-height: 320px;
}
.g_slider .boxes .row .col-md:nth-child(1) .flip-card-inner,
.g_slider .boxes .row .col-md:nth-child(1) .flip-card-back {
  background-color: #01a698;
}
.g_slider .boxes .row .col-md:nth-child(2) .flip-card-inner,
.g_slider .boxes .row .col-md:nth-child(2) .flip-card-back {
  background-color: #9bbd60;
}
.g_slider .boxes .row .col-md:nth-child(3) .flip-card-inner,
.g_slider .boxes .row .col-md:nth-child(3) .flip-card-back {
  background-color: #e7bf52;
}
.g_slider .boxes .row .col-md:nth-child(4) .flip-card-inner,
.g_slider .boxes .row .col-md:nth-child(4) .flip-card-back {
  background-color: #df894a;
}
.g_slider .boxes .row .col-md:nth-child(5) .flip-card-inner,
.g_slider .boxes .row .col-md:nth-child(5) .flip-card-back {
  background-color: #a25275;
}
.g_slider .boxes .row .col-md:nth-child(6) .flip-card-inner,
.g_slider .boxes .row .col-md:nth-child(6) .flip-card-back {
  background-color: #c95841;
}

.g_slider .boxes .flip-card-back p{
  max-height: 190px; 
  overflow: hidden;
}


/*** Benefits ***/

.home-benefits__container {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

h2.home-benefits__title {
  color: #212529;
  margin-bottom: 50px;
}

.home-benefits__card img.home-benefits__card-icon{
  margin-bottom: 15px;
}

.home-benefits__card h4{
  color: #212529 !important;
}


/*** Podcast ***/

.home-podcast__container {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-podcast__card {
  background-color: #60CCF3;
  background-image: url('https://dlrppn.ie/wp-content/uploads/2023/06/podcast-background-right.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem;
}

h2.home-podcast__card-title {
  color: #212529;
}

a.home-podcast__card-btn {
  background-color: #212529;
}

@media (min-width: 768px){
  .home-podcast__card {
    padding: 3rem;
  }
}


/*** News ***/

.home-news__title {
  color: #212529;
  margin-top: 50px;
}

.home-news__container {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-news__card,
.home-news__card-two,
.home-news__card-three {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  min-height: 270px;
  width: 100%;
  text-decoration: none;
  transition: all 0.5s;
}

.home-news__card-three {
  margin-top: 30px;
}

.home-news__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 2rem 1.5rem;
  background-color: rgba(162, 82, 117, 0.6);
  width: 100%;
  transition: all 0.5s; 
}

.home-news__content p {
  margin-bottom: 0;
}

.home-news__card-link:hover .home-news__content {
  background-color: rgba(162, 82, 117, 1);
}


.home-news__card-link:hover .home-news__card,
.home-news__card-link:hover .home-news__card-two,
.home-news__card-link:hover .home-news__card-three{
  transform: scale(1.02);
}

/*** Events ***/

.home-events__container {
  background-color: #fff;
  background-image: url('https://dlrppn.ie/wp-content/uploads/2023/06/cal_bg.jpg');
  background-size: 60%;
  padding-top: 2rem;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.home-events__title {
  margin-bottom: 30px;
  color: #222;
  text-align: center;
}


/*** CTA ***/

.home-cta__container {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

.home-cta__container a.home-cta__btn {
  background-color: #505593;
  color: #fff;
}

.home-cta__container a.home-cta__btn:hover {
  background-color: #01a698;
}


/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

.card {
  position: relative;
  background-color: #ffffff;
  background-clip: border-box;
  border: 2px solid #F8F9FA;
  border-radius: 5px;
}

.card-img-left-md img {
  border-radius: 5px;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

h2.blog-post-title {
  font-size: 1.7rem;
}

.blog-post-title a {
  text-decoration: none;
}

.badge {
  display: inline-block;
  padding: var(--bs-badge-padding-y) 12px;
  font-size: var(--bs-badge-font-size);
  font-weight: 400;
  line-height: 1;
  color: #ffffff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 30px;
  text-transform: uppercase;
}

.tags-links .badge {
  display: inline-block;
  padding: var(--bs-badge-padding-y) 12px;
  font-size: var(--bs-badge-font-size);
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: #ccc;
}

.blog .entry-date, 
.single .entry-date,
.archive .entry-date {
  background: #F8F9FA;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  border-radius: 5px;
}

.single .entry-date {
  display: inline-block;
}  

.single .category-badge {
  display: inline-block;
}  

img.blog-single-content__featured-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
  position: relative;
}

img.blog-single-content__featured-image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
  position: relative;
}

.category-tag-training{
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #DF894A;
  color: #fff;
  padding: 0.35em 12px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
}

.category-tag-event{
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #9BBD60;
  color: #fff;
  padding: 0.35em 12px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
}

.category-tag-training-events {
  position: absolute;
  bottom: 3px;
  right: 3px;

}

.category-tag-training-events .tag-training{
  display: inline-block;
  background: #DF894A;
  color: #fff;
  padding: 0.35em 12px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
}

.category-tag-training-events .tag-events{
  display: inline-block;
  background: #9BBD60;
  color: #fff;
  padding: 0.35em 12px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
}

/* Upcoming info */

.date-upcoming {
  display: inline-block;
}

.training-date-upcoming {
  display: inline-block;
}  


.date-upcoming-label {
  background: #9BBD60;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
} 

.date-application-label {
  background: #A25275;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
}

.date-training-label {
  background: #DF894A;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
}

.date-upcoming-date {
  background: #F8F9FA;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right:10px;
  margin-bottom: 8px;
  display: inline-block;
} 


.single .gr-event-details {
  background-color: #fff;
  border: 2px solid #F8F9FA;
  padding: 1rem;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 10px;
}

.single .gr-event-details h5{
  font-size: 1rem;
  margin-bottom: 10px;
}

.single .date-upcoming {
  display: inline-block;
}  

.single .training-date-upcoming {
  display: inline-block;
}  


.single .date-upcoming-label {
  background: #9BBD60;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
} 

.single .date-application-label {
  background: #A25275;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
}

.single .date-training-label {
  background: #DF894A;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
}

.single .date-upcoming-date {
  background: #F8F9FA;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right:10px;
  margin-bottom: 8px;
  display: inline-block;
} 

.home-upcoming .card-body {
  display: flex;
  flex-direction: row;
}

.home-upcoming .date-upcoming {
  display: block;
  width: 100px;
  background: #F8F9FA;
}

.home-upcoming .date-upcoming .date-training-label{
  background: #DF894A;
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 8px;
  text-align: center;
  display: block;
}

.home-upcoming .date-upcoming .date-upcoming-date{
  background: #F8F9FA;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right:10px;
  margin-bottom: 8px;
  display: block;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.single .comments-area h2.comments-title {
  font-size: 1.5rem;
  color :#212529;
}

.single .comments-area h3.comment-reply-title {
  font-size: 1.5rem;
}

.single .comments-area .form-submit {
  margin-top: 20px;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/


.offcanvas-body h2.widget-title{
  color: #212529;
  font-size: 1.2rem;
}

.offcanvas-body .widget a{
  text-decoration: none;
}

.offcanvas-body .widget li{
  line-height: 1.5rem;
  padding-bottom: 1rem;
}

.offcanvas-body .widget_recent_entries span.post-date{
  font-size: 0.9rem;
  }

.offcanvas-body .widget_recent_entries span.post-date::before{
  content: '...';
  }

.offcanvas-body .widget_search .btn {
  margin-bottom: 0px;
  border-radius: 0.375rem;
}

/*--------------------------------------------------------------
 Mailchimp
--------------------------------------------------------------*/

#mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  width: 50%;
}

#mc_embed_signup .mc-field-group {
  margin-top: 20px;
}

@media (max-width:1200px){
  #mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
    width: 75%;
  }
}

@media (max-width:992px){
  #mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
    width: 100%;
  }
}

/*--------------------------------------------------------------
Podcasts Block
--------------------------------------------------------------*/
.podcast-container {
  position: relative;
  background-color: #ffffff;
  background-image: url('../images/mic-bg1.png');
  background-repeat: no-repeat;
  background-size: initial;
  background-position: bottom right;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding: 1rem 1.2rem;
  font-size: 0.9rem;
}

.podcast-date {
  background: #F8F9FA;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 5px;
}

h5.podcast-title {
  margin-top: 10px;
}

.podcast-title a{
  text-decoration: none;
}

.podcast_block .collapse-podcast {
  background-color: #F8F9FA;
  padding-top: 6px;
}

.podcast_block .podcast-pre-content {
  padding-left: 1rem;
}

.podcast_block .collapse-podcast .podcast-tooltip {
  position: absolute;
  top: 8px;
  right: 15px;
}

.podcast_block .collapse-podcast .podcast-tooltip span{
  font-size: 0.9rem;
  font-style: italic;
}

/*--------------------------------------------------------------
Calendar
--------------------------------------------------------------*/

/** reset tables etc **/
.wpfc-calendar-wrapper table,
.wpfc-calendar-wrapper .table {
  background: unset;
}

.wpfc-calendar-wrapper table thead tr th,
.wpfc-calendar-wrapper table tbody tr td,
.wpfc-calendar-wrapper .table thead tr th,
.wpfc-calendar-wrapper .table tbody tr td {
  border: unset;
}

.wpfc-calendar-wrapper table thead tr th,
.wpfc-calendar-wrapper table thead tr td,
.wpfc-calendar-wrapper .table thead tr th,
.wpfc-calendar-wrapper .table thead tr td {
  padding-top: unset;
  padding-bottom: unset;
  background-color: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-weight: unset;
}

.wpfc-calendar-wrapper table tbody tr:last-child,
.wpfc-calendar-wrapper .table tbody tr:last-child {
  border-bottom: unset;
}

.wpfc-calendar-wrapper table>tbody>tr>td,
.wpfc-calendar-wrapper table>tbody>tr>th,
.wpfc-calendar-wrapper table>tfoot>tr>td,
.wpfc-calendar-wrapper table>tfoot>tr>th,
.wpfc-calendar-wrapper table>thead>tr>td,
.wpfc-calendar-wrapper table>thead>tr>th,
.wpfc-calendar-wrapper .table>tbody>tr>td,
.wpfc-calendar-wrapper .table>tbody>tr>th,
.wpfc-calendar-wrapper .table>tfoot>tr>td,
.wpfc-calendar-wrapper .table>tfoot>tr>th,
.wpfc-calendar-wrapper .table>thead>tr>td,
.wpfc-calendar-wrapper .table>thead>tr>th {
  padding: unset;
  vertical-align: unset;
  border-top: unset;
  border-bottom: unset;
}

/** Custom Calendar CSS **/

.wpfc-calendar-wrapper * {
  font-size: 14px !important;
}

.wpfc-calendar-wrapper {
  padding: 1rem;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
}

.wpfc-calendar-wrapper .ui-widget-header {
  border: 1px solid #6e6d6d;
  background: #6e6d6d;
  color: #fff;
  font-weight: bold;
}

.wpfc-calendar-wrapper a:hover {
  color: #222222;
}
.wpfc-calendar-wrapper .fc-time {
 display: none;
}

.wpfc-calendar-wrapper h2 {
  font-size: 1.5rem !important;
}

.wpfc-calendar-wrapper .fc-day.ui-state-highlight{
  background: #f1f1f1;
  border-color: #f1f1f1;
}

.wpfc-calendar-wrapper .ui-widget-content {
  background-color: #f9f9f9;
}

.wpfc-calendar-wrapper .fc-day-grid-event {
  padding: 4px 2px;
}

.wpfc-calendar-wrapper  .fc-basic-view .fc-day-number, 
.wpfc-calendar-wrapper  .fc-basic-view .fc-week-number {
  padding: 10px;
}

.wpfc-calendar-wrapper .fc-basic-view .fc-body .fc-row {
  border-bottom: 2px solid #fff ;
}

.wpfc-calendar-wrapper .fc-today-button {
  display: none;
}

/*--------------------------------------------------------------
Modern Tribe Events Calendar
--------------------------------------------------------------*/

.tribe-events-l-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Calendar List */

h3.tribe-events-calendar-list__event-title {
  border-radius: 9.5px;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
  max-width: 100%;
  max-height: 330px;

}

.tribe-events-calendar-list__event-datetime-wrapper { 
  background: #F8F9FA;
  padding: 0.2rem 0.8rem !important;
  font-size: 0.9rem !important;
  border-radius: 5px !important;
}

/* Calendar Summary */
h3.tribe-events-pro-summary__event-title {
  border-radius: 9.5px;
}

/* Event Category Color Filters */

#legend_box {
  display: none;
  font: bold 12px/4em sans-serif !important;
    text-align: center;
    width: 40% !important;
    margin-top: -1.7rem;
}

#tribe-events #legend li, .tribe-events #legend li {
  display: inline-block;
  list-style-type: none;
  padding: 3px 6px !important;
  margin: 0 0 0.4em 0.4em !important;
  border-radius: 9.5px;
}

@media (min-width: 992px) {
  #legend_box {
    display: block;
    }
  }

/* Single */

.single-tribe_events #tribe-events-pg-template {
  margin: 0;
  max-width: unset;
  padding: 0px;
}

@media (min-width: 768px) {
.tribe-events-back {
  margin-bottom: 1rem;
}
}

.tribe-events-back {
  margin-bottom: 1rem;
}


.single-tribe_events .entry-meta,
.single-tribe_events ul.tribe-event-categories {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}

.single-tribe_events ul.tribe-event-categories li a{
    display: inline-block;
    background-color: #62A7D2;
    padding: 0.35em 0.65em ;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.single-tribe_events.tribe_events_cat-events ul.tribe-event-categories li a{
  background-color: #9BBD60;
}

.single-tribe_events.tribe_events_cat-training ul.tribe-event-categories li a{
  background-color: #DF894A;
}

.single-tribe_events.tribe_events_cat-closing-date ul.tribe-event-categories li a{
  background-color: #A25275;
}


.tribe-events-schedule {
  position: relative;
  display: inline-block;
  background-clip: border-box;
  border-radius: 5px;
  opacity: 1;
  background-color: #F8F9FA;
  padding: 1rem;
}

.tribe-events-event-meta:before {
border-top: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  color: var(--tec-color-text-primary);
  font-size: var(--tec-font-size-2);
  font-weight: var(--tec-font-weight-bold);
  letter-spacing: 1px;
  text-transform: uppercase; 
}


/* Single Sidebar */

h3.tribe-events-widget-events-list__event-title {
  border-radius: 9.5px;
  padding: 6px !important;
}

/* Homepage Calendar */

.home-events__calendar-main {
  padding: 1rem;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
}

.home-events__calendar-main .tribe-events-l-container{
  min-height: 700px;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.home-events__calendar-main {
  padding: 1rem;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
}

.home-events__calendar-mobile {
  padding: 1rem;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
}

.home-events__calendar-main {
  display: none;
}

.home-events__calendar-mobile {
  display: block;
}

@media (min-width: 992px) {
  .home-events__calendar-main {
    display: block;
  }

  .home-events__calendar-mobile {
    display: none;
  }
}

.home-events__calendar-mobile .tribe-events-widget-events-list__view-more {
  display: none;
}

.home-events__calendar-main .tribe-events-l-container {
  background-color: #f9f9f9;
}

/* Event Calendar Table Fix */

.datepicker table thead tr th, .datepicker table thead tr td, .datepicker .table thead tr th, .datepicker .table thead tr td {
  background-color: #fff;
}

