@import url("https://use.typekit.net/frr1qco.css");
@import url("https://use.typekit.net/hkv2yet.css");









/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */












/* 1d. Typography */

 










/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */









































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */





@media screen and (max-width: 800px) {
  .header--landing-page .header__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    width: 100%;
  }
}





.header--landing-page .header__container {width: 100%;}

.content-wrapper {
  max-width: 1300px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.body-container--blog-post {
position: relative;
padding-top: 50px;
}

.content-wrapper--narrow {
  max-width: 960px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }

}









html {
  /*   scroll-behavior: smooth; */
}

html,
body {
	cursor: default !important;
}

body {

  font-family: filson-pro, sans-serif;;
  background-color: #fff;
  
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
}

/* Paragraphs */

p {
  font-family: Helvetica;
  font-weight: 200;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

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

a:hover, a:focus {
  text-decoration: none;
  font-weight: 400;
  color: #152055;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Noto Sans', sans-serif; font-style: normal;
  color: #50eed3;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: filson-pro, sans-serif;;
  color: #000000;
  text-transform: none;
}



h1 {
  font-size: 6em;
  font-weight: 900;
  letter-spacing: -4px;
  margin: 0 0 30px;
  line-height: 0.8em;
  display: table-cell;
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.7em;
    font-weight: 900;
    letter-spacing: -3px;
    margin: 0 0 30px;
    line-height: 0.9em;
    display: table-cell;  }
}


h2 {
  color: #000000;
  font-size: 64px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 900;
  line-height: 64px;
}

@media (max-width: 767px) {
  h2 {
    color: #000;
    font-size: 2.8em;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 900;
    line-height: 45px;
  }
}


h3 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

h4 {
  color: #000000;
  font-size: 22px;
  letter-spacing: 1.18px;
  text-transform: none;
}

h5 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: none;
}

h6 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: .7rem 0;
  font-family: Helvetica;
  font-weight: 200;  
  font-size: 1em;
  padding: 0 10px;
}

ul li {
  list-style-type:">";

}
ul li::marker {
  color: #e6231d;
  font-size: 0.9em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #e6231d;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border: 1px solid #545454;
  border-radius: 50px;
  color: #000000;
  fill: #000000;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  border: 1px solid #E6231D;
  color: #000000;
}

button:active,
.button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 238, 211, 0);
  background-color: #50eed3;
  border: 1px solid #E6231D;
  border-color: #ff736d;
}

/* Secondary Button */

.button.button--secondary {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(230, 62, 50, 1.0)

;
  border: 1px none #00C6AB;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 12px 44px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(230, 62, 50, 1.0)

;
  border: 1px none #009E83;
  color: #009E83;
  fill: #009E83;
}

.button.button--secondary:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(255, 142, 130, 100);
  border: 1px none #009E83;
  border-color: #50eed3;
  color: #50eed3;
  fill: #50eed3;
}

/* Simple Button */

.button.button--simple {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00C6AB;
  fill: #00C6AB;
  text-transform: uppercase;
}



.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #009E83;
  fill: #009E83;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



.button.button--simple:active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(230, 62, 50, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 25px 25px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

/* Form Title */

.form-title {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #150201;
  font-size: 40px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  ;
  color: ;
  font-size: ;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
select,
textarea {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  padding: 12px 12px;
  width: 100%;
}

::-webkit-input-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

::-moz-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

:-ms-input-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

:-moz-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

::placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #e6231d;
}

.hs-datepicker button.pika-button:hover {
  background-color: #00C6AB !important;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
}

/* Submit */



form input[type=submit],
form .hs-button {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border: 1px solid #545454;
  border-radius: 50px;
  color: #000000;
  fill: #000000;
  padding: 12px 44px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  border: 1px solid #E6231D;
  color: #000000;
}

form input[type=submit]:active,
form .hs-button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 238, 211, 0);
  border: 1px solid #E6231D;
  border-color: #ff736d;
}





form input[type=submit],
form .hs-button {
  font-size: 16px;
  padding: 12px 44px;
}







table {
  background-color: 

  
  
    
  


  rgba(233, 232, 232, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #000000;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.sticky_header{position: fixed; top:0;width:100%; z-index:1;}

.header {
  background-color: #fff;
  border-bottom: 1px none #e9e8e8;
}

.header__container {
  max-width: 1300px;
}

/* Logo */

.header__logo .logo-company-name {
  color: #000000;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: filson-pro, sans-serif;;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.navigation-primary .menu-item a:active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.navigation-primary .submenu.level-2 {
  background-color: #fff;
  border: 2px solid #EFF7FE;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 198, 171, 1.0)

;
  color: #000000;
}

.navigation-primary ul.level-1 li:nth-child(5) {
  background: #E6231D;
  border-radius: 15px;
  padding: 0 10px;
}

.navigation-primary ul.level-1 li:nth-child(5) a {
  color: #fff !important;
}


@media (max-width: 768px) {
  .header__navigation {
    background-color: #fff;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #000000;
  }

  .navigation-primary .submenu.level-1 > li,
  .navigation-primary .submenu.level-2 .menu-item {
    border-top-color: #d0d0d0;
  }
}

/* Language Switcher */
.header__language-switcher .lang_list_class {
  background-color: #fff;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

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

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class li:hover {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

/* Menu - Site Header */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(233, 232, 232, 1.0)

;
  border-top: 1px solid #E6231D;
}

.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-top: 2px solid #EFF7FE;
  border-color: #545454;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #545454;
}



.footer h4 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #545454;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Footer Menu */
.footer__navigation ul li {
  list-style-type: none; 
}

.footer__navigation a {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  font-size: 14px;
  text-transform: none;
}

.footer__navigation a:hover,
.footer__navigation a:focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
}

.footer__navigation a:active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
}





/* Blog Meta - Author */

.blog-card {
  border: none;
}

.blog-card__author-name,
.blog-post__author-name {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-post__author-links svg {
  fill: #000000;
}

.blog-post__author-links a:hover svg {
  fill: #00C6AB;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(230, 35, 29, 0.0)

;
  color: #e6231d;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #e6231d;
}

/* Blog Listing */

.blog-header {
  /*   background-image: url(''); */
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog-subheader__author-links a {
  background-color: #00C6AB;
}

.blog-subheader__author-links a:hover {
  background-color: #009E83;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #00C6AB;
}

.blog-pagination__link:hover {
  color: #009E83;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #009E83;
}

.blog-pagination__link:active {
  color: #50eed3;
}

.blog-pagination__link:active svg {
  fill: #50eed3;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #00C6AB;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.hs-search-results__title:hover {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

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

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}





body .blog-card__title a,
body .blog-card__author-name {
  color: #000000;
}

/* MTG Articles */

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
  margin: 0 !important; 
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 33.333333333%;
  }
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  filter: contrast(100%);
}
.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}

.card__kicker {
  color: #e6231d;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
}

.card__title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  line-height: 28px;
}

.card__subtitle {
  font-size: 1.1rem;
  font-weight: 300;
  color: #5a5a5a;
}

.card__text {
  flex: 1 1 auto;
  line-height: 1.5;
  margin: 1.25rem 0 2rem;
}


/* FTC */


.ftc-single-title{
  /*   display:flex; */
  align-items: center;
  justify-content: center;
}

.ftc-body {
/*   margin-top: 50px; */
}

.ftc-np{
  display: flex;
  justify-content: space-between;
/*   width: 66%; */
  flex-direction: row-reverse;
}

.grid-container {
  /*   max-width: 1335px; */
  margin: 0 auto;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  /*   justify-content: center; */
}

.grid-item {
  /*   height: 550px; */
  flex-basis: 33%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 35px;
  box-sizing: border-box;
}

.grid-item-50 {
  /*   height: 550px; */
  flex-basis: 50%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 35px;
  box-sizing: border-box;
}


.grid-row a {
  text-decoration: none;
}

.wrapping-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: currentColor;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
}


.grid-image-top .centered {
  text-align: center;
  /*   transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat; */
  /*   position: absolute; */
  /*   top: 54.5%;
  left: 50%; */
  width: 60%;
  height: 60%;
  background-position: center;
}

.grid-item-content {
  padding: 0 10px 10px 10px;
}

.item-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.item-category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.item-excerpt {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}

.more-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  padding-left: 0;
  transition-duration: .5s;
  font-size: 12px;
  display: flex;
}

.more-info i {
  padding-left: 5px;
  transition-duration: .5s;
}

@media(max-width: 1333px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    flex-basis: 50%;
  }
}

@media(max-width: 555px) {
  .grid-item, .grid-item-50 {
    flex-basis: 100%;
    padding: 0;
  }
}


/* Icon */

body .icon svg {
  fill: #e6231d;
}

/* Pricing Table */

body .price-block__header {
  background-color: #e6231d;
}

body .billing-selectors__pricing-option input[type="radio"]:checked + label:before {
  border-color: #e6231d;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #000000;
}

body .social-links__icon:hover svg {
  fill: #000000;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #000000;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #e6231d;
}

body .statistic__circle::after {
  background-color: #fff
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #e6231d;
}