







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper,.header .page-center,footer.footer .pagecenter .body-container-wrapper {
	 max-width: 95%;
}

@media (max-width:1299px) {
	 .header  .page-center {
		  max-width: 880px;
	 }
}
@media only screen and (min-width: 690px) and (max-width: 999px){
	 .header  .page-center {
		  max-width: 600px;
	 }
}
@media only screen and (min-width: 480px) and (max-width: 690px){

	 .header  .page-center {
		  max-width: 420px;
	 }
}
@media only screen and (max-width: 479px){

	 .header  .page-center {
		  max-width: 300px;
	 }

}


.dnd-section,
.content-wrapper--vertical-spacing,.body-container-wrapper {
	 padding: 0px 0px;
}

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





html {
	 font-size: 16px;
}

body {
	 font-size: 16px;
	 color: #000000;
	 font-weight: 300;
	 font-family: Roboto;
}

/* Paragraphs */

p {
	 font-size: 16px;
	 color: #000000;
	 font-weight: 300;
}

/* Anchors */

a {
	 color: #3960a6;
}

a:hover,
a:focus,
a:active {
	 color: #3E92CC;
}

/* Headings */

h1 {
	 font-family: OMG Transform;
	 font-size: 70px;
	 color: #000000;
	 font-weight: Regular;
}
@media (min-width: 1px) and (max-width: 690px) {
	 h1 {
		  font-size: 38px;
		  line-height: 1.25em;
		  font-weight: 500;
	 }

}

@media  (min-width: 690px) and (max-width: 1300px) {
	 h1{
		  font-size: 48px;
		  line-height: 1.25em;
	 }
}

h2 {
	 font-family: OMG Transform;
	 font-size: 34px;
	 color: #444;
	 font-weight: Regular;
}

@media  (max-width: 1300px) {
	 h2 {
		  font-size: 32px ;
		  line-height: 1.25em ;
	 }  
}





h3 {
	 font-family: Roboto;
	 font-size: 22px;
	 color: #444;
	 font-weight: 500;
}


@media  (max-width: 1300px) and (min-width: 1000px) {
	 h3{
		  font-size: 18.7px;
		  line-height: 27.2px;
	 }  
}




@media (max-width: 999px) and (min-width: 690px) {
	 h3{
		  font-size: 17.6px;
		  line-height: 25.6px;
	 }   
}

@media (max-width: 690px) {
	 font-size: 17.6px;
	 line-height: 25.6px;
}


h4 {
	 font-family: Roboto;
	 font-size: 18px;
	 color: #444;
	 font-weight: 500;
}


@media  (max-width: 1300px) and (min-width: 1000px) {
	 h4 {
		  font-size: 18px;
		  line-height: 28px;
	 }

}

@media (max-width: 999px) and (min-width: 690px) {
	 h4{
		  font-size: 18px;
		  line-height: 28px;
	 }
}

@media  (max-width: 690px) {
	 h4{
		  font-size: 16.2px;
		  line-height: 25.2px;
	 }
}





h5 {
	 font-family: Roboto;
	 font-size: 16px;
	 color: #444;
	 font-weight: 500;
}

@media (max-width: 1300px) and (min-width: 1000px) {
	 h5 {
		  font-size: 16px;
		  line-height: 26px;
	 }
}

@media  (max-width: 999px) and (min-width: 690px) {
	 h5 {
		  font-size: 16px;
		  line-height: 26px;
	 }
}

@media (max-width: 690px) {
	 h5 {
		  font-size: 16px;
		  line-height: 26px;
	 }
}


h6 {
	 font-family: Roboto;
	 font-size: 14px;
	 color: #444;
	 font-weight: 500;
}


@media (max-width: 1300px) and (min-width: 1000px) {
	 h6 {
		  font-size: 14px;
		  line-height: 24px;
	 }
}

@media  (max-width: 999px) and (min-width: 690px) {
	 h6 {
		  font-size: 14px;
		  line-height: 24px;
	 }
}

@media  (max-width: 690px) {
	 h6 {
		  font-size: 14px;
		  line-height: 24px;
	 }
}


/* Blockquote */

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





button,
.button {
	 background-color: 

  
  
    
  


  rgba(39, 56, 105, 1.0)

;
	 border: 1px solid #273869;
	 border-radius: 3px;
	 color: #FFFFFF;
	 padding: 6px 16px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	 background-color: rgba(0, 16, 65, 1.0);
	 border-color: #001041;
	 color: #FFFFFF;
}

button:active,
.button:active {
	 background-color: rgba(79, 96, 145, 1.0);
	 border-color: #4f6091;
	 color: #FFFFFF;
}





form,
.submitted-message {
	 font-size: 16px;
	 color: #000000;
	 font-weight: 300
}

/* Form title */

.form-title {
	 background-color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
	 color: #333333;
}

/* Form label */

form label {
	 color: #333333;
}

/* Form help text */

form legend {
	 color: #333333;
}

/* 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 {

}

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: #66afe9;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
	 background-color: 

  
  
    
  


  rgba(39, 56, 105, 1.0)

;
	 border: 1px solid #273869;
	 border-radius: 3px;
	 color: #FFFFFF;
	 padding: 6px 16px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	 background-color: rgba(0, 16, 65, 1.0);
	 border-color: #001041;
	 color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
	 background-color: rgba(79, 96, 145, 1.0);
	 border-color: #4f6091;
	 color: #FFFFFF;
}





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

th,
td {
	 border-color: #676767;
	 color: #676767;
}

thead th,
thead td {
	 background-color: 

  
  
    
  


  rgba(103, 103, 103, 1.0)

;
	 border-bottom-color: #676767;
	 color: #FFFFFF;
}

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





header.header {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
nav.nav-menu nav > ul li > a,.search-btn div a .icon-search{
	 color:rgba(136, 136, 136, 1.0);
}

nav.nav-menu nav > ul li > a:hover,.search-btn div a .icon-search:hover{
	 color:rgba(57, 96, 166, 1.0);
}

nav.nav-menu nav > ul li ul{
	 background-color:rgba(255, 255, 255, 1.0);
}

nav.nav-menu nav>ul li ul li a    {
color:rgba(136, 136, 136, 1.0);
}

nav.nav-menu nav>ul li ul li a:hover{
color:rgba(57, 96, 166, 1.0);
}




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






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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
	 background-color: ;
	 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(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
	 border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #888888;
}

@media(max-width: 767px) {
	 .header__navigation {
		  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	 }

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





footer.footer {
	 background-color:rgba(39, 56, 105, 1.0);
}

.footer_links_text div.hs-menu-wrapper > ul > li > a{
	 color:rgba(204, 204, 204, 1.0);
}

.footer_links_text div.hs-menu-wrapper > ul > li > a:hover{
	 color:rgba(204, 204, 204, 1.0);
}




.footer-copyright span{
	 color:rgba(204, 204, 204, 1.0);
}








/* Footer Content */

.footer * {
	 color: #F8FAFC;
}





/* Blog Header */

.blog-header {
	 background-color: rgb(238, 238, 238);
}

/* Blog Listing */

.blog-index__post-inner-card {

}

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

.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: #3E92CC;
}

.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: #3E92CC;
}

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

.blog-pagination__link {
	 color: #000000;
}

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

.blog-post__title {
	 color: #000000;
	 font-family:OMG Transform;
	 font-size: 70px;
	 font-weight: Regular;
}

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

#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: #f8f8f8;
}

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

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

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

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

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

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

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

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

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



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

.blog-post__meta a:hover {
	 color: #3E92CC;
}

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

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

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

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

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



.blog-recent-posts {
	 background-color: rgb(238, 238, 238);
}











.card__price {
	 font-family: Roboto
		  font-size: 22px;
	 color: #444;
	 font-weight: 500
}


/* Mobile-Specific Overrides with Increased Specificity */


@media (max-width: 767px) {
    /* Section and Row Layout */
    .dnd-section, .row-fluid {
        max-width: 100% !important;
        padding: 0px !important;
        margin: 0 auto !important;
    }

    .content-wrapper, .body-container-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }

    /* Typography */
    h1 {
        font-size: 28px !important;
        line-height: 1.4em !important;
    }
    h2, h3 {
        font-size: 20px !important;
        line-height: 1.4em !important;
    }
    h4, h5, h6 {
        font-size: 18px !important;
        line-height: 1.4em !important;
    }
    body {
        font-size: 14px !important;
        line-height: 1.5em !important;
    }

    /* Buttons and Forms */
    button, .button, form input[type=submit], form .hs-button {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    form input, form select, form textarea {
        padding: 10px !important;
        font-size: 14px !important;
    }

    /* Module Adjustments */
    .card__price {
        font-size: 18px !important;
        padding: 10px !important;
    }

    /* Header Adjustments */
    .header__navigation {
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
    }
    .header__navigation-toggle svg,
    .menu-arrow svg {
        fill: #888888 !important;
    }
}