/* Privacy Policy */
.privacy_policy_banner {
    min-height: 400px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eaeaea;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.privacy_policy_banner h1 {
    color: #fff;
    font-size: 50px;
    font-family: "Sentinel-Semibold";
    margin: 0;
}
.privacy_policy_content {
    padding: 60px 0;
}
.privacy_single_content {
    margin-bottom: 30px
}
.privacy_single_content p {
    color: #12284c;
    font-size: 14px;
    font-family: "Gotham-Book";
    margin: 0 0 15px;
}
.privacy_single_content h4 {
    color: #12284c;
    font-size: 14px;
    font-family: "GothamMedium";
    margin: 0 0 10px
}
.privacy_single_content h2 {
    color: #0070BA;
    font-family: "GothamMedium";
    margin: 0 0 10px;
    font-size: 16px;
}
.privacy_single_content h3 {
    color: #12284c;
    font-family: "GothamMedium";
    margin: 0 0 10px;
    font-size: 16px;
}
.privacy_single_content ul {
    list-style: inherit;
    margin-bottom: 20px;
    padding-left: 40px
}
.privacy_single_content ul.first_level_list {
  padding-left: 15px;
}
.privacy_single_content ul li {
    color: #12284c;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Gotham-Book";
}
.privacy_single_content ul li span {
  text-decoration: underline;
}
.privacy_single_content ul.a {
    list-style-type: circle
}
.privacy_single_content a {
    color: #0070BA;
}
.privacy_single_content h4.navy_text {
    color: #0070BA;
}
.california_privacy .privacy_single_content h3 {
    font-size: 16px;
    font-family: "GothamMedium";
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}
.california_datatable th, .california_datatable td {
    font-size: 14px;
    font-family: "Gotham-Book";
    color: #12284c;
    border: 1px solid #707070;
    text-align: center
}
.california_datatable .table th {
    border: 1px solid #707070 !important;
    vertical-align: middle;
}
.california_datatable tr td:first-child {
    width: 25%;
}
.california_datatable tr td:nth-child(2) {
    width: 30%;
}
.california_datatable tr td:nth-child(3) {
    width: 25%;
}
.california_datatable tr td:nth-child(4) {
    width: 20%;
}

/*browser supporting css*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */ 
     .privacy_policy_banner h1{
       margin-top: 150px;
     }
/*end browser supporting css*/
@media only screen and (max-width: 767px) {
    .privacy_policy_content {padding: 30px 0}
    .privacy_single_content ul {padding-left: 30px;}
    .california_datatable tr td, .california_datatable tr th {white-space: normal!important;width: auto!important;}
    .california_privacy .privacy_single_content h3 {padding: 0 0 0 15px;}
	.banner_text h2{margin:40px auto;}
	.privacy_policy_banner{display:flex !important;}
    .privacy_policy_banner h1 {font-size: 40px}
}