/*
Theme Name: Plateau Excavation
Description: Unicon Child Theme
Author: Insight Designs
Author URI: https://insightdesigns.com
Template: unicon
Version: 1.1
*/

/* GENERAL STYLING */
h1, h2, h3, h4, h5, h6 {
    color:#000000;
    font-weight:700;
}

h6 {letter-spacing:1px;
text-transform:uppercase;}


.gold-text {
    color: #F1BB47;
  }
.blue-text {
    color: #3F77AF;
  }
.subheading3 {
    font-size: 24px;
    line-height: 32px;
    color: #3F77AF;
    font-weight:400;
  }
.subheading2 {
    font-size: 20px;
    line-height: 24px;
    color:797979;
    font-weight:400;
  }

.vc_section {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

body .wpb_content_element {margin-bottom: 20px;}

body section {
    padding-block: 0px!important;
}

#page-wrap {
    top: -3px!important;
}

#footer .widget ul li {
    border-bottom: none;
}
#footer .widget ul li:after {
    content:none;
}
#footer .widget ul li{
    padding: 5px 10px 0px 0;
}
.gold-border {
    border-bottom: 5px solid #dba103;
}
.p-lineheight {
    line-height: 22px !important;
    padding-bottom: 10px;
}
a i.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
}
#mobile-navigation-btn {
    float: right;
    font-size: 21px;
    margin-top: 25px;
    height: 50px;
}
.pre-social-icons {
    vertical-align: top;
    line-height: 2.6;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    padding-left: 10px;
    float: right;
}
.pre-social-icons, .social-icons {
    display: inline-block;
}

.social-icons ul li a {font-size:18px;}


/* BUTTON STYLINGS */

body a.button.large, a.button.full {
letter-spacing:0px !important;
}

.gold-button {
    margin-top: -60px !important;
    background-color: #f1bb47 !important;
    border: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    width: 100px !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: none !important;
   letter-spacing:0px;
}

.gold-button.no-set-width {
   width:unset!important;
}

.gold-button.unsetWidth {
    width: unset!important;
}

.gold-button:hover {
     background-color:#3f77af !important;
      transition: 0.7s !important;
}
.gold-button:active {
    background-color:#dba103 !important;
     transition: 0.7s !important;
}

.gold-button-large, .gold-button-full {
    margin-top: -60px !important;
    background-color: #f1bb47 !important;
    border: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    width: 200px !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}   
.gold-button-large:hover, .gold-button-full:hover {
       background-color:#3f77af !important;
        transition: 0.7s !important;
  }
.gold-button-large:active, .gold-button-full:active {
       background-color:#b48504 !important;
        transition: 0.7s !important;
  }
.large-button-center {
      position: relative;
      left: 5%;
      /*for centering within a three col layout, middle col*/
  }
  
body input[type=submit]:hover, body button:hover, body .button:hover {
    background: #3f77af;
    border-color: #3f77af;
    color: #ffffff;
    transition: 0.7s !important;
}

  
/*font awesome gen styling*/
.fa.fa-arrow-circle-right:hover, .fa.fa-arrow-circle-right:focus{
  color:black !important;
}
.fa.fa-arrow-circle-right{
  color:#f1bb47 !important; 
  font-size: 14px; 
  margin: 0px 0px 0px 0px
}

/* HEADER */
.logo img {
    height: 100px;
    width: 146px;
    object-fit: contain;
    
}
.header-v1 #navigation > ul > li {
    padding-top: 80px !important;
    padding-bottom: 35px !important;
}

#navigation ul.sub-menu {
	border-bottom:4px solid #F1BB47;
	width:225px;
	margin: 0px 0px;
	}

#navigation .sub-menu a {margin:0px 10px;}
	
#navigation .sub-menu li:hover {
    border: none;
    background: #F5F8FB;
}

/*#navigation li.current-menu-ancestor, #navigation li.current-menu-parent, #navigation li.current_page_ancestor {
    border-bottom: 8px solid #f1bb47 !important;
}

#navigation .current-menu-item {
    border-bottom: 8px solid #f1bb47 !important;
}*/

#topbar .topbar-col2 {
    margin-right: 15px;
}
#topbar .topbar-col2 a{
    padding: 5px;
    float: left;
} 

body #topbar {
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
}
/* FOOTER */
#copyright {
    border-top: 1px solid #f1bb47;
    margin-left: 10%;
    margin-right: 10%;
}

/*#copyright .copyright-col2 {
    float: left;
    padding-left: 61% !important;
}
#copyright .container .sixteen.columns {
    margin-left:0;
    margin-right:0;
}
#copyright .copyright-col1 {
    position: relative;
    width: 100%;
}
#copyright a {
    float: right;
    padding-left: 5px;
}*/

#copyright .container {
    width: 100%;
}
#copyright .sixteen.columns {
    width: 98%;
}
#footer {
    padding-top: 40px;
    padding-bottom: 0px;
}

#nav_menu-2, #nav_menu-3, #nav_menu-4 {
   padding-top: 40px; 
}
#footer .container {
    width: auto !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
}
a.footer-icons {
    padding-left: 15px !important;
}

/* SECTION WIDTH FIX */
.vc_section {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

/* RESPONSIVE TEXT BOXES FIX */
.box-tl-border {
    height: unset!important;
}
.box-tl-border .wpb_wrapper {
    margin-bottom: 19px;
}

/* --- Home --- */

/* WHO WE ARE */
.who-we-are-row .iconbox.iconbox-style-3 {
    text-align: left;
}

.who-we-are-row .iconbox.iconbox-style-3 > i.boxicon {
    font-size: 32px;
    line-height: 64px;
    width: 64px;
    background: #d9e4ef;
    border-radius: 50%;
    margin-top: 30px;
}

.who-we-are-row .iconbox.iconbox-style-3 h3 {
    font-size: 26px;
    font-weight: 700;
}

.who-we-are-row .iconbox.iconbox-style-3 .cta-link {
    margin-bottom: 0;
}
.vc_responsive .wpb_row .vc_col-sm-3.box-border {
    padding: 0;
}
.cta-link a {color: #000;}

.cta-link a:hover {color:#3f77af;}

.box-tl-border .fa-stack.fa-2x {
    margin-top: 20px;
}

/* LEADERSHIP */

.vc_col-sm-4.team_modal_card
    {
        margin: 1%;
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: center;
        cursor: pointer;
        line-height: 1.4;
        overflow: visible;
    }

.leadership_history
    {
        z-index: 0;
    }

.team_modal_card img 
    {
      max-width: 100%;
      width: 200px;
      /*height: 200px;*/
      position: relative;
      overflow: hidden;
      border-radius: 50%;
      Padding-top: 2%;
      padding-bottom: 2%;
    }

.black_overlay 
    {
      display: none;
      z-index: 1001;
      overflow: auto;
      position: fixed;
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);
      justify-content: center;
      align-items: center;
    }

.white_content {
    display: none;
    position: fixed;
    z-index: 1002;
    border-top: solid 5px #f1bb47;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 3% 3% 1%;
    top: 25%;
    left: 25%;
    right: 25%;
    width: 40%;
    overflow: auto;
    height: auto;
}

.custom_modal_close 
    {
        color: #aaaaaa;
        font-size: 28px;
        font-weight: bold;
        margin-top: 0%;
        margin-right: 0%;
    }

.custom_modal_name 
    {
        text-align: left;
        padding-bottom: 0;
        margin-bottom: -10px;
        font-size: 28px;
        font-weight: 700;
    }

.custom_modal_title
    {
        color: #f1bb47;
        text-align: left;
        padding-top: 5px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
    }

.custom_modal_bio p
    {
        text-align: left !IMPORTANT;
        font-size: 22px;
        line-height: 26px;
    }

.teamtitle
    {
        margin-top: -10px;
        margin-bottom: -10px;
    }   

.teamname
    {
        margin-bottom: 5px;
    }

/* SAFETY */

.emr-number {font-size:78px;
    font-weight:700;
    text-align:center;
    color:#f7bb47;
}

/* laptop/desktop */
@media only screen and (min-width: 768px){
/* GENERAL */
#home-first-section {
  padding-top: 50px;
}
.who-we-are-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home #overlap .box-border {
    max-width: 300px;
    margin: 10px auto;
}
.home #overlap .box-border .imagebox {
    height: 189px;
    box-sizing: border-box;
}
#markets-we-serve{
    padding-top: 100px;
    padding-bottom: 30px;
}
#who-we-are {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* FOOTER */
#nav_menu-5 {
    position: absolute;
    width: 100px;
    right: 10px;
    top: 40px;
}
#footer .container .columns {
    margin-left: 1.5% !important;
}
.container .four.columns {
    width: 19% !important;
}

/* HOME PAGE */
#overlap {
    z-index: 1000;
    overflow:visible !important;
    margin-bottom: -80px !important;
}
#overlap2 {
    z-index: 100;
    overflow:visible;
    margin-top: -130px;
}
#overlap3 {
    z-index: 100;
    overflow:visible;
    margin-top: -100px;
}

.box-border {
    display: flex;
    box-shadow: 2px 1px 8px #AEB7BD;
    border-radius: 5px;
    color:black !important;
    width: 180px !important;
    height: 189px !important;
    margin: 10px;
    overflow:hidden;
    position: relative !important;
}
.box-md-border {
    display: flex;
    border-width: 1px;
    border-style: solid;
    color:black;
    width: 325px !important;
    height: 250px !important;
    margin: 20px;
}
.box-tl-border {
    display: flex;
    box-shadow: 0px 2px 10px #AEB7BD;
    border-radius: 5px;
    width: calc(25% - 20px) !important;
    margin: 10px;
    overflow: hidden;
    position: relative !important;
    background: #fff;
}

.center-align {
    display: flex !important;
    justify-content:center !important;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 5em;
  line-height: 4em;
  vertical-align: middle;
}


.what-we-do-txt {
    color: black !important;
    margin-left: -15px !important;
    margin-top: -15px !important;
}
.what-we-do-txt-long {
    color: black !important;
    margin-left: -15px !important;
    margin-top: -22px !important;
    line-height: 18px !important;
}

.what-we-do-cta {
    position: absolute;
    font-weight: bold;
    right: 12px;
    bottom:10px;
}

/*Custom CSS for raw HTML image content boxes*/
.med-img-desc-box {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  box-shadow: 0px 3px 15px #AEB7BD;
}

#med-img{
  display: block;
  object-fit: cover;
  width: 650px;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#content {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  position: relative;
}

#custom-h3-spacing {
  line-height: 18px;
}

.cta-link {
  position: absolute;
  font-weight: 700;
  color: #000;
  text-transform:uppercase;
  right: 15px;
  bottom:10px;
  font-size:14px;
}

.cta-link2 {
  position: absolute;
  font-weight: 700;
  color: #000;
  right: 30px;
  bottom:10px;
  font-size:16px;
}

.cta-link2 a {color: #000;}
.cta-link2 a:hover {color: #3f77af;}

body .what-boxes .imagebox {border-radius: 5px;}


/* WHAT WE DO */
.flat-gold-top-box {
    position: relative !important;
    display: flex;
    box-shadow: 0px 1px 6px #AEB7BD;
    border-radius: 0px 0px 10px 10px !important;
    margin: 10px;
    padding: 0px !important;
    overflow: hidden;
    border-top: 8px solid #f1bb47 !important;
    /* width: 30% !important; */
    /* height: 400px; */
    background: #f9f9f9;
}

.gold-top-box-header{
  margin-top: -10px !important;  
}
.icon-description-col {
    width: 22% !important;
    margin-right: 8% !important;
}
.icon-description-col-construction{
    width: 23% !important;
    margin-right: 2% !important;
}
.dev-spec-icon-col{
    width: 32% !important;
}
.constr-serv-icon-col {
    width:25% !important;
}
.dev-spec-icons {
    width: 80px !important;
}
.dev-spec-icon-text {
   width: 285px !important; 
   position: absolute !important;
   top: 10% !important;
   left: 21% !important;
}
.dev-spec-icon-text-short {
   width: 350px !important;
   position: absolute !important;
   top: 23% !important;
   left: 21% !important;
}
.icon-list-row {
    padding-bottom: 20px !important;
}
.contr-serv-text{
    width: 300px !important;
    position: absolute !important;
    top: 25% !important;
    left: 24% !important;
}
.contr-serv-text-long{
    width: 300px !important;
    position: absolute !important;
    top: 10% !important;
    left: 24% !important;
}
#burn-txt {
   position: relative !important;
   top: -25px !important;
}
/*  */
}/* end query */

/*BLOCKQUOTES / TESTIMONIAL STYLING*/
p.testimonial-p  {
    font-style: italic;
    color: black;
    border-left: none;
    padding: 5px 20px 0px 0px;
}
.testimonial-labels {
    margin: 0px;
}
blockquote.testimonial-block {
    margin: 20px 0px 20px 40px;
}
blockquote::before {
    content: "\201C";
    font-size: 66px;
    left: -40px;
    top: -32px;
    font-family: serif;
    color: #f1bb47;
    height: 0;
    display: block;
    position: relative;
    border-left: none;
}

/* TEAM PAGE */

@media only screen and (max-width: 768px) {

.pre-social-icons {
    display: none;
}
.social-icons {
    display: block;
}
.wpb_row .wpb_row .wpb_content_element.career-icon-box {
    margin-bottom: 20px;
}
.career-icon-box.career-icon-box-header i.fa {
    display: none;
}
.vc_col-sm-4.team_modal_card
    {
        width: 100%;
        margin-bottom: 50px;
    }
    
.team_modal_card img 
    {
        width: 100%;
    }
    
.teamname
    {
        font-size: 2em;
        text-align: center;
    }
    
.teamtitle
    {
        font-size: 1.5EM;
        margin-bottom: 10px !important;
    }
        
.white_content
    {
        padding: 5%;
        top: 10%;
        left: 4%;
        width: 80%;
    }
    .home #overlap .box-border {
        margin-top: 40px!important;
    }
    .who-we-are-row .iconbox.iconbox-style-3 > i.boxicon {
        margin-top: 0;
    }
    .wpb_row .wpb_column.what-we-do-scope-list,
    .wpb_row .wpb_column.career-achievement-list,
    .wpb_row .wpb_column.who-we-are-safety-list {
        margin-bottom: 0;
    }
    .what-we-do-icon-grid .spacer {
        display: none;
    }
    .what-we-do.column-parent-link .imagebox {
        padding-bottom: 45px;
    }
}

.team_grid_view .white_content p {
    text-align: left;
    line-height:1.4;
}

/* INTERMEDIARY QUERIES FOR FOOTER COL ADJUSTMENTS: 768px - 1170px */
@media only screen and (max-width: 1170px) and (min-width: 960px){
    .container .four.columns {
        width: 200px !important;
    }
    #nav_menu-5 {
        position: absolute;
        width: 100px;
        margin-left: 235px !important;
        margin-top: -185px !important;
        top: unset;
        right: unset;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    .container .four.columns {
        width: 172px !important;
    }
    #footer .container .columns {
        margin-left: 3.7% !important;
    }
    #nav_menu-5 {
        position: absolute;
        width: 100px;
        margin-left: 210px !important;
        margin-top: -185px !important;
        top: unset;
        right: unset;
    }
    .wpb_row.vc_row-o-full-height.what-we-do-projects-map {
        min-height: 70vh;
    }
}
/* Mobile / Tablet general styling overrides */ 
/* this needs to be investigated for not impacting other parts of page etc, currently fucks up things */
@media only screen and (max-width: 767px){
    .logo img {
        padding-top: 47px;
        height: 60px;
        width: auto;
    }
    #markets-we-serve{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wpb_row.vc_row-o-full-height.what-we-do-projects-map {
        min-height: 35vh;
    }
    #who-we-are {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* FOOTER */
    .container .four.columns {
        width: 80% !important;
        margin-left: 10%;
        margin-right: 10%;
    }
    #footer .widget_nav_menu {
        text-align: center;
    }
    #copyright .copyright-text {
        margin-bottom: 20px;
        float: left;
        text-align: left !important;
    }
    #footer .widget {
        margin-bottom: 25px;
    }
    #nav_menu-2, #nav_menu-3, #nav_menu-4 {
        padding-top: 0px;
    }
    .box-border {
        display: flex;
        box-shadow: 2px 1px 8px #aeb7bd;
        border-radius: 10px;
        color: black !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        overflow: hidden;
        position: relative !important;
    }
    .box-tl-border {
        display: flex;
        box-shadow: 0px 2px 10px #AEB7BD;
        border-radius: 5px;
        margin: 15px;
        overflow: hidden;
        position: relative !important;
        background: #fff;
        max-width: calc(100% - 30px);
    }
    .box-border .imagebox {
        background: #ffffff;
        color: #777777;
        display: block;
        border-radius: 2px;
        padding: 30px 30px 0px 30px;
        border: 1px solid #e1e1e1;
        box-shadow: 0 2px 0 0 rgb(0 0 0 / 3%);
        overflow: hidden;
    }
    .box-border .what-we-do-txt, .box-border .what-we-do-txt-long {
        color: black !important;
        margin-top: -15px !important;
    }
    .flat-gold-top-box {
        position: relative !important;
        display: flex;
        box-shadow: 0px 1px 6px #AEB7BD;
        border-radius: 0px 0px 10px 10px !important;
        margin-top: 10px;
        padding: 0px !important;
        overflow: hidden;
        border-top: 8px solid #f1bb47 !important;
        height: 400px;
        background: #f9f9f9;
    }
    .gold-top-box-header{
      margin-top: -10px !important;  
    }
    .cta-link {
        position: absolute;
        font-weight: bold;
        color: black;
        right: 20px;
        bottom:15px;
    }
    .what-we-do .cta-link .minti-icon {
        font-size: 25px !important;
        position: absolute;
        right: 190px;
    }
     .cta-link .minti-icon {
        font-size: 25px !important;
        position: absolute;
        right: 99px;
    }
    .page-id-176 .cta-link {
        position: absolute;
        font-weight: bold;
        color: black;
        right: 20px;
        bottom: 10px;
    }
    .page-id-176 .cta-link .minti-icon {
        font-size: 25px !important;
        position: absolute;
        left: -30px;
    }
    .what-we-do-cta {
        position: absolute;
        font-weight: bold;
        right: 30px;
        bottom: 9px;
    }
    .what-we-do-cta .minti-icon {
        font-size: 25px !important;
    }
    .dev-spec-icon-col{
        width: 32% !important;
    }
    .constr-serv-icon-col {
        width:25% !important;
    }
    .dev-spec-icons {
        width: 80px !important;
    }
    .dev-spec-icon-text {
        width: 285px !important;
        position: absolute !important;
        top: 10% !important;
        left: 80% !important;
    }
    .dev-spec-icon-text-short {
        width: 260px !important;
        position: absolute !important;
        top: 23% !important;
        left: 80% !important;
    }
    .icon-description-col {
        padding-bottom: 30px;
    }
    .icon-description-col-construction {
        padding-bottom: 30px;
    }
    .icon-list-row {
        padding-bottom: 20px !important;
    }
    .contr-serv-text{
        width: 300px !important;
        position: absolute !important;
        top: 25% !important;
        left: 100% !important;
    }
    .contr-serv-text-long{
        width: 300px !important;
        position: absolute !important;
        top: 10% !important;
        left: 100% !important;
    }
    #burn-txt {
       position: relative !important;
       top: -25px !important;
    }
    .flat-gold-top-box {
    position: relative !important;
    display: flex;
    box-shadow: 0px 1px 6px #aeb7bd;
    border-radius: 0px 0px 10px 10px !important;
    margin-top: 10px !important;
    padding: 0px !important;
    overflow: hidden;
    border-top: 8px solid #f1bb47 !important;
    background: #f9f9f9;
    }
    .large-button-center {
    position: relative;
    left: 10%;
    }
    
    #service-projects {
        margin-top: 30px;
    }
}


#projectslist
    {
        width: 30%;
        margin-left: 1%;
        margin-right:1%;
    }

.plateauprojects_title
    {
        height: 3.5rem !important;
        margin-left: 10px !important;
        margin-top: 10px !important;
    }

.plateauprojects_featured_image img
    {
        width: 100%;
        max-width: 100%;
        height: 11rem;
    }

@media only screen and (max-width: 768px) {

    #projectslist
        {
            margin-bottom: 50px !important;
        }

    .plateauprojects_list_wrapper
        {
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

    .plateauprojects_content
        {
            padding: 5px;
        }

    .plateauprojects_title
        {
            font-size: 2em;
            padding-bottom: 20px;
        }

    .projects_cta
        {
            color:#cfaa46 !important;
            font-size: 14px;
            margin: 20px 0px 0px 10px;
        }

    .projects_cta i
        {
            right: 100px !important;
        }

}


/* QUERIES FOR BOX-BORDER  + WHAT WE DO ICON LISTS*/
@media only screen and (min-width: 960px) and (max-width: 1199px){
    .box-border {
        height: 185px !important;
    }
    .icon-description-col {
        width: 22% !important;
        margin-right: 2% !important;
    }
    .dev-spec-icon-col {
        width: 33% !important;
    }
    .dev-spec-icon-text {
        width: 285px !important;
        position: absolute !important;
        top: 10% !important;
        left: 21% !important;
    }
    .contr-serv-text {
        width: 200px !important;
        position: absolute !important;
        top: 25% !important;
        left: 30% !important;
    }
    .contr-serv-text-long {
        width: 210px !important;
        position: absolute !important;
        top: 5% !important;
        left: 30% !important;
    }
    .who-we-are {
        width: 70% !important;
        height: 350px !important;
        padding: 0px;
    }
    .box-tl-border {
        display: flex;
        box-shadow: 0px 2px 10px #aeb7bd;
        border-radius: 5px;
        margin: 10px;
        overflow: hidden;
        position: relative !important;
        background: #fff;
        width: 30% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){
    .box-border {
        height: 186px !important;
    }
    .box-border .vc_column-inner .wpb_wrapper .imagebox {
        padding-bottom: 44px;
    }
    .icon-description-col {
        width: 70% !important;
        padding-bottom: 30px;
        /* margin-right: 8% !important; */
    }
    .dev-spec-icon-col {
        width: 50% !important;
    }
    .dev-spec-icon-text-short {
        width: 350px !important;
        position: absolute !important;
        top: 23% !important;
        left: 17% !important;
    }
    .dev-spec-icon-text {
        width: 285px !important;
        position: absolute !important;
        top: 10% !important;
        left: 17% !important;
    }
    .icon-description-col-construction {
        width: 70% !important;
        padding-bottom: 30px;
    }
    .constr-serv-icon-col {
        width: 33% !important;
    }
    .contr-serv-text {
        width: 300px !important;
        position: absolute !important;
        top: 25% !important;
        left: 30% !important;
    }
    .contr-serv-text-long {
        width: 300px !important;
        position: absolute !important;
        top: 10% !important;
        left: 30% !important;
    }
    .who-we-are {
        width: 70% !important;
        height: 350px !important;
        padding: 0px;
    }
    .box-tl-border {
        display: flex;
        box-shadow: 0px 2px 10px #aeb7bd;
        border-radius: 5px;
        margin: 10px;
        overflow: hidden;
        position: relative !important;
        background: #fff;
        width: 30% !important;
    }
}


/*       //////////////////////////////////////////
///////////////////////////////////////////////////   TITLEBAR STYLES
///////////////////////////////////////////////////
/ */


body.page-template-default.page div#transparentimage {
    padding: 0px;
}

body.page-template-default.page #transparentimage h1 {
    padding: 70px 0;
    font-size: 42px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    color: #ffffff!important;
}

body.page-template-default.page div#transparentimage:before {
    content: ' ';
    background: #0000004d;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

/* Mobile Social + Phone Number */
@media only screen and (max-width: 479px)
{
  #topbar .container .topbar-col1, #topbar .container .topbar-col2 {
      text-align: right;
  }
    .gold-button.no-set-width{
    width: 80% !important;
  }
  .who-we-are-row{
    padding-bottom: 40px;
  }
}

/*       //////////////////////////////////////////
///////////////////////////////////////////////////   CAREER PAGE STYLES
///////////////////////////////////////////////////
/ */

.iconbox.career-icon-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
	box-shadow: 0px 1px 6px #aeb7bd;
    margin-bottom: 10px!important;
    min-height: 65px;
}

.career-icon-box h2, .career-icon-box p {
    margin-bottom: 0px;
    line-height: 1;
    padding-right: 10px;
}

.color-gold {color: #f1bb47;}

.career-boxes-row .vc_col-sm-6 {
    padding-left: 0px!important;
}


.career-icon-box i.fa {
	color: #4077af;
    font-size: 30px;
    padding: unset;
    border-radius: 29px;
    margin-left: 5px;
    margin-right: 10px;
    background: #e2ebf4;
    width: 45px!important;
    height: 45px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px!important;
}

.career-icon-box.no-box-shadow {
    box-shadow: none!important;
    padding-left: 0px;
}

.flex-me p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.flex-me strong {
    margin-left: 10px;
}

@media only screen and (min-width:478px) {
	.benefits-icons-left {
	    float: left;
	    width: 50%;
	}
}

.wpb_content_element.margin-bottom-5 {
    margin-bottom: 5px;
}


/* ////////////////////////////////////////////////
	///////////////////////////////////////////////  PAGE TITLES
//////////////////////////////////////////////// */

section#Standard-Page-Header {
    padding-top: 0px;
}

section#Standard-Page-Header>div {
    background:  linear-gradient(to right, rgba(0,0,0,0.88) 25%, rgba(0,0,0,0.33) 65%);
}

section#Standard-Page-Header h1 {
    color: #ffffff!important;
    font-weight:bold!important;
}

.page-parent-name {
    margin-bottom: 0px!important;
}

.page-parent-name p {
    text-transform: uppercase;
    color: #f2bb48;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Roboto';
}

div#PageBreadcrumbs p em {
    color: #4077ae;
    font-style: unset;
}


/* ////////////////////////////////////////////////
	///////////////////////////////////////////////  AWARDS GRID
//////////////////////////////////////////////// */

div#rewards-grid {
    display: grid;
    grid-template-columns: 20% 40% 40%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

div#rewards-grid div {
    text-align: center;
    padding-block: 5px;
}

div#rewards-grid div.top-row {
    border-bottom: 2px solid;
}

div#rewards-grid h5 {
    margin-bottom: 5px;
}

div#rewards-grid h5 {
    margin-bottom: 5px;
}

div#rewards-grid div.row-a {
    background-color: rgb(0 0 0 / 8%);
}

/* ////////////////////////////////////////////////
	///////////////////////////////////////////////  OUR SIZE BOXES
//////////////////////////////////////////////// */

#ourSizeBoxes .box-tl-border {
    height: 260px!important;
}


/* ////////////////////////////////////////////////
	///////////////////////////////////////////////  LATEST NEWS
//////////////////////////////////////////////// */

.news_story_wrapper .news_list_view h2 {
	font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
}

p.date {
    color: #818181;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news_story_wrapper {
    border-bottom: 1px solid #f1bb47;
    margin-bottom: 40px;
    padding-bottom:15px;
}

.news_story_wrapper i.far.fa-calendar {
    font-size: 16px;
    position: relative;
    bottom: 1px;
}

span.doubleArrows {
    font-size: 25px;
    line-height: 1.0;
    top: 2px;
    position: relative;
}

.titlebar .container .sixteen.columns .latest-news-heading {
    font-size: 64px;
    font-weight: 600;
}

.news_list_wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
}

/* ////////////////////////////////////////////////
	///////////////////////////////////////////////  LATEST NEWS SINGLE VIEW
//////////////////////////////////////////////// */

body.single-news-cpt p.location-single {
    display: inline;
}

body.single-news-cpt p.date {
	margin-left: 0px;
    display: inline-block;
    margin-bottom: 20px!important;
}

#news-single-title {
    padding-left: 20px;
}

body.single-news-cpt .news-single-heading {
    margin-bottom: 0px;
}

body.single-news-cpt .news-single-item {
    margin-bottom: 12px;
}
