﻿/* 5-20-2024 */

:root {
    --cc-btn-bg: #1C7DAD;
	--cc-btn-bg-highlight: #229AD6;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 4px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
	
html,body,p {font-family: 'Inter', sans-serif;}


/* Begin DISPLAY NONE */
a.coveo-powered-by.coveo-footer-logo {
    display: none;
}
/* End DISPLAY NONE */

a {
	color:#0070CC;
	text-decoration: none;
}
  a:hover {
	  color:#0070CC;
      text-decoration:underline
  }

  a:focus,
  a:focus-visible,
  a.nav-link:focus-visible {
      text-decoration: none;
  }	

.formTitle a:focus-visible {
    outline: -webkit-focus-ring-color auto 4px;
    outline-color: #0070CC;
    outline-style: solid;
    outline-offset: 4px;
    outline-width: 2px;
}

.logo a img:focus {
    outline-color: #FFF;
	outline-style: solid;
    outline-offset: 4px;
    outline-width: 2px;
    border-color: transparent;
}

.alert-warning {
    --bs-alert-color: #855C0F !important;
}

button#codeSubmitButton {
    border-radius: 0px 0.375rem 0.375rem 0px;
}

.contentMain a:focus:focus-visible:focus-within {
    outline-color: #0070CC;
    outline-style: solid;
    outline-offset: 4px;
    outline-width: 2px;
}

.componentMain {
  margin-bottom: 45px;
}

.componentMain input.form-control:focus {
    outline-color: #0070CC;
    outline-style: solid;
    outline-offset: 4px;
    outline-width: 4px;
    border-color: transparent;
    box-shadow: none;
}

.componentMain input.form-control {
    border: #737373 1px solid;
}

html, body {
    height: 100%;
}

.bg-dark {
	background-color:transparent !important;
}

.container.contentPage {
    padding-top: 25px;
    padding-bottom: 25px;
}

.flex-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.formTags {
    color: #1e1e1e;
	font-weight: bold;
    margin: 5px 0px 10px 0px;
}

  .formTags span {
      display: inline-block;
      padding: 0px 10px;
  }

/* Forms Portal & Forms Product Download */
.formsStoreCallout {
    border: #CCC 1px solid;
    background: #f9f9f9;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.formsPortal .sideNavBoxBorder {
    padding-top: 0px;
}

.formsPortal .nav-list a {
    font-size: 0.85em;
}

.formsPortal .well {
    padding: 15px;
    border: solid 1px #dcdcdc;
}

.formsPortal .nameLinks {
    text-align: center;
	min-height: 53px;
    padding-top: 8px;
    font-weight: 700;
    word-spacing: .1rem;
    letter-spacing: .03rem;
    font-size: .8rem;
}

.formsPortal h2 {
    margin-top: 10px;
}

.formResults li.formResult {
    border-bottom: 1px dotted #ccc;
    margin-top: 12px;
}

.formResult .formTitle {
    font-weight: bold;
    margin-bottom: 12px;
}

.formResult .formTags {
    font-size: 1em;
}

.formResult .formSummary, .formResult .formLinks {
    margin: 12px 0px;
}

/* Forms Preview */
.formPreview h1 {
    margin-top: 18px;
}

.formPreview .formDownloadArea {
    margin-top: 20px;
}

.formPreview .formTags {
    font-size: 1.2em;
	word-spacing: .2rem;
}

.formDownloadArea .calloutMessage {
    color: #0c5460;
}

.Zip {
    text-align: right;
}

.Zip .btn span {
    font-size: 0.75em;
}

.Zip a, .Zip a i {
    color: white;
}

.full-flex-body {
    flex: auto 1 1;
}

header {
    background: #002f5e;
    padding-top: 30px;
}

header .actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .search button {
    background-color: #ff8500;
    color: white;
}

header .action .btn {
    color: white;
    margin-left:15px;
}

.counter {
    position: absolute;
    top: -6px;
    right: 15px;
    color: white;
    background-color: #ff8500;
    border: solid 1px #ff8500;
    border-radius: 20px;
    min-width: 22px;
    font-size: 10px;
    padding: 2px;
    font-weight: bold;
}

.counter.red {
    background-color: red;
    border: solid 1px red;
}

.logo a {
  display: inline-block;
}

footer {
    background: #155b7e;
    color: #FFF;
    padding: 26px;
}

      footer h3 {
          color: #FFF;
		  margin-bottom: 13px;
      }

  footer a {
      color: #b2def1 !important;
  }

  footer a:hover, footer a:focus {
      color: #D2F2FF !important;
  }

  footer .btn-sm {
      background: #094d6f;
      border-radius: 4px;
      border: #8ad1f5 1px solid;
      margin-top: 13px;
      color: #8ad1f5;
  }

  footer .btn-sm:hover, footer .btn-sm:focus {
      border: #FFF 1px solid !important;
  }

  footer a:focus:focus-visible:focus-within {
    outline-color: #FFF;
    outline-style: solid;
    outline-offset: 4px;
    outline-width: 2px;
  }


footer .footer-links {
    background-color: #1e87bb;
    color: white;
    text-align: center;
}

.copyright {
    background-color: #2f3a4c;
    color: white;
    text-align: center;
    padding: 5px 0;
	font-size: 12px;
}

.copyright a {
    color: #41c0ff;
}

.copyright a:hover, .copyright a:focus {
    color: #79D3FF;
}

.top-nav {
	background: #F1F1F1;
}


i.fa.fa-shopping-cart {
    color: #FFF;
    padding: 0.6rem 1rem;
    position: relative;
    top: -5px;
    left: -17px;
}


i.fa.fa-shopping-cart:hover {
    background: #101620 !important;
    border-color: transparent !important;
    cursor: pointer;
    border-radius: 15px;
}


img.iconCart {
    padding: 0.6rem 1rem;
    position: relative;
    top: -5px;
    left: -17px;
    width: 50px;
}


img.iconCart:hover {
    background: #101620 !important;
    border-color: transparent !important;
    cursor: pointer;
    border-radius: 15px;
}


@media (min-width: 310px) {
    header .logo img {
        width: 280px;
        margin-right: 20px;
    }
}

@media (min-width: 400px) {
    header {
        padding-bottom: 20px;
    }

    header .header-right {
        display: flex;
    }

    header .search {
        flex: auto 1 1;
    }
}

@media (min-width: 768px) {
    header .header-flex {
        display: flex;
    }

    header .header-right {
        flex: auto 1 1;
        align-items: center;
        justify-content: end;
    }

    header .search {
        margin-left: 20px;
    }

    header .search  {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    header .logo {
        text-align: center;
    }

    header .search, header .actions {
        margin-top: 15px;
    }
}

 

/***** BEGIN MAIN ****/

/* Begin ADA Addons*/

h1 {
  color:#b55e00;
  font-size: calc(1.5rem + .08vw);
}
h2 {
  color:#314059;
  font-size: calc(1.2rem + .08vw);
}

  h2.semibold {
      color: #b55e00;
	  font-size: 1.2rem;
  }

h3 {
  color:#155b7e;
  font-size: calc(1rem + .08vw);
}

h4 {
  font-size: calc(.9rem + .2vw);
}

.header .logo img:focus-visible {
    outline: 2px solid #ffb566;
}	

input[type=text]:focus-visible {
    outline-style: solid;
    outline-color: #FFF;
    outline-width: 2px;
    border: 2px solid transparent;
}	

.dropdown-toggle.btn-primary:focus-visible {
    border-radius: 5px;
    filter: invert(100%);
    background: #000 !important;
	outline:none;
}
	
header .logo img {
   display: inline-block;		
		
}

.homeContainer,
.siteContainer {
	padding: 10px 20px;
}



.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:focus-visible {
    color: #506f87;
}
	
  .navbar-dark .navbar-nav .nav-link:focus-visible {
      outline-offset: 2px;
      outline: solid;
  }

.searchContainer button.btn.btn-primary:active {
    border-radius: 0px 5px 5px 0px;
    background-color: #FFBD77 !important;
    color: #00457c;
}

.sideNavigation {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 8px 12px;
}

  .sideNavigation h1 a {
      color: #242f42;
      font-size: calc(1.2rem + .08vw);
  }
	
.skip-to-content-link {
  background: #D1F0FF;
  color:#212d40;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-170%);
  transition: transform 0.3s;
  z-index: 9999;
  font-weight: 700;
  border: #2f3a4c 2px solid;
  padding: 2px 8px;
}


.skip-to-content-link:focus {
  transform: translateY(0%);
	z-index:9999;
}	
	
/* End ADA Addons*/	
	
#AccountMenu a.btn {
    border-radius: 5px;
    font-weight: 600;
}

.arrowup {
	width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    margin: 0 0 15px 0;
    position: absolute;
    top: -8px;
    right: 20px;
}
	

.btn-primary {
		background-color:#ffb566 !important;
		color:#00457c !important;
		border-color:transparent !important;
	     font-weight: 500;
}
	
.btn-primary:hover {
          background-color:#FFBD77 !important;
		  color:#00457c !important;
		  border-color:transparent !important;
	      text-decoration:none;
}
	
.btn-primary:focus-visible {
    /*outline-style: solid;
    outline-color: #00457c;
    outline-width: 4px;	*/
}

.btn:focus-visible {
	outline-style: solid;
    outline-color: #00457c;
    outline-width: 4px;
}


.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
      background: #101620 !important;
      border-color:transparent;
      cursor: pointer;
      /*border-radius: 15px;*/
    }
	
	.btn-check:focus+.btn-primary, .btn-primary:focus {
      box-shadow: none !important;
    }

.btn-primary:active {
    background: #ffca92 !important;
}
	
.btn-secondary {
	background: var(--cc-btn-bg);
	border:none;
}

  .btn-secondary:hover {
      background: var(--cc-btn-bg-highlight) !important;
  }

.btn-secondary:focus-visible {
	background: var(--cc-btn-bg);
}


/* Begin Coveo Search */

.CoveoSearchbox .CoveoSearchButton {
	background-color: #ffb566;
    color: #00457c;
    border-color: transparent;
	border-radius: 0px 5px 5px 0px;
}
.CoveoSearchButton{
	border-radius: 0px 5px 5px 0px !important;
	padding: 0.375rem 0.75rem;
	height:initial !important;
	width:initial !important;
}

.CoveoSearchbox .magic-box {
    border: none !important;
	
}

div#Calchamber-GlobalSearchbox_container {
    border-radius: 6px;
}

.CoveoSearchbox,
.magic-box,
.magic-box .magic-box-input,
.magic-box .magic-box-input .magic-box-underlay, .magic-box .magic-box-input > input {
   height: 35px !important;
}

.CoveoSearchbox .magic-box .magic-box-input > input {
    height: 38px !important;
	color: #757575 !important;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
    position: relative;
	top: -9px;
}

.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
    fill: #00457c !important;
}

.magic-box-input {
    border-top: 1px solid #242f42;
    border-left: 1px solid #242f42;
    border-bottom: 1px solid #242f42;
}

.magic-box-input:focus, .magic-box-input:focus-visible, .magic-box-input:focus-within  {
    outline-style: solid;
    outline-color: #ffb566;
    outline-width: 4px;
}

.CoveoSearchbox .CoveoSearchButton:focus-visible {
	outline-style: solid;
    outline-color: #fff;
    outline-width: 4px;
}

input[type="text"]::placeholder {
    color: #757575;
}

.spResults span.fa-li {
    position: relative;
    top: 22px;
    left: -23px;
}

/* End Coveo Search */

.dropdown-toggle.btn-primary {
    background-color: transparent !important;
	border:none !important;
    color: #FFF !important;
}

    .dropdown-toggle.btn-primary:hover {
        background: #101620 !important;
        border-color: transparent !important;
        cursor: pointer;
        border-radius: 15px;
    }
	
.headerIcons {
	  display: inline-flex; 
}
	
	.headerIcons h3 {
      color: #B55E00;
      font-weight: 600;
      font-size: 18px;
      margin-left: 0px;
      padding-left: 0px;
     }
	
.header-left {
    margin-right: 25px;
}

	.nav-link,
	li.acctMenu a {
		color:#FFF;
	}
	
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: 30px;
}

.searchContainer {
	width: 50%;
}	
	
  .searchHdr {
      width:100%;
      margin-left:73px;

  }
	
.dropdown-menu {
	font-size: 14px;
    padding: 8px;
	border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
	
.menuDropdownLower {
    min-width: 250px;
}	
	
ul li.ourSites,
ul li.notificationWrap,
ul li.acctMenu {
    list-style: none;
}
	
.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
	
.navbar-dark .navbar-nav .nav-link {
    color: #435e73;
	border-right: 1px solid #e1e2e4;
    padding: 0px 20px;
	font-weight: 600;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	font-size: .9rem;
}	
	
	.navbar-dark .navbar-nav .nav-link:hover {
      color: #2B3E4D;
      background: #e9ebec;
      text-decoration: none;
}	
	
.navbar-dark .navbar-toggler {
    color: #2f3a4c;
    border-color: #2f3a4c;
    font-size: 13px;
    margin-top: 4px;
    padding: 4px 6px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(https://www.calchamber.com/-/media/images/bars-solid-drk-blue.svg);
}

	
.navigation {
	background: #f4f4f4;
	display: block;
}	
	
.hdrFlex { 
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;  
	flex: 0%; 
	justify-content:flex-start;
}

/*** BEGIN J.S. attributes ***/

.newAcc .newMem, .newAcc .newMemNav a {
	padding: 12px;
}

.panelHeader {
    padding: 10px;
    font-weight: bold;
    color: #242F42;
    background-color: #f4f4f4;
    border: solid 2px #e1e2e4;
	border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panelContent {
    padding: 12px;
    border: solid 2px #e1e2e4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	min-height: 225px;
}

.form-group {
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}

.headerIcons a {
    color: #00457c;
}

#AccountMenu {
    text-align: center;
}

.uname {
    font-weight: bold;
    font-size: 1.1em;
}

.uid {
    font-size: 0.85em;
}

.uid, .uinfo {
    padding-bottom: 5px;
    border-bottom: solid 1px #e1e2e4;
    margin-bottom: 6px;
}

.loginNav {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** END J.S. attributes ***/

/*** BEGIN Notifications ***/

span#notificationBubble {
    background: #ffb566;
    color: #212d40;
    position: absolute;
    top: -4px;
    left: -1px;
    font-size: 12px;
    border-radius: 15px;
    line-height: 18px;
    padding: 1px 6px;
}

.notify-list .notify-zero {
    font-style: italic;
}

.notify-list.simple .notify-zero {
    text-align: center;
    margin: 10px 0px 5px 0px;
}

.notify-list .message {
    background-color: #e5efff;
}

.notify-list.interactive .message {
    border: solid 1px #ababab;
    margin-bottom: 20px;
}

.notify-list.simple .message {
    border-bottom: solid 1px #ababab;
}

.notify-list .message .content {
    cursor: pointer;
    padding: 10px;
}

.notify-list .message .options {
    display: none;
    background-color: white;
    border-top: solid 1px #d1d1d1;
    padding: 2px 10px;
}

.notify-list .message.selected .options {
    display: block;
}

.notify-list .message.mr {
    background-color: white;
}

.notify-list .message.d {
    background-color: #eee;
}

.notify-list .dropdown-menu {
    padding: 0px 0px 10px 0px;
}

.notify-list .dropdown-menu .notify-heading {
    padding: 8px;
    border-bottom: solid 1px #ababab;
}

.notify-list .dropdown-menu .notify-heading h2 {
    margin-bottom: 0px;
}

.notify-list .dropdown-menu .notify-heading a.notify-manage {
    float: right;
    font-size: 1.2em;
}

.notify-list .dropdown-menu .scroll-content {
    max-height: 250px;
    overflow-y: auto;
}

.notify-list .form-check {
    margin-bottom: 15px;
}

.notify-list .form-check label {
    font-weight: bold;
}

.notify-list .form-check label span {
    font-weight: normal;
}

/*** END Notifications ***/

/*** BEGIN Webinar Attributes ***/

.vidcontainer {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
.leftContent {
	text-align: left;
	width: 49%;
	float: left;
	padding-right: 10px;
}
.rightContent {
	text-align: left;
	width: 49%;
	float: left;
}
video {
	max-width: 100%;
	height: auto;
}
#vwrapper {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 11px 14px;
	text-align: center;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.title {
    margin-bottom: 16px;
}

@media (max-width:768px) {
  .vidcontainer {
      width: 75%;
  }
  .leftContent {
      width: 49%;
  }
  .rightContent {
      width: 49%;
  }
}


@media (max-width:414px) {
  .vidcontainer {
      width: 95%;
  }
  .leftContent {
      width: 250px;
      float: none;
      text-align: center;
      margin: 20px auto;
      padding: 8px;
      border: 1px solid rgba(255,255,255,0.3);
  }
  .rightContent {
      width: 250px;
      float: none;
      text-align: center;
      margin: 0 auto;
      padding: 8px;
      border: 1px solid rgba(255,255,255,0.3);
  }
}

/*** END Webinar Attributes ***/
	
/* Media Queires */

@media (min-width: 310px) {
    header .logo img {
        width: 290px;
    }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
     background: #f4f4f4;
  }
}	
@media (max-width: 992px) {
	
	.headerIcons {
	  margin: 16px auto 0px auto;
	}
	.logo {
      margin: 0 auto;
    }
	.searchContainer {
      width: 80%;
      margin: 20px auto 0px auto;
    }
}

@media (max-width: 560px) {
	
	.searchContainer {
      width: 100%;

    }
	
}

@media (max-width: 480px) {
	
    .CoveoSearchInterface {
       min-width: 275px !important;
       background-color: transparent !important;
    }

    div#Calchamber-GlobalSearchbox_container {
        margin: 0 auto;
        flex: unset;
    }
	
}

@media (max-width: 415px) {
	
    #notify .arrowup {
        right: 85px;
    }
	
	#ourSites .arrowup {
      right: unset;
   }
	
}
/***** END MAIN ****/


