/*
Main site styles, last editted on 06-10-26
---------------------------------------------------------------- */
/* Version: 1.8.6 ----- */ 


/* @import url('https://fonts.googleapis.com/css?family=proxima-nova:400,400i,500,500i,600,600i,700,700i'); */ /* font-family: 'proxima-nova', sans-serif; */
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/fontawesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/regular.min.css');

@import url("https://use.typekit.net/awj0gex.css");
/* font-family: 'proxima-nova', sans-serif; */
/*

Proxima Nova Regular
font-family: 'proxima-nova', sans-serif;
font-weight: 400;
font-style: normal;

Proxima Nova Italic
font-family: 'proxima-nova', sans-serif;
font-weight: 400;
font-style: italic;

Proxima Nova Medium
font-family: 'proxima-nova', sans-serif;
font-weight: 500;
font-style: normal;

Proxima Nova Medium Italic
font-family: 'proxima-nova', sans-serif;
font-weight: 500;
font-style: italic;

Proxima Nova Semibold
font-family: 'proxima-nova', sans-serif;
font-weight: 600;
font-style: normal;

Proxima Nova Semibold Italic
font-family: 'proxima-nova', sans-serif;
font-weight: 600;
font-style: italic;

Proxima Nova Bold
font-family: 'proxima-nova', sans-serif;
font-weight: 700;
font-style: normal;

Proxima Nova Bold Italic
font-family: 'proxima-nova', sans-serif;
font-weight: 700;
font-style: italic;

*/ 

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } 
body { min-width: 320px; margin: 0; color: #404040; 
				font-family: 'Open Sans', sans-serif;	
			 text-rendering: optimizeLegibility;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	         font-smoothing: antialiased;
}

::selection { background: #d9e6e6 !important; color: #fff !important; }
::-moz-selection { background: #d9e6e6 !important; color: #fff !important; }
::-webkit-selection { background: #d9e6e6 !important; color: #fff !important; } 
 

/*--------------------------------------------------------------
# Typography Overrides
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.6; }

.site-content { -ms-word-wrap: break-word; word-wrap: break-word; }

#content.site-content { padding-bottom: 120px; 
background-image: url("/wp-content/themes/siteorigin-north-child/images/spacer.gif");
background-size: 1920px auto;
background-position-x: center; 
/*background-position-y: bottom -523px;	*/
background-position-y: bottom;
background-repeat: no-repeat;	
} 

body.responsive .container, 
#content .container { width: 100%; /* max-width: 1280px; */ max-width: 1360px; }

main.site-main { padding: 4.5em 0 0 0; }
.home main.site-main { padding-top: 0px !important; padding-bottom: 0px !important; }
.home #content.site-content { margin-bottom: 0px; }

h1 { font-family: 'proxima-nova', sans-serif; line-height: 1.125em; font-weight: 700; margin: 1.0em 0; }
h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; line-height: 1.125em; font-weight: 400; margin: 1.0em 0; }
.widget h1, .widget
  h2, .widget
  h3, .widget
  h4, .widget
  h5, .widget
  h6 { color: inherit; }

h1,
.entry-header,
.entry-title,
.widget-title { color: #b76b56; font-weight: 700; }

.entry-meta,
.entry-header .entry-meta { color: #9e9e9e; list-style: none; font-family: 'Open Sans', sans-serif; font-size: 16px; }

.entry-meta span { color: #9e9e9e; }
.entry-meta span.posted-on::before, 
.entry-date time::before {
  content: "\e472";
  color: #9e9e9e !important;
  /*color: #b76b56 !important; */
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-size: 21px;
  text-decoration: none !important;
  padding-right: 5px;
}

.entry-header .post-comments { display: none; }

article,
.panel-grid-cell p,
article p,
p { color: #404040; font-family: 'Open Sans', sans-serif; font-size: 19px; line-height: 1.375em; margin-bottom: 1.125em; }

article p.intro,
.panel-grid-cell p.intro,
p.intro { font-size: 23px; line-height: 1.875em; }
p.intro a, p.intro span { cursor: pointer; pointer-events: visible; }
p.intro a, p.intro a:hover, p.intro span { }

h1 { font-size: 42px; }
h2 { font-size: 34px; font-weight: 300; color: #1e4c4a; }
h3 { font-size: 27px; }
h4 { font-size: 25px; }
h5 { font-size: 23px; font-weight: 400; clear: both; line-height: 1.3em; }
h6 { font-size: 23px; }

h2 .small { font-size: 75%; font-weight: 400; }
h2 .date, h3 .date { font-size: 45%; font-weight: 400; display: block; margin-top: -9px; padding-top: 0px; padding-bottom: 7px; }

.small-mobile-device-notice { display: none; }

.blog .entry-title,
.blog .entry-title a { font-weight: 600 !important; color: #465268 !important; }
.blog .entry-title a:hover { color: #b76b56 !important; }	

.blog article { border-top: 1px solid #e2e2e2; padding-top: 2.0em; }
.blog article:first-child { border-top: none; }

h2 + p.intro { margin-top: -30px !important; padding-top: 0px !important; }
p.smaller, p.small, .small, .smalltext { font-size: 14px !important; }
cite, h3 cite { font-size: 16px; font-weight: 400; font-style: oblique; }

.col-2 .smalltext p { font-size: 14px; }

p.center, aside p.center, .center { text-align: center !important; }
aside p.center img { float: none; clear: both; display: block; margin-right: auto; margin-left: auto; }

.caption,
p.caption { font-size: 16px !important; }

p + h2 { padding-top: 13px; }

h4 + ul { padding-top: 3px; }
h3.linetop + ul { padding-top: 7px; } 

article h1,
article h2,
article h3,
article h4,
.panel-grid-cell h2 { font-weight: 400; color: #1e4c4a; }
.panel-grid-cell h3,
.panel-grid-cell h4 { font-weight: 700; margin-bottom: 0.25em; }
article + p,
article + h2,
article + h3,
.panel-grid-cell h3 + p,
.panel-grid-cell h4 + p { margin-top: 0; }
article p + h2,
article p + h3,
article p + h4,
.panel-grid-cell p + h2,
.panel-grid-cell p + h3,
.panel-grid-cell p + h4 { margin-top: 1.375em; }

article p + .linetop,
article p + h2.linetop,
article p + h3.linetop,
article p + h4.linetop,
.panel-grid-cell p + .linetop,
.panel-grid-cell p + h2.linetop,
.panel-grid-cell p + h3.linetop,
.panel-grid-cell p + h4.linetop { margin-top: 2.0em; }

.panel-widget-style h2,
.panel-widget-style h3,
article h3,
h3.widget-title
article h4 { color: #014d4b; }

.sansserif, .sans-serif, .sanserif { font-family: 'Open Sans', sans-serif !important; }
.serif { /* font-family: 'TBD', serif !important; */ } 

article ol, article ul { margin: 0 0 1.25em 1.25em; }

article p + ul, p + ul,
article p + ol, p + ol { margin-top: -0.25em; padding-top: 0px; }

article .linetop {
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
  margin-top: 35px;
  width: 100%;
}

h1.linetop, h2.linetop, h3.linetop, h4.linetop, h5.linetop, p.linetop {
  border-top: 1px solid #e2e2e2 !important;
  padding-top: 1.0em !important;
  margin-top: 2.0em;
  width: 100%;
}

p.small, 
.panel-grid-cell p.small,
.panel-layout p.small { font-size: 17px; }

h2.fullsize,
.panel-layout h2.fullsize { font-size: 58px; }

h2.subheading,
.panel-layout h2.subheading,
.panel-grid-cell h2.subheading { font-size: 31px; }

h3.small,
.panel-layout h3.small,
.panel-grid-cell h3.small { font-size: 21px; }

#feature-banner,
#feature-banner .panel-last-child { text-align: center !important; }
.l2-banner-image { text-align: center; max-width: 1160px; width: 100%; margin-right: auto; margin-left: auto; }
.l2-banner-image img.so-widget-image { max-width: 1160px !important; height: auto; }


blockquote { margin: 0 1.5em; font-family: 'proxima-nova', sans-serif; line-height: 1.375em; color: #404040; }

address { margin: 0 0 1.5em; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #fff9c0; text-decoration: none; }

big, .big { font-size: 125%; }

.caps { text-transform: uppercase !important; }

.flush { margin-top: 0px; }
.date { /* color: #333; */ }
.nowrap { white-space: nowrap !important; }
.hidden { display: none; visibility: hidden; position: absolute; margin-top: -1000px; }

.entry-meta, 
.entry-header .entry-meta,
.entry-meta a, 
.entry-header .entry-meta a { color: #b0b0b0; }

.entry-meta li .meta-icon { float: left; font-size: 15px; margin-top: 0.25em !important; margin-right: 6px; }
.entry-meta a:hover, 
.entry-header .entry-meta a:hover,
.entry-meta .hovering,
.entry-meta .hovering span,
.hovering .meta-icon { color: #014d4b !important; }

.breadcrumbs { color: #b0b0b0; font-family: 'Open Sans', sans-serif; font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs a { color: #b0b0b0; text-decoration: none; }
.breadcrumbs a:hover { color: #014d4b; text-decoration: none; } 


/* Site Colors -----*/
.black { color: #000 !important; }
.white { color: #fff !important; }

.purple { color: #2e4167 !important; }
.purple-bg { background-color: #2e4167 !important; }

.altpurple { color: #42187a !important; }
.altpurple-bg { background-color: #42187a !important; }

.green { color: #014d4b !important; }
.green-bg { background-color: #014d4b !important; }

.lt-purple { color: #6b3382 !important; }
.lt-purple-bg { background-color: #6b3382 !important; }

.lt-green { color: #a8d04f !important; }
.lt-green-bg { background-color: #a8d04f !important; }

.lt-gray-bg { background-color: #f8f8f8 !important; }

.orange { color: #b76b56 !important; } /* Orange */
.orange-bg { background-color: #b76b56 !important; }
.blue { color: #56C1CB !important; } /* Cyan Blue */
.blue-bg { background-color: #56C1CB !important; } 

.red { color: #CC110D !important; } /* Red – text and btns */
.red-bg { background-color: #CC110D !important; }

.brick, .dark-red { color: #930201 !important; } /* Dark Red – text and btns */
.brick-bg, .dark-red-bg { background-color: #930201 !important; }

.mediumorange { color: #E08808 !important; } /* Medium Orange */
.lightorange { color: #F3B917 !important; } /* Light Orange */

.gray { color: #b76b56 !important; } /* Main Site Gray */
.dk-gray { color: #6C6B6B !important; } /* Dark Gray */
.mediumgray { color: #D9D9D9 !important; } /* Medium Gray */
.lightgray { color: #e2e2e2 !important; } /* Light Gray */

/*
sitewide font styles
--------------------------------------------------------------*/

.sansserif, sans-serif { font-family: "Open Sans", sans-serif !important; }
/*.serif { font-family: 'clarendon-text-pro', serif !important; } */
.caps { text-transform: uppercase !important; }

.flush { margin-top: 0px; }

div.clear { height: 1px !important; margin-bottom: -1px; display: block !important; width: 100% !important; clear: both !important; }
p.clear { display: block !important; width: 100% !important; clear: both !important; }

p, li { font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; }
strong, b { font-weight: 700; }
em { font-style: italic; } 

.spaceletters { letter-spacing: 0.075em; }
.spaceletters-more { letter-spacing: 0.25em; }

.textwidget h3 + p { margin-top: 0; }
.textwidget h2 + ul { margin-top: 1.0em; }
.textwidget h2 + h3 { margin-top: 0; }
.textwidget h2 { margin-bottom: 0.75em; }
.textwidget ol { margin-left: 1.0em; }
.textwidget ol li { line-height: 1.375em; margin-bottom: 0.75em; }

.textwidget ul li,
.textwidget ol li { }
.textwidget ol li ul,
.textwidget ul li ol,
.textwidget ul li ul,
.textwidget ul li ul { margin-top: 0.5em; }
.textwidget ol li ul li, 
.textwidget ul li ul li,
.textwidget ul li ol li { line-height: 1.375em; margin-bottom: 0.375em !important; }

.btn-wrapper { width: 100%; display: block; padding: 0.5em 0; }

a.btn,
.btn-wrapper a.btn,
a.more-link { color: #fff; font-size: 110%; text-align: center; border-radius: 5px; background-color: #b76b56; padding: 0.375em 1.3em 0.375em 1.3em !important; text-decoration: none; display: inline-block; text-transform: uppercase; }
a.btn:hover,
.btn-wrapper a.btn:hover,
a.more-link:hover { color: #fff; background-color: #2e4167; }

a.more-link { color: #fff !important; border: none; font-family: "proxima-nova", sans-serif !important; line-height: 1.25em !important; font-weight: 600; font-size: 16px; padding: 0.375em 1.3em 0.4em 1.3em !important; float: left; clear: both; }
a.more-link:hover { color: #fff !important; border: none; }

a.btn-white,
.btn-wrapper a.btn-white { color: #2e4167; font-size: 120%; text-align: center; border-radius: 5px; background-color: #fff; padding: 0.375em 1.3em 0.375em 1.3em !important; text-decoration: none; border: 1px solid #b76b56; display: inline-block; text-transform: uppercase; }
a.btn-white:hover,
.btn-wrapper a.btn-white:hover { color: #fff; background-color: #b76b56; border: 1px solid #b76b56; }

.so-widget-sow-contact-form h3,
.so-widget-sow-contact-form h3.widget-title { color: #b76b56; }

/* General links */
a img { border: 0 none; }

a:hover,
a:active,
a:focus { outline: 0; cursor: pointer !important;  }

a, a:visited,
article a, article a:visited, 
p a, p a:visited { color: #b76b56; text-decoration: underline;  border: none; cursor: pointer !important;  
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s; }

a:hover, a:active,  
article a:hover, article a:active, 
p a:hover, p a:active { color: #2e4167; text-decoration: none; cursor: pointer !important; }

.page-template nav { color: #999; font-size: 15px; }
a.page-nav { font-size: 15px; }


/* Banner layout adjustments */
.banner .panel-grid-cell,
.panel-layout .banner { display: flex; align-items: center !important; } 


/* General Resets ---*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] { cursor: default; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

.sow-form-field-captcha img { float: none !important; clear: both !important; margin: 0 0 0.25em 0 !important; display: block !important; }
/* END General Resets ---*/

div.clear { height: 1px !important; margin-bottom: -1px; display: block !important; width: 100% !important; clear: both !important; }
p.clear { display: block !important; width: 100% !important; clear: both !important; }

div.clear:before, div.clear:after, 
.clearfix:before, .clearfix:after { content: " "; display: table; } 

div.line:before, div.line:after,
div.blueline:before, div.blueline:after,
div.whiteline:before, div.whiteline:after { content: " "; display: table; } 
div.line, div.blueline, div.whiteline { width: 100%; display: block; height: 1px; margin: 1.0em 0; }
div.line { background-color: #e2e2e2; }
div.blueline { background-color: #2e4167; }
div.whiteline { background-color: #fff; }

div.fancybox:before, div.fancybox:after { content: " "; display: table; } 
div.fancybox { display: block; overflow: hidden; border: 1px solid #ccc; margin: 0.25em auto 1.0em auto; }
#fancybox-wrap { height: auto !important; }
a.fancybox-inline { overflow: hidden; text-align: center; text-decoration: none !important; 
	display: flex;
  	justify-content: center;
  	align-items: center;
}
a.fancybox-inline:after { content: "\f144"; font-family: 'Font Awesome 6 Free' !important;  font-weight: 700; font-size: 450%; text-decoration: none; color: #56C1CB; opacity: 0.4; position: absolute; }
a.fancybox-inline:hover:after { opacity: 0.65; }

a.fancybox-inline { }

.col-2-content { 	        
				 width: 100%;
  			min-height: 100% !important;
  -webkit-column-count: 2;
  	 -moz-column-count: 2;
  		  column-count: 2;
  	-webkit-column-gap: 50px;
  	   -moz-column-gap: 50px;
  			column-gap: 50px;
  	  -moz-column-fill: balance;
  -webkit-column-width: 440px;
  	 -moz-column-width: 440px;
          column-width: 440px;	       
	}
.col-2-content:before, 
.col-2-content:after { content: " "; display: table; }
.col-2-content .column,
.col-2-content li { 
					max-width: 100%;
  				   min-height: 100%;
  -webkit-column-break-inside: avoid;
  			page-break-inside: avoid;
  				 break-inside: avoid-column;
					  display: table;	
	}


/* Sections ---*/
.panel-has-style p,
.panel-has-style p.serif,
.panel-has-style p.sanserif,
.panel-has-style p.sansserif,
.panel-has-style p.sans-serif { margin-top: 0.5em; margin-bottom: 1.0em; }

.entry-content ul.col-2,
.entry-content ol.col-2,
.panel-has-style ul.col-2,
.panel-has-style ol.col-2 { 	        
				 width: 100%;
  			min-height: 100% !important;
  -webkit-column-count: 2;
  	 -moz-column-count: 2;
  		  column-count: 2;
  	-webkit-column-gap: 15px;
  	   -moz-column-gap: 15px;
  			column-gap: 15px;
  	  -moz-column-fill: balance;
  -webkit-column-width: 420px;
  	 -moz-column-width: 420px;
          column-width: 420px;	       
	}
.entry-content ul.col-2 li,
.entry-content ol.col-2 li,
.panel-has-style ul.col-2 li,
.panel-has-style ol.col-2 li { 
					max-width: 100%;
  				   min-height: 100%;
  -webkit-column-break-inside: avoid;
  			page-break-inside: avoid;
  				 break-inside: avoid-column;
				  line-height: 1.375em;
	           padding-bottom: 0.25em;
					  display: table;	
	}

.entry-content ul.col-2, .panel-has-style ul.col-2 { list-style: none; }
.entry-content ul.col-2 li:before,
.panel-has-style ul.col-2 li:before  { 
	position: absolute;
    content: '';
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: -0.75em;
    margin-top: 0.45em;
    background-color: #56C1CB; }

/* SOW Widgets Customize -----*/
/* Accordions */
#faqs h3.widget-title { border-top: 2px solid rgba(70,82,105,0.4) !important; padding-top: 1.0em !important; width: 100%; }

.so-widget-sow-accordion { overflow-y: auto; scroll-behavior: auto; }
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel { margin: 0 0 1.0em 0; overflow-y: auto; scroll-behavior: auto; }
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel-open .sow-accordion-panel-header .sow-accordion-title { }

.sow-accordion-panel-header,
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header { 
	color: #2e4167 !important; 
	background-color: transparent !important;
	font-size: 24px !important; font-weight: 700; line-height: 1.25em;  
	padding-right: 0px !important; padding-left: 0px !important; 
	border-top: 1px solid rgba(70,82,105,0.2) !important; 
}
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover { text-decoration: underline !important; }
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title { }
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title .sow-icon-fontawesome { font-size: 32px !important; }

#faqs .sow-accordion-panel-border { background-color: transparent; padding: 5px 30px 15px 10px; overflow: auto; }

#faqs .sow-icon-ionicons { font-size: 28px; padding: 0.25em; border: solid 3px rgba(70,82,105,0.4); border-radius: 50%; width: 40px; height: 40px; }
#faqs .sow-icon-ionicons::before  { position: absolute; margin: -4px 0 0 0; }

.sow-accordion-panel-content { }
.so-widget-sow-accordion:before,
.so-widget-sow-accordion:after,
.sow-accordion-panel-content:before,
.sow-accordion-panel-content:after { content: " "; display: table; }

.sow-accordion-panel { margin-bottom: 1px; }

/* Easy Accordion Plugin overrides */
#sp_easy_accordion-1764707419 { margin-top: -1.0em; }

[class*=" eap-icon-"]::before, 
[class^="eap-icon-"]::before {
  /*font-family: eap-fontello;
  font-style: normal;
  font-weight: 400; */
  font-family: 'proxima-nova', sans-serif !important;
  font-weight: 700 !important;   
  speak: never;
  position: absolute;
  right: 20px;
  margin: 0 !important;	
}
.eap-icon-ea-expand-plus::before {
  /*content: '\f067'; */
  	content: '+';	
  	color: #2e4167 !important;
	font-weight: 700 !important; 
	font-size: 42px; 
	line-height: 31px !important; 
	border: solid 3px rgba(70,82,105,0.4); 
	border-radius: 50% !important; 
	width: 38px !important; height: 38px !important;
}
.eap-icon-ea-expand-minus::before {
  /*content: '\f068'; */
	content: '–';	
  	color: #2e4167 !important;
	font-weight: 600 !important; 
	font-size: 39px; 
	line-height: 23px !important; 
	border: solid 3px rgba(70,82,105,0.4); 
	border-radius: 50% !important; 
	width: 38px !important; height: 38px !important;	
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body,
.ea-body { margin-top: -0.5em; padding-top: 0 !important; padding-left: 0.5em !important; }

.ea-card,
.sp-ea-single { border-radius: none !important; background-color: transparent !important; border: 0px solid #e2e2e2 !important; }
h3.ea-header { font-size: 24px !important; font-weight: 700 !important; border-top: 1px solid rgba(70,82,105,0.2) !important; border-radius: none !important; padding-right: 2.0em; padding-bottom: 1.0em; }
h3.ea-header,
h3.ea-header a { color: #2e4167 !important; font-size: 24px !important; font-weight: 700 !important; line-height: 1.25em; text-transform: none !important; background-color: transparent !important; }
h3.ea-header a:hover { text-decoration: underline !important; }
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a { padding-right: 0; padding-left: 0; border-radius: none !important; }

#sp-ea-243.sp-easy-accordion > .sp-ea-single { border-radius: none !important; border: 0px solid #e2e2e2 !important; }

/* END SOW Widgets Customize -----*/


/* Responsive Video ---*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	text-align: center !important;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
  	overflow: hidden !important;
}

/* Tables ---*/
.privacy-table { border-collapse: collapse !important; border: none; }
.privacy-table th { font-weight: 700; line-height: 1.375em; text-align: left; vertical-align: bottom; border-bottom: solid 2px #014d4b; min-width: 33% }
.privacy-table td { text-align: left; line-height: 1.375em; vertical-align: top; border: 1px solid #ccc; }


/* Home Sections ---*/
#intro { background: #fff; overflow: hidden; }
#intro .left-icon { display: inline-flex; align-items: center; margin-right: 30px; text-align: right; overflow: hidden; }
#intro .left-icon img.image { margin-right: 0px; }
#home-intro { } 
#home-intro .home-intro-text { background: #fff; overflow: hidden; } 

#contactus h2 { color: #2e4167; padding-bottom: 1.0em; text-align: center; }
#inquiries { min-height: 100px; border: solid 2px #014d4b; border-radius: 10px; padding: 30px 10px 30px 30px; margin-top: -0.75em; } 
#inquiries h3 { color: #014d4b; font-size: 21px; text-transform: uppercase; }
#inquiries p { font-size: 17px; }
#inquiries a { color: #404040; text-decoration: none; }
#inquiries a:hover { text-decoration: underline; }
#inquiries .panel-grid-cell { }

#inquiries .so-widget-sow-editor-base { min-height: 148px; 
	       display: flex; 
	flex-direction: column; flex-wrap: wrap; 
	/* align-content: space-between; */
   justify-content: space-between;
          overflow: hidden;  
}
#inquiries .textwidget { }
#inquiries .btn-wrapper { }
#inquiries .btn { color: #fff !important; text-transform: uppercase; font-size: 16px; line-height: 1.25em; padding: 0.5em 0.5em 0.5em 0.75em !important; }
#inquiries .btn:hover { text-decoration: none; }
#inquiries .btn:after { font-family: "Font Awesome 7 Pro";
  content: "\f055";
  font-size: 1.3em;
  float: right;
  margin-top: 0;
  margin-left: 0.25em; 
}

.row-topline { border-top: solid 1px #b76b56; }

#about-us { background-color: #edf4f2; border-top: 2px solid #1e4c4a; border-bottom: 2px solid #1e4c4a; 
background-image: url("/wp-content/themes/siteorigin-north-child/images/bionyra-light-icon.svg");
background-size: 880px auto;
background-position-x: center; 
background-position-y: bottom;
background-repeat: no-repeat;	
	}
#investors { background-color: #edf4f2; border-top: none; 
background-image: url("/wp-content/themes/siteorigin-north-child/images/spacer.gif");
	}
#about-us h2,
#investors h2,
#contact-us h2,
.privacy-policy h2 { font-weight: 300; color: #1e4c4a; text-transform: uppercase; }
#about-us h3,
#contact-us h3,
#investors h3,
.privacy-policy h3 { font-size: 23px; font-weight: 400; color: #2e4167; }
.privacy-policy h3 { text-transform: none; margin-bottom: 1.0em; }
.privacy-policy h3 strong { font-weight: 600; }

.privacy-policy h2,
.contact h2,
#contact-us h2 { font-weight: 400; } 
.privacy-policy p,
.privacy-policy p.copy { font-size: 17px; line-height: 1.75em; }
.privacy-policy ul li,
.privacy-policy ol li { font-size: 17px; line-height: 1.75em; } 

#about-us p,
#investors p, 
#about-us .copy,
#investors .copy { line-height: 2.5em; }

#investor-logos { background-color: #edf4f2; border-bottom: 2px solid #1e4c4a; }
#investor-logos .partner-logo-row { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
#investor-logos .partner-logo-row img { align-self: center; margin: 0.5em 1.0em; max-width: 22%; height: auto;
	filter: grayscale(100%);
  /* Support for older versions of Safari */
  	-webkit-filter: grayscale(100%);
}

#investor-logos .partner-logo-row img:first-child { margin-left: auto; }
#investor-logos .partner-logo-row img:last-child { margin-right: auto; } 

#investor-logos .logo-row-2 { padding-top: 1.0em }

#patients { background-color: #fff; border-bottom: 2px solid #1e4c4a; 
background-image: url("/wp-content/themes/siteorigin-north-child/images/patient-bg.jpg");
background-size: 2560px auto;
background-position-x: center; 
background-position-y: bottom;
background-repeat: no-repeat;
text-align: center;	
overflow: hidden;
	}
#patients h2 { font-weight: 300; line-height: 1.75em; color: #b76b56; text-align: center; text-transform: none; max-width: 1080px; margin: 0 auto; }

#patients #patients-silo { margin-top: -20px; overflow: hidden; }
#patients #patients-silo img { width: 100%; max-width: 820px !important; height: auto !important; margin-top: 0px; margin-bottom: -12px; }

#our-pipeline { background-color: #fff; border-top: none; border-bottom: 2px solid #1e4c4a; }

#our-pipeline h2,
#news h2 { font-weight: 300; color: #1e4c4a; text-transform: uppercase; }

#our-pipeline h3,
#news h3,
#news h2.entry-title { font-size: 21px; font-weight: 600; color: #2e4167; text-transform: uppercase; }

#our-pipeline p,
#news p,
#our-pipeline p.pipeline { font-size: 17px; line-height: 1.75em; }
#our-pipeline p.copy  { font-size: 19px; line-height: 2.5em; }

#our-pipeline p.intro,
#news p.intro { font-size: 23px; line-height: 2.5em; }

#our-pipeline img.chart { width: 100%; height: auto; display: block; margin: 1.0 auto; }
#our-pipeline figure { width: 100%; height: auto; display: block; margin: 0; padding: 0.5em 0; }
#our-pipeline figcaption { font-size: 14px; }

#news { background-color: #fff; border-top: none; } 
#news .entry-meta { margin: 25px 0 5px; }

#news p.copy { font-size: 19px; line-height: 1.5em; }
#news p a, 
#news p a:visited { color: #404040; text-decoration: none;  border: none; }
#news p a:hover, #news p a:active { color: #2e4167; text-decoration: underline; }



/* End Sections ----------------*/

#scroll-to-top { background: rgba(35,135,133,0.75); }
#scroll-to-top:hover { background: rgba(35,135,133,1.0); /* #238785*/ }

a.closed { cursor: pointer; }  

a.back-to-top { 
	color: #78aa68;
	font-family: Font Awesome 5 Pro !important;
	font-size: 57px; font-weight: 700 !important;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
	display: none;
/* width: 46px; height: 46px; */
	position: fixed;
	z-index: 500;
	right: 30px;
	bottom: 12px;
/*	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px; */	opacity: 0.75;
}
a:hover.back-to-top { opacity: 1.0; } 

img.floatright, p img.floatright, .spu-content img { float: right; clear: none; margin: 1px 0px 30px 30px; position: relative; }
img.floatleft, p img.floatleft { float: left; clear: none; margin: 1px 30px 30px 0px; position: relative; }

.chart-right img,
.chart-right img.floatright,
.chart-right img.floatleft { max-width: 450px; height: auto; }

.boxshadow { -webkit-box-shadow: 3px 3px 9px 0px rgba(102,102,102,0.42);
-moz-box-shadow: 3px 3px 9px 0px rgba(102,102,102,0.42);
box-shadow: 3px 3px 9px 0px rgba(102,102,102,0.42); }

/* Doc-type icons */
ul li.pdf, 
ul li.word, 
ul li.xls, 
ul li.doc, 
ul li.html,
ul li.ppt,
ul li.letter
{ list-style-type: none; background: none; margin-top: 1px; margin-bottom: 7px; position: relative; }

ul.col-2-content { margin-left: 10px; }
ul.col-2-content li.pdf, 
ul.col-2-content li.word, 
ul.col-2-content li.xls, 
ul.col-2-content li.doc, 
ul.col-2-content li.html,
ul.col-2-content li.ppt,
ul.col-2-content li.letter { margin: 1px 0px 7px 0px; }

ul li.pdf a, 
ul li.word a, 
ul li.xls a, 
ul li.doc a, 
ul li.html a,
ul li.ppt a,
ul li.pdf a:hover,
ul li.word a:hover, 
ul li.xls a:hover, 
ul li.doc a:hover, 
ul li.html a:hover,
ul li.ppt a:hover { padding-left: 30px; padding-bottom: 7px; display: block; line-height: 1.5em; }

ul li.ppt a {  
  background: url(images/ppt-icon.png) no-repeat;
  -webkit-background-size: 25px 40px;
  -moz-background-size: 25px 40px;
  -o-background-size: 25px 40px;
  background-size: 25px 40px;
}

ul li.pdf a {  
  background: url(images/pdf-icon.png) no-repeat;
  -webkit-background-size: 25px 40px;
  -moz-background-size: 25px 40px;
  -o-background-size: 25px 40px;
  background-size: 25px 40px;
}

ul li.word a {  
  background: url(images/word-icon.png) no-repeat;
  -webkit-background-size: 25px 40px;
  -moz-background-size: 25px 40px;
  -o-background-size: 25px 40px;
  background-size: 25px 40px;
}

ul li.xls a {  
  background: url(images/xls-icon.png) no-repeat;
  -webkit-background-size: 25px 40px;
  -moz-background-size: 25px 40px;
  -o-background-size: 25px 40px;
  background-size: 25px 40px;
}

ul li.html a {  
  background: url(images/html-icon-new.png) no-repeat;
  -webkit-background-size: 25px 40px;
  -moz-background-size: 25px 40px;
  -o-background-size: 25px 40px;
  background-size: 25px 40px;
}

ul li.doc a {  
  background: url(images/html-icon-new.png) no-repeat;
  -webkit-background-size: 25px 40px;
  -moz-background-size: 25px 40px;
  -o-background-size: 25px 40px;
  background-size: 25px 40px;
}

ul li.letter a {  
  background: url(images/envelope-open-text-duotone-light-full.svg) no-repeat;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  -o-background-size: 30px auto;
  background-size: 30px auto;
  padding-left: 35px; padding-bottom: 7px;
  margin-left: -5px;
}
ul li.letter a,
ul li.letter a:hover { padding-left: 35px; padding-bottom: 7px; }


/* Leaving Site (Leaving Notice Popup) Modal Overrides ---*/
.externallinknotice-modal-content { padding: 25px !important; }
h2#externallinknotice-modal-title { color: #1e4c4a; font-size: 25px !important; font-weight: 700 !important; }
.externallinknotice-icon { display: none !important; }
p#externallinknotice-modal-description { color: #404040 !important; font-size: 17px !important; }
.externallinknotice-modal-content { min-width: 280px; max-width: 650px; top: 10%; }
.externallinknotice-stay, 
.externallinknotice-continue { color: #ffffff; font-size: 17px !important; line-height: 1.125em !important; text-transform: uppercase !important; padding: 11px 15px !important; } 
.externallinknotice-close { top: 0px !important; right: 10px !important; font-size: 24px !important; color: #435169 !important; }

/* Hide Mobile / Desktop */
.desktop-svg,
.desktop-svg img { display: block; margin: 0 auto; }
.mobile-svg,
.mobile-svg img { display: none; margin: 0 auto; }


/* Responsive
---------------------------------------------------------------- */

@media only screen and (max-width: 1240px) {
.learn-more-modules img { max-width: 135px; height: auto; border-radius: 7px; margin: -0.25em 0.5em 0 0; }
.learn-more-modules h4 { font-size: 20px; }
.learn-more-modules p { font-size: 17px; }
}

@media only screen and (max-width: 1180px) {
#inquiries .panel-grid-cell { }	
#testimonials .sow-carousel-content { padding-right: 1.5em; padding-left: 1.5em; }	
}

@media only screen and (max-width: 1140px) {
.learn-more-modules img { max-width: 130px;  }
.learn-more-modules h4 { font-size: 19px; }
.learn-more-modules p { font-size: 16px; }	
}

@media only screen and (max-width: 1120px) {
#inquiries { /* min-height: 100%; */ padding: 30px 20px 15px 30px; }
#inquiries .so-widget-sow-editor-base {  /* min-height: 100%; display: block; */ }
#inquiries.panel-row-style { display: flex; -ms-flex-wrap: wrap; /* flex-wrap: wrap; padding-bottom: 0.25em; */ }
#inquiries .panel-grid-cell { /* padding-bottom: 1.0em; */ } 
.neurocontactpage #inquiries .panel-grid-cell { }	
#inquiries .btn { font-size: 15px; line-height: 1.25em; }	
#clinical-program-carousel .sow-carousel-content { height: 350px; }	

}

@media only screen and (max-width: 1100px) {
.learn-more-modules { text-align: center; display: block; padding: 0.875em; }
.learn-more-modules img { max-width: 145px; margin-right: auto; margin-bottom: 0.25em; margin-left: auto; display: block; float: none; }
.learn-more-modules h4 { font-size: 22px; text-align: center; display: inline-block; }
.learn-more-modules p { font-size: 18px; text-align: center; }
.learn-more-modules p a,
.learn-more-modules a { background-position: center 5px; }
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 1050px) {
}

@media only screen and (max-width: 1040px) {
#clinical-program-carousel .sow-carousel-content { height: 300px; }	
}

@media only screen and (max-width: 1024px) {		
}

@media only screen and (max-width: 1023px) {
#inquiries { display: flex; flex-wrap: wrap; height: 100%; padding-right: 0px; }
#inquiries .so-widget-sow-editor-base { min-height: 130px; display: block; overflow: hidden; }
#inquiries .panel-grid-cell { min-width: 50%; max-width: calc(50% + 0px); padding-right: 5px; } 	
}

@media only screen and (max-width: 980px) {
.home h2 { font-size: 31px; }
}

@media only screen and (max-width: 920px) {
.home h2 { font-size: 30px; }	
}

@media only screen and (max-width: 860px) {
.home h2 { font-size: 28px; }		
}

@media only screen and (max-width: 810px) {
.home h2 { font-size: 26px; }	
}

@media only screen and (max-width: 780px) {
#home-intro .home-intro { background-color: #fff; }
#home-intro .home-intro-text { padding: 1.125em; }

#inquiries,
#inquiries.panel-row-style 	{ flex-direction: row !important; padding: 20px 5px 20px 20px; padding-bottom: 0; }
#inquiries .panel-grid-cell { min-width: 50%; max-width: calc(50% + 0px); padding-right: 5px; }
#inquiries .btn-wrapper { padding: 0.25em 0 0.5em 0; }
	
#pgc-12-0-0 { display: none; }

.learn-more-modules { max-width: 350px; margin-right: auto; margin-left: auto; }	

.spu-box { max-width: 90vw !important; }	
.chart-right img,
.chart-right img.floatright,
.chart-right img.floatleft	{ max-width: 100%; height: auto; display: block; float: none; margin-right: auto; margin-left: auto; }	

/* Leaving Site (Leaving Notice Popup) Modal Overrides ---*/
.externallinknotice-modal-content { padding: 15px !important; }
h2#externallinknotice-modal-title { font-size: 23px !important; } 
p#externallinknotice-modal-description { font-size: 15px !important; }
.externallinknotice-stay, 
.externallinknotice-continue { font-size: 15px !important; padding: 10px 13px !important; }	
.externallinknotice-modal-buttons { gap: 10px !important; }	
	
#testimonials .sow-carousel-content { padding-right: 1.0em; padding-left: 1.0em; }	

/* Hide Mobile / Desktop */
.desktop-svg,
.desktop-svg img { display: none; margin: 0 auto; }
.mobile-svg,
.mobile-svg img { display: block; margin: 0 auto; }	
	
}	
	
@media only screen and (max-width: 768px) {	
.chart-right img,
.chart-right img.floatright,
.chart-right img.floatleft { }	
}

@media only screen and (max-width: 767px) {	
#investor-logos .partner-logo-row { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
#investor-logos .partner-logo-row img { align-self: center; margin: 1.0em auto; max-width: 38%; }
#investor-logos .logo-row-2 { padding-top: 0; }	
}

@media only screen and (max-width: 620px) {
img.floatleft, p img.floatleft,
img.floatright, p img.floatright, .spu-content img
{ float: none !important; clear: both; margin: 1px auto 20px auto !important; display: block !important; }
	
article p.intro, 
.panel-grid-cell p.intro,
p.intro { font-size: 21px !important; line-height: 1.875em !important; }	

.privacy-table th,
.privacy-table td { font-size: 17px; }	
	
.sow-accordion-panel-header,
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header { font-size: 21px !important; }	
	
}

@media only screen and (max-width: 540px) {
#inquiries,
#inquiries.panel-row-style 	{ flex-direction: column !important; padding: 17px 15px 10px 15px; margin-right: -15px; margin-left: -15px; }
#inquiries .panel-grid-cell { min-width: 100%; max-width: 100%; padding-right: 0px; }
#inquiries .so-widget-sow-editor-base { min-height: 100%; display: block; padding-bottom: 0.625em }	
#investor-logos .partner-logo-row img { margin: 1.0em auto; padding: 0; max-width: 40%; }	
}

@media only screen and (max-width: 520px) {
.banner-heading p.intro { font-size: 17px !important; }	
p.small, 
.panel-grid-cell p.small { font-size: 16px; }
h2.fullsize,
.panel-layout h2.fullsize { font-size: 39px; }	
	
.privacy-table th,
.privacy-table td { font-size: 16px; }	
	
#testimonials .sow-carousel-content { padding-right: 0.5em; padding-left: 0.5em; }	
#testimonials .sow-carousel-content p.intro { font-size: 18px; padding-right: 0.25em; padding-left: 0.25em; }
#testimonials .sow-carousel-content p.copy { font-size: 17px; padding-right: 0.25em; padding-left: 0.25em; }		

.small-mobile-device-notice { display: block; }
	
}

@media only screen and (max-width: 480px) {
.page h2 { font-size: 32px; margin-top: 0 !important; }
.page h2:first-child { margin-top: -0.125em !important; }
.home h2 { font-size: 28px; }
.home h2:first-child { margin-top: 0 !important; }	
#patients h2 { font-size: 26px; line-height: 1.625em; }	
#investors p, 
#investors .copy { line-height: 2.0em; }	
	
.panel-has-style p,	.panel-layout p, 
article p, .banner p { font-size: 17px; }
article li, .panel-grid-cell li { font-size: 17px; } 	
article p.intro,
.panel-grid-cell p.intro, 
p.intro { font-size: 19px !important; line-height: 1.75em !important; }	
	
#news .entry-meta li, #news .entry-meta li,
article .entry-meta li, .entry-meta li { font-size: 0.875em; }
#news .entry-meta li .meta-icon,
.entry-meta li .meta-icon { font-size: 15px; }
	
}

@media only screen and (max-width: 400px) {
img.floatleft, p img.floatleft,
img.floatright, p img.floatright, .spu-content img { max-width: 100% !important; height: auto !important; }

#testimonials .sow-carousel-content { padding-right: 0; padding-left: 0; }		
#testimonials .sow-carousel-content p.intro { font-size: 16px; }
#testimonials .sow-carousel-content p.copy { font-size: 15px; }		
}

@media only screen and (max-width: 360px) {	
.banner h1,
.banner h2,
.banner h1,
.inside-banner h1 { font-size: 34px; }
article p.intro, 
.panel-grid-cell p.intro, 
p.intro { font-size: 18px !important; }	
	
#patients h2 { font-size: 26px; line-height: 1.625em; }		
	
.learn-more-modules img { max-width: 140px; }
.learn-more-modules h4 { font-size: 21px; }
.learn-more-modules p { font-size: 17px; }	
	
}


/* END */

