







/* 1a. Containers */





/* 1b. Colors */








/* 1c. Typography */




/* Body Text */









/* Heading One */












/* Heading Two */










/* Heading Three */










/* Heading Four */










/* Heading Five */










/* Heading Six */










/* Anchor */






/* 1d. Buttons */











/* 1e. Forms */





























/* 1f. Tables */













/* 1g. blog */


/* 1h. Site footer */








html {
    scroll-behavior: smooth;
}
body{
    background-color:#17181f;
}
.content-wrapper { 
    max-width: 1170px;
}

.dnd-section {
    padding: 80px 20px;
}

.dnd-section > .row-fluid {
    max-width: 1170px;
}
.header-content-wrapper{ 
    max-width:;
}




:root{
    --primary_color:#002060;
    --secondary_color:#f2f2f2;
    --body_color:#17181f;
    --heading_text_color:#ffffff;
    --body_text_color:#ffffff;
    --link_color:;
    --link_hover_color:;

}

/* Paragraphs */

body, html,p {
    font-weight: 400; text-decoration: none; font-family: Montserrat; font-style: normal;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
}

/* Anchors */

a {
    font-weight: 600; text-decoration: none; font-family: Poppins; font-style: normal;
    font-size: 16px;
    color: #9FC5E8;
    line-height: 24px;
}

a:not(.button):hover,
a:not(.button):focus {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #9FC5E8;
}

a:not(.in-btn):active {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #9FC5E8;
}

/* Headings */

h1 {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #ffffff;
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 48px;
    text-transform: none;
}

h2 {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-transform: none;
}

h3 {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-transform: none;
}

h4 {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
}

h5,
.in-card__title a,
.in-team-card__name a,
.in-communication-preferences .header {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-transform: none;
}

h6,
.systems-page .success {
    font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: none;
}
@media only screen and (max-width: 991px) and (min-width: 767px)  {
    h1 {
        font-size: 48px;
        line-height: 58px;
    }
    h2 {
        font-size: 36px;
        line-height: 42px;
    }
    h3 {
        font-size: 22px;
        line-height: 36px;
    }
    h4 {
        font-size: 24px;
        line-height: 32px;
    }
    h5,
    .in-card__title a,
    .in-team-card__name a,
    .in-communication-preferences .header{
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.5px;
        text-transform: none;
        font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
        color: #ffffff;
    }
    h6,
    .systems-page .success{
        font-size: px;
        line-height: 22px;
        font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
        color: #ffffff;
        letter-spacing: 0.5px;
        text-transform: none;
    }
    body, html,p {
        font-weight: 400; text-decoration: none; font-family: Montserrat; font-style: normal;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 0.1px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 991px) {
    h1 {
        font-size: 60px;
        line-height: 74px;
    }

    h2 {
        font-size: 40px;
        line-height: 56px;
    }

    h3 {
        font-size: 24px;
        line-height: 43px;
    }

    h4 {
        font-size: 32px;
        line-height: 35px;
    }

    h5,
    .in-card__title a,
    .in-team-card__name a,
    .in-communication-preferences .header {
        font-size: 24px;
        line-height: 26px;
    }

    h6,
    .systems-page .success {
        font-size: 20px;
        line-height: 24px;
    }

    body, html,p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Blockquote */

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





button,
.button,
.hs-button 
{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 2px solid #FFFFFF;
    border-radius: 31px;
    color: #000000;
    padding: 15px 35px;
}

button:hover,
.hs-button:hover, 
button:focus,
.button:hover,
.hs-button:focus, 
.button:focus {
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
    border: 2px solid #002060;;
    color: #FFFFFF;
}


button:active,
.button:active,
.hs-button:active {
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
    border: 2px solid #002060;;
    color: #FFFFFF;
}
.button::before{
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
}




form,
.submitted-message {
    font-weight: 400; text-decoration: none; font-family: Montserrat; font-style: normal;
}
form {
    border: 1px solid #000000;

    padding: 20px;

    background-color: #000000;
    border-radius: 4px;
}
/* Form title */

.form-title {
    color: #f2f2f2;
    background:#FFFFFF;
}

/* Labels */

form label {
    color: #ffffff;
}

/* Help text */

form legend {
    color: #002060;
}

/* 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: 1px solid #cccccc;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #002060;
    border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
    color: #757983;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

/* Submit button */

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

    padding:15px 35px;
    font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
    border-radius: 3px;
    color: #ffffff;
    fill: #ffffff;
    text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
    border: 3px solid #002060;
;
    font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #002060;
    fill: #002060;
}


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

    font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(#null, );
    border-color: ;
    color: #002060;
    fill: #002060;
}

form input[type='submit'],
form .hs-button {
    15px 35px
}





/* Table */

table {
    border: 1px solid #002060;
;
}

/* Table cells */

tbody td {
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
}

th,
td {
    border: 1px solid #002060;

    padding: 10px;
;
    color: #ffffff;
}

/* Table header */

thead th,
thead td {
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
    color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
    background-color: 

  
  
    
  


  rgba(0, 32, 96, 1.0)

;
    color: #ffffff;
}





.footer {
    background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;

}
.footer.new-footer:before{
    background:#002060
}
#myBtn:hover, .separator{background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;}

/* Footer Content */

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




.blog-post__date {
    border-color: #ffffff;
}

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

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

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

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

.blog-pagination__link {
    color: #ffffff;
}

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

.blog-post__title {
    ;
    color: ;
    font-size: ;
}



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

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

#comments-listing .comment-reply-to:active {
    color: ;
}
.blog-header{background:url();
}
.blog-header a:hover,
.blog-index__post-content h3 a:hover , .blog-more-posts__post-content h3 a:hover, .r-post a:hover, .blog-index__post-content h5 a:hover{
    color:  !important;
    text-decoration:none;
}
.blog-tags__link--current{background: !important}
.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active{background: !important}










body .icon svg {
    fill: #002060;
}

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

body .tns-nav button:hover,
body .tns-nav button:focus {
    background-color: #002060;
}

body .team-member__description {
    background-color: #f2f2f2;
}