







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

.footer .dnd-section {
    padding: 10px;
}







.single-col-on-blue h3, .single-col-on-blue p, .three-cols-on-blue h3, .three-cols-on-blue p {
  color: white;
}
.single-col-on-blue h3, .three-cols-on-blue h3 {
  font-size: 24px;
}
.span12 p {
  max-width: 800px;
  margin: 0 auto 40px auto;
}






html {
  font-size: 17px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
  font-size: 17px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 100; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 68px;
  text-transform: none;
  line-height: 1.2em;
}

h2,
.h2 {
  font-weight: 100; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 400; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}






@media screen and (max-width: 500px) {
  h2 span, .h2 span, .body-container h1 span, .body-container h1 {
    font-size: 60px;
    line-height: 1.4em;
    display: block;
  }
}





/*JGADDITIONS ---- added .hs-button classes ------*/
button,
.button, .hs-button {
  border: 1px solid #c9d6d1;

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

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

  
  
    
  


  rgba(201, 214, 209, 1.0)

;
  border-radius: 30px;
  color: #001f60;
  font-size: 17px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(161, 174, 169, 1.0);
  border-color: #a1aea9;
}

button:active,
.button:active,
.hs-button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(241, 254, 249, 1.0);
  border-color: #f1fef9;
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #F8FAFC;
}

/* Labels */

form label {
  color: #425b76;
}

/* Help text */

form legend {
  color: #425b76;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425b76;
}

::-moz-placeholder {
  color: #425b76;
}

:-ms-input-placeholder {
  color: #425b76;
}

::placeholder {
  color: #425b76;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #425b76;
}

.fn-date-picker td .pika-button:hover {
  background-color: #425b76 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #425b76;
}

/* Submit button */

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

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

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

  
  
    
  


  rgba(201, 214, 209, 1.0)

;
  border-radius: 30px;
  color: #001f60;
  font-size: 17px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(161, 174, 169, 1.0);
  border-color: #a1aea9;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(241, 254, 249, 1.0);
  border-color: #f1fef9;
}





/* Table */

table {
  border: 1px solid #425b76;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #425b76;

  padding: 18px;

  color: #425b76;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}

/*JGADDITIONS ---- added this to reduce column image width ------*/

.row-number-4 .widget-type-linked_image {
  max-width: 185px !important;
}
@media screen and (max-width: 770px){
  .row-number-4 .dnd-column {
    width: 43%;
    display: inline-block;
    margin: auto;
  }
}






.header {
  width: 100%;
  background: none;
  position: absolute;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #425b76;
  font-family: Roboto;
}

.menu__child-toggle-icon {
  border-top-color: #425b76;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.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 a:focus {
  color: #1a334e;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #1a334e;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #6a839e;
}

.menu__child-toggle-icon:active {
  border-top-color: #6a839e;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #425b76;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #425b76;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #425b76;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #425b76;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #425b76;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: #425b76;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #425b76;
  }
}




.mediakit-hero-section {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1300px) {
  .mediakit-hero-section {
    background-repeat: no-repeat;
  }
}
.jump-down-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.jump-down-button a {
  background: #fff5;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jump-down-button img {
  width: 23px;
  height: 40px;
}
.hero-horizontal-space {
  height: 50vh;
}

.header__container.content-wrapper {padding: 0;}
.hero-content-container {display: flex;flex-flow: row wrap;max-width: 1240px;margin: auto;height: 100%;}
.mediakit-hero-section {height: 100vh;background-size: cover;background-position: center;background-color: rgb(0, 31, 96);}
.panel-section {display: flex;flex-flow: column;justify-content: space-between; height: 100%;width: 40%;padding: 140px 50px 50px 50px;margin-left: -50px;background: #001f6a82;}
.panel-section h1 {color: white;}
.hero-right-side-area {display: flex;flex-flow: column;justify-content: flex-end;text-align: right;width:60%;}
.jump-down-button {position: absolute;bottom: 24px;margin: auto;width: 10%; left: 45%;}
.header-panel {width: 40%;margin-left: -50px;padding: 0 50px;}
.row-fluid [class*="span"]{min-height: unset;}
.hero-right-top,.hero-right-bottom {display: flex;align-items: center;flex-basis: 150px;text-align: right;flex-flow: row wrap;justify-content: flex-end;}
@media screen and (max-width: 1000px) {
  .panel-section {width: 55%;margin-left: 0;}
  .header-panel {width: 55%;margin-left: 0;height: 115px;}
  .hero-right-side-area {width:45%;}
}
.header {
  background-size: cover;
  background-position: center top;
  height: 115px;
}
@media screen and (max-width: 1200px) {.panel-section h1 {font-size: 40px;}}
@media screen and (max-width: 920px){
  .mediakit-hero-section {
    background-size: auto 920px;
  }
}
@media screen and (max-width: 615px){
  .header-panel {
    width: 100%;
  }
  .panel-section {
    width: 100%;
    text-align: center;
    justify-content: space-around;
    height: 100vh;
  }
  .hero-right-side-area {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .hero-right-top {
    align-items: center;
    flex-basis: 0;
  }
}






.footer {
  background-color: 

  
  
    
  


  rgba(217, 110, 43, 1.0)

;
  padding: 10px 0;
}
.footer a {
  color: white;
}


/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #425b76;
}

.blog-post__tag-link {
  color: #425b76;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1a334e;
}

.blog-post__tag-link:active {
  color: #6a839e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 100; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #425b76;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #1a334e;
}

.blog-related-posts__title-link:active {
  color: #6a839e;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 100; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 100; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #425b76;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #1a334e;
}

.blog-index__post-title-link:active {
  color: #6a839e;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #425b76;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #425b76;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1a334e;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6a839e;
}

.pagination__link-icon svg {
  fill: #425b76;
}

/* Pricing card */

.card__price {
  font-weight: 400; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
}

.card__body svg {
  fill: #425b76;
}

/* Social follow */

.social-links__icon {
  background-color: #425b76;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1a334e;
}

.social-links__icon:active {
  background-color: #6a839e;
  font-weight: 400; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
}