/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
	padding:0;
	margin:0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Stylesheet: normalize Modified On 2014-12-06 22:02:50 */
/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screns by the media query-driven styles that appear later in this file.
*/

.border {
	border-style: dashed;
	border-width: 1px;
	border-color: red;
}


/* Responsive Images */
img {
	width:auto;
	max-width:100%; 
	height:auto;
	float:left; /* cures the 4 px whitespace anomaly */
}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	   box-sizing: border-box;
}


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.right {
	float:right;
}

.left {
	float:left;
}

.cell-bottom {
	display:table-cell; 
	vertical-align:bottom;
}

section {
	padding-top: 20px;
	padding-bottom: 24px; 
}

section.intro {
	padding-top: 4px;
	padding-bottom: 24px; 
}

.gray {
	background: #f4f4f5;
}

.white {
	background: white;
}



/* Typography */
body {
	height: 100%;
	font-family: 'Work Sans', sans-serif; 
	font-weight: 400;
	font-size:17px;
	line-height:25px; 
	color: #717073;   /* Pantone Cool Gray 11C */  
	background: #c9cacc; /* Pantone Cool Gray 4C */ 
}

h1 {
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif; 
	font-weight: 900;
	color: #23864D; /* RCAN green */
	font-size: 40px;
	line-height: 36px;
	margin-top: 8px;
	margin-bottom: 16px; 
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #23864D; /* RCAN green */
	font-size: 28px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 9px; 
}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #23864D; /* RCAN green */
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 8px;
}

p {
	font-size:17px;
	line-height:25px; 
	margin-top: 7px;
	margin-bottom: 0px;
}

p.warning {
	font-weight:bold;
	color:red;
} 

p.photo_credit {
	clear: both;
	font-family: 'Open Sans', Arial, sans-serif; 
	font-size: 9px;
	text-align: right;
	margin-top: 2px;
	margin-right: 2.5%;
	margin-bottom: 0;
}

p.attribution {
	font-family: 'Open Sans', Arial, sans-serif; 
	font-size: 9px;
	line-height: 13px;
	font-style: italic; 
	text-align: right;
	margin-bottom: 0;
	margin-left: 20%;
}

UL, OL { 
	font-size:17px;
	line-height:25px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 17px; 
	padding-left: 17px; 
	list-style-position: outside; 
}

LI { 
	margin-top: 2px; 
	margin-bottom: 0px; 
	line-height: 22px; 
	padding-left: 0.3em;
}

ul.bulleted_text {
	margin-left: 10px; 
	padding-left: 10px; 
	margin-bottom: 0px; 
}

ul.bulleted_text li {
	margin-top: 6px; 
}

ul li ul,
ul.bulleted_text li ul {
	margin-left: 10px; 
	margin-bottom: 0px;
	padding-left: 10px; 
	list-style-type: disc; 
}

ul li ul li,
ul.bulleted_text li ul li {
	margin-top: 4px; 
	padding-left: 0.5em;
}

ul li ul li ul {
	margin-left: 20px; 
	margin-bottom: 0px;
	padding-left: 20px; 
	list-style-type: disc; 
}

ul li ul li ul li {
	margin-top: 4px; 
	padding-left: 0.5em;
}

ul li ul li ul li ul {
	margin-left: 30px; 
	margin-bottom: 0px;
	padding-left: 10px; 
	list-style-type: disc; 
}

ul li ul li ul li ul li {
	margin-top: 4px; 
	padding-left: 0.5em;
}

strong {
	font-weight: 700;
}

span.bold {
	font-weight: 700;
}

span.extrabold {
	font-weight: 800;
}

span.subhead {
	font-weight: 700;
	color: black;
}

dl {
	margin: 0;
	margin-top: 1em;}

dt {
	color: #23864D; /* RCAN green */
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0px; 
}

dd {
	font-size:17px;
	line-height:25px; 
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0px;
}

hr { 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
	margin-top: 12px;
	margin-bottom: 12px;
}



/* Links */  

a { 
	color: #0000FF;
	text-decoration: none; 
	font-weight: 600;
}

a:visited {
	color: #0000FF;
	text-decoration: none; 
	font-weight: 600;
}

a:hover {
	color: #0000FF;
	text-decoration: underline; 
	font-weight: 600;
}

a.button {
	display: inline-block;
	color: #23864D; /* RCAN green */
	text-decoration: none;
	font-weight: 700;
	line-height: 20px;
	background-color: #23864D; /* adds RCAN green background color to the button */
	color: #fff; /* changes the text color to white */
	cursor: pointer; /* changes the mouse on hover */
	padding: 7px 25px; /* adds 8px of space to top and bottom of text and 25px of space on either side */
	border-radius: 6px;
}

a.button:hover {
	background-color: #40aa48; /* changes background hover color to brighter green */
	text-decoration: none;
}



/* Structure */   

#wrapper {
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#banner { 
}
	
#logo {
	width: 25%;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#content {  
	padding: 0;
}

#credits {
	padding-left: 5.435%;
}

/* hide the donate button on small displays */   
#donate {
	display:none;
}

/* 2-Column Layout */   

div.col_1 {
	float: left;
	width: 46%;
}

div.col_2 {
	float: right;
	width: 46%;
}


/* Footer */
#footer {
	background-color: #c9cacc;
	width: 100%;
}

/* Credits */
#credits {
	display: block;
	float: none;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 5.435%;
}

#REF_logo {
	width: 70px; 
	height: 45px;
	margin-left: -7px;
	margin-right: 6px; 
}

p.REF_credit {
	text-align: left; 
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight:600;
	font-size: 12px; 
	line-height: 16px;
	color: #717073;   /* Pantone Cool Gray 11C */  
}

a.REF_credit {
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight:600;
	font-size: 12px; 
	color: #717073;   /* Pantone Cool Gray 11C */  
	text-decoration: none; 
}

a.REF_credit:hover {
	text-decoration: underline; 
}

p.site_credit {
	text-align: left; 
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight:400;
	font-size: 12px; 
	color: #717073;   /* Pantone Cool Gray 11C */  
	line-height: 18px; 
}

a.site_credit {
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight:400;
	font-size: 12px; 
	color: #717073;   /* Pantone Cool Gray 11C */  
	line-height: 17px; 
	text-decoration: none; 
}

a.site_credit:hover {
	text-decoration: underline; 
}

/* Badges */
#badges {
	display: block;
	float: none;
	width: 100%;
	padding-top: 33px;
	padding-bottom: 8px;
	padding-left: 3%;
}

img.social_media_icon {
	width: 28px;
	height: 28px;
	margin-left: 10px;
}

/*
PHONES in LANDSCAPE ORIENTATION
*/

@media only screen and (min-width: 450px) { 

/* placeholder */

}



/*
PHABLETS in LANDSCAPE ORIENTATION
*/

@media only screen and (min-width: 600px) {

#logo {
	width: 20.91666667%;
}

#content_below_form {
margin-top: 450px;
}

}




/*
TABLETS in PORTRAIT ORIENTATION

*/
@media only screen and (min-width: 700px) {

/* Credits */
#credits {
	width: 73.5%;
	float: left;
}

p.REF_credit {
	margin-top: 30px; 
}

/* Badges */
#badges {
	width: 26.5%;
	float: right;
	padding-left: 0;
}

} 



/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 900px) {

#logo {
	width: 20.91666667%;
	float: left;
	margin: 0;
}

#nav-outer {
	width: 77.166667%;
	float: left;
	margin: 0;
}

#topnav {
	float: right;
	margin-top: 15%;
	margin-right: 3.5%;
}

#donate { 
	display: block;
	width: 11.916667%; 
	float: right;
	margin: 0; 
}

#credits {
	padding-left: 5.435%;
}

}



/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {

/*
body {
	font-size: 14px;
	line-height: 22px; 
}
*/

#wrapper {
	max-width: 1200px; 
}

section {
	padding-bottom: 30px; 
}

/*
h1, h2 {
	font-size: 29px;
	line-height: 34px;
	margin-top: 11px;
	margin-bottom: 12px; 
}

h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px; 
}

p {
	font-size:14px;
	line-height:22px; 
	margin-top: 6px;
}

UL, OL { 
	font-size:14px;
	line-height:22px; 
	margin-top: 0px; 
	margin-left: 20px; 
	padding-left: 20px; 
	list-style-position: outside; 
}

LI { 
	margin-top: 3px; 
	margin-bottom: 0px; 
	line-height: 22px; 
}

ul.bulleted_text li {
	margin-top: 7px; 
}

dt {
	font-size: 18px;
	line-height: 22px;
}

dd {
	font-size:14px;
	line-height:22px; 
	margin-top: 7px;
}
*/


hr { 
	margin-top: 16px;
	margin-bottom: 16px;
}

} 



/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* Stylesheet: base - 2020 Modified On 2022-10-24 00:43:21 */
/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screns by the media query-driven styles that appear later in this file.
*/

/* Typography */

div.family_box h3 {
	margin-left: -6.5%;
}

/* Structure */  
 
div.number_box {
	margin-left: 40%;
	width: 14%; 
	font-size: 1px;
}

div.icon_box {
	margin-left: 35%;
	width: 30%;
	font-size: 1px;
}

div.wide_content {
	margin-left: 5.5%;
	width: 90%;
}

div.narrow_content {
	margin-left: 5.5%;
	width: 90%;
	padding-bottom: 5%;
	border-bottom: 1px solid #c9cacc; 
}

div.family_box {
	margin-left: 12%;
	width: 83.5%;
}

div.full-width_content {
	margin-left: 5.5%;
	width: 90%;
}

#card_section {
	margin-top: 12px;
}

.cafe-card {
	width: 100%;
}

/* Create a video container to limit the width of a video and center it in a black band */

#video_container_outer {
	width: 100%;
	background: black;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}

#video_container_inner {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}

/* Make embedded YouTube video responsive */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*
PHONES in LANDSCAPE ORIENTATION
*/

@media only screen and (min-width: 450px) { 

/* Typography */


/* Structure */   


}



/*
PHABLETS in LANDSCAPE ORIENTATION
*/

@media only screen and (min-width: 600px) {

/* Typography */

div.family_box h3 {
	margin-left: 0;
}


/* Structure */  
 
div.number_box {
	margin-left: 2.307692%;
	width: 12.307692%; 
	float: left;
}

div.wide_content {
	margin-left: 2.307692%;
	width: 75.384615%;
	float: left;
}

div.narrow_content {
	margin-left: 2.307692%;
	width: 54.615385%;
	padding-right: 2.91666667%;
	padding-bottom: 0%;
	border-right: 1px solid #c9cacc; 
	border-bottom: 0; 
	float: left;
}

div.family_box {
	margin-left: 3.076923%;
	width: 22.307692%;
	float: left;
}

div.full-width_content {
	margin-left: 2.5%;
	width: 90%;
}

#video_container_inner {
	width: 75%;
	display: inline-block;
	margin: 0 auto;
}

}




/*
TABLETS in PORTRAIT ORIENTATION

*/
@media only screen and (min-width: 700px) {

div.number_box {
	margin-left: 7.291667%;
	width: 11.375000%; 
	float: left;
}

div.icon_box {
	margin-top: 10px;
	margin-left: 1.666667%;
	width: 17.000000%; 
	float: left;
}

div.wide_content {
	margin-left: 2.250000%;
	width: 70%;
	float: left;
}

div.full-width_content {
	margin-left: 7.2%;
	width: 84%;
}

} 



/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 900px) {

/* placeholder */

}



/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {

#intro {
	margin-top: 4px;
	margin-bottom: 56px;
}

}
/* Stylesheet: informative page - 2020 Modified On 2021-10-03 23:01:24 */
/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screns by the media query-driven styles that appear later in this file.
*/

/* Kludge Responsive Images in Table Cells for Firefox */
div.container_c img {
	width:100%; 
	max-width:100%; 
	height:auto;
}



/* Typography */
/* 
h2 {
	color: #23864D;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	color: black; 
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
 */

/* Structure */  

#intro {
	width: 86%;
	margin-left: 7%;
	margin-top: 17px; 
	margin-bottom: 32px;
}

div.logo {
	width: 50%;
	margin-left: 7%;
}

div.photo {
	clear: left; 
	float: left;
	/*vertical-align: middle;*/
	width: 28%;
	margin-left: 0;
	margin-top: 18px;
	margin-bottom: 12px;
}

div.contact_info {
	clear: right; 
	float: left;
	vertical-align: middle;
	width: 58%;
	margin-left: 12px;
	margin-top: 18px;
	margin-bottom: 12px;
}

div.blurb { 
	clear: left;
	width: 86%;
	margin-left: 7%;
}

#outro {
	width: 86%;
	margin-left: 7%;
	margin-top: 17px; 
	margin-bottom: 32px;
}



/*
PHONES in LANDSCAPE ORIENTATION
*/

@media only screen and (min-width: 450px) { 

/* Typography */


/* Structure */   


}



/*
PHABLETS in LANDSCAPE ORIENTATION
*/

@media only screen and (min-width: 600px) {

#intro {
	width: 62.666667%;
	margin-left: 32%;
	margin-top: 15px; 
	margin-bottom: 32px;
}

div.container_t {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

div.container_r {
    display: table-row;
}

div.container_c {
	display: table-cell;
	padding: 0;
	/*vertical-align: middle;*/
}

div.logo {
	width: 32%;
	padding-left: 6%;
	margin: 0;
}

div.photo {
	clear: none;
	float: none;
	width: 18.666667%;
	padding-left: 2.133333%;
	padding-right: 2.133333%;
	margin: 0;
}

div.contact_info {
	clear: none;
	float: none;
	width: 49.333333%;
	padding-right: 5.333333%;
	margin: 0;
}

div.blurb {
	clear: none;
	width: 62.666667%;
	margin-left: 32%;
	margin-top: 15px; 
}

#outro {
	width: 62.666667%;
	margin-left: 32%;
	margin-top: 15px; 
	margin-bottom: 32px;
}

}




/*
TABLETS in PORTRAIT ORIENTATION

*/
@media only screen and (min-width: 700px) {


} 



/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 900px) { 

#intro {
	width: 52.083333%;
	margin-left: 31.250000%;
	margin-top: 15px; 
	margin-bottom: 32px;
}

div.logo {
	width: 28.75%;
	padding-left: 6.25%;
}

div.photo {
	width: 16.416667%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

div.contact_info {
	width: 54.833333%;
	padding-right: 6.25%;
}

div.blurb {
	width: 61.666667%; 
	margin-left: 31.25%; 
	margin-top: 15px; 
}

#outro {
	width: 52.083333%;
	margin-left: 31.250000%;
	margin-top: 15px; 
	margin-bottom: 32px;
}

}



/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {


#intro {
	margin-top: 19px;
	margin-bottom: 41px;
}

/* Typography */

/* 
h2 {
	color: #23864D;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	color: black; 
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/* Structure */

div.blurb {
	margin-top: 18px; 
}

#outro {
	margin-top: 19px;
	margin-bottom: 41px;
}

}
/* Stylesheet: people page - 2020 Modified On 2021-10-09 21:40:54 */
