@font-face {
    font-family: 'nunitoregular';
    src: url('fonts/nunito-regular-webfont.woff2') format('woff2'),
         url('fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunitomedium';
    src: url('fonts/nunito-medium-webfont.woff2') format('woff2'),
         url('fonts/nunito-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunitosemibold';
    src: url('fonts/nunito-semibold-webfont.woff2') format('woff2'),
         url('fonts/nunito-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunitolight';
    src: url('fonts/nunito-light-webfont.woff2') format('woff2'),
         url('fonts/nunito-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body {height: 100%; margin: 0; padding: 0; }
body {font-family: 'Nunito', sans-serif; background: #f0f0f0;}
header {background:#fff;padding:10px 36px 0 36px}
footer {background:#fff; color:#848690; width:100%; /*height:100px;position:absolute;bottom:0;left:0; */font-size: 17px; padding: 20px 50px;}
footer a, footer a:hover {color: #848690;}
footer h2 {font-size: 17px;}
footer .l-border {border-left: 2px solid #cfcdce;}
footer .bottom {font-size: 15px; font-family: Roboto, sans-serif; font-weight: 300; margin-top: 32px;}
footer .bottom p {margin-bottom: 4px;}
footer .bottom li {margin-right: 24px;}
main {padding-bottom: 60px; overflow: hidden;}
h1 {font-family: 'Nunito', sans-serif; font-weight:bold;}
a {color: #0063a6;}
#wrapper {width: 100%; max-width: 1500px; margin: 0 auto; background: #fff; min-height: 100%; position: relative;}

caption {caption-side: top !important;}

.navbar {display: block; padding-bottom: 0;}
.navbar-toggler {border: 1px solid #0068b3;}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-text {padding: 0; vertical-align: middle;}
.navbar-text h1 {color: #aa004f; font-size: 17px; font-style: italic; padding-top: 11px; margin-left: 5px;}
.navbar .topr {float: right; margin-top: 18px;}
.navbar .nav-link {color: #003a5d !important; font-size: 17px;font-family:'Nunito', sans-serif; font-weight:bold; white-space:nowrap !important;}

a#ccenter {display: inline-block; width: 140px; height: 36px; color: #000; text-align: center; vertical-align: middle; background: #f5b335; font-family: 'Nunito', sans-serif; font-weight:bold; line-height: 2.2; margin-left: 8px;}
a#ccenter:hover, a#ccenter:visited, a#ccenter:active {text-decoration: none;}

.home-top,
.modal-form,
.heading.prod {
    background: #0063a6;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
   /* bottom: 1.55rem;*/
    z-index: 10;
    font-family: nunitoregular, sans-serif;
    color: #0063a6;
    right: auto;
    text-align: left;
    left: -35px;
    margin-left: 6%;
    box-shadow: inset 0px 50px 200px #fff;
    padding: 30px;
    bottom: 15px;
    width:100%;
}
.carousel-caption h1 {
    font-family: nunitoregular, sans-serif;
    text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

.carousel-caption p {
    font-size: 18px;
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
    /*
  min-width: 100%;
  height: 32rem;
    */
  width: 100%;
}
.carousel-indicators {
    right: auto;
    margin-left: 6%;
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: #0063a6;
    margin-left: 0;
    margin-right: 9px;
}
.carousel-indicators li.active {
    background-color: #f5b335;
}
.carousel_container {padding-right: 0;}
.frm_container {
    color: #fff;
    flex: 0 0 32.4%;
    max-width: 32.4%;
    padding: 20px 28px 0 28px !important;
    align-self: center;
}
.frm_container h1 {
    font-family: 'Nunito', sans-serif; font-weight:300;
    font-size: 2rem;
    line-height: 1;
}
.frm_container h2 {
    font-family: 'Nunito', sans-serif; font-weight:300;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 4px;
}
.frm_container p, .modal-form p {font-family: Roboto, sans-serif; font-weight: 300; font-size: .85rem;}

.frm_container .form-control,
.modal-form .form-control {
    padding: .15rem .75rem;
    border-radius: 0;
    margin-top: 7px;
}
.frm_container select.form-control, .modal-form  select.form-control {margin-top: 0; height: 34px !important;}
.frm_container label, .modal-form label {font-style: italic; margin-bottom: 2px;}
.frm_container button, .modal-form button {
    background: #f5b335;
    color: #0063a6;
    font-family: 'Nunito', sans-serif; font-weight:bold;
    border: none;
    padding: 6px 30px;
    float: right;
    margin-top: 7px;
}

.sisea-search-form {margin-top: 12px; width: 100%}
.sisea-search-form input, .sisea-search-form button {height: 45px; width: 100%; border: none; border-radius: 0;}
.sisea-search-form button {background: #f5b335 url(../img/srch_btn.png) center center no-repeat; background-size: 100%; cursor: pointer; margin-top: 0; float: none; }

.your_choice {color: #0063a6;}
.your_choice h1 {
    font-family: 'Nunito', sans-serif; font-weight:300;
    font-size: 2.4rem;
    line-height: 1.05;
    margin-top: 54px;
}
.your_choice h2 {
    font-family: 'Nunito', sans-serif; font-weight:300;
    font-size: 1.95rem;
    line-height: 1.1;
    margin-top: 16px;
    margin-bottom: 54px;
}

.your_choice .col-md-3 {
    width: 310px;
    max-width: 310px;
    position: relative;
}

.your_choice img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.your_choice .heading {
     position: absolute;
    width:200px;
    height: 72px;
    background: #f5b335;
    text-align: center;
    left: 55px;
    bottom: 39px;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 24px; 
}

.your_choice h3 {
    color:#023f74;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.44rem;
    font-family: 'Nunito', sans-serif; font-weight:bold;
}
.your_choice p.hover {
    color:#fff;
    position: absolute;
    top: 0;
    padding: 52px 32px;
    font-size: 1.7rem;
    background: rgba(0,0,0,.85);
    width: 280px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s;
}
.your_choice p.hover a {
    display: block;
    margin-top: 24px;
}
.your_choice p.hover:hover {
    opacity: 1;
}

.your_choice .heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.insights {
    background: #0063a6;
    color: #fff;
    padding: 40px 56px;
}

.insights h1 {
    font-family: 'Nunito', sans-serif; font-weight:300;
}

.insights h2 {
    font-family: 'Nunito', sans-serif; font-weight:300;
    font-size: 1.45rem;
    color:#fff !important;
}

.insights > div {
    align-items: center;
}

.insights > div > div {
    padding: 4px 18px !important;
}

.insights > div > div.l-bordered {
    border-left: 1px solid #fff;
}
.h_blog_entry {
    margin-bottom: 18px;
}
.h_blog_entry:last-child {
    margin-bottom: 0;
}
.h_blog_entry h2 {
    margin-top: -9px;
    margin-bottom: -9px;    
}

.h_blog_entry h2 a,
.h_vblog_entry h2 a {
    color:#f5b335;
    text-transform: uppercase;
    font-size: 1.55rem;
}
.h_blog_entry h2 a:hover,
.h_blog_entry h2 a:visited,
.h_blog_entry h2 a:active,
.h_vblog_entry h2 a:hover,
.h_vblog_entry h2 a:visited,
.h_vblog_entry h2 a:active {
    color:#f5b335;
    text-decoration: none;
}
.h_blog_entry small {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 70%;
}
.h_blog_entry p,
.h_vblog_entry p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.15;
    margin-top: 6px;
}

.h_blog_entry img {
    width: 72px;
    max-width: 100%;
}
.h_vblog_entry h2 {
    margin-top: 18px;
}

.srchresults {
    
}
.sisea-result a {
    font-size: 20px;
}
.sisea-results-list {
    margin: 36px 12px;
}
.sisea-highlight {
    background: #f0f0f0;
}

.interior .insights > div {
    align-items: flex-start;
}
.interior h2 {color: #0063a6;}

.related {
    background: #f5b335;
    padding: 26px 72px;
}
.related h1,
.related h2 {
    color: #043c6e;
    font-family: 'Nunito', sans-serif; font-weight:300;
}

.related ul {
    margin: 22px auto 0 32px;;
}
.related li {
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../img/dot-arrow-w.png) left center no-repeat;
    list-style-type: none;
    padding-left: 28px;
    font-family: 'Nunito', sans-serif; font-weight:bold;
    font-size: 17px;
}
.related li a,
.related li a:hover,
.related li a:active,
.related li a:visited {
    color: #000;
    text-decoration: none;
}

.heading {
    background: #0063a6;
    color: #fff;
}

.heading h1 {
    font-size: 3.55rem;
    font-family: 'Nunito', sans-serif; font-weight:300;
    margin-bottom: 28px;
}
.heading h2 {
    font-family: 'Nunito', sans-serif; font-weight:300;
}

.heading .intro {
    font-size: 1.6rem;
    font-family: nunitolight;
    font-weight: 300;
}

.heading .title_container {
    padding: 22px 22px 22px 74px;
    align-self: center;
}

.heading .l-title_container {
    padding: 12px 12px 20px 94px;
    align-self: center;
}

.heading .r-title_container {
    align-self: center;
}

section.content,
section.tabs {
    padding: 32px 80px;
    font-size: 18px;
}
section.content {
    font-size: 18.5px;
}
section.int_top_bar {
    background: #0063a6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    text-align: center;
}
section.int_top_bar span {
    color: #fff;
}
section.int_top_bar .sisea-search-form {
    max-width: 300px;
    height: 38px;
    display: inline-block;
    margin: 0 16px;  
}

section.int_top_bar .sisea-search-form input {
    padding: 4px 12px;
    height: 38px;
}
section.int_top_bar .sisea-search-form button {
    background: #f5b335 url(../img/int_srch_btn.png) center center no-repeat;
    background-size: 100%;
    height: 38px;
}
section.int_top_bar #get_contacted {
    background: #f5b335 url(../img/dot-arrow-w.png) right 10px center no-repeat;
    border: none;
    height: 38px;
    padding: 0 100px;
    cursor: pointer;
}
section.int_top_bar > div:first-child {
    text-align: right;
}
section.int_top_bar > div:last-child {
    text-align: left;
}

.modal-form,
.modal-form .close {
    color: #fff;
}
.modal-form .close {
    background: transparent !important;
}

.modal-form .modal-header {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 12px 12px 6px 30px;
}

.heading.prod h1 {
    font-size: 3.45rem;
    margin-top: 22px;
}
.heading.prod p {
    margin-right: 28px;
}

.nav-pills {
    width: 100%;
    justify-content: space-around;
}

.nav-pills .nav-link {
    border-radius: 0;
    background: #0063a6;
    color: #fff;
    font-size: 22px;
    padding: 11px 0;
    flex: 0 0 19%;
    position: relative;
    outline: none;
}
.nav-pills .nav-link.active {
    color: #003a5d;
    background: #f5b335;
}
.nav-pills .nav-link.active:after {
    content: url(../img/grey-arrow.png);
    position: absolute;
    display: block;
    clear: both;
    left: 50%;
    margin-left: -18px;
    bottom: -53px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.nav-pills.nav-justified .nav-item {
    margin: 0 2px;
}
.nav-pills.nav-justified .nav-item:first-child {
    margin-left: 0;
}
.nav-pills.nav-justified .nav-item:last-child {
    margin-right: 0;
}
.tab-content>.tab-pane {
    background: #e6e7e8;
    margin: 32px 0;
    padding: 24px 70px;
}
.tab-content  h2 {
    color: #0063a6;
    margin-bottom: 14px;
}
.modal-content {
    border-radius: 2px;
}
.post .sidemenu {
    padding: 30px 8px 8px 50px;
    background: #fafafa;
    margin-top: 82px;
}
.post .sidemenu ul {
    list-style-type: none;
    padding-left: 0;
}
.post .sidemenu li {
    font-size: 12px;
    color: #bbb;
    margin-top: 12px;
}
.post .sidemenu li a {
    font-size: 16px;
}
.post h1, .post h2 {
    color:#0063a6;
    margin-top: 32px;
    margin-bottom: 22px;
}
.post h3 {
    font-size: 1.3rem;
    margin-bottom: 24px;
    margin-top: 20px;
}
.post-info img {
    max-width: 72px;
    margin-right: 14px;
    vertical-align: baseline;
}
.addthis_inline_share_toolbox {
    margin-left: -3px;
}

#accordion a:before {
    content: url(../img/h-arrow.png);
    vertical-align: 1px;
    margin-right: 8px;
}

#accordion a.no-arrow:before {
    content: '' !important;
    vertical-align: 1px;
    margin-right: 8px;
}

#accordion .card {
    border-radius: 0;
    border: none;
}
#accordion .card:first-child {
    border-top: 1px solid rgba(0,0,0,.125);
}
#accordion .card a {
    text-decoration: none;
}
#accordion .card a[aria-expanded=true] {
    color: #f5b335;
}
#accordion .card a[aria-expanded=true]:before {
    content: url(../img/v-arrow-yellow.png);
    margin-right: 3px;
}
#accordion .card-header {
    border-radius: 0;
    background: transparent;
}
#accordion .collapse.show {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordion .card-block {
    margin-left: 42px;
    display: flex;
    flex-wrap: wrap;
}
#accordion .card-block .row {
    width: 100%;
}
#accordion .card-block address {
    font-size: 15px;
    color: #888;
    margin-top: 18px;
    margin-left: 4px;
}
#accordion .card-block address p {
    margin: 6px auto;
}
#accordion .card-block h4 {
    margin-top: 20px;
}
#accordion .vcard {
    border: 1px solid #ddd;
    margin: 8px 8px 8px 0;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    flex: 0 0 32%;
    padding: 10px 18px;
    position: relative;
    font-size: 16px;
}
#accordion .cardheading {
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
#accordion .cardheading em {
    font-weight: 300;
    font-size: 14px;
    color: #aaa;
    display: block;
    max-width: 75%;
    line-height: 1.1;
    height: 10px;
}
#accordion .vcard img {
    width: 72px;
    max-width: 23.5%;
    position: absolute;
    top: 16px;
    right: 12px;
}
#accordion .vcard .phone {
    margin-top: 30px;
    margin-bottom: 2px;
}
#accordion .vcard .email {
    margin-top: 0px;
    margin-bottom: 0;
}
#accordion .vcard .email a {
    color: #f5b335;
    font-size: 12px;
}
#accordion .vcard .email a:before {
    content: url(../img/email.png);
    margin-right: 3px;
    vertical-align: -1px;
}
.breadcrumb {
    font-size: 14px;
    font-family: roboto, sans-serif;
    margin-bottom: 0;
    padding-left: 80px;
    border-radius: 0;
    background: rgba(200,200,220,.1);
}
.dropdown-menu {
    border-radius: 2px;
    top: 95%;
}
.form-group {align-items: center; margin-bottom: 0;}
#math {
    width: 48px;
    display: inline-block;
    padding: .15rem;
    text-align: center;
}
#msg_container {
    height: 29px;
}
#feedback_msg {
    text-align: center;
    margin-top: 3px;
    line-height: 1;
}
label.form-check-label {
    margin-left: 20px;
    margin-top: 10px;
}

.pubArticle.row {
    margin-top: 20px;
    margin-bottom: 46px;
    overflow: hidden;
}

.pubArticle.row img {
    /*width: 199px;*/
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

ul.pageList {
    list-style-type: none;
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
}

ul.pageList li {
    display: block;
    float: left;
}

ul.pageList li a {
    display: block;
    padding: 0px 12px;
    border: 1px solid rgba(0,0,0,.1);
    margin-right: 4px;
    border-radius: 4px;
}

ul.pageList li a.active {
    color: #999;
}

ul.pageList li.control a {
   border: none;
}

/* DROPDOWN CARET COLOR UPDATE. JF 6-13-2018 */
.dropdown-toggle::after{
color:#003a5d !important;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {display: flex; justify-content: space-evenly; width: 100%; margin: 14px auto 0 auto; }
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
    .navbar-expand-lg .navbar-collapse li a {
        
    }
}

@media (max-width: 1440px) {
    .frm_container h1 {
        font-size: 2rem;
    } 
    .frm_container h2 {
        font-size: 1.35rem;
    }
    .carousel-item > img {
        height: 100%;
        width: auto;
        left: auto;
        right: 0;
    }
}

@media (max-width: 1280px){
    .g-recaptcha {
        transform:scale(0.79);-webkit-transform:scale(0.79);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .math_container {
        max-height: 56px;
    }
    #feedback_msg {
        font-size: 14px;
        padding-top: 8px;
    }
}


@media (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }
    .frm_container h1 {
        font-size: 1.55rem;
    }
    .frm_container h2 {
        font-size: 1.15rem;
    }
    .sisea-search-form input, .sisea-search-form button {
        height: 38px;
    }
    .frm_container .form-control input,
    .frm_container .form-control select {
        height: 36px !important;
    }
    .frm_container {
        padding: 22px 0 14px 16px !important;
        flex: 0 0 30.5%;
        max-width: 30.5%;
    }
    .carousel-item > img {
        position: absolute;
        top: 0;
        left: auto;
        width: auto;
        bottom: 0;
        right: 0;
        height: 100%;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .your_choice .heading {
        left: 0;
        max-width: 78%;
        right: 0;
        margin: 0 auto;
        height: 46px;
        bottom: 6%;
    }
    .your_choice h1 {
        font-size: 2rem;
        margin-top: 32px;
    }
    .your_choice h2 {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    .your_choice h3 {
        font-size: 1.25rem;
        margin-top: 4px;
    }
    .your_choice p.hover {
        width: 233px;
        font-size: 1.3rem;
    }
    section.int_top_bar #get_contacted {
        padding: 0 60px;
    }
    section.int_top_bar .sisea-search-form {
        max-width: 194px;
    }
    .heading h1 {
        font-size: 2.35rem;
    }
    .heading .intro {
        font-size: 1.05rem;
    }
    .nav-pills.nav-justified .nav-item {
        flex-basis: auto;
    }
    .g-recaptcha {
        transform:scale(0.63);-webkit-transform:scale(0.63);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .math_container {
        max-height: 47px;
    }
    #feedback_msg {
        font-size: 14px;
        padding-top: 8px;
    }
    .navbar .nav-link {
        font-size: 14.5px;
    }
}

@media (max-width: 991px) {
    .insights > div > div.l-bordered {
        border: none;
        margin-top: 28px;
    }
    .your_choice p.hover {
        max-width: 85%;
        font-size: 1.1rem;
        padding: 26px 12px;;
    }
    footer .l-border {
        border: 0;
    }
    address {
        margin-top: 18px;
    }
    .frm_container {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205d94+0,2873b6+8,2876b6+100 */
        background: #205d94; /* Old browsers */
        background: -moz-linear-gradient(top, #205d94 0%, #0063a6 8%, #2876b6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #205d94 0%,#0063a6 8%,#2876b6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #205d94 0%,#0063a6 8%,#2876b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205d94', endColorstr='#2876b6',GradientType=0 ); /* IE6-9 */
        flex: auto;
        max-width: 100%;
        padding: 32px 68px !important;
    }
    .carousel_container {
        padding-right: 15px;
    }
    .your_choice {
        padding-right: 28px;
        padding-left: 28px;
    }
    .your_choice p.hover a {
        margin-top: 8px;
    }
    .sisea-search-form input, .sisea-search-form button {
        height: 39px;
    }
    
    .frm_container .form-control {
        height: 58px !important;
        font-size: 1.35rem;
    }
    
    .frm_container textarea {
        min-height: 100px;
    }
    header {
        padding: 6px 14px 0 14px;
    }

    .navbar .topr {
        margin-top: 0;
        position: absolute;
        top: 22px;
        right: 68px;
    }
    .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 0;
    } 
    .related ul {
        margin-bottom: 26px;
        margin-left: -4px;
    }
    .h_blog_entry:last-child {
        margin-bottom: 18px;
    }
    #accordion .vcard {
        flex: 0 0 91%;
        max-width: 320px;
    }
    .heading.prod h1 {
        font-size: 2rem;
    }
    .heading.prod .col-lg-5 {
        padding: 0 20px 12px 44px;
    }
    .breadcrumb {
        padding-left: 28px;
    }
    section.content, section.tabs {
        padding: 18px 28px;
    }
    .nav-pills .nav-link {
        font-size: 18px;
        padding: 10px 6px;
    }
    .tab-content>.tab-pane {
        padding: 24px 24px;
    }
    .related {
        padding: 26px 60px;
    }
    .insights {
        padding: 40px 42px;
    }
    .hidden-sm {
        display: none;
    }
    .g-recaptcha {
        transform:scale(1);-webkit-transform:scale(1);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .math_container {
        max-height: 200px;
    }
    .navbar .nav-link {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    header {
        padding: 6px 14px 0 14px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand img {
        width: 180px;
    }
    .navbar-text {
        display: block;
    }
    .navbar-text h1 {
        font-size: 14.5px;
        padding-top: 6px;
    }
    .navbar .topr {
        margin-top: 7px;
    }
    .navbar-toggler {
        position: absolute;
        top: 49px;
        right: 0px;
    }
    .insights {
        padding: 22px 3px;
    }
    .insights > div > div {
        padding: 4px 20px !important;
    }
    .insights h1 {
        font-size: 1.75rem;
    }
    .insights h2 {
        font-size: 1.25rem;
    }
    .your_choice {
        padding-right: 15px;
        padding-left: 15px;
    }
    .your_choice h1 {
        font-size: 1.75rem;
    }
    .your_choice h2 {
        font-size: 1.35rem;
        margin-bottom: 30px;
        padding: 0 32px;
    }
    .your_choice p.hover {
        max-width: 90.4%;
        font-size: 1.55rem;
        padding: 45px 32px;
        width: auto;
    }
    .your_choice .col-md-3 {
        margin-bottom: 16px;
    }
    .h_blog_entry h2 a, .h_vblog_entry h2 a {
        font-size: 1.15rem;
    }
    .h_blog_entry small {
        font-size: 60%;
    }
    .h_blog_entry p, .h_vblog_entry p {
        font-size: 13px;
    }
    footer .bottom .col-md-1 {
        margin-top: 18px;
    }
    .navbar .topr {
        margin-top: 0;
        position: absolute;
        top: 22px;
        right: 68px;
    }
    .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 0;
    } 
    section.int_top_bar {
        align-items: flex-end;
    }
    section.int_top_bar .sisea-search-form {
        max-width: 210px;
    }
    .sisea-search-form input, .sisea-search-form button {
        height: 38px;
    }
    section.int_top_bar span {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    section.int_top_bar span {
        display: inline;
    }
    section.int_top_bar .sisea-search-form button {
        height: 38px;
    }
    section.int_top_bar .sisea-search-form {
        max-width: 186px;
    }
    section.int_top_bar #get_contacted {
        width: 91.5%;
        margin: 8px auto 0 auto;
        display: block;
    }
    .nav-pills .nav-link {
        font-size: 13px;
        padding: 10px 0px;
    }
}
@media (max-width: 425px) {
    .navbar-brand img {
        width: 160px;
    }   
    .navbar-text h1 {
        font-size: 12.5px;
        padding-top: 4px;
    }
    .navbar .topr {
        margin-top: 0;
        position: absolute;
        top: 7px;
        right: 0px;
    }
    a#ccenter {
        width: auto;
        height: auto;
        font-size: 13px;
        padding: 0 6px;
    }
    .navbar-toggler {
        top: 43px;
    }
    a#in {
        position: absolute;
        top: 40px;
        right: 71px;
    }
    a#in img {
        width: 24px;
    }
    .carousel-item {
        height: 15.7rem;
    }
    .carousel-caption p {
        font-size: 12.5px;
        text-shadow: 1px 1px 1px #fff;
    }
    .carousel-caption h1 {
        font-size: 20px;
        text-shadow: 1px 1px 1px #fff;
    }
    .frm_container {
        padding: 26px 32px !important;
    }
    .frm_container h1 {
        font-size: 1.25rem;
    }
    .frm_container h2 {
        font-size: 1.05rem;
    }
    .sisea-search-form input, .sisea-search-form button {
        height: 40px;
    }
    .frm_container p {
        font-size: .85rem;
    }
    .frm_container .form-control {
        height: 42px !important;
        font-size: 1.15rem;
    }
    main {
        padding-bottom: 20px;
    }
    footer {
        padding: 20px 26px;
    }
    footer .bottom .col-md-2 {
        text-align: center;
        margin-top: 18px;
    }
    .heading h1 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .heading .col-lg-4 {
        padding: 19px 22px 10px 31px;
    }
    section.content {
        padding: 16px 29px;
        font-size: 15px;
    }
    .related {
        padding: 16px 16px;
    }
    .related h1 {
        font-size: 1.5rem;
    }
    .related li {
        font-size: 15px;
    }
    .related ul {
        margin-left: -26px;
    }
    section.int_top_bar span {
        font-size: 11.5px;
    }
    section.int_top_bar .sisea-search-form {
        max-width: 182px;
        margin-left: 8px;
        margin-right: 14px;
    }
    #accordion .card-block {
        margin-left: 0;
    }
    #accordion .vcard {
        flex: 0 0 100%;
    }
    .card-header h3 {
        font-size: 1.35rem;
        text-indent: -22px;
    }
    .breadcrumb {
        display: none;
    }
    .nav-pills.nav-justified .nav-item {
        flex-basis: auto;
        width: 100%;
        margin: 1px auto;
    }
    .nav-pills .nav-link.active:after {
        content: "";
    }
    .tab-content {
        position: relative;
        font-size: 14px;
    }
    .tab-content:before {
        content: url(../img/grey-arrow.png);
        position: absolute;
        display: block;
        clear: both;
        left: 50%;
        margin-left: -18px;
        top: -30px;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    section.content, section.tabs {
        padding-top: 0;
    }
    section.content ul, section.tabs ul {
        padding-left: 24px;
    }
    .nav-pills {
        padding-left: 0 !important;
    }
}