/* UPDATES:
xx - body color
xo - primary color (x) + states (o)
oo - secondary color + states
oo - button animations


*/

/* Theme styles */

@import url("https://fonts.googleapis.com/css?family=Google+Sans:400,400i,500,500i,700,700i|Google+Sans+Display:400,400i,500,500i,700,700i&subset=latin,latin-ext,vietnamese,greek,cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,700i"); 
    
  body, html {
    font-family: Google Sans,Roboto,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #5f6368;
  }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Google Sans,Roboto,Arial,sans-serif;
    color: #202124;
}

  /* links */
  a:not(.btn) {
    color: #1a73e8;
  }
  a:not(.btn):visited {
    color: #7b1fa2;
  }
  a:not(.btn):hover, a:not(.btn):focus {
    color: #174ea6;
  }





  /* Marketo Variables CSS */
  .on {}
  .off {display: none !important;}

  /* Add your custom CSS below */

/* added 9/4/2018 - add spacing between nav and header */
#Banner .p-0
{
    margin-top: 20px;
}
/* end 9/4/2018 - add spacing between nav and header */

/* modal styles */


  /* modal styles */
  .modal.show {display:block !important; opacity:1;background-color:rgba(0,0,0,0.6);}
  .modal-dialog {
    background-color: #fff;
    border-radius: .25rem;
  }
  @media screen and (min-width:991px) {
    .modal-header button.close {
      position: absolute;
      right: -4rem;
      top: .25rem;
    } 

  }
  /* end media query 991+ */

  /*/ Extra small devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap /*/
  body {background-color: #ffffff; overflow-x: hidden;}
  .container-fluid {background-color: #ffffff;}

  section .container-fluid {
    padding-top: 77px; /* offset header height */
  }
  img {
    max-width:100%;
    height:auto;
  }
  .btn {white-space:normal;}

  @Keyframes spin-counter {
    0% {
      transform: rotate(359deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  .icon-counter-spin {
    display: inline-block;
    animation: spin-counter 2s infinite linear;
  }




  .bgImg-cover-center {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  /* Bootstrap 4 resets */
  .btn, button {
    border: 0px !important;
    outline: none !important;
    border-radius: 4px !important;
    transition: ease all 0.3s;
    font-weight: 500 !important;
    padding: .5rem 16px !important;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    text-rendering: auto;
    letter-spacing: 0;
  }
  .btn-link, .btn-link:hover, .btn-link.focus, .btn-link:focus {text-decoration:none;} /* remove all underlines from button text */
  /*button.mktoButton:hover, .btn:hover {border-radius: 2em !important;}*/

  a.btn:focus {color:#fff !important;}
  
  button.btn-link:focus{
      color:#174ea6 !important;
      text-decoration: none;
  }
  a.secondary:focus, a.secondary:focus * {
      color:#1a73e8 !important;
      text-decoration: none;
  }

  a.nav-link {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
    padding: 0 !important;
    border-bottom: 2px solid transparent;
    outline:0px !important;

  }
  .navbar-light .navbar-nav .nav-link {
    color: #1a73e8;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #174ea6;
    border-bottom: 2px solid #174ea6;
  }



  /*/ NavBar /*/
  .navbar-brand img {max-height: 35px; width:auto;}

  /*/ Buttons /*/
  .button .fas {
    margin-right:.5rem; /* icons inside buttons */ 
  }

  /* White Button, blue text */
  a.btn.btn-secondary-reverse {
    color: #1a73e8 !important;
    background-color: #fff !important;
  }
  a.btn.btn-secondary-reverse:hover,
  a.btn.btn-secondary-reverse:focus {
    background-color: #f2f2f2 !important;
    color: #1a73e8 !important;
  }

  /*/ Header Section /*/
  #Header {
    background-color: #fff;
  }

  #Section-Header .container-fluid {
    position:fixed;
    z-index:1;
    background-color:white;
  }

  /*/ Banner Section /*/

  section#Banner:before {
    content: "";
    height: 60px; /* clear header height */
    display:block;
  }

  /* eBook Feature */
  #edit-Marquee-ImageThumb img {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); /* ebook thumbnail shadow */
  }



  /*/ SubBanner Section /*/

  /* margin-top linked icons */
  #SubBanner a * {
    margin-top: 0.5em;
  }
  #SubBanner .icon-circle {
    font-size: 30px;
  }
  #SubBanner a.secondary:hover, #SubBanner a.secondary:hover * {
    color: #1a73e8 !important;
    text-decoration: none;
  }

  #SubBanner .icon-circle {
    background-color: #f8f9fa;
    border-radius: 50%;
    padding: 0;
    font-size: 1.5em;
    width: 2em !important;
    height: 2em !important;
    margin:auto;
  }

  .icon-circle img {
    margin-top: 7px !important;
  }

  #SubBanner .icon-circle {
    margin-top: 0.5em;
  }

  /*/ Accordion Styles /*/
  #accordion-images div:not(.active) {display:none;}

  .accordion-headline {
    border-bottom:1px solid rgba(0,0,0,0.1); 
  }
  #accordion-button {
    font-size: 1em;
    white-space: normal;
    line-height: 1em;
  }
  .accordion button {
    font-size: 1.5rem;
    font-weight: 300 !important;
    padding-left:0px !important;
    white-space: normal;
    align-items: center;
  }



  #Section1-polybox-image, #Section2-polybox-image, #Section3-polybox-image {
    min-height:450px;
  }


  .polybox-video {
    min-height:400px;
    border-radius: 4px;
  }
  .polybox-video .video-thumb {
    height:80% !important;
  }
  .polybox-video .video-caption {
    height:20% !important;
  }
  .video-thumb:hover .icon {
    background-color: red;
    color: white;
  }


  /* Icon rotation for accordion toggles */
  .collapsed .hinge {
    transform: rotate(0deg);
  }
  .hinge {
    transform: rotate(180deg);
  }


  /*Section1-Cards*/
  .three-cards {
    order:2;
  }

  .three-cards.card2 {
    flex-grow:2;
    order:1;
  }
  .three-cards.card4 {
    display:none !important;
  }
  .four-cards {

  }

  /*/ Card Styles /*/
  .card-image-wrap {
    height:220px;
    border-radius: .25rem;
  }

  .card:focus {
      outline:none;
  }

  .card-header {
    background-color: #afafb3;
    padding: .0 1.25rem;
    line-height:2rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .card-top:hover .card-header, .card-top:hover a.white:hover {
    background-color:#8a70b2;
    text-decoration: none !important;
    color: #FFFFFF !important;
  }
  .card-top:hover .icon-circle-link {
    color: #8a70b2;
  }

  .gated-icon {
    background-image: url('https://pages.apigee.com/rs/351-WXY-166/images/GCP-download-button.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }
  .card:hover .gated-icon-link .gated-icon,
  .card:focus .gated-icon-link .gated-icon {
    background-image: url('https://pages.apigee.com/rs/351-WXY-166/images/GCP-download-button-hover.svg');
  }
  .ungated-icon {
    background-image: url('https://pages.apigee.com/rs/351-WXY-166/images/GCP-link-button.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }
  .card:hover .ungated-icon-link .ungated-icon,
  .card:focus .ungated-icon-link .ungated-icon {
    background-image: url('https://pages.apigee.com/rs/351-WXY-166/images/GCP-link-button-hover.svg');
  }
  .video-icon {
    background-image: url('https://pages.apigee.com/rs/351-WXY-166/images/GCP-play-button.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }
  .card:hover .video-icon-link .video-icon,
  .card:focus .video-icon-link .video-icon {
    background-image: url('https://pages.apigee.com/rs/351-WXY-166/images/GCP-play-button-hover.svg');
  }
  .ungated.video-icon-link {display:none !important;}
  .gated.video-icon-link {display:none !important;}

  .video.ungated-icon-link, .video.gated-icon-link {display:none !important;}



  .icon-circle-link {
    background-color: white;
    padding: 1.0rem 1.1rem;
    border-radius: 50%;
    border: 5px solid;
    font-size: 2rem;
    height: 75px;
    margin-bottom: -3.5rem;
    margin-right: -2rem;
    margin-top: -3.5rem;
    z-index: 2;
    min-width: 75px;
  }
  .bgImg-link {
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    display: block;
  }

  /* Show icons on article hover */
  .icon-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height:220px;
    align-items: flex-end;
  }

  .icon-hover a {
    margin-bottom: -1.5rem;
    padding-top: 200px; 
  }
  
  .icon-circle {
    background-color: rgba(0,0,0,0.05);
    border-radius: 50%;
    padding: .5rem;
    font-size: 1.5em;
    width: 1em !important;
    height: 1em !important;
  }
  .icon-circle-white {
    background-color: #fff;
    border-radius: 50%;
    padding: .5rem;
    font-size: 1.5em;
  }
  .icon-lg {
    width: 2em !important;
    height: 2em !important;
  }
  .icon {
    background-color: white;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin: auto;
    padding-top: 0.75rem;
    padding-left: .25rem;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    color: #1a73e8;
    transition: ease all .2s;
  }

  .download-icon {
    padding-left:0px;
  }

  .card-thumbnail {
    height:135px;
    overflow:hidden;
  }

  .card-body {
    padding:0;
  }

  .card:hover a.secondary, .card:focus a.secondary {
    text-decoration: none !important;
    color: #174ea6 !important;
}

  .card-footer {
    display:flex;
    flex-grow:1;
    flex-direction:column;
  }

  .category-label {
    margin: 0;
    padding: 3px 15px;
    background-color: #afafb3;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
  }

  .gray {
    color: #afafb3;
  }
  .dk-gray {
    color: #6C6B70;
  }
  .white {
    color: #FFFFFF;
  }

  .card-footer {background-color: rgba(0,0,0,0.05);}
  .card-footer a:hover.gray {
    color: #8a70b2;
  }

  .card-footer a:hover.category-label {
    background-color: #8a70b2;
  }

  .order-1 {
    order:1;
  }


  #Section-Social_Proof {
    background: url(https://pages.apigee.com/rs/351-WXY-166/images/logo-wall-3476x1050.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #Section-Social_Proof .container-fluid {
    background-color: transparent; 
  }
  .bg-shade-6 {
    background-color: rgba(0,0,0,0.6);
  }


  /* Social Proof */
  #Social_Proof-Content {
    margin-left:0;
    padding: .75em !important;
  }
  #Social_Proof-Quote-Icon {
    position:unset;
    margin-top: 2em;
  }


  /* Get Started Section */
  /* rotate icon 0 to 90 at -md */
  .rotate-md-90 {
    transform: rotate(90deg);  
  }


  /* GUI: Accordion Table */
  .table th {
    padding-right:2rem;
  }
  .table thead th, .table th {
    border: none;
  }
  .table td.input {
    background-color: lightgoldenrodyellow;
    padding: 4px 10px;
    border: 3px solid white;
    vertical-align: middle;
    font-family:'Roboto Slab', serif;
  }

  .modal.show .modal-dialog {
    max-width: 60% !important; 
  }

  /* =======[Responsive Styles]======= */
  /*/ Small devices (landscape phones, 576px and up) /*/
  @media (min-width: 576px) {
    .four-cards.card2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  /*/ Medium devices (tablets, 768px and up) /*/
  @media (min-width: 768px) {
    .order-md-2 {
      order:2;
    }
    .rotate-md-90 {
      transform: rotate(0deg);
    }
    #Social_Proof-Quote-Icon {
      position: absolute;
      top: 2rem;
      left: 3rem;
      margin-top:0;
    }
    #Social_Proof-Content {
      margin-left: 3.5rem;
      padding:1.5em 4em !important;
    }   
  }

  /*/ Large devices (desktops, 992px and up) /*/
  @media (min-width: 992px) {
    .order-lg-2 {
      order: 2; 
    }
    .three-cards.card2 {
      order:2;
    }
    .four-cards.card2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  }

  /*/ Extra large devices (large desktops, 1200px and up) /*/
  @media (min-width: 1200px) {
    .container-fluid {max-width:1200px !important;}
  }

  /*/ Extra large devices (large desktops, 1200px and up) /*/
  @media (min-width: 1700px) {
    .container-fluid {max-width:1200px !important}
  }

  /*/ Typography /*/

  .thin {font-weight: 300;}
  .lighter {font-weight: 300;}
  .regular {font-weight: 400;}
  .bold {font-weight: 700;}
  .heavy {font-weight: 900;}

  .punch {
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1;
  }
  .text-shadow {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.6); 
  }
  .text-lg {
    font-size: 1.5rem;
  }
  .text-2x {
    font-size: 2rem;
  }
  .text-4x {
    font-size: 4rem;
  }

  .line-height-lg {
    line-height: 1.75rem;
  }

  /* Lists */
  ul.list-indent-0 {
    -webkit-padding-start: 1em;
    padding-left: 1em;
  }
  /* Navbar - mobile icon */
  button.navbar-toggler {
    border-radius: 50% !important;
    height: 2em;
    width: 2em;
    padding: 0;
  }

  /* Links */
  a:hover {cursor: pointer;}
  .hover-primary-bg a.d-block {text-decoration:none; line-height:1;} /* SubBanner */

  /*/ Buttons /*/
  .btn-wide {padding-left:5em;padding-right:5em;}

  /*/ Color Palette /*/
  .primary {color: #1a73e8 !important;} /* orange */
  .primary-lt {color: #f76908 !important;} /* light orange */
  .secondary {color: #1a73e8 !important;} /* blue */
  .text-ltgray {color: #f0f0f0;}
  
  /*/ Buttons /*/
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    box-shadow: 0 3px 1px -2px rgba(26,115,235,.4), 0 2px 2px 0 rgba(26,115,235,.2), 0 1px 5px 0 rgba(26,115,235,.3) !important;
}
.btn-secondary:focus {
    opacity: 0.62;
}
  .btn-secondary:active {opacity: 0.32;}
.primary-bg, .btn-primary, .btn-primary:active, .btn-primary:focus,  .btn-secondary:hover, button.mktoButton:hover  {background-color: #2c7eea !important;}
.secondary-bg, .btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, button.mktoButton, button.mktoButton:active, button.mktoButton:focus{background-color: #1a73e8 !important;}

  .hover-primary-bg:hover, .hover-primary-bg:hover * {
    background-color: #1a73e8 !important;
    color: white !important;
  }

  .primary.collapsed:not(:hover) {color:#333e48 !important;}

  .bg-shade-1 {background-color: rgba(0,0,0,0.05);}
  .bg-light {background-color: ##f8f9fa!important;}

  /*/ Filters (bgImg overlay) /*/
  .filter-light-25 {
    background-color: rgba(255,255,255,0.25);
  }

  /*/ Icons -- commented out for "always blue"
  #SubBanner a:hover .arrow-down-hover {
    display: inline !important;
  }
  #SubBanner a:hover .arrow-down {
    display: none;
  }
/*/

  #SubBanner a {outline: 0px !important;}

  #edit-Forms-Articles li img {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }

  /*/ Footer /*/
  #Footer-Copyright a {
    color: inherit !important;
  }


  /* nav */
  .show ul.navbar-nav {padding-top:1em !important; margin:0px auto !important;}
  .show li.nav-item {margin:.5em auto !important;}
  #navbar.show {display:flex; flex-direction:column; justify-content: center;}
  #navbar.show .btn {margin: 1em auto;}

  /* mobile modal styles */
  .modal.show .modal-dialog {
    margin: 1em 17px 1em 2em;
    max-width: 100% !important;
  }
  @media screen and (min-width: 768px) {
    .modal.show .modal-dialog {
      margin: 1em auto 1em auto;
      max-width: 60% !important;
    } 
  }

  @media screen and (min-width: 991px) {
    .border-lg-left {
      border-left:1px solid #ddd !important; 
    }
  }