html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  overflow-x: hidden;
}

.rounded-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #005172;
    color: #ffffff;
    display: block;
/*    float: left;
*/    text-align: center;
}

.bordered-right {
    border-right: 5px solid #005172;
/*    padding-right: 40px;
*/    
}

.section-gray {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset;
}

.section-gray .indicator .indicator-line {
        background-color: transparent;
}

.header-section p {
    padding: 0;
}

.icon-prism {
    position: relative;
}

.text-stack-layer1 {
    font-size: 12.5em !important;
    font-weight: bolder;
    width: 160px !important;
    height: 160px !important;
    line-height: 160px !important;
    background-color: transparent;
    color: #d1e8f2;
}

.text-stack-layer2 {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    width: 100px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #005273;
}

#Forms ul li {
    list-style: none;
    line-height: 27px;
    font-size: 18px;
    text-align:left;
}

#formularyCost .cost-col {
    padding: 0;
    width: 100%;
    position: relative;
}

#formularyCost .cost-col img.cost-col-lowest,
#formularyCost .cost-col img.cost-col-highest {
    position: absolute;
    z-index: 2;
    top: -2px;
    width: 182px;
}

#formularyCost .cost-col img.cost-col-lowest {
    left: 0;
}

#formularyCost .cost-col img.cost-col-highest {
    right: 0;
}

.dottedLine {
    color: #000000;
    line-height: 24px;
    background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%), -webkit-linear-gradient(bottom, rgba(128,128,128,1) 0%, rgba(128,128,128,0) 8%, rgba(128,128,128,0) 100%);
    -webkit-background-size: 12px 24px;
    -moz-background-size: 12px 24px;
    -ms-background-size: 12px 24px;
    -o-background-size: 12px 24px;
    background-size: 12px 24px;
    z-index: 1;
}

.h_search_form_wrapper {
    position: relative;
    padding: 10px 0;
}

.input-group {
    margin: auto;
}

.navbar .search_button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px;
    z-index: 1;
}

.navbar .search_button:focus {
    outline: none;
}

.navbar .search_button:after {
    position: absolute;
    top: -60px;
    right: -60px;
    height: 100px;
    width: 100px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.h_search_form {
    overflow: hidden;
    height: 0;
    width: 100%;
}

.h_search_form .h_search_form_wrapper {
    position: relative;
    padding: 10px 0;
}

.h_search_form .btn {
    background: transparent;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
}

.h_search_form .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.h_search_form .h_search_close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 54px;
    z-index: 2;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/
.border-top {
    border-top: 1px solid #e5e5e5;
}


.footer-inner {
    background-color: #005172;
    padding: 40px;
}

body {
    margin: 0;
    pading: 0;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav-link.active {
    color: #fff;
    border-bottom: 2px solid;
    border-color: #1861ac;
}

.modal-title {
    font-family: Montserrat, sans-serif;
    font-size: 25.2px;
    color: #222222;
}

.text-primary {
    color: #0099cc !important
}

.modal-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.btn.btn-primary {
    background-color: #0099cc !important
}
#categories {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0
}
#status {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0
}
#mpbOverview {
    font-size: 20px;
}
#policyDetails {
    font-size: 18.2px;
    color: #0099cc;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 1em;
}

li.page-item button {
    color: #0099cc !important;
}

li.active button {
    background-color: #0099cc !important;
    color: white !important;
}
#header {
    background-color: #e1eef2;
}
.footer {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    line-height: 60px;
}
.alert {
    padding: 20px;
    color: white;
    width: 250px;
    right: 0;
    background-color: #89CFF0;
    z-index: 1050;
    position: fixed;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
        color: black;
}
