/* ====================================================

  CUSTOM         DRY: don't repeat yourself!
  HOME PAGE
  CALL-TO-ACTION BUTTONS
  SPECIAL BACKGROUNDS
  MOVED FROM COLOR_PALETTE

===================================================== */

/* HOME PAGE */

.large_chevron {
    max-width: 60px;
}

.anim_link_1 {
    position: relative;
    animation: pulse 1200ms infinite;
    animation-delay: 4s;
    animation-timing-function: ease-out;
    animation-iteration-count: 4;
}

.anim_link_2 {
    position: relative;
    animation: pulse 1200ms infinite;
    animation-delay: 12s;
    animation-timing-function: ease-out;
    animation-iteration-count: 4;
}

@keyframes pulse {
    0%,
    100% {
        top: 0;
        opacity: 0.5;
    }
    50% {
        top: 10px;
        opacity: 1;
    }
}

.section_title,
.page_title {
  text-shadow: 1px 1px 3px #cce,  0px 0px 6px #cce;
}
.page_subtitle {
  text-shadow: 1px 1px 3px #136,  0px 0px 6px #136;
}
/* INTERFERES WITH FLEX.CSS
.card_4_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  gap: 3rem;
}

.card_4_frosted {
  width: 100%;
min-width: 620px;
  
background-color: rgba(255, 255, 255,.85);
backdrop-filter : blur(3px);
}
.card_4_frosted .div {
text-align:left;
}
.backdrop_filter_1 {
backdrop-filter : blur(3px);
}
.backdrop_filter_2 {
backdrop-filter : blur(1px);
}

*/


.tel_08 { 
background-color: rgba(205,215,255,1);
    background-image: url(images/cdtel-abstract-08c-1600x1024.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}


.monitor-man { 
color: var(--alt_main_color);
background-color: rgba(205,215,255,1);
background-image: url(images/monitor-man.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    
}







.pic {
  box-shadow: 0 0 12px #333;
}

.frosted {
background-color: rgba(255, 255, 255,.85);
backdrop-filter : blur(3px);
}

/* CHEVRON VERTICAL NAV BUTTONS */

.chevron {
display: inline-block;
width: 42px;
height: 42px;
margin:auto;
font-size:2.0rem;
color:#666;
display: flex;
justify-content: center;
align-items: center;
padding:5px;
border-radius: 50%;
border: solid 2px #69c;
box-shadow: 1px 1px 4px 6px rgba(255, 255, 255, 10%);
}
.chevron:hover {
color:#ccc;
border: solid 2px #cdf;
box-shadow: 1px 1px 6px 8px rgba(255, 255, 155, 25%);
}

.chevron span.mu-down {
  color: inherit;
}
.chevron span.mu-right {
padding-left:5px;
}


/* CALL-TO-ACTION BUTTONS */

.cta_small {
    padding: 1rem 2rem;
    font-size: 0.8rem;
    border-radius: 10rem;
}

.cta_medium {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 10rem;
}

.cta_large {
    padding: 2rem 4rem;
    font-size: 1.4rem;
    border-radius: 10rem;
}

a.cta_btn,
.cta_btn {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #eee;
    background: #3059bc;
}

a.cta_btn:hover,
.cta_btn a:hover {
    color: #fff;
    background: #3769cc;
}

a.cta_btn:hover,
.cta_btn a:hover {
    color: #fff;
    background: #3769cc;
}


/* FORM BUTTONS */

.btn_xs {
font-size: 0.8rem;
padding: 0.25rem 0.25rem 0.15rem;
border-radius: 3px;
border-width: 1px;
}

.btn_s {
font-size: 0.8rem;
padding: 0.4rem 1rem;
border-radius: 6px;
border-width: 1px;
}

.btn_m {
font-size: 1rem;
padding: 0.5rem 1rem;
border-radius: 8px;
border-width: 1px;
}

a.btn_xs,
.btn, .btn_xs, .btn_s, .btn_m, .btn:visited, 
.btn_s:visited, .btn_m:visited {
  text-transform: uppercase;
  color: #eee;
  background: #3059bc;
  border-color: #1193bf;
}

a.btn_xs:hover,
.btn:hover, .btn_xs:hover, .btn_s:hover, .btn_m:hover {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  background: #3769cc;
}



/* BLOG POSTS */

.btn_sx {
    padding: 0.25rem 0.75rem;
    font-size: 0.9rem;
    border-radius: 0.75rem;
    color: var(--pointer_color);
    background-color: var(--pointer_bg);
    transition: all 1s;
}

.btn_sx:hover {
    background-color: var(--pointer_bg_up);
    transition: all 1s;
}

.light_stripe {
    clear: both;
    height: 1em;
    border-bottom: solid 2px;
    opacity: 0.15;
}

.post_body {
    display: none;
}

div.post_hero {
    float: right;
    width: 40%;
    margin: 2rem 2rem 2rem 0;
    padding: 0 6px;
    border: none;
    background: linear-gradient(to bottom, #666, #999, #ccc, #ccc, #666, #333);
    border-radius: 12px;
}

div.post_hero img {
    width: 100%;
    margin: 0;
    border-radius: inherit;
}

div.post_hero .caption {
    width: 100%;
    padding-top: 5px;
    text-align: center;
    color: #eeeeee;
}

div.post_hero_2 {
    float: right;
    width: 40%;
    margin: 0 0 2rem 2rem;
    padding: 0 6px;
    border: none;
    background: none;
    box-sizing: border-box;
}

div.post_hero_2 img {
    width: 100%;
    margin: 0;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
}

div.post_hero_2 .caption {
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #eeeeee;
    background: linear-gradient(to bottom, #333, #222, #111, #333);
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
}

article .post-title {
  padding:5px 40px;
  font-size: 32px;
}

.post-list {
  padding: 2rem 0;
  text-align: left;
}
.post-list a.post-title {
  display: block;
  margin-bottom: .25rem;
  font-size: 18px;
}

.upper-back-link {
  padding:0 0 2rem;
  text-align: left;
  font-size: smaller;
}
.lower-back-link {
  padding: 2rem 0 0;
  text-align: left;
  font-size: smaller;
}

@media screen and (max-width:619px) {
    div.post_hero_2 {
        display: block;
        width: 100%;
        margin: 1rem 0;
        border: none;
        background: none;
        box-sizing: border-box;
    }
    div.post_hero_2 img {
        width: 100%;
        margin: 0;
        border-radius: 6px 6px 0 0;
        box-sizing: border-box;
    }
    div.post_hero_2 .caption {
        border-radius: 0 0 6px 6px;
        box-sizing: border-box;
    }
    img.post_hero {
        display: block;
        width: 100%;
        margin: 1rem 0;
        border: solid 4px;
        border-color: var( --img_border-color);
        border-radius: 6px;
    }
}


/******* SPECIAL BACKGROUNDS *******/

.bg_light {
    color: #333;
    text-shadow: 1px 1px 0 #f3f3f3, 0 0 10px #f3f3f3;
    background-color: #f3f3f3;
    border-color: #ddd;
}

.bg_dark {
    color: #f3f3f3;
    text-shadow: 1px 1px 0 #333, 0 0 10px #333;
    background-color: #222;
    border-color: #999;
}

.bg_blue_tech {
    position: relative;
}

.bg_blue_tech::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--alt_main_color);
    background: #0c4679 url(images/cd_home_bg_1920x960.jpg) no-repeat center top;
     background-size: cover;
    background-attachment: fixed;
    filter: blur(10px);
    transition: filter 3s 1s ease-in-out;
}

.bg_blue_tech:hover::before {
    filter: blur(0);
    transition: filter 3s 1s ease-in-out;
}


.phone_pile,
.bg_phone_pile {
    background-image: url(images/bg_phone_pile_gray_1600x900.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.bg_phone_pile_2 {
    position: relative;
}

.bg_phone_pile_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/bg_phone_pile_color_1300x650.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    filter: blur(10px) grayscale(.85);
    transition: filter 2s;
}

.bg_phone_pile_2:hover::before {
    filter: blur(0) grayscale(.15);
    transition: filter 4s;
}


.blue_tech_blue {
    position: relative;
}

.blue_tech_blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--alt_main_color);
    background: #23232c url(images/blue_tech_blue_1920x960.jpg) no-repeat center top;
     background-size: cover;
    background-attachment: fixed;
    filter: blur(10px);
    transition: filter 3s 1s ease-in-out;
}

.blue_tech_blue:hover::before {
    filter: blur(0);
    transition: filter 3s 1s ease-in-out;
}

.telecom,
.telecom_concept {
    background-image: url('images/light_telecom_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
}

.cyber,
.cyber_concept {
    background-image: url('images/bg_laptop_knees_1280x720.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: scroll;
}

.abstract_dots_light {
    background-image: url(images/bg_light_abstract_1920x960.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.abstract_dots_dark {
    background-image: url(images/bg_dark_abstract_1920x960.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.bay_area_1 {
    background-image: url(images/bay_area_outline_map_1570x960.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.bay_area_2 {
    background-image: url(images/bay_area_outline_map_1570x830.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.platinum {
  background: rgb(201, 203, 207);
  /* background: rgb(217, 239, 244);
  background: linear-gradient(to top, rgb(142, 158, 171), rgb(238, 242, 243), rgb(142, 158, 171)); */
}

/* semi-transparent for overlays */
.bg_white_25 {
    background: rgba(255, 255, 255, 0.25);
}

.bg_white_45 {
    background: rgba(255, 255, 255, 0.45);
}

.bg_white_65 {
    background: rgba(255, 255, 255, 0.65);
}

.bg_black_25 {
    background: rgba(0, 0, 0, 0.25);
}

.bg_black_45 {
    background: rgba(0, 0, 0, 0.45);
}

.bg_black_65 {
    background: rgba(0, 0, 0, 0.65);
}

.bg_white_25_75 {
    background: rgba(255, 255, 255, 0.25);
}
.bg_white_75,
.bg_white_25_75:hover {
    background: rgba(255, 255, 255, 0.75);
}

.grad_darkblue_radial {
    background: radial-gradient(circle at 50% 50%, #466985, #41637f, #3c5c78, #375672, #32506c, #2d4a65, #29445f, #243e59, #1f3853, #1a324d, #162d47, #112741);
}

.grad_darkblue_linear_180 {
    background: linear-gradient(180deg, #112741, #1b334e, #26405c, #304d69, #3b5b77, #466985, #3b5b77, #304d69, #26405c, #1b334e, #112741);
}

.grad_darkblue_linear_135 {
    background: linear-gradient(135deg, rgba(38, 41, 85, 0.2), rgba(39, 43, 88, 0.3), rgba(42, 50, 95, 0.4), rgba(45, 58, 106, 0.5), rgba(49, 68, 117, 0.6), rgba(52, 77, 127, 0.7), rgba(54, 83, 135, 0.7), rgba(54, 83, 135, 0.7));
}



/* MOVED FROM COLOR_PALETTE */

.trans_light_green {
    background: rgba( 55, 195, 155, 0.25);
}

.trans_light_blue {
    background: rgba( 55, 155, 195, 0.25);
}

.trans_light_red {
    background: rgba( 195, 55, 155, 0.25);
}

.glass_moderne {
    width: 100%;
    min-width: 320px;
    max-width: 960px;
    background: rgba( 55, 155, 195, 0.0);
}

.glass_moderne input,
.glass_moderne textarea {
    padding: 12px;
    font-size: 20px;
    background: rgba( 255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 35px);
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.glass_moderne .cta {
    padding: 20px;
    text-align: center;
}

.glass_moderne .btn {
    display: block;
    width: 100%;
    margin: auto;
    padding: 12px;
    font-size: 20px;
    color: #f3f3f3;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background: rgba( 255, 255, 255, 0.1);
}

.glass_moderne .btn:hover {
    border: solid 1px rgba(255, 255, 255, 0.6);
    background: rgba( 255, 255, 255, 0.3);
}

.glass_moderne .noedit {
    font-size: 20px;
}

.shadowed {
    box-shadow: 2px 2px 5px #888888;
}

.accent_color {
    color: var(--accent_color);
}