







/* 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: 64px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 64px 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: 1040px;
}





html {
  font-size: 15px;
}

body {
  font-weight: 800; text-decoration: none; line-height: 24px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  background-color: #ffffff;
  font-size: 15px;
}

/* Paragraphs */

p {
  font-weight: 800; text-decoration: none; line-height: 24px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
}

/* Anchors */

a {
  font-weight: 500; text-decoration: underline; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #007AFF;
}

a:hover,
a:focus {
  font-weight: 500; text-decoration: underline; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #007AFF;
}

a:active {
  font-weight: 500; text-decoration: underline; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #007AFF;
}

/* Headings */

h1 {
  font-weight: 500; text-decoration: none; line-height: 68px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; margin-bottom: 32px;
  color: #003A5D;
  font-size: 62px;
  text-transform: none;
}

h2 {
  font-weight: 500; text-decoration: none; line-height: 52px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; margin-bottom: 24px;
  color: #003A5D;
  font-size: 47px;
  text-transform: none;
}

h3 {
  margin: 0; font-weight: 500; text-decoration: none; line-height: 36px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #003A5D;
  font-size: 31px;
  text-transform: none;
}

h4 {
  margin: 0; font-weight: 500; text-decoration: none; line-height: 32px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #003A5D;
  font-size: 24px;
  text-transform: none;
}

h5 {
  margin: 0; font-weight: 800; text-decoration: none; line-height: 24px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #003A5D;
  font-size: 16px;
  text-transform: none;
}

h6 {
  margin: 0; font-weight: 800; text-decoration: none; line-height: 16px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #003A5D;
  font-size: 12px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  border-left-color: #00A0DF;
  color: #003A5D;
  font-size: 24px;
}

blockquote > footer {
  font-weight: 800; text-decoration: none; line-height: 24px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  font-size: 15px;
}

/* Horizontal rules */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 0px solid #003A5D;

  padding-top: 9px;
padding-right: 24px;
padding-bottom: 9px;
padding-left: 24px;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 58, 93, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
  height: 42px;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 0px solid #003A5D;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 58, 93, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 0px solid #003A5D;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 58, 93, 1.0)

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

/* Secondary button */

.button.button--secondary {
  border: 2px solid #323E48;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 160, 223, 0.0)

;
  border-radius: 0px;
  color: #003A5D;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 2px solid #323E48;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 160, 223, 0.0)

;
  color: #003A5D;
  fill: #003A5D;
}

.button.button--secondary:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: button_secondary_bg_color;
  border: 2px solid #323E48;

  border-color: ;
  color: #003A5D;
  fill: #003A5D;
}

/* Simple button */

.button.button--simple {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0 !important;
  color: #003A5D;
  fill: #003A5D;
  text-decoration: underline !important;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #003A5D;
  fill: #003A5D;
}

.button.button--simple:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #003A5D;
  fill: #003A5D;
}

/* Button sizing */

.button.button--small {
  padding-top: 7px;
padding-right: 16px;
padding-bottom: 7px;
padding-left: 16px;

  font-size: 12px;
  height: 30px;
  border-width: 1.5px !important;
  
}

.button.button--large {
  padding-top: 14px;
padding-right: 32px;
padding-bottom: 14px;
padding-left: 32px;

  font-size: 19px;
  height: 56px;
  border-width: 2.5px !important;
  font-family: Source Sans Pro !important;
}

/* Dark button */

.button.button--primary.button--dark{
  background-color: #FFFFFF !important;
  Color: #000000 !important;
  border-color: #FFFFFF !important;
}

.button.button--secondary.button--dark{
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.button.button--simple.button--dark{
  color: #FFFFFF !important;
}





/* Form */

form {
  border: 1px none #ffffff;

  padding-top: 10px;
padding-right: 40px;
padding-bottom: 45px;
padding-left: 47px;

  background: transparent !important; 
}

.hero_form {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

/* Form title */

.form-title {
  
  
  margin: 0; font-weight: 500; text-decoration: none; line-height: 32px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: px;
  border-top-right-radius: px;
  color: #003A5D;
  font-size: 24px;
  text-transform: ;
  font-weight:bold;
}


form h1,
form h2,
form h3,
form h4{
  margin: 0; font-weight: 500; text-decoration: none; line-height: 32px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #003A5D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

form h5{
  color: #003A5D;
}

/* Labels */

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

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #003A5D;
  font-size: ;
  font-weight:500 !important;
}

/* Help text */

form legend {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #003A5D;
  font-size: 12px;
}

/* 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 input[type='date'],
form select,
form textarea {
  border: 1px solid #A7A8A9;

  padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 4px;
  color: #003A5D;
  font-size: 15px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #D8D8DA;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(0, 160, 223, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #003A5D;
}

form .is-selected .pika-button {
  background-color: #00A0DF;
  color: #003A5D;
}

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

form .pika-button{
 border-radius:0px !important;
 text-align:center !important;
}


/* Headings and text */

form .hs-richtext {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #003A5D;
}

form .hs-richtext a {
  font-weight: 500; text-decoration: underline; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #007AFF;
  text-decoration: underline !important;
  font-weight: bold !important;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #003A5D;
  font-size: 14px;
}

/* Submit button */



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

    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: #00A0DF;
    border-radius: 0px;
    color: #ffffff;
    text-transform: none;
  }

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

    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: #003A5D;
    color: #ffffff;
  }


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

    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: #003A5D;
    border-color:;
    color: #ffffff;
}





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

    font-size: 16px;
  }



/* Inline thank you message */

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

  padding-top: 10px;
padding-right: 40px;
padding-bottom: 45px;
padding-left: 47px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.form-heading-text{
  color: #003A5D;
  font-size:19px;
  font-family: Dinot;
  font-weight:500;
}





/* Default icon (regular/Light) */

.icon {
  padding: 13px;

  background-color: 

  
  
    
  


  rgba(0, 160, 223, 1.0)

;
}

.icon svg {
  fill: #FFFFFF;
  height: 20px;
  width: 20px;
}

/* Light icon */

.icon--dark .icon {
  background-color: 

  
  
    
  


  rgba(0, 160, 223, 1.0)

;
}

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

/* Size */

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

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

}

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

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

}





/* Table */

table {
  border: 1px none #808285;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  margin: 0;
  border-collapse: collapse;
  overflow-wrap: break-word;
  table-layout: fixed;
}

/* Table cells */

th,
td {
  border: 1px none #808285;

  padding: 9px;

  color: #003A5D;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 160, 223, 1.0)

;
  color: #ffffff;
}

/* Table body */

tbody td{
/*   background-color: #F0F0F0; */
  border-bottom: 1.5px solid #DEDFE0;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 160, 223, 1.0)

;
  color: #003A5D;
}





/* 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: #003A5D;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #003A5D;
  font-size: 15px;
  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: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #003A5D;
}

/* Language switcher - submenu */

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

.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: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #003A5D;
  font-size: 15px;
  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)

;
}

/* .hs_cos_wrapper{
 width: 100%; 
} */

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-weight: 500; text-decoration: none; line-height: 68px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; margin-bottom: 32px;
  color: #003A5D;
  font-size: 62px;
  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: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 15px;
  text-transform: none;
}

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

/* Menu items - top level */

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

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

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

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

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #003A5D;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #808285;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #003A5D;
}

.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: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 500; 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: #003A5D;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #003A5D;
}

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

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003A5D;
  font-size: 15px;
  text-transform: none;
}

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

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

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






/* Dark card */

.card--dark {
  border: 1px none #000000;

  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 12px;
  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 none #808285;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 12px;
  color: #323E48;
}

.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: #323E48;
}





/* Error templates */

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

/* System templates */

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

/* Search template */

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

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  margin: 0; font-weight: 500; text-decoration: none; line-height: 32px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  font-size: 24px;
}

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

.card--light .accordion__summary:before {
  color: #323E48;
}

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

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

.blog-listing__post-title-link {
  font-weight: 500; text-decoration: none; line-height: 52px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; margin-bottom: 24px;
  color: #003A5D;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  margin: 0; font-weight: 500; text-decoration: none; line-height: 32px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #00000d;
}

.blog-listing__post-title-link:active {
  margin: 0; font-weight: 500; text-decoration: none; line-height: 32px; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #508aad;
}

.blog-listing__post-tag {
  color: #003A5D;
}

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

.blog-listing__post-tag:active {
  color: #508aad;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #003A5D;
}

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

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #508aad;
}

/* Image gallery */

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

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

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

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

/* Pagination */

.pagination__link-icon svg {
  fill: #007AFF;
  height: 15px;
  width: 15px;
}

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

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

.pagination__link--active {
  border-color: #808285
}

/* Pricing card */

.pricing-card__heading {
  background-color: #003A5D;
}

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(80, 240, 255, 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(0, 0, 13, 1.0);
}

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

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #003A5D;
  color: #003A5D;
}






@media screen and (max-width: 767px){
  h1{
    font-size: 42px;
    line-height: 52px;
  }
  h2{
    font-size: 34px;
    line-height: 42px;
  }
  h3{
    font-size: 26px;
    line-height: 32px;
  }
  h4{
    font-size: 20px;
    line-height: 28px;
  }
}