@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');



  :root{
  --black: #000033;
  --grey: #F2F2F2;
  --yellow: #F2C434;
  --yellow: #F2C434;
  --white: #fff;
  --primary-font: 'open-sans';
  --secondary-font: 'nunito'
}
.bg-black{
    background-color: var(--black);
}
.bg-grey{
    background-color: var(--grey);
}
.bg-yellow{
    background-color: var(--yellow);
}
.bg-white{
    background-color: var(--white);
}
.bg-grey-white{
  background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%);
}
.bg-white-grey{
  background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%);
}
.fc-black{
    color: var(--black);
}
.fc-grey{
    color: var(--grey);
}
.fc-yellow{
    color: var(--yellow);
}
.fc-white,
.fc-white-hover:hover{
    color: #ffffff;
}







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */

 



/* 
 */



























/* 1d. Buttons */






























/* 1e. Forms */






























/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
  position: relative;
}
.section-padding {
  padding: 60px 0;
}

/* Padding on blog post sections */

 .blog-post-section {
  padding: 60px 0 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1220px;
}

.blog-content-wrapper{
  max-width: 820px;
}





html {
  font-size: 20px;
    overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 20px;
  overflow-x: hidden;
  padding-top: 152px;
}
@media(max-width:767px){
  body{
    padding-top:69px;
  }
}

/* Paragraphs */

p {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size:18px;
}

/* Anchors */

a {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000033;
}

a:hover,
a:focus {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #000033;
}

a:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #505083;
}

/* Headings */

h1,.h1 {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 84px;
  text-transform: none;
  font-size:68px;
  line-height: 75px;
}
@media(max-width:767px){
  h1,.h1{
    font-size:44px;
    line-height: 47px;
  }
}

h2,.h2 {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 42px;
  text-transform: none;
  font-size:40px;
  line-height: 50px;
}

h3,.h3 {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 26px;
  text-transform: none;
}

h4,.h4 {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5,.h5 {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6,.h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  border-left-color: #F2C434;
  color: #231f20;
  font-size: 24px;
  background: var(--grey);
  padding: 40px;
  margin: 20px 0;
  border:none;
}

blockquote p{
  margin: 0;
  font-size:42px;
  font-family: var(--secondary-font);
  font-weight: bold;
}
@media(max-width:767px){
  blockquote p{
    font-size:22px;
  }
  blockquote{
    padding: 10px;
  }
}
blockquote > footer {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #060048;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #F2C434;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 196, 52, 1.0)

;
  border-radius: 5px;
  color: #000033 !important;
  fill: #000033;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #000033;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
  color: #ffffff !important;
  fill: #ffffff;
  transition: all 0.3s;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #000033;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(80, 80, 131, 100);
  border-color: #ffff84;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #000033;
 !important;
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 5px;
  color: #000033 !important;
  fill: #000033;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #000033;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
  color: #ffffff !important;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(80, 80, 131, 100);
  border: 1px solid #000033;

  border-color: #505083;
  color: #ffffff;
  fill: #ffffff;
}


/* Third button */

.button.button--third {
  border: 1px solid #000033;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #000033 !important;
  border-radius: 5px;
  color:#ffffff !important;
  fill: #000033;
  text-transform: none;
}

.button.button--third:hover,
.button.button--third:focus,
.button.button--third:active {
  border: 1px solid #000033;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: transparent !important;
  color: #000033 !important;
  fill: #ffffff;
}

.button.button--third:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(80, 80, 131, 100);
  border: 1px solid #000033;

  border-color: #505083;
  color: #ffffff;
  fill: #ffffff;
}


/* Simple button */

.button.button--simple {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000033;
  fill: #000033;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #000033;
  fill: #000033;
}

.button.button--simple:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #505083;
  fill: #505083;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 20px;
padding-right: 50px;
padding-bottom: 20px;
padding-left: 50px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #ffffff;

  padding: 0px;

  background-color: transparent;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #000033;

  padding: 25px;

  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 26px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
}

/* Help text */

form legend {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #060048;

  padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
  font-size: 20px;
  border-bottom: 1px solid #bdbdca;
}
form .inputs-list.multi-container {
  display: flex;
  flex-wrap: wrap;
}
form .inputs-list.multi-container li {
  margin: 0;
}
form .inputs-list.multi-container li span {
  font-size: 16px;
  padding-right: 12px;
} 
form .hs-fieldtype-select label span,
form .hs-fieldtype-checkbox label span {
  font-size: 16px;
}
form .hs-fieldtype-select label span,
form .hs-fieldtype-checkbox label span {
  margin-bottom: 0;
}
form .hs-fieldtype-select label,
form .hs-fieldtype-checkbox label {
  margin-bottom: 0;
}
@media(max-width:767px){
  form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
 
  font-size: 14px;
}
}
/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #bdbdca;
}

::-moz-placeholder {
  color: #bdbdca;
}

:-ms-input-placeholder {
  color: #bdbdca;
}

:-moz-placeholder {
  color: #bdbdca;
}

::placeholder {
  color: #bdbdca;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 0px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #F2C434;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #000033 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid #F2C434;

    font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(242, 196, 52, 1.0)

;
    border-radius: 5px;
    color: #000033;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid #000033;

    font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid #000033;

    font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: rgba(80, 80, 131, 100);
    border-color: #ffff84;
    color: #ffffff;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #ffffff;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(242, 196, 52, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #F2C434;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #060048;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #060048;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(242, 196, 52, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(242, 196, 52, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #060048;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 84px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #060048;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #060048;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 51, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #ffffff;
}

.footer hr {
  border-bottom-color: #ffffff !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F2F2F2;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #F2F2F2;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #060048;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

.error-page:before {
  ;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 42px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 20px !important;
  padding: padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: Nunito, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(162, 116, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 132, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #000033;
  height: 20px;
  width: 20px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #000033;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #505083;
}

.pagination__link--active {
  border-color: #060048;
  font-weight: bold;
}

/* Pricing card */

.pricing-card__heading {
  background-color: #000033;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(162, 116, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 255, 132, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}


.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}
.pos-rel{
  position: relative;
}
.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}
.w-100{
  width: 100%;
}
.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
 a.cta_button{
   min-width:100px;
   justify-content: center;
 }
a.cta_yellow_black{
  color: var(--black) !important;
  background-image: url("https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/yellow_cta_arrow.svg") !important;
  background-color: transparent !important;
}
a.cta_yellow_white{
  color: var(--white) !important;
  background-image: url("https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/yellow_cta_arrow.svg") !important;
  background-color: transparent !important;
 
}
a.cta_black_arrow{
  color: var(--black) !important;
  background-image: url("https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/black_cta_arrow.svg") !important;
  background-color: transparent !important;
}
a.cta_yellow_yellow{
  color: var(--yellow) !important;
  background-image: url("https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/yellow_cta_arrow.svg") !important;
  background-color: transparent !important;
}
a.cta_black_arrow,
a.cta_yellow_white,
a.cta_yellow_black,
a.cta_yellow_yellow{
     padding: 5px 5px 5px 100px!important;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
    background-position: left 5px center !important;
    background-size: 65px !important;
    text-shadow: none !important;
    font-size: 22px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    transition: all 0.3s;
    background-color: transparent !important;
    font-weight: bold;
    font-family: var(--secondary-font);
}
a.cta_black_arrow:hover,
a.cta_yellow_white:hover,
a.cta_yellow_black:hover,
a.cta_yellow_yellow:hover{
  background-position: left 15px center !important;
  text-decoration: underline !important;
}
.button-white-hover{
      transition: all 0.3s;
}
.button-white-hover:hover{
  background-color: #fff;
    color: var(--black) !important;
}
@media(max-width:1139px){
.pr-mob-0{
  padding-right:0;
}
}
.hs_cos_wrapper_type_linked_image img{
  border-radius: 10px;
}
.text-none{
  text-decoration: none;
}
.text-capitalize{
  text-transform: capitalize;
}
@media(max-width:767px){
  .button{
    display: block;
  }
}.blog-post__body img {
 
  border-radius: 10px;
}

.body_get-app form input[type='submit']:hover, .body_get-app form input[type='submit']:focus, .body_get-app form .hs-button:hover, .body_get-app form .hs-button:focus{
  background-color: #ffffff;
  color: var(--black) !important
}
.lang_list_class li{
  margin: 0;
}
.head_lang{
  margin-left: 10px;
  line-height: 1;
}
.head_lang_mob{
      margin-left: auto;
      margin-right:30px;
}

.pillar-page .hs_cos_wrapper_type_rich_text a{
  text-decoration: underline;
}
.pillar-page .hs_cos_wrapper_type_rich_text a:hover{
  text-decoration: none;
}

/* Marketplace Overrides */
.infinite-logo-carousel-logo {
  max-width: 200px;
  object-fit: contain;
}

/* FOBA Overrides */
.future-of-beef-academy #main-content{
  margin-top: 100px;
}

@media (min-width: 1300px) {
  .future-of-beef-academy #main-content{
    margin-top: 124px;
  }
}

.future-of-beef-academy .s3-theme header{
  padding-top: 0px;
}

.future-of-beef-academy .s3-button.purple{
  background-color: #442bae;
  color: #ffcb04;
}

.s3-button.purple:before{
  background-color: #442bae;
}

.future-of-beef-academy .s3-button.purple:hover{
  background-color: #442bae !important;
  color: #ffcb04 !important;
  border-color: #ffffff !important;
}