html {
    font-size:62.5%;
    height: 100%;
}

body {
    font-size:1.5rem !important;
    font-family: "Helvetica";
}

.grad-container {
    background: linear-gradient( to bottom, rgba(0,25,76,1), rgba(0,91,129,1) );
    padding:0 100px;
}

.grad-margin-buster {
    margin-left: -100px !important;
    margin-right: -100px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.min-h-75 {
    min-height: 75px;
}

.object-fit-cover {
    object-fit: cover;
}

.banner{
    padding-right:20rem;
    padding-left:20rem;
    line-height:3rem;
}

.bannerInner{
    padding-right:30rem;
    padding-left:30rem;
    line-height:3rem;
}

.headerTitle{
    line-height: 3.6rem;
}

p {
}

button {
    cursor: pointer;
}

caption {
    caption-side: top;
}

hr {
    border:1px solid black;
     margin-top: 0rem;
     width: 100%;
}

.bullet{
    margin-left: -2.5rem !important;

}
.font-condensed {
    font-stretch: condensed;
}

.font-18 {
	font-size: 1.8rem !important;
}

.font-20 {
    font-size:2.0rem !important;
}

.font-21 {
    font-size: 2.1rem !important;
}

.font-22 { 
    font-size: 2.2rem !important;
 }

.font-26 {
    font-size: 2.6rem !important;
}

.font-28 {
    font-size: 2.5rem !important;
  }

.font-36 {
    font-size: 3.2rem !important;
}

.font-37 {
    font-size: 4.1rem !important;
}


.btn {
    font-size: 1.8rem;
}

.text-underline {
    text-decoration: underline;
}

.text-black {
    color:#000;
}

.text-red {
    color:#AD0042;
}

.text-blue {
    color:#004777;
}

.text-blue-2 {
    color:#ACD8E2;
}

.bg-white {
    background-color:#fff;
}

.bg-black {
    background-color:#000;
}

.bg-pink {
    /*background-color:#AD0042;*/
    background-color: #AD0042;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #eef6fb !important;
}

.bg-grey-2 {
    background-color:#eef6fb !important;
}

.bg-grey-3 {
	background-color: #666 !important;
}

.bg-blue {
    /* background-color: #002142; */
    /* background-color: #004777; */
    background-color:#004777 !important;
}

.bg-blue-2 {
    background-color: #067dc2 !important; 
}

.linkText{
    color: #0056b3 !important;
    text-decoration: underline;
}

.videoSet{
    padding-top: 60px !important;
}

.video .card-body {
     max-height:82px;
}

.bullets{
    list-style: none;
}

.bg-btn-blue,
a.bg-btn-blue {
    background: none;
    border:none;
    background-color: #067dc2;
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    display: inline-block;
}

a.bg-btn-blue {
    margin-top: 30px !important;
    width:140px;
    text-align:center;
}


.bg-btn-blue:hover,
.bg-btn-blue:focus {
    background-color: #0070AF;
}

.image-box {
    width:400px; height: 300px;
    background-color:#000;
}

.bns {
    background:none;
    border:none;
}

.name{
    padding-top:15px;
    line-height: 0px;
}

.center-block {
    display: block; margin:auto;
}


.main-header {
    background-color:#fff;
}

.find-out-more {
    border:1px solid #000;
    padding:20px 50px;
    margin:15px 0px;
}

.shade-box {
    box-shadow: 0px 0px 3px .2px grey;
    padding:45px;
    border-collapse: separate;
}

.shade-box-mini {
     box-shadow: 0 0 3px 0.3px #555555;
    padding: 26px;
}
.shade-video {
    box-shadow: 0px 0px 3px .4px #555555;
}

.nav-container {
    border-bottom: 1px solid #004777;
}

.processSpace{
    margin-top:50px;
}

/*
.space{
    padding-top:35px;
}

.medSpace{
    padding-top:10px;
}
.medSpaceBtm{
    padding-bottom:15px !important;
}
.smlSpace{
    padding-bottom:10px !important;
}

.imgSpace{
    padding-top: 35px;
}

*/

#leave-url {
    color:#007bff;
}

.modal-footer {
    background-color: #efefef;
}

.divider{
     border-right: 1px solid #000;
}

.nav-shade-box {
    border:0px solid #ddd;
    box-shadow: 0px 2px 5px 2px #888;
}

li.nav-item {

    min-height:20px;
    display: flex;
    align-items: center;
    font-size:1.8rem;
    font-weight: bold;
    font-family: arial narrow, arial, helvetica;
    font-stretch: 'condensed';
}

.navbar-light .navbar-nav .nav-link {
    color:#004777;
    padding:0;
    /*display: flex;
    align-items: center;*/
}

.navbar-light .navbar-nav .nav-link.active {
    color:#004777;
}


a.nav-link.active {
	 color:#067DC2 !important;
	font-style: italic;
}

a.nav-link.active::before {
	/*content:'\270c';
	content:'\26C4';
	content:'\25B4';
	color:#004777;
	font-size: 1.6rem;
	padding:0px 3px;*/

}



li.nav-item:not(:last-of-type) {
    border-right:1px solid #000;
}

/*
li.nav-item {
    border:1px solid #000;
}
*/

button.nav-link {
    font-size:1.6rem;
    font-weight: bold;
}

#violation-acc li {
    margin-left: 15px;
}

.find-out-more-hide {
    height: 120px;
    overflow: hidden;
}

.director-message-content-hide {
    height: 243px;
    overflow: hidden;

}

.img-fluid{
    max-width:100% !important;
}

.read-more-show {
    height: auto;
}


#wpbe {
    border:1px solid #ddd;
}


#wpbe .row div[class^='col'] {
  text-align: center;
  padding:10px 15px;
}

.card {
    word-wrap: normal;
}

.card-block {
    padding:2rem;
}

.card-header {
    background-color: #fff;
    font-size: 2.5rem;
    padding:0px;
    border-color:#ccc;
}

.card-header button {
    width:100%;
    text-align: left;
    background:#fff url(../images/arrow-down-blue.png) 98% no-repeat;
    padding:10px 70px 10px 15px;
}

.card-header button:hover,
.card-header button:active,
.card-header button:focus,
.card-header button:not(.collapsed) {
    background:#067dc2 url(../images/arrow-down-white.png) 98% no-repeat;
    color:#fff;
}

.card {
	border-color: #666;
}

.pop-head {
	background-color: #A90039;
    padding:.7rem;
    font-size: 1.4rem;
}

.pop-close {
	background:none;
	border:0px solid #fff;
	color:#fff;
	font-size: 1.4rem;
	height: 60%;
	margin-right: 5px;
}

.popover-header {
    font-size:1.6rem;
    color:#fff;
    background-color: inherit;
    border:none;
}

.popover-body {
    font-size:1.6rem;
    padding:2.2rem;
}

.popover {
    max-width: 600px !important;
    box-shadow: 0px 0px 3px .2px grey;
}

.bottom-align {
    position: absolute;
    bottom: 0px;
    left:0px;
}

.bottom-align-20 {
    position: absolute;
    bottom:20px;
    left:45px;
}

.hex {
    background: url(../images/hexagon.png) no-repeat;
    width: 60px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:2.4rem;
    font-weight:bold;
}

#director-message-btn {
    
    border:none;
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    width:140px;
    text-align: left;
    position:relative;

    /*
    height:70px; width: 150px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    border:0px solid red;
    position: relative; */
}


#director-message-btn::after {
	content:'';
	background: url(../images/arrow-down-white.png) no-repeat;
	position:absolute;
	width:29px; height:18px;
	top:12px; right:12px;
}

#director-message-btn.active::after {
	background: url(../images/arrow-down-white.png) no-repeat;
	transform:rotate(180deg);
}

.table td  {
	border-color:#666;
	border-top:none;
}

.pop-button {
    background:none;
    border:none;
    border-bottom: 1px dashed #A90039 !important;
    border-bottom: 1px dashed rgba(0,25,76,1) !important;
    padding-left: 0px;
    padding-right: 0px;
}

.pop-button.selected {
	background-color: #A90039;
    border-bottom: 1px dashed rgba(0,25,76,1) !important;
	color:#fff;
    padding:0 6px;
    border-radius: 3px;
}

.capital-bg {
    background: url(../images/what-is-wb-bg.jpg) 0/cover no-repeat;
    height: 317px;
}

.protection-bg {
    background: url(../images/What-are-my-WB-protections.jpg) 0/cover no-repeat;
    height: 317px;

}

.header-bg {
    background: rgba(0,25,76,1) url(../images/index-header.png) 0/ cover no-repeat;
    height: 350px;
    overflow: hidden;
}

#ig-contacts-table {
	border:1px solid #ccc;
    height: 488px;
}

#ig-contacts-table td:first-child {
    padding:8px 0px;
    padding-left:25px;
    font-weight:bold;
}

#ig-contacts-table td {
	border-top:1px solid #ccc;
}

#ig-contacts-table a {
    text-decoration: underline;
}

#hotlines {
    display:block;
    position: relative;
    visibility:
    hidden; top:-150px
}

.process-line {
    position:relative;
}

.process-line div {
    z-index:1;
}

.process-line::before {
    content:'';
    border-left:2px solid #A90039;
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    margin-left:45px;
    z-index:0;
}

.process-line-start::before {
    content:'';
    border-left:2px solid #A90039;
    position:absolute;
    top:30px;
    width:100%;
    height:100%;
    margin-left:45px;
    z-index:0;
}

.process-line-end::before{
    content:'';
    border-left:2px solid #A90039;
    position:absolute;
    top:0px;
    width:100%;
    height:60px;
    margin-left:45px;
    z-index:0;
}

.blockquote-footer {
	font-size:100%; 
}

@media (max-width: 991px) {

    .grad-container {
        background: linear-gradient( to bottom, rgba(0,25,76,1), rgba(0,91,129,1) );
        padding:0 0px;
    }

    .grad-margin-buster {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .shade-box {
        padding-left:5px;
        padding-right:5px;
    }

    .header-bg {
        background-image: none;
        height: auto;
    }

    .bg-image {
        background-image:none !important;
        height: auto !important;
        background-color:#fff;
        color:#000 !important;
    }

    .process-line::before {
        content:'';
        border-left:0px solid red;
        position:absolute;
        top:0px;
        width:100%;
        height:100%;
        margin-left:73px;
        z-index:0;
    }

    .divider {
    	border:none;
    }

    li.nav-item:not(:last-of-type) {
    	border-right: 0px solid #000;
	}
}
