







/* 1a. Containers */




.max-width-center {
  max-width: 800px;
  margin: 0 auto;
}
.d-none {
 display: none; 
}
@media only screen and (max-width: 767px) {
  .m-reverse .row-fluid  {
    display: flex;
    flex-direction: column-reverse;
  }
}
.x-contain {
 overflow-x: hidden;
}
.y-contain {
 overflow-y: hidden;
}
/* 1b. Colors */

.blue-text {color:#009bde !important;}
.dark-blue-text {color:#012d5c !important;}
.white-text, .white-text a:hover {color:#fff;}
.smallcaps-heading {
  text-transform: uppercase;
  color: #b0afb6;
  font-weight: 700;
  letter-spacing: 1px;
}




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #636268;
  font-weight: 400;
  font-family: Lato;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #636268;
  font-weight: 400;
}

/* Anchors */

a {
  color: #ED7701;
}

a:hover,
a:focus,
a:active {
  color: #784c9d;
}

/* Headings */

h1 {
  font-family: Lato;
  font-size: 46px;
  color: #0c3562;
  font-weight: 700;
}

h2 {
  font-family: Lato;
  font-size: 43px;
  color: #012D5C;
  font-weight: 700;
  line-height: 1.18em;
}

h3 {
  font-family: Lato;
  font-size: 32px;
  color: #009BDE;
  font-weight: 700;
}

h4 {
  font-family: Lato;
  font-size: 29px;
  color: #012D5C;
  font-weight: 700;
}

h5 {
  font-family: Lato;
  font-size: 22px;
  color: #817f86;
  /*font-weight: 700; */ 
  font-weight: 400;
}

h6 {
  font-family: Lato;
  font-size: 18px;
  color: #012D5C;
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(238, 119, 1, 1.0)

;
  border: 1px solid #ee7701;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 10px 15px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(198, 79, 0, 1.0);
  border-color: #c64f00;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 159, 41, 1.0);
  border-color: #ff9f29;
  color: #FFFFFF;
}
.btn-default {
 letter-spacing: 1px; 
}
.btn-lg {
  font-size: 22px;
  padding: 15px 20px;
}

.btn-sm {
  font-size: 15px;
  padding: 7px 15px;
}
.btn-blue {
  background: #0d3055;
  border-color: #0d3055;
}
.btn-blue:hover {
  background: #132c4c;
  border-color: #132c4c;
}
.btn-grey {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #0d3055;
}
.btn-grey:hover {
  background: #dcdcdc;
  border-color: #dcdcdc;
  color: #0d3055;
}
.btn-pink {
  background: #e3248a;
  border-color: #e3248a;
  color: #fff;
}
.btn-pink:hover {
  background: #bf3685;
  border-color: #bf3685;
  color: #fff;
}
.btn-purple {
  background: #784c9d;
  border-color: #784c9d;
  color: #fff;
}
.btn-purple:hover {
  background: #664487;
  border-color: #664487;
  color: #fff;
}
.btn-green {
  background: #53bfa3;
  border-color: #53bfa3;
  color: #fff;
}
.btn-green:hover {
  background: #499e86;
  border-color: #499e86;
  color: #fff;
}
.btn-yellow {
  background: #f2c041;
  border-color: #f2c041;
  color: #173059;
}
.btn-yellow:hover {
  background: #f4cf7a;
  border-color: #f4cf7a;
  color: #173059;
}






form,
.submitted-message {
  font-size: 18px;
  color: #636268;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #33475b;
}

/* Form label */

form label {
  color: #33475b;
}

/* Form help text */

form legend {
  color: #33475b;
}

/* Form 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-color: #cbd6e2;
  color: #636268;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #00d0e4;
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #636268;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],.side_menu_button_wrapper ul>li>a,
form .hs-button {
  background-color: 

  
  
    
  


  rgba(238, 119, 1, 1.0)

;
  border: 1px solid #ee7701;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 10px 15px;
}

form input[type=submit]:hover,.side_menu_button_wrapper ul>li>a:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color:#0d3055;
  border-color: #35587d;
  color: #FFFFFF;
}
 
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 159, 41, 1.0);
  border-color: #ff9f29;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #002D5C;
}

th,
td {
  border-color: #002D5C;
  color: #002D5C;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border-bottom-color: #002D5C;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #002D5C;
}

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






.header_top {
  background-color: #153661;
}
.header_bottom.clearfix  {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.main_menu ul >li >a, .inner-right a{
  color:#ffffff;
}

.main_menu ul >li > ul > li  a{
  color:#ffffff;
}
.main_menu ul >li > ul > li  a:hover{
  color:#ffffff;
}

.main_menu ul >li:hover a {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5%;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: Lato;
}

body .navigation-primary a:hover,
body .navigation-primary a: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: #d7d7d7;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

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





.footer_bottom_holder {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer Content */

.footer_bottom p, .footer_bottom span {
  color: #000;
}

.footer-bottom_social-icon a .fa-stack {
   background-color: #1b97d0;
  color:#fff;
}
.footer_bottom a{
  color:#000;
}

.footer_bottom a.address {
  color:#5a5a5a !important;
}


.footer-bottom_social-icon a .fa-stack:hover {
   background-color: #012d5c;
}





/* Blog Header */

.blog-header {
	background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #636268;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #784c9d;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #784c9d;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #494A52;
}

.blog-pagination__link {
	color: #636268;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #494A52;
}

.blog-post__title {
	color: #0c3562;
	font-family:Lato;
	font-size: 46px;
	font-weight: 700;
}

.blog-post__author {
	background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
	background-color: ;
}
#hs_cos_wrapper_search_results_content {
  padding-top: 100px; 
}
.hs-search-results__title  {
  color: #012d5c;
  text-decoration: none;
  font-family: Lato;
  font-size: 28px;
} 
.hs-search-results__listin p  {
  font-size: 17px;
}
.hs-search-results__description {
  padding-top: 0;
  padding-bottom: 40px;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
	color: #784c9d;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
	fill: #784c9d;
}

.blog-index__post-content--small h2 {
  font-size: 32px;
}

.blog-index__post-content a {
  color: #636268;
}

.blog-post__read-more svg {
	fill: #636268;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
	color: #636268;
}

.blog__subscription-block, .blog-related-posts {
	background-color: rgb(#null);
}

.post-featured-image {
	max-height: px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
	color: #636268;
}

.blog-post__meta a:hover {
  color: #784c9d;
}

.blog-post__links-container {
	border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
	color: #636268;
}

.blog-post__back-to-blog svg {
	fill: #636268;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
	border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
	border-color: rgb(#null);
}

.blog-recent-posts {
	background-color: rgb(#null);
}











.card__price {
  font-family: Lato
  font-size: 32px;
  color: #009BDE;
  font-weight: 700
}

.bg-gray {
 	background-color: #f5f6f8; 
}
.email-prefs {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.systems-page .item {
 padding: 20px; 
}
.email-prefs .checkbox-row {
   font-weight: 800;
}
.email-prefs .item p {
 padding: 9px 0 6px 24px;
  margin-bottom: 0;
}
.systems-page {
 margin: 0 auto; 
 padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .systems-page {
    padding-top: 0; 
  }
}
.systems-page h2 {
color: #ee7701;
font-weight: normal;
margin-bottom: 0;
  font-size: 30px;
}
.systems-page h1 {
color: rgb(12, 156, 219);
font-size: 20px;
margin-bottom: 0;
}
.systems-page h3 {
  color: #636268;
   margin-bottom: 10px;
}
.systems-page .item:nth-child(even) {
  background: #f5f6f8;
}
.systems-page .checkbox-row {
 padding-left: 25px; 
}
.systems-page form .item input {
 margin-left: -25px; 
}
.systems-page .success  {
 padding: 20px; 
}

.product-logoDrk {
  background: #173059;
  padding: 30px;
  border-radius: 16px;
}
}

/* Single Blue Guide */

.guideCard, .guideCard > * {
    position: relative;
}
.guideCard {
  display: block;
  height: 380px;
  padding: 32px;
  border-radius: 6px;
  margin-bottom: 32px;
  overflow: hidden;
  -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
  transition: all .6s cubic-bezier(.165,.84,.44,1);
  background: linear-gradient(107deg, rgba(92,188,229,1) 0%, rgba(29,154,221,1) 31%, rgba(29,154,221,1) 51%, rgba(9,125,207,1) 100%);
}
.guideCard-link-text {
  margin-top: 30px;
  margin-bottom: 0;
}
.guideCard:hover {
    border: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.guideCard::before {
    right: 0;
    width: 100%;
}
.guideCard-label, .guideCard-heading, .guideCard-subheading {
  color: #fff; 
}
.guideCard-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}
.guideCard-heading {
    font-size: 29px;
    line-height: 33px;
    margin: 0;
}
.guideCard-subheading {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .guideCard {
    width: 100%;
    height: auto;
  }
}

/* Product Banner */

.product-row {
 display: flex; 
 flex-direction: row;
 align-items: center;
 max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
.product-row div {
  padding: 90px 30px;
  width: 50%;
  color: #fff
}
.product-row h1 {
 line-height: 1; 
 color: #fff;
}
.product-row .button {
  margin: 20px 10px 0 0; 
  border-width: 2px;
}
.banner-container {
background: linear-gradient(90deg, #173059 50%, #fff 50%); 

}
@media only screen and (max-width: 1000px) {
   .product-row {
    padding-top: 0;
   }
}
@media only screen and (max-width: 768px) {
  .banner-container .left-col {
    background: #173059;
  }
 .banner-container  {
    background: #fff;);
    }
  .product-row div {
    width: 100%;
  }
  .product-row{
    flex-wrap: wrap-reverse;
   }
   .product-row div.right-col {
     padding: 60px 30px;  
  }
}


/* Accordian */

.accordion {
  color: #012d5c;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-left: 2px solid #e3e3e3;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background-color: #fff;
  border-radius: 0;
  font-weight: 700;
}
.accordion:hover {
	background-color: #eee;
  color: #012d5c;
  border-left: 2px solid #e3e3e3;
}
.accordion:focus {
	background-color: #fff;	
  color: #009bde;
  border-left: 2px solid #009bde;
}

.accordion-div .active {
  color: #009bde;
  border-left: 2px solid #009bde;
  background: #fff;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion-div .active:after {
  content: "\2212";
  color: #009bde;
}

.accordion-div .panel {
  padding: 0 18px;
  background-color: white;
  border-left: 2px solid #009bde;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-div .panel p {
  font-size: 16px;
  line-height: 25px; 
}

/* Pricing Card */

.pricing-card-container {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 300px;
  border-radius: 6px;
  padding: 25px;
}
.pricing-card-container h4{
  margin-bottom: .5rem;
}
.short_description {
  padding-bottom: 20px;
  display: block;
}
.short_description, .pricing-info {
 font-size: 15px; 
}
.pricing-info {
 padding-bottom: 15px; 
}
.start-price {
 font-size: 26px;
  color: #002e5d;
  font-weight: bold;
  display: block;
}
.plan-details {
  margin: 20px -25px -25px -25px ;
  background: #f7fbfe;
  padding: 25px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.plan-details p {
   font-size: 15px; 
  margin-bottom: 10px;
}
.plan-details ul {
  list-style: none;
  padding-left: 33px;
}
.plan-details ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  margin-left: -18px;
  padding-right: 7px;
}
.cta_button {
 padding: 5px 0; 
  display: inline-block;
}
.pricing-card-container div.true {
 display: none; 
}

/* Row Gradient */

.editor-only {
  display: none;
}
body.hubspot-disable-focus-styles .editor-only {
  font-size: 10px;
  display: inline-block;
  padding: 5px; 
  margin: 10px auto;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  border-radius: 5px;
}
/* Testimonial Module 3 items */

 .testimonial-content {
      background: #f7fbfe;
      padding: 30px;
      color: #009bde;
      font-style: normal;
      margin: 10px 0 20px 0;
   }
   .testimonial-author {
      color: #012d5c;
      font-weight: 700;
      font-size: 22px;
      padding: 20px 0 0 0;
   }
   #t-btn1, #t-btn2, #t-btn3 {
       filter: grayscale(100%);
   }
   #t-btn1.active, #t-btn2.active, #t-btn3.active {
       filter: grayscale(0%);
   }
   .testimonial-module img {
      height: auto;
      max-width: 100%;
   }
   .testimonial-nav {
      max-width: 500px; 
      margin: 0 auto;
      margin-top: -30px;
   }
   .testimonial-nav a::after {
      content: ' ';
      height: 12px;
      width: 12px;
      border-radius: 50%;
      background: #009bde;
      display: block;
      margin: 10px auto 20px auto;
   }
   .mobile-t-image {
      display: none;
   }
   .three-items .testimonial-1, .three-items .testimonial-2, .three-items .testimonial-3 {
      overflow: hidden;
      width: 0;
      height: 0;
      transition: opacity 1.5s ease;
      opacity: 0;
   }
   .testimonial-1.active, .testimonial-2.active, .testimonial-3.active {
   
      width: auto;
      height: auto;
      opacity: 1;
   }
  @media (max-width: 767px) {
       .testimonial-module .span4  {
         display: none;
      }
      .mobile-t-image, .three-items .testimonial-1, .three-items .testimonial-2, .three-items .testimonial-3 {
         display: block;
         opacity: 1;
         width: auto;
         height: auto;
      }
   }
/* Icon Bullets */
.text-lg li {
 font-size: 21px;
}
.fa-ul li {
  padding: 8px 0; 
}
.text-lg .fa-li {
   left: -1.95em; 
}
.fa-ul li span {
  color: #009ade;
   padding: 3px 0;
}

.fa-ul li span.bullet-blue {
  color: #009ade;
}
.fa-ul li span.bullet-dkblue {
  color: #173059;
}
.fa-ul li span.bullet-orange {
  color: #f5863d;
}
.fa-ul li span.bullet-pink {
  color: #e5238c;
}
.fa-ul li span.bullet-purple {
  color: #7b45af;
}
.fa-ul li span.bullet-green {
  color: #53bfa3;
}
.fa-ul li span.bullet-white {
  color: #fff;
}
.fa-ul i.fa {
 font-size: inherit; 
}
.fa-ul i.fa-circle {
  font-size: 70%;
}
.fa-ul i.fa-square-o {
   padding-top: 7px;
}
.dark-bullets {
  
}
.light-bullets {
 color: #fff; 
}
/* Testimonial 1 Item */
 .testimonial-content {
      background: #f7fbfe;
      padding: 30px;
      color: #009bde;
      font-style: normal;
      margin: 10px 0 20px 0;
   }
   .testimonial-author {
      color: #012d5c;
      font-weight: 700;
      font-size: 22px;
      padding: 20px 0 0 0;
   }
   .testimonial-module img {
      height: auto;
      max-width: 100%;
   }
   .mobile-t-image {
      display: none;
   }
   @media (max-width: 767px) {
       .testimonial-module .span4  {
         display: none;
      }
      .mobile-t-image, .testimonial-1 {
         display: block;
         opacity: 1;
         width: auto;
         height: auto;
      }
   }
/* Purple bar */
.purple-bar {
 margin-top: -35px;
 background-color: #8224e3;
 padding: 20px;
  position: relative;
  text-align: center;
}
.purple-bar p {
 margin-bottom: 0; 
  font-size: 16px;
}
.purple-bar a {
 color: #fff;
  border-bottom: 2px solid #fff;
}

/* Image Overflow */
.img-overflow img {
  max-width: 810px;
  width: auto;
  vertical-align: middle;
}
.row-fluid-wrapper.dnd-section   {
  overflow-x: hidden; 
}

@media screen and (max-width: 600px) {
  .img-overflow img {
    max-width: 100%;
  }
}

/* Video Banner */

.video-container {
  position: relative; 
  background: linear-gradient(107deg,#5cbce5 0,#1d9add 31%,#1d9add 51%,#097dcf 100%);
  min-height: 500px;
  overflow: hidden;
}
.video-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(107deg,#5cbce5 0,#1d9add 31%,#1d9add 51%,#097dcf 100%);
  opacity: .7;
  top: 0;
}
.video-container .hs-video-wrapper {
  padding-bottom: 35.25% !important; 
  min-height: 280px;
}

.video-container  .heading {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15%;
}
.video-container  .heading .stacked, .video-container  .heading .sbs {
 display: none; 
}
.video-container  .heading.stacked .stacked, .video-container  .heading.horz .sbs {
 display: block; 
}
.video-container  .heading .main-header  {
  max-width: 795px;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.25em;
  padding: 0 30px;
  color: #fff;
}
.video-container  .heading .stacked .sub-header  {
  font-size: 28px;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
  color: #fff;
  font-weight: 400;
}
.video-container .heading .sbs .main-header, .video-container .heading .sbs .sub-header, .video-container .heading .sbs .c-right {
 text-align: left;
}
.video-container .dnd-section, .content-wrapper--vertical-spacing {
 padding: 0; 
}
.sbs .row-fluid {
  display: flex; 
}
.sbs .c-left, .sbs .c-right {
  flex: 1; 
   -ms-flex: 1;  /* IE 10 */  
}
.sbs .c-left {
  max-width: 370px;
}
@media (min-width:1000px) and (max-width:1400px) {
  .video-container iframe {
     -webkit-transform: scale(135%);
     -webkit-transform-origin: 50% 0; 
  }
}
@media (min-width:600px) and (max-width:1000px) {
  .video-container iframe {
     -webkit-transform: scale(145%);
     -webkit-transform-origin: 50% 0; 
  }
}
@media screen and (min-width: 1000px) {
  .video-container  .heading {
     top: 36%;
  }
  .video-container  .heading .main-header {
    font-size: 50px;
    line-height: 1.15em;
  }
  .video-container  .heading.horz .row-fluid .main-header {
    font-size: 64px;
    line-height: 1.15em;
  }

  .video-container  .heading.horz .row-fluid .sub-header {
    font-size: 24px;
    line-height: 1.5em;
    color: #fff;
  }
}
@media screen and (max-width: 1000px) {
 .video-container {
   min-height: 400px;
  }
  .video-container  .heading.horz .row-fluid {
   display: block; 
  }
  .video-container  .heading.horz .row-fluid .c-right {
   padding: 10px 30px;  
  }
   .video-container  .heading.horz .row-fluid .sub-header {
    font-size: 20px;
     color: #fff;
  }

}
@media screen and (max-width: 600px) {
  .video-container .hs-video-wrapper {
   display: none; 
  }
  .video-container  .heading .stacked .sub-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
  .video-container {
   min-height: 300px; 
  }
  .video-container  .heading.horz .row-fluid .sub-header {
    font-size: 16px;
    font-weight: 400;
  }
   .video-container > .heading.horz {
      min-height: 400px;   
    }
}

@media screen and (max-width: 489px) {
  .video-container  .heading.horz .row-fluid .sub-header {
    font-size: 13px;

  }
  .video-container  .heading.horz .row-fluid .c-right {
     line-height: 1.1;   
  }
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    border-radius: 50%;
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0);
    animation: animate 35s linear infinite;
    bottom: -250px;
    border: solid 3em;
    border-color: rgba(255, 255, 255, 0.3);
    box-sizing: unset;
}
.circles li:nth-child(1){
    left: 5%;
    top: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 52s;
    transform: translateX(21em);
 
}


.circles li:nth-child(2){
  left:-10px;
    top: 110%;
    width: 160px;
    height: 160px;
    animation-delay: 1s;
    animation-duration: 62s;
    border-width: 5em;
    transform: translateX(-50em);
}

.circles li:nth-child(3){
    left: 70%;
    width: 130px;
    height: 130px;
    animation-delay: 4s;
    animation-duration: 72s;
    border-width: 4em;
    transform: translateX(30em);
   
}

.circles li:nth-child(4){
    left: 100%;
    top: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 80s;
    border-width: 2em;
    transform: translateX(-30em);
}

.circles li:nth-child(5){
    left: 75%;
    top: 80%;
    width: 110px;
    height: 110px;
    animation-duration: 118s;
    transform: translateX(-30em);
  
}

.circles li:nth-child(6){
    left: 2%;
    width: 150px;
    height: 150px;
    animation-delay: 1s;
    animation-duration: 90s;
    transform: translateX(30em);
}

@keyframes animate {

    0%{
        transform: translateY(0) translateX(0deg);
        opacity: 0;
    }
   
   50%{
        transform: translateY(0) translateX(10deg);
        opacity: 1;
    }

    100%{
        transform: translateY(-1000px)translateX(5em);
        opacity: 0;
    }

}

/* News Feed with 3 images */
#hub-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 2rem;
}
#hub-feed img {
   max-width: 100%;
   height: auto;
   image-rendering: optimizeQuality;
}
#hub-feed article {
    background: #fff;
    border: thin solid #ddd;
    border-radius: 3px;
}
#hub-feed article h5 a {
    color: #012d5c;
    font-weight: 600;
    padding: 0 15px;
    display: block;
}
#hub-feed article p {
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 15px;
    line-height: 24px;
}   

/* Simple Image Animate */
.element_from_bottom > div, .element_from_left > div, .element_from_right > div, .element_from_top > div {
}
.reveal{
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}
.element_from_left.reveal{
 transform: translateX(-150px);
}
.element_from_right.reveal{
 transform: translateX(150px);
}
.element_from_top.reveal{
 transform: translateY(-150px);
}
.element_from_bottom.reveal{
 transform: translateY(150px);
}
.reveal.active{
  opacity: 1;
}
.element_from_right.reveal.active, .element_from_left.reveal.active{
   transform: translateX(0);
}
.element_from_top.reveal.active, .element_from_bottom.reveal.active{
   transform: translateY(0);
}
.simple_image {
  height: auto;
  max-width: 100%; 
}











.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}