@import "./myriad-pro-webfont/style.css";
@import "all.css";

#home-page-slide {
    

}

#main-body {
    background-image: url('../images/allegiance_bg.jpg');
    /* background-color:lightgray; */
    /* height: 600px; */
    background-position: right center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /* background-size: 100% 100%; Resize the background image to cover the entire container */
    background-size: cover;
}


#bio-page-group-photo {
    background-image: url('../images/group_1280px.jpg');
    /* background-color:lightgray; */
    height: 600px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
}

#particles-js{
    width: 100%;
    height: 100%;
    
}

#home-page-slide {
    /* height: 800px;  */
    /* width: 100%; */
    width: 100%;
    height: 100%;
    /* position: fixed; */
    /* background-color: #000; */
    /* background-image: url(''); */
    /* background-size: cover; */
    /* background-position: 50% 50%; */
    /* background-repeat: no-repeat; */
}

.nav-link {
    font-size: 1.1em;
    font-family:'Myriad Pro Semibold';
    font-weight:normal;
    color: rgb(9, 7, 84) !important;
}

.navbar-nav > li {
    float: left;
    position: relative;
}

#home-footer{
    background-color: lightgray;
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    height: 50px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#footer{
    padding-top: 20px;
    background-color: lightgray;
    /* height: 100px; */
    margin: auto;
    padding-bottom: 10px;
}

#contact-footer{
    padding-top: 20px;
    background-color: lightgray;
    /* height: 100px; */
    margin: auto;
    padding-bottom: 10px;

    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;

}


@media (min-width: 992px) and (min-height: 1088px){
    /* #contact-footer{
       position: absolute;
    } */
}      


#apc-slogan-home-page{
    font-size: 24px;
    color: #484848;
    margin: 0px 200px 0px 200px;
    /* margin: 0px 200px 300px 200px; */
}

.navbar {
    height: 80px;
    z-index: 999;
}

#brand-logo {
    padding-left: 30px;
    width: 35%;
    padding-top: 60px;
}

.footer-logo{
    width: 32%;
    margin: auto;
    
}

h1 {
    color: rgb(9, 7, 84);
    font-family:'Myriad Pro Semibold';
    font-weight:normal;
    font-size:42px;
    margin-bottom: 50px;
}


#navbarSupportedContent {
    /* background-color: white; */
    font-size: 20px;
    /*padding: 0px 10px;*/
}

[class*="-rectangle-"] {
    font-size: 16px;
    padding: 20px 20px;
       
}
[class*="bio-photo"] {
    /* margin-bottom: 20px; */
}    

[class*="bios-content-"] {
    font-size: 9.5pt;
    /* font-size:1vw; */
}


.right-on-sm {
    order: 2;
 }
  
.left-on-sm {
    order: 1;
}

.name-title {
    /* position: absolute; */
    /* bottom: 0; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    color: black;
    /* background-color: #0000007d; */
    /* width: 250px; */
    line-height: 1;
    padding: 3px 0px;
}

.bios-content-right{
    /* font-size: 10pt; */
    padding-left: 60px;
}

.bios-content-left{
    /* font-size: 10pt; */
    padding-right: 60px;
}

.title {
    font-size: 0.7em;
    font-style: italic;
    font-weight: 500;
}
.bio-photo-wrapper {
    position: relative;
}

.white-text{
    color: white !important;
}

.black-text{
    color: black !important;
}



@media (min-width: 2050px){
    /* #footer-container{
        position: absolute;
        bottom: 0;
        width: 100%;
    } */
}    



@media (min-width: 768px){
    [class*="-rectangle-"]{
       font-size: 15px;     
       /* max-width: 55%; */
       max-width: 60%;
       /* height: 220px; */
       padding: 20px 10px;
    }
    .right-on-sm {
        order: 1;
     }
      
    .left-on-sm {
        order: 2;
    }
    [class*="bio-photo"] {
        /* margin-bottom: 0; */
    }  

    [class*="-rectangle-right"]{
        padding-right: 30px !important;
    }

    [class*="-rectangle-left"]{
        padding-left: 30px !important;
    }

}

@media (min-width: 912px){
    [class*="-rectangle-"]{
       font-size: 16px;     
       
    }
}    

@media (min-width: 1165px){
    [class*="-rectangle-"]{
       font-size: 18px;     
    }
}    

/* .lblue-rectangle-right:before,
.lblue-rectangle-left:after,
.gray-rectangle-right:before,
.gray-rectangle-left:after,
.blue-rectangle-right:before,
.blue-rectangle-left:after{
    height: 220px;
    line-height: 220px;
} */


.lblue-rectangle-right {
    color: white;
    
    /* background-color: #5188ca; */
    
    background-image: url("../images/bio-lblue-bar-right.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

/* .lblue-rectangle-right:before {
    content: "";
    background: linear-gradient(65deg , transparent 50%,#5188ca 50%) left no-repeat, linear-gradient(0deg , #5188ca,#5188ca) 30px 0 no-repeat;
    background-size: 100px 100%, 0% 100%;
    width: 0px;
    
    padding: 0 50px;
    color: white;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
} */

.lblue-rectangle-left {
    color: white;
    /* font-weight: 600; */
    
    /* background-color: #5188ca; */
    
    background-image: url("../images/bio-lblue-bar-left.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    
}

/* .lblue-rectangle-left:after {
    content: "";
    background: linear-gradient(-115deg , #0e0e0e00 50%,#5188ca 50%) left no-repeat, linear-gradient(0deg , #5188ca,#5188ca) 30px 0 no-repeat;
    background-size: 100px 100%, 0% 100%;
    width: 0px;
    
    padding: 0 50px;
    color: white;
    position: absolute;
    right: -100px;
    top: 0;
    width: 0;
} */




.gray-rectangle-right {
    color: rgb(32, 32, 32);
    /* font-weight: 600; */
    
    /* background-color: #cccccb; */
    background-image: url("../images/bio-gray-bar-right.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: right; */
}

/*
.gray-rectangle-right:before {
    content: "";
    background: linear-gradient(65deg , transparent 50%,#cccccb 50%) left no-repeat, linear-gradient(0deg , #cccccb,#cccccb) 30px 0 no-repeat;
    background-size: 100px 100%, 0% 100%;
    width: 0px;
    
    padding: 0 50px;
    color: white;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
}
*/


.gray-rectangle-left {
    color: rgb(32, 32, 32);
    /* font-weight: 600; */
    
    /* background-color: #cccccb; */
    
    background-image: url("../images/bio-gray-bar-left.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    
}

/* .gray-rectangle-left:after {
    content: "";
    background: linear-gradient(-115deg , #0e0e0e00 50%,#cccccb 50%) left no-repeat, linear-gradient(0deg , #cccccb,#cccccb) 30px 0 no-repeat;
    background-size: 100px 100%, 0% 100%;
    width: 0px;
    
    padding: 0 50px;
    color: white;
    position: absolute;
    right: -100px;
    top: 0;
    width: 0;
} */


.blue-rectangle-right {
    color: white;
    
    /* background-color: #003d75; */
    
    background-image: url("../images/bio-blue-bar-right.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

/* .blue-rectangle-right:before {
    content: "";
    background: linear-gradient(65deg , transparent 50%,#003d75 50%) left no-repeat, linear-gradient(0deg , #003d75,#003d75) 30px 0 no-repeat;
    background-size: 100px 100%, 0% 100%;
    width: 0px;
    
    padding: 0 50px;
    color: white;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
} */

.blue-rectangle-left {
    color: white;
    /* font-weight: 600; */
    
    /* background-color: #003d75; */
    background-image: url("../images/bio-blue-bar-left.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right; 
    
}

/* .blue-rectangle-left:after {
    content: "";
    background: linear-gradient(-115deg , #0e0e0e00 50%,#003d75 50%) left no-repeat, linear-gradient(0deg , #003d75,#003d75) 30px 0 no-repeat;
    background-size: 100px 100%, 0% 100%;
    width: 0px;
    
    padding: 0 50px;
    color: white;
    position: absolute;
    right: -100px;
    top: 0;
    width: 0;
} */



.bio-photo-left {
    height: 220px; /* should be the same as "rectangles"*/
    width: auto;
    
}

.bio-photo-right {
    height: 220px; /* should be the same as "rectangles"*/
    width: auto;
    
}

#apc-logo-home-page{
    padding: 0px 30px;
    width: 25%;
}


@media (min-width: 992px){
    .navbar-light .navbar-nav .active a::after {
        border-bottom: 3px solid rgb(9, 7, 84);
        bottom: -2px;
        content: " ";
        left: 0;
        position: absolute;
        right: 0;
    } 

    .bio-photo-right {
        /* padding-left: 40px; */
    }        
    .bio-photo-left {
        /* padding-right: 40px; */
    }        
    
}

@media (max-width: 1024px){
    #apc-slogan-home-page{
        margin: 0px 100px 0px 100px;
        margin-bottom: 0px;
        padding-bottom: 100px;
    }

    #apc-logo-home-page{
        width: 36%;
    }

}


@media (max-width: 700px){
    #apc-logo-home-page{
        width: 350px;
    }
    #apc-slogan-home-page{
        font-size: 30px;
    }

    #navbarSupportedContent {
        /* background-color: white; */
        font-size: 30px;
    }
}

  


#contact-photo {
    height: 400px;
    background-image: url('../images/apc-external-office.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#team-photo {
    height: 400px;
    background-image: url('../images/groupshot.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}


.section {
    padding: 20px 40px;
    margin-top: 30px;
}

.section-contact-us {
    padding: 20px 40px;
    /* margin-top: 30px; */
}

.section-request-offer {
    padding: 20px 100px;
    /* margin-top: 30px; */
}



.icon {
    width: 50px;
    height: 50px;
    
    padding-right: 15px;
    padding-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgb(9, 7, 84);
    
}

.icon-large{
    width: 80px;
    height: 80px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgb(9, 7, 84);
    margin: auto;
    margin-bottom: 20px;
    
}
.icon-container {
    align-items: center;
    /* border: 2px solid grey; */
    padding: 10px;
}


.fas {
    font-size: 30px;
    color: white;
}
#contact-container {
    padding: 0px 20px;
}
.p-contact {
    font-weight: bolder;
    font-size: 16px;
    color: rgb(9, 7, 84);

    /* line-height: 5px; */
}

.p-contact-large{
    font-weight: bolder;
    font-size: 18px;
    color: rgb(9, 7, 84);
    /* line-height: 12px; */
    /* display:inline; */
    
}
.p-contact-large:after {
    /* content: "\a";
    white-space: pre; */
}

.contact-us {
    color: rgb(9, 7, 84);
    font-weight: 700;
    font-size: 40px;
}

[class*="contact-large-container-"]{
    border-radius: 18px;
    padding: 20px;
    /* margin: 0px 10px; */
    /* height: 180px; */
}

.contact-large-container-gray{
    background-color: #d2d2d2;
}

.contact-large-container-lblue{
    background-color: #86c4eb;
}

.contact-large-container-dgray{
    background-color: #a2a2a2;
}

.contact-large-container-blue{
    background-color: #333366;
}



/* (landscape phones, 0px to 768px) */
@media (max-width: 768px) {  
    

    
}



.card-side{
    background-color: lightgray; 
    padding: 20px;
    /* border-radius: .25rem; */
}
.card {
    border-radius: 0px;
}

.note {
    position: absolute;
    margin-top: 40px;
    font-size: 1.1em;
    font-style: italic;
    color:white;
}

@media (max-width: 1253px) {  
    .navbar-nav {
        align-items: flex-end;
        padding: 0px 50px;
        /*background-color: white;*/
        /* margin: -12px -26px 0px -26px; */
    }

    #navbarSupportedContent {
        margin: 0px -26px;
    }
    .top-page-edge{
        padding-top: 135px !important; 
    }
    
    .contact-photo{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 25px;
    }
    .card-side{
        margin: 30px 15px;
    }
    /* .bios-content-right{
        font-size: 8pt;
    } */

    [class*="bio-photo-"]{
        height: auto !important;
    }

    [class*="bios-content-"] {
        font-size: 8.5pt;
    }
    .p-contact-large {
        font-size: 12px;
        /* line-height: 2px; */
    }
    
    #brand-logo {
        margin-top: -50px;
    }  
    
    .note {
        position: relative !important;
    }
}


.request-offer-btn {
    padding: 10px 80px;

    border-radius: 5px;
    margin-top: 20px;
    border-color: gray;
    border-width: thin;
    font-weight: bold;
    color: #333366;
}



@media (max-width: 767px){
    [class*="-rectangle-right"], [class*="-rectangle-left"]
    {
        margin: 0px 60px;
        padding: 20px 30px;
        margin-top: 20px;
    }
    /* [class*="-rectangle-right"]:before, [class*="-rectangle-left"]:after{
        display: none;
    }     */
    /* BLUE: #003d75 LB: #5188ca GRAY: #cccccc*/
    [class*="blue-rectangle-"] {
        background-image: url("");
        background-color: #003d75;
    }
    [class*="lblue-rectangle-"] {
        background-image: url("");
        background-color: #5188ca;
    }
    [class*="gray-rectangle-"] {
        background-image: url("");
        background-color: #cccccc;
    }
    
    [class*="bios-content-"]{
        /* font-size: 10pt; */
        padding: 0px;
    }

    #apc-slogan-home-page{
        margin: 0px 50px 0px 50px;
    }

    body {
        background-color: white;
    }
    .col-lg-8{
        padding: 0px !important;
    }
    .icon-container {
        margin-top: 20px !important;
    }
    
    [class*="bios-content-"] {
        font-size: 10pt;
    }    

    .p-contact-large {
        font-size: 30px;
        /* line-height: 20px; */
    }

    .icon-large {
        width: 140px;
        height: 140px;
        
    }
    .fas {
        font-size: 60px;
    }    
    [class*="contact-large-container-"]{
        margin: 20px;
        height: 280px;
    }
    .request-offer-btn {
        padding: 10px 30px !important;
    }  
    
    
}



/* Extra Small devices (landscape phones, 0px to 575px) */
@media (max-width: 575px) {  
    body {
        background-color: white;
    }
    .icon {
        display: none;
    }

    .p-contact{
        border-bottom: solid 1px gray;
        padding-bottom: 15px;
    }

    .contact-us{
        margin-bottom: 25px;
    }

    .p-contact-large {
        font-size: 22px;
    }

    .navbar-brand{
        width: 80%;
    }

    .navbar-brand {
        width: 50% !important;
    }

    #brand-logo {
        width: 70% !important;
    }

    #apc-logo-home-page{
        width: 80%;
     }

    #apc-slogan-home-page p {
        font-size: .8em;
    } 
}

/* Extra Small devices (landscape phones, 0px to 460px) */
@media (max-width: 460px) {  
     
    .p-contact-large {
        font-size: 18px;
    }
} 


/* Extra Small devices (landscape phones, 0px to 380px) */
@media (max-width: 380px) {  
    .p-contact-large {
        font-size: 14px;
    }
} 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
    body {
        background-color: white;
    }
    /* .contact-us-icon{
        width: 20% !important;
    }
    .contact-us-address{
        width: 80% !important;
    } */

    

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    body {
        background-color: white;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    body {
        background-color: white;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    body {
        background-color: white;
    }
    
}



.name-title{
    /* text-transform: uppercase; */
    font-size: 1.2em;
}

.text-white{
    color: white !important;
    
}

.background-color-white{
    background-color: white !important;
}

.text-blue{
    color: #333366 !important;
}

h1 {
    margin-bottom: 0px !important;
}

.request_offer_input {
    padding-left: 8px;
    width: 100%;
    padding-left: 20px;
    /* margin-right: 15px; */
    border-radius: 5px;
    border: solid;
    border-color: gray;
    border-width: thin;
}

.request_offer_file_input {
    width: 100%;
    border-radius: 5px;
}
.request_offer_file_label {
    background-color: gray;
    /*width: 20%;*/
    color: white;
    border-radius: 5px;
    font-size: large;
    /* padding-bottom: 2px; */
    margin-left: 15px;
    padding: 1px 2px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.asterisk_input::before {
    content: "*";
    color: #e32;
    position: absolute;
    margin-top: 30px;
    margin-left: 5px;
    font-size: 1.3em;
    font-weight: bold;
}

