@import url("https://use.typekit.net/ttt2jdg.css");
/* ADOBE fonts not Google 

------- headings ------- 

font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 300;

font-family: din-2014, sans-serif;
font-style: normal;
font-weight: 200;


------- body text ------- 

font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;

font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: italic;

font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: italic;

font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;

*/
body {
  color: #2b2b2b;
  background-color: #ffffff;
  font-family: neue-haas-unica, sans-serif !important; /* bootstrap cdn overrides this property otherwise */
  font-style: normal;
  font-weight: 400;
  height: 100%;
}
/* ------- for A11y -------  */
a#skip {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
a#skip:focus, a#skip:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px1px1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/********************                  preloader/spinner             ***********************/
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffff;
  z-index: 999999;
}
.sk-chase, .sk-wander {
  top: 48%;
}
.sk-wander-cube {
  background-color: #fdb913 !important;
}
/*******************                       Links                       *********************/
a, a:link, a:visited, a:focus {
  color: #892e3b;
  text-decoration: underline;
  background-color: transparent;
}
a:hover, a:active, #content a:hover, #content a:active {
  color: #4d3653;
  text-decoration: none;
}
a.dnnPrimaryAction:link {
  color: white;
}
a.dnnSecondaryAction:link, a.dnnSecondaryAction:visited {
  color: black;
}
/* ---- table ---- */
.table td {
  font-size: .95em !important;
}
/* cascading color variables don't work in IE */ :root {
  --gold: #fdb913;
  --gold_dk: #e4a612;
  --tomato: #892e3b;
  --tomato_dk: #712631;
  --dove: #c9cac2;
  --grape: #372b50;
  --grape_dk: #261E38;
  --twilight: #2d637f;
  --twilight_dk: #2d5771;
  --greenfield: #0f6611;
  --greenfield_dk: #322749;
  /*    lisa prev.
	--gold:#fdb813; 
	--tomato:#b45340; 
	--dove:#d2d2c6;
	--grape:#605371;
	--twilight:#3a6f8f;
    
    .butterscotch {color:var(--gold);}
    */
}
.gold {
  color: var(--gold);
}
.gold_dk {
  color: var(--gold_dk);
}
.tomato {
  color: var(--tomato);
}
.tomato_dk {
  color: var(--tomato_dk);
}
.dove {
  color: var(--dove);
}
.grape {
  color: var(--grape);
}
.grape_dk {
  color: var(--grape_dk);
}
.twilight {
  color: var(--twilight);
}
.twilight_dk {
  color: var(--twilight_dk);
}
.greenfield {
  color: var(--greenfield);
}
.greenfield_dk {
  color: var(--greenfield_dk);
}
/*****     also, to stop headbutting   ******/
a.anchor:before {
  display: block;
  content: "";
  height: 11vh;
  margin: -11vh 0 0;
}
.anchor {
  text-decoration: none;
  color: inherit;
}
/***************             DNN9 tweaks         ***************************/
.dnnModuleManager.dnnSortable {
  z-index: 9; /* 9 may be sufficient but allow draggable modules to be grabbed and moved */
}
.dnnEditState #onlyPopUps {
  display: none;
}
.eipbackimg.containerTitle {
  margin-right: 30px;
} /* to adjust inline Save/Cancel icons to be visible */
/* need for Add Module to be grabbable - 1000 is default, and .floating may be what's needed for line 169 */
.dnnModuleManager .DnnModule.floating, .dnnModuleSorting .DnnModule.floating {
  z-index: 2000 !important;
}
/****** RTE Background Fix *****      this is necessary to see the module tools in Edit Mode          */
.redactor-box textarea {
  background: #fff !important;
  color: #333 !important;
}
/****** RTE Background Fix *****      this is necessary to see the module tools in Edit Mode          */

/* for login buttons*/
.dnnPrimaryAction, a.dnnPrimaryAction {
    color: white !important;
}

li.dnnModuleItem > .title { /* using wrong font size from OLB */
    font-size: 12px;
}
/* stops bootstrap modal from shifting body content on open */
.modal {
 overflow-y: auto;
}
.modal-open {
 overflow: auto;
}

/*********************             Buttons!                         ***********************/
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.focus, .btn:focus {
  outline: 0;
  /*  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);*/
}
.btn:hover, a.btn:hover {
  color: inherit;
  text-decoration: none !important;
}
.btn-danger a:link, .btn-info a:link {
  color: white;
  text-decoration: none;
}
p.btn {
  margin: 0;
}
/*  -------------------- BS button overrides ----------------------   */
/* -----  grape  ----- */
.btn-primary {
  color: #fff !important;
  background-color: #372b50 !important;
  border-color: #372b50 !important;
  text-decoration: none !important
}
.btn-primary a:link, .btn-primary a:visited, p.btn-primary a:link, p.btn-primary a:visited {
  color: #fff !important;
  text-decoration: none !important
}
.btn-primary:hover {
  background-color: #261E38 !important;
  border-color: #261E38 !important
}
.btn-primary a:active, p.btn-primary a:hover, p.btn-primary a:active {
  color: #fff !important;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 54, 81, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(74, 54, 81, 0.5) !important
}
/* ----- tomato -----  */
.btn-danger {
  color: #fff !important;
  background-color: #892e3b !important;
  border-color: #892e3b !important;
  text-decoration: none !important
}
.btn-danger a:link, .btn-danger a:visited, p.btn-danger a:link, p.btn-danger a:visited {
  color: #fff !important;
  text-decoration: none !important
}
.btn-danger:hover {
  background-color: #712631 !important;
  border-color: #712631 !important
}
.btn-danger a:active, p.btn-danger a:hover, p.btn-danger a:active {
  color: #fff !important;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 52, 61, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(138, 52, 61, 0.5) !important
}
/* ----- gold -----  */
.btn-warning {
  color: #000 !important;
  background-color: #fdb913 !important;
  border-color: #fdb913 !important;
  text-decoration: none !important
}
.btn-warning a:link, .btn-warning a:visited, p.btn-warning a:link, p.btn-warning a:visited {
  color: #000 !important;
  text-decoration: none !important
}
.btn-warning:hover {
  background-color: #e4a612 !important;
  border-color: #e4a612 !important
}
.btn-warning a:active, p.btn-warning a:hover, p.btn-warning a:active {
  color: #000 !important;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 171, 0, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 171, 0, 0.5) !important
}
/* -----  twilight ----- */
.btn-info {
  color: #fff !important;
  background-color: #2d637f !important;
  border-color: #2d637f !important;
  text-decoration: none !important
}
.btn-info a:link, .btn-info a:visited, p.btn-info a:link, p.btn-info a:visited {
  color: #fff !important;
  text-decoration: none !important
}
.btn-info:hover {
  background-color: #2d5771 !important;
  border-color: #2d5771 !important
}
.btn-info a:active, p.btn-info a:hover, p.btn-info a:active {
  color: #fff !important;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 105, 125, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(68, 105, 125, 0.5) !important
}
/* -----  greenfield  -----  */
.btn-success {
  color: #fff !important;
  background-color: #0f6611 !important;
  border-color: #0f6611 !important;
  text-decoration: none !important
}
.btn-success a:link, .btn-success a:visited, p.btn-success a:link, p.btn-success a:visited {
  color: #fff !important;
  text-decoration: none !important
}
.btn-success:hover {
  background-color: #0b4a0c !important;
  border-color: #0b4a0c !important
}
.btn-success a:active, p.btn-success a:hover, p.btn-success a:active {
  color: #fff !important;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 102, 17, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(15, 102, 17, 0.5) !important
}
/* is btn-group missing from bootstrap.min.css? */
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.col-md-3 > p.btn.btn-lg.btn-success.rounded-pill {
  font-size: 1.15rem; /* for Rates page button width*/
}
.redSection p.btn-light > a:link, .redSection p.btn-light > a:visited {
  color: inherit !important;
  text-decoration-color: none !important;
}
.redSection p.btn-light > a:hover, .redSection p.btn-light > a:active {
  color: inherit !important;
  text-decoration-color: underline;
}
/************               typography                        ***************/
h1 {
  color: #333;
}
h2 {
  color: #333;
}
h3 {
  color: #372b50;
}
h4 {
  color: #372b50;
}
h5 {
  color: #333;
}
h6 {
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}




/*************************                   Header            ************************/
#header {
  background-color: white;
}
/*Logo styling that is not being read from Bootstrap/Header2*/
#dnn_dnnLOGO_hypLogo {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  #dnn_dnnLOGO_hypLogo {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#dnn_TopNav p, #dnn_TopNav a:link, #dnn_TopNav a:visited,#dnn_TopNav a:hover, #dnn_TopNav a:active {
    color: #444;
    font-size: .85rem;
}
/*******                 Search        ***********/
.search_main {
  top: 8px;
  position: relative;
  line-height: 1.5;
}
.SearchContainer {
  margin: 0 auto;
  padding-top: 10px;
}
.searchInputContainer {
  float: right;
  position: relative;
  right: 30px;
}
input.SearchTextBox {
  border: 1px solid #dbdbdb;
  font-size: 16px;
}
.dnnSearchBoxPanel {
  max-width: 100%;
}
.search_link {
  margin-top: 6px;
  position: absolute;
  cursor: pointer;
}
.search_link.close {
  margin-top: 11px;
}
.SearchIcon, .dnnSearchResultItem-Others {
  display: none;
  background-image: none !important;
}
.dnnSearchBoxPanel .dnnSearchBox {
  margin-left: 10px;
  margin-right: 125px;
  display: block;
}
.dnnSearchResultPanel {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
  padding: 10px 0 7px 0;
  background-color: #ddd;
}
.search, a.search:link, a.search:active, a.search:visited {
  position: relative;
  left: 194px;
  top: 11px;
}
.fas.fa-search {
  color: #4d3653;
  font-size: 16px;
}

ul.searchSkinObjectPreview {
  z-index: 1025;
}
#dnn_dnnSEARCH_txtSearchNew {
    width: 187px;
}

/*.close {
  float: none !important;
} this is overriding bootstrap but why */




/************             Banner                  ************/
#LoginSlideshow {
	height: 561px;
}
div#banner {
  position: relative;
}
.BannerPane, .BannerPane img {
  margin: 0px auto;
  padding: 0 !important;
}

.BannerPane {
  position: relative;
}



/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

.carousel-caption ul, .carousel-caption p {
font-size:14px;
}
.carousel-caption {
    margin-left: 0;
    bottom: 3rem;
    top: 3rem;
    min-height: 62px;
left:0;
}
.carousel-caption h5 {
    color: #4d3653;
    font-size: 18px;
    text-align: left;
    position: relative;
margin-top:0;
margin-bottom:0;
}
.homeCTAcontainer {
	    margin-top: 416px;
}
div#OLBwrapper {
    margin: 4vh auto 0;
}
}

/* Portrait device??*/
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {
#homeCarousel {top:215px;}

}
/* ----------- iPhone X ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

.BannerPaneLeft {
    left: 7vw;
    position: absolute;
}
div#OLBwrapper {
    left: 10vw !important;
}
.carousel-caption {
    margin-left: 33vw !important;
    top: 7px !important;
    right: 11% !important;
}
}


/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .carousel-caption {
	margin-left: 15% !important;
}
div#OLBwrapper {
margin: 4vh auto 0;
left: 11vw !important;
}
}

/* ----------- Galaxy S9 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {
	 #dnn_dnnSEARCH_txtSearchNew {
    width: 82%;
}
 #LoginSlideshow {
    height: 757px;
}
}
/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {
 #dnn_dnnSEARCH_txtSearchNew {
    width: 70%;
}
  }

/* ----------- Galaxy A8 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width:1080px) 
  and (device-height: 2220px) 
  and (-webkit-device-pixel-ratio: 2.05) {

}

/* Portrait */
@media screen 
  and (device-width: 1080px) 
  and (device-height: 2220px) 
  and (-webkit-device-pixel-ratio: 2.05) 
  and (orientation: portrait) {
	.carousel-caption {
    margin-left: 1%;
	}
	.homeCTAcontainer {
	    margin-top: 416px;
}
div#OLBwrapper {
    left: 11vw;
}

.carousel-caption {
    margin-left: 33vw;
	right:10%;
}
}

  
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.carousel-caption {
    margin-left: 0;
    top: 235px;
    height: 300px;
    overflow: hidden;
}
carousel-caption p {
    font-size: 1rem;
}
.carousel-caption h5 {
    font-size: 1.8rem;
    margin-bottom: .25rem;
    margin-top: .25rem;
}
}

/* device? */
@media screen and (max-width:766px) {
  .BannerPaneLeft {
    margin-top: 561px !important;
    top: 0;
  }
  .searchInputContainer {
    width: 71%;
  }
  .navbar-brand {
    text-align: center;
  }
  #BannerPaneLeft {
   height: 100%;
    margin: auto;
    left: 0;
    margin-bottom: 1rem;
  }
  .slide-content {
    background-image: none;
  }

}

@media screen and (max-width:740px) and (orientation:landscape) {
#BannerPaneLeft {
    top: 15px;
    left: 80px;
}
#homeCarousel {
    top: 215px;
}
}

/* ----------- Google Pixel 3 ----------- */

/* Portrait */
@media screen 
  and (device-width: 1080px) 
  and (device-height: 2160px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
.homeCTAcontainer {
	    margin-top: 10px;
}
.carousel-caption {
    margin-left: 33vw !important;
    bottom: 25px;
}
}

/* ----------- Google Pixel 4 ----------- */

/* Portrait */
@media screen 
  and (device-width: 1080px) 
  and (device-height: 2280px) 
  and (-webkit-device-pixel-ratio: 2.11) 
  and (orientation: portrait) {
.homeCTAcontainer {
	    margin-top: 10px;
}
.carousel-caption {
    margin-left: 33vw !important;
    bottom: 25px;
}
}



/***               desktop                            **/
.carousel-item img, .BannerPane img  {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    display: block;
    min-height: 1px;
    position: relative;
    vertical-align: middle !important;
}

/*left banner */
.BannerPaneLeft {
 /* margin-top: 4vh;
  background-color: #b25659;
    height:371px;
  color: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;*/
 left: 0;
 position: relative;
 /* z-index: 35; */
 /* top: 5vh; */
 /* right: 0; */
}
div#OLBwrapper {
	margin-top: 4vh;
	background-color: #b25659;
	color: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: .5rem;
	width: 288px;
	left: 19vw;
	position: absolute;
}
.BannerPaneLeft p {
  font-size: 1em;
  line-height: 100%;
}
.BannerPaneLeft h1 {
  text-align: center;
}

#homeCarousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#loginButtonsOnly .card-header {
  background-color: #b25659;
}
.carousel-control-next-icon {
  background-image: url("/Portals/NorthrimBank/Skins/NorthrimSkin/img/next.svg");
  background-repeat: no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("/Portals/NorthrimBank/Skins/NorthrimSkin/img/prev.svg");
  background-repeat: no-repeat;
}
a.carousel-control-prev, a.carousel-control-next {
  z-index: 25;
  height:55vh;
}
#playButton, #pauseButton {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
  background-color: white;
  border: 1px solid #7b7b7b;
}
#playButton {
  background-image: url(/Portals/NorthrimBank/Skins/NorthrimSkin/img/play.svg);
  background-repeat: no-repeat;
}
#pauseButton {
  background-image: url(/Portals/NorthrimBank/Skins/NorthrimSkin/img/pause.svg);
  background-repeat: no-repeat;
}
#carouselButtons {
  position: absolute;
  bottom: 3px;
  z-index: 125;
}
.ghost {
  background-image: url("/portals/northrimbank/images/slideshow/ghost.png");
  background-repeat: repeat;
  border-radius: 5px;
}
.carousel-caption {
margin-left: 24vw;
top: 20px;
padding: 20px 15px;
margin-bottom: 4rem;
height: auto;
bottom: unset;

}

.carousel-caption h5 {
  color: #4d3653;
  font-size: 2rem;
  text-align: left;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.carousel-caption p {
  font-size: 1.3rem;
  text-align: left;
  position: relative;
  color: #1b1b1b;
}
.carousel-caption ul  {
  font-size: 1.3rem;
  text-align: left;
  color: #1b1b1b;
  margin: 0 15px;
}



/*banner inner*/
#bannerInner {
  overflow: hidden;
  clear: both;
}
.BannerPaneInner p {
  margin-bottom: 0 !important;
}
#dnn_BannerPaneInner {
  padding-right: 0;
  padding-left: 0;
}
.inner_banner {
  margin: 0px !important;
  max-height: 300px;
  max-width: 100%;
}

.BannerPaneInner img {
    background-size: cover;
    background-repeat: repeat;
    background-origin: content-box;
    min-width: 1024px;
    width: 100%;
    height: auto;
}

/************                        Banner stacking                  *******************/
.container_row {
  display: flex;
}
.layer1 {
  width: 100%;
}
.layer2 {
  width: 100%;
  margin-left: -80%;
  z-index: 555;
}
/*Carousel Pane*/
#dnn_CarouselPane p {
  margin: 0;
}
/*Sections*/

#content {
  background: #f1f1f1;
} 
#contentOne {
  background: transparent;
}
#contentTwo {
  background: #ffffff;
} 
#contentThree {
  background: #efefef;
}
#contentFour {
  background: #ffffff;
}
/**********************                        section 1 content            *******************/
#content ul li, #content ol li {
  margin-left: 30px;
}
.purpleH1, #dnn_ContentPane h2 {
  color: #4d3653;
  font-weight: 600;
  text-align: center;
  /*line-height: 2;*/ /*  ***** Angela Mod *****  */
  margin-bottom: 1em; /*  ***** Angela Mod *****  */
}

p.footnote, p.disclosure, p.disclaimer, span.footnote, span.disclosure, span.disclaimer {
  font-style: italic;
  font-size: 0.8em;
}
.contact-form div .form-group label {
  font-family: neue-haas-unica, sans-serif;
  font-weight: bold;
}
.jumbotron {
  background-color: #382952;
  color: #f2f2f2;
}
h3.display-4 {
  color: #f2f2f2;
}
hr.my-4 {
  border-color: #892b3b;
}
#oacFaqs button.btn.btn-link {
  color: #852d39;
  font-size: 1.3rem;
}
#oacFaqs > .card .card-header {
  background: #ffffff;
}
#oacFaqs h2.mb-0 {
  text-align: left;
}
#Biz > .modal-dialog {
  border: 2px solid var(--gold);
  box-shadow: 5px 6px 3px #adadad;
  border-radius: 0.25rem;
}

#dnn_ContentPane .card {
  background-color: #f1f1f1;
}
.privacyTable {
  border-collapse: collapse;
  width: 100%;
}
.privacyTable td {
  padding: 1%;
  border: 1px solid #666;
  vertical-align: top;
}
.privacyTable td ul {
  margin-top: 15px;
  margin-bottom: 10px;
}
.privacyTable th {
  padding: 1%;
  border: 1px solid #666;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}
.privacyTable th.privacyDark {
  padding: 1%;
  background: #666666;
  font-weight: bold;
  color: white;
  font-size: 1.2em;
  border: 1px solid #666;
  text-align: left;
}
th.privacyCenter {
  text-align: center !important;
  font-size: 1em;
}
.nonBold {
  font-weight: normal !important;
}

blockquote {
    border-left: 5px solid #8a343e !important;
}
blockquote, blockquote p {
    font-size: 20px;
    line-height: 1.4;
    color: #4a3651;
}

/* --- foreclosures table --- */

.saleTable td {
    font-size:1em!important;
}
.saleTable th[scope=row] {
      color: #372b50;
    font-size: 1.2em;
}




/*************      blog css             ********************/

h1.post_link {
    font-size: 1.75rem;
}
.post-meta ul li:first-of-type {
    display:none;
}
.post_link a:link, .post_link a:visited {
    color: black;
    text-decoration: none;
}
.post_link a:hover, .post_link a:active {
    color: rgb(77, 54, 83);
    text-decoration: underline;
}

.pagination {
  display: none;
  visibility: hidden;
}
.icons li {
  list-style: none;
}
#dnn_ContentPane p.wsc_post_summary {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
    line-height: 1.25;
}
#dnn_ContentPane .wsc_post_content p:first-of-type {
  text-align: left;
}
.btn.btn-medium.btn-rounded.btn-blog1 {
  border: 1px solid #afb1b2;
}
.read_more {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  padding: 1rem;
  color: transparent;
  border-width: 1px;
  border-style: solid;
  background: 
    linear-gradient(
      to right, 
      rgba(77, 54, 83, 0.75), 
      rgba(0, 0, 0, 0)
    ) left
  bottom
    no-repeat;
  background-size: 100% 1px
}

.wsc_image_wrapper img, img.post-image {
    max-width: 100%;
}

ul i.fa.fa-caret-right.grey2 {
    display:none;
}

.wsc_postit_subscribe {
    display: none;
}

/***************                     section 2 aka ContentPaneOne                  ************************/

.redSection {
  background-image: url(/Portals/NorthrimBank/Skins/NorthrimSkin/img/sigil.svg);
  background-color: #892e3b; /*tomato*/
  color: white;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 93rem;
  /* Set a specific height */
  /*	height: 250px;    ------------ specific height jacks up the pages -- AB ------------- */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contentOne h2, #contentOne h3, #contentOne h4, #contentOne h5 {
  color: white;
}

/* --- forms --- */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 10px;
}

div#genralcontact {
    background-color: #f1f1f1;
    color: #2b2b2b;
}

input[type="text"], textarea, input[type="number"], input[type="email"], select, input[type="date"], input[type="phone"] {
    border: 1px solid #767575;
    background: #fefefe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 0;
    padding: 5px;
    width: 100%;
}

div.table-responsive-md + p, div.table-responsive + p {
  margin-top: 1.5rem;
}
#contentOne a, #contentOne a:link, #contentOne a:visited, #contentOne a:focus {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
#contentOne a:hover, #contentOne a:active {
  color: #fff;
  text-decoration: none;
}
/* -------- cards ---------- */
/* --- card itself --- */

/* -- homepage gold cards with shadow -- */
#dnn_ThirdLeftPaneTwo, #dnn_ThirdMiddlePaneTwo, #dnn_ThirdRightPaneTwo {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.5);
  padding: 0 15px;
  margin: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* -- white icons on red -- */
#dnn_FourCardPaneOne_Row1A, #dnn_FourCardPaneOne_Row1B, #dnn_FourCardPaneOne_Row1C, #dnn_FourCardPaneOne_Row1D, #dnn_FourCardPaneOne_Row2A, #dnn_FourCardPaneOne_Row2B, #dnn_FourCardPaneOne_Row2C, #dnn_FourCardPaneOne_Row2D {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  padding: 0 5px;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
#dnn_ThreeCardPaneOne_Row1A, #dnn_ThreeCardPaneOne_Row1B, #dnn_ThreeCardPaneOne_Row1C, #dnn_ThreeCardPaneOne_Row2A, #dnn_ThreeCardPaneOne_Row2B, #dnn_ThreeCardPaneOne_Row2C {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  padding: 0 15px;
  margin-left: 3% !important;
  margin-right: 3% !important;
}
/* -- grey cards on white or grey -- */
#dnn_FourCardPaneTwo_Row1A, #dnn_FourCardPaneTwo_Row1B, #dnn_FourCardPaneTwo_Row1C, #dnn_FourCardPaneTwo_Row1D, #dnn_FourCardPaneTwo_Row2A, #dnn_FourCardPaneTwo_Row2B, #dnn_FourCardPaneTwo_Row2C, #dnn_FourCardPaneTwo_Row2D, #dnn_FourCardPaneThree_Row1A, #dnn_FourCardPaneThree_Row1B, #dnn_FourCardPaneThree_Row1C, #dnn_FourCardPaneThree_Row1D, #dnn_FourCardPaneThree_Row2A, #dnn_FourCardPaneThree_Row2B, #dnn_FourCardPaneThree_Row2C, #dnn_FourCardPaneThree_Row2D {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .3) !important;
  padding: 0 5px;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
#dnn_ThreeCardPaneTwo_Row1A, #dnn_ThreeCardPaneTwo_Row1B, #dnn_ThreeCardPaneTwo_Row1C, #dnn_ThreeCardPaneTwo_Row2A, #dnn_ThreeCardPaneTwo_Row2B, #dnn_ThreeCardPaneTwo_Row2C, #dnn_ThreeCardPaneThree_Row1A, #dnn_ThreeCardPaneThree_Row1B, #dnn_ThreeCardPaneThree_Row1C, #dnn_ThreeCardPaneThree_Row2A, #dnn_ThreeCardPaneThree_Row2B, #dnn_ThreeCardPaneThree_Row2C {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .3) !important;
  padding: 0 15px;
  margin-left: 3% !important;
  margin-right: 3% !important;
}
#dnn_ContentPaneOne .card, #dnn_ContentPaneTwo .card, #dnn_ContentPaneThree .card, #dnn_ContentPane .card {
  background-color: transparent !important;
}
.goldContainerCard {
  border: none !important;
}
.whiteContainerCard {
  background-color: transparent;
  border: none;
}
.greyContainerCard {
  background-color: transparent;
  border: none;
}
.tocCard {
  background-color: transparent;
  border: none;
}

.cardWhite {}
.cardHoriz, .cardHorizDouble, .cardHorizPhoto {
  border: none !important;
  background: transparent !important;
}
/* --- card body --- */
.cardHoriz .card-body, .cardHorizPhoto .card-body {
  margin: 0 1% 1%;
  padding: 0 1.25rem 1.25rem;
}
.cardHorizDouble .card-body {
  margin: 0 1% 1%;
  padding: 1.25rem 0;
}
/* --- card image --- */
/*          IE Card squish fix             */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10, IE11 */
  .card img {
    height: 100%;
  }
}
.card-img-top {
  height: 15vh;
}
.cardHoriz .card-img-top {
  height: auto !important;
}
.cardPhoto.card-img-top {
  height: auto !important;
}
.cardHorizPhoto .card-img-top {
  height: auto !important;
}
.goldContainerCard img, .whiteContainerCard img, .greyContainerCard img {
  height: 15vh;
}
.cardHoriz img {
  max-height: none !important;
}
.cardHorizPhoto img {
  min-height: 200px !important;
  max-width: 200px;
}
.cardHorizPhotoDbl img {
  min-height: inherit!important;
  max-width: 100%!important;
}
@media (min-width: 768px) {
  .cardHoriz img {
    max-width: 250px;
  }
}
/* --- card title --- */
.goldContainerCard .card-title, .goldContainerCard .card-title .Head, .whiteContainerCard .card-title, .whiteContainerCard .card-title .Head, .greyContainerCard .card-title, .greyContainerCard .card-title .Head {
  margin-bottom: 0;
  text-align: center;
}
.tocCard .card-title, .tocCard .card-title .Head {
  margin-bottom: 5px;
  text-align: left;  
}

/* --- card text --- */
.card-text {
  min-height: 65px;/*95px*/
}
.goldContainerCard .card-text, .whiteContainerCard .card-text, .greyContainerCard .card-text, .tocCard .card-text {
  min-height: 1px;
}
.goldContainerCard .btn {
  text-align: center !important;
  display: inherit;
  margin-top: 20px;
}
.whiteContainerCard .btn {
  margin-top: 20px;
}
.greyContainerCard .btn {
  margin-top: 20px;
}
.cardHorizDouble .card-text p {
  margin-top: 10px;
}

h6.card-subtitle.text-muted {
    color: #54555F !important;
}
h5.card-title {
  letter-spacing: 0.05rem;
}
h3.card-title {
    font-weight: normal;
    font-size: 1.4rem;
}
.centerMe {
  text-align: center;
}

/********************                         section 3 contentTwo                **********************/

#contentTwo ul li, #contentTwo ol li {
  margin-left: 30px;
}

#dnn_ThirdRightPaneTwo, #dnn_ThirdMiddlePaneTwo, #dnn_ThirdLeftPaneTwo {
  background-color: transparent;
  border: 0px transparent;
}
ul.goldCheck, ul.whiteCheck, ul.greyCheck {
  padding-left: 20px;
  list-style-type: none;
  text-indent: -5px;
}
.goldCheck li, .whiteCheck li, .greyCheck li {
  margin-bottom: 10px;
  margin-left: 0 !important; /*---- added b/c AB put ml on contentpanes ---- */
}
.goldCheck li::before {
  color: #efad40;
}
.whiteCheck li::before {
  color: #ffffff;
}
.greyCheck li::before {
  color: #2b2b2b;
}
.greyCheck li::before, .whiteCheck li::before, .goldCheck li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin: 0 5px 0 -15px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.goldCheck li ul{
    margin-top: 10px!important;
}
.goldCheck li li {
    list-style-type: square;
}
.goldCheck li li::before {
    content: none;
}

p.wineText {
  color: #8a353f;
  text-align: center;
  font-size: 1.5em;
}
em.wineText {
  color: #8a353f;
}
#accordionSTOverview .card-header {
  background-color: rgb(235, 240, 244);
}
#accordionSTOverview .btn-link {
  color: #4d3653;
  font-size: 1.25rem;
}

.locList h5 {
    margin-bottom:0!important;
    margin-top:-10px!important;
}

#CSection h5, #SBSection h5, #CRESection h5, #RRESection h5, #CLSection h5 {
    font-weight: 400;
}

/******************                 section 4 contentThree          ***********************/


#contentThree ul li, #contentThree ol li {
  margin-left: 30px;
}

.col-6.mobileApp {
  text-align: center;
}
#fullWidthCTA img {
  max-width: 100%;
}
#dnn_ThirdLeftPaneFour, #dnn_ThirdMiddlePaneFour, #dnn_ThirdRightPaneFour {
  text-align: center;
}
#dnn_WidePaneFour h3 {
  color: var(--tomato);
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0;
}
.homePageHR #dnn_WidePaneFour {
  border-top: 1px solid var(--dove);
}


/* ----------- lenders -------------- */

#lenderButtons button {
    margin: 1em;
}
.lenderBody {
    padding: 1em 0;
}
.lenderBody h3 {
    text-align:center;
}

/**************                  cta blocks                             *******/
.withheader_cta {
  background: #ffffff;
  margin: 16px 0 25px 0;
  padding: 0 0 10px 0;
  min-height: 250px;
}
.withheader_cta img {
  z-index: 1;
  margin-top: -15px;
}
/*.withheader_cta p{padding:0 15px;}*/
.section_title {
  width: 210px;
  position: absolute;
  z-index: 8;
}
.section_title p {
  background: #2780E3;
  color: #fff;
  margin: 0;
  padding: 15px;
  font-size: 1.5em !important;
  font-weight: 600;
}
.brandC {
  width: 74px;
  margin: -19px auto 0 auto;
  background: #fff !important;
}
.homepage_third {
  color: #333;
  padding: 10px;
  min-height: 160px;
}
/*******************                         Font Awesome Styling             **********************/
.fa-file-pdf {
  color: var(--tomato), #892e3b;
}
.fal.fa-lock-alt.fa-4x {
  color: #45ad45;
  display: inline;
}
.fal.fa-file-pdf {
  color: #8a343d;
}
.redSection .fal.fa-file-pdf {
  color: #ffffff;
}
.redSection .btn-warning .fa-file-pdf {
  color: #000;
}
.btn-warning .fa-file-pdf {
  color: #000;
}
.btn-primary .fal.fa-file-pdf, .btn-success .fal.fa-file-pdf, .btn-info .fal.fa-file-pdf, .btn-danger .fal.fa-file-pdf {
  color: #fff !important;
}
/***************************                footer with Purple BG classes                        ***************/
/*******************                footer Container                  ******************/
#FooterContainer {
  padding: 1vh 0;
  margin: auto;
}
#FooterContainer {
  color: #447c90;
  background-color: white;
  border-top: 1px solid #bdbdbd;
}
/*https://contrast-ratio.com/#%23447c90-on-white*/
#FooterContainer p {
  color: #fff;
}
#FooterContainer a:link, #FooterContainer a:visited {
  color: #fff;
  background: rgb(56,43,80); /* for wcag */
}
#FooterContainer a:hover, #FooterContainer a:active {
  color: #f2f2f2;
  text-decoration: none;
}
.footerTitle {
  color: #fff;
  font-weight: 600;
  font-family: neue-haas-unica, sans-serif;
}
.socialMediaBlock {
  max-width: 210px;
}
.socialMediaBlock + col {
  padding: 0;
}
#FooterRow {
  font-size: .75em;
}
#FooterMiddle p {
  color: #fff;
}
#FooterMiddle a:link, #FooterMiddle a:visited {
  color: #fff;
}
#FooterMiddle a:hover, #FooterMiddle a:active {
  color: #fff;
  text-decoration: underline;
}
div#dnn_FooterMiddle p, div#dnn_FooterMiddle a:link, div#dnn_FooterMiddle a:visited {
  color: #fff;
  text-transform: uppercase;
}
div#dnn_FooterMiddle a:hover, div#dnn_FooterMiddle a:active {
  color: #f2f2f2;
  text-decoration: none;
}
.footerLogo {
  max-width: 200px;
}
img.facebook, img.twitter, img.alaska {
  width: 40px;
  height: auto;
}
img.ehl, img.fdic {
  width: 50px;
  height: auto;
}
/*******************                footer Container                  *****************
#FooterContainer {
  padding: 1vh 0;
  margin: auto;
}

#FooterContainer {
    color: #447c90;
    background-color: white;
    border-top: 1px solid #bdbdbd;
}
/*https://contrast-ratio.com/#%23447c90-on-white*
#FooterContainer p {
  color: #447c90;
}
#FooterContainer a:link, #FooterContainer a:visited {
  color: #447c90;
}
#FooterContainer a:hover, #FooterContainer a:active {
  color: #447c90;
  text-decoration: underline;
}
.footerTitle {
  color: #4d3653;
  font-weight: 600;
  font-family: neue-haas-unica, sans-serif;
}
.socialMediaBlock {
  max-width: 210px;
}
.socialMediaBlock + col {
  padding: 0;
}
#FooterRow {
  font-size: .75em;
}
#FooterMiddle p {
  color: #4a3651;
}
#FooterMiddle a:link, #FooterMiddle a:visited {
  color: #4a3651;
}
#FooterMiddle a:hover, #FooterMiddle a:active {
  color: #4a3651;
  text-decoration: underline;
}
div#dnn_FooterMiddle p, div#dnn_FooterMiddle a:link, div#dnn_FooterMiddle a:visited {
    color: #372b50;
    text-transform: uppercase;
}
div#dnn_FooterMiddle a:hover, div#dnn_FooterMiddle a:active {
    color: #372b50;
    text-transform: none;
}*/
/*******          Back To Top          ***********/
#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 13px 18px;
  /*background-color: rgba(77, 54, 83, 0.75);*/
  background-color: var(--twilight);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.go-top.hidden-xs.hidden-sm.fas.fa-angle-double-up {
  /*color: white;*/
  color: #fdfdfd;
}
.js .cd-top--fade-out {
  opacity: .5
}
.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1
}
.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s
}
.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
}
/*             end back to top          */
hr {
  border: 0 !important;
  height: 1px !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(77, 54, 83, 0.75), rgba(0, 0, 0, 0)) !important;
  margin: 40px 0 !important;
}
table td .small {
  font-size: 85%;
}
.mark, mark {
  background-color: transparent !important;
}
/*    popup modal    
#noticePopupRow.showOnEdit {
	display: none;
}
#dnn_noticePopupPane.showOnEdit {
	display: block;
}
.dnnEditState #dnn_noticePopupPane.showOnEdit p {
	color: white;
	padding: 30px;
}*/

/* ------ modules ------ */

/*========== CTA #5 CSS ===========*/

.CTA5card {
    margin: 1%;
}
.CTA5card .CTA5icon img {
  width: 100%;
  border-radius: 0.25rem !important;
  border: 1px solid #fff !important;
}
.CTA5card .CTA5title, .CTA5card .CTA5title .Head {
  text-align: center;
}
h3.CTA5title {
  margin: 15px 0 5px 0;
}
.CTA5text p {
  padding-top: 10px 10px 0 10px;
    text-align:center;
}
.CTA5text p:first-of-type {
  text-align: left !important;
}
.CTA5card .btn {
    width:50%;
}




/*standardTitle.ascx*/
h3.module-title {
    border-bottom: 1px solid #372b50;
}



/* -- purple blue and red Containers -- */

.purpleContainer {
    background-color:#372b50;
}
.blueContainer {
    background-color:#2d637f;
}
.redContainer {
    background-color:#892e3b;
}

h3.purpleTitle, h3.blueTitle, h3.redTitle {
    color:#fff!important;
    font-size: 2.5em!important;
}
.purpleContainer p.lead, .blueContainer p.lead, .redContainer p.lead {
    font-size: 1.25em!important;
}
.purpleContainer p, .blueContainer p, .redContainer p {
    color:#fff!important;   
    font-size: 1.1em!important;
    }   

.purpleContainer hr, .blueContainer hr, .redContainer hr {
border: 0 !important;
  height: 1px !important;
  margin: 20px 0 !important;  
}
.purpleContainer hr {
/* background-image: linear-gradient(to right, rgba(77, 54, 83, 1), rgba(255, 255, 255, 0.75), rgba(77, 54, 83, 1)) !important;*/
background-image: linear-gradient(90deg, rgba(55,43,80,1) 0%, rgba(255,255,255,1) 50%, rgba(55,43,80,1) 100%) !important;;
}  
.blueContainer hr {
  background-image: linear-gradient(90deg, rgba(45,99,127,1) 0%, rgba(255,255,255,1) 50%, rgba(45,99,127,1) 100%) !important;
}  
.redContainer hr {
  background-image: linear-gradient(90deg, rgba(137,46,59,1) 0%, rgba(255,255,255,1) 50%, rgba(137,46,59,1) 100%) !important;
}  
