/*SOS Overview Homepage*/
.pages-default-aspx cta-hero-slideshow-webpart{
	min-height: calc((50vh + 28.125vw) / 2);
}
.pages-default-aspx cta-hero-slideshow-webpart .carousel-bg .carousel-bg-image .carousel-bg-image-overlay { /* Remove Slideshow color overlay */
    background-color: transparent;
}
.pages-default-aspx .heading-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.pages-default-aspx .heading-links h2 {
  margin:0;
  font-size:50px;
}
.pages-default-aspx .main h2 {
  font-size: 46px;
}
.pages-default-aspx .main h2 span{
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Archivo", Arial, sans-serif;
}
.pages-default-aspx .division-callout {
    background-color:#f8fafc;
    border-radius: 14px;
    padding: 62px;
}
.pages-default-aspx .corp-links{
    background-image: url(/PublishingImages/homepage/home-tree-corp.png);
    background-repeat: no-repeat;
    background-position: 94% 95%;
}
.pages-default-aspx .elec-links{
    background-image: url(/PublishingImages/homepage/home-tree-elec.png);
    background-repeat: no-repeat;
    background-position: 94% 95%;
}
.pages-default-aspx .arch-links{
    background-image: url(/PublishingImages/homepage/home-tree-arch.png);
    background-repeat: no-repeat;
    background-position: 94% 95%;
}
.pages-default-aspx .aud-links{
    background-image: url(/PublishingImages/homepage/home-tree-aud.png);
    background-repeat: no-repeat;
    background-position: 94% 95%;
}
.pages-default-aspx .corp-links, .pages-default-aspx .elec-links, .pages-default-aspx .arch-links, .pages-default-aspx .aud-links {
  margin-bottom: 40px;
}
.pages-default-aspx .corp-links ul, .pages-default-aspx .elec-links ul, .pages-default-aspx .arch-links ul, .pages-default-aspx .aud-links ul {
  margin-bottom: 40px;
  margin-left: 0;
  list-style-type: none;
  padding-inline-start: 4px;
}
.pages-default-aspx .corp-links h2 {
    color: #024539;
}
.pages-default-aspx .elec-links h2 {
    color: #056cb6;
}
.pages-default-aspx .arch-links h2 {
    color: #5c306a;
}
.pages-default-aspx .aud-links h2 {
    color: #003366;
}

.pages-default-aspx .howhelp{
  max-width: 51rem;
  margin: 0 auto 50px auto;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.pages-default-aspx .howhelp h2 {
    font-size:50px;
}
.pages-default-aspx .howhelp input {
  height: auto;
  padding: 0.8rem 1.15rem;
  padding-left: 3.65rem;
  font-size: 2.1rem;
  box-shadow: none;
  width: 100%;
  color: #505d6e;
  background-color: white;
  border: 2px solid #9098a2;
  border-radius: 0.4rem;
}
.pages-default-aspx .howhelp input:focus {
  outline-color:  #c64c00 !important;
}
.pages-default-aspx .howhelp > .search-icon {
  color: #505d6e;
  font-size: 2rem;
  position: absolute;
  top: 35px;
  left: 3px;
  width: 3.65rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-default-aspx .secphoto {
    width: 100%;
    margin-top: 114px;
}
.pages-default-aspx .corp-links a {
    color: #0e6d5c;
    text-decoration: underline;
	text-decoration-color: #024539;
	text-decoration-style: dotted;
	text-underline-offset: .2em;
	transition: all 0.4s ease-out;
	text-decoration-thickness: .1em;
    font-weight: normal;
    font-size: 19px;
}
.pages-default-aspx .elec-links a {
    color: #056cb6;
    text-decoration: underline;
	text-decoration-color: #6caedf;
	text-decoration-style: dotted;
	text-underline-offset: .2em;
	transition: all 0.4s ease-out;
	text-decoration-thickness: .1em;
    font-weight: normal;
    font-size: 19px;
}
.pages-default-aspx .arch-links a {
    color: #5c306a;
    text-decoration: underline;
	text-decoration-color: #a78ecb ;
	text-decoration-style: dotted;
	text-underline-offset: .2em;
	transition: all 0.4s ease-out;
	text-decoration-thickness: .1em;
    font-weight: normal;
    font-size: 19px;
}
.pages-default-aspx .aud-links a {
    color: #003366;
    text-decoration: underline;
	text-decoration-color: #33577d;
	text-decoration-style: dotted;
	text-underline-offset: .2em;
	transition: all 0.4s ease-out;
	text-decoration-thickness: .1em;
    font-weight: normal;
    font-size: 19px;
}
.pages-default-aspx .corp-links a:hover, .pages-default-aspx .elec-links a:hover, .pages-default-aspx .arch-links a:hover, .pages-default-aspx .aud-links a:hover {
  font-weight: normal;
}
.pages-default-aspx .bb-heading{
  font-size: 40px;
}
.pages-default-aspx section.stripe3 {
    background-color: #9098A2;
    padding: 2em 0;
    color: #f8fafc;
}
@media screen and (max-width: 1140px) {
    .pages-default-aspx .arch-links h2 {
        font-size: 38px;
    }
}
@media screen and (max-width: 650px) {
    .pages-default-aspx .secsection h2 img {
    width: 100%;
    }
    .pages-default-aspx .howhelp h2 {
    font-size:36px;
    }
}
@media screen and (max-width: 425px) {
    .pages-default-aspx .division-callout {
        padding: 20px;
    }
    cta-hero-slideshow-webpart .carousel-slide .carousel-slide-title h2 {
    font-size: 30px !important;
    }
}
/* Newsroom Webpart Styling */
.oregon-secretary-of-state .or-newsroom-article a {
    text-decoration:  none;
    color: #505d6e;
}
.oregon-secretary-of-state .or-newsroom-article p {
    font-weight: bold;
    font-size: 14px;
    color: #5c306a;
    text-transform: uppercase;
}
.oregon-secretary-of-state .or-newsroom-article p p{
    font-weight: normal;
    font-size:16px;
    color: #505d6e;
    text-transform:initial;
}
.oregon-secretary-of-state .or-newsroom-article .btn-default, .oregon-secretary-of-state .or-newsroom-article .btn-default:hover {
    background-color: #c64c00 !important;
    border-color: #c64c00 !important;
    font-size: 16px;
}
/* Flip Card Styling */
.flipcard-front-heading h2, .pages-full-width-page-general-alt3-aspx .flipcard-front-heading h3{
	color:#505d6e;
}
button.flipcard-button-link{
	color: #C1DAF0;
    text-decoration: underline;
	text-decoration-color: #C1DAF0;
	text-decoration-style: dotted;
	text-underline-offset: .2em;
	transition: all 0.4s ease-out;
	text-decoration-thickness: .1em;
    font-weight: bold;
}
button.flipcard-button-link:hover{
	color: #ecaf66;
	text-decoration: underline;
	text-decoration-color: #ecaf66;
	text-decoration-style: dotted;
	text-underline-offset: .3em;
	text-decoration-thickness: .1em;
    font-weight: bold;
}
cta-card-flipping-grid-webpart .flipcard-back-heading {
    margin: 15px 0;
}

