/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _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; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Kemper Web Team
   ========================================================================== */

/*----------------------------------*\
	Global
\*----------------------------------*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #daeffb;
	color: #40434d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

h1 {
	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 35px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 0 0;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 5px 0 0 0;
}

h999 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 26px;
	margin: 0px 0 0 0;
}

sponsorlabel {
	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	margin: 10px 0 0 0;
}

sponsorsformat {
	font-family: 'Love Ya Like A Sister', cursive;
	background-color: white;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	margin: 10px 0 0 0;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 0 0;
}

h3 span {
	margin-right: 15px;
}

a, a:visited, a:active {
	color: #014f7f;
	text-decoration: none;
}

a:hover {
	color: #4c8a00;
	text-decoration: none;
}

.w {
	font-size: 43px;
}

.red {
	color: #ef3e43;
}

.darkred {
	color: #8B0000;
}

.yellow {
	color: #fff2b7;
}

.blue {
	color: #014f7d;
}

.green {
	color: #4c8a00;
}

.white {
	color: #fff;
}

.clear {
	clear: both;
	height: 1px;
}

.nom-top {
	margin-top: 0;
}


/*----------------------------------*\
	Layout
\*----------------------------------*/

#main {
	min-height: 500px;
}

.slide-container {
	margin: 0 auto;
/* 
	min-height: 300px;
 */
	padding: 0 0 0 0;
	width: 960px;
}

.divider {
	background: url("/images/divider-bg.jpg") repeat-x top left;
	height: 31px;
	position: relative;
	min-width: 1060px;
	width: 100%;
	z-index: 500;
}

/*----------------------------------*\
	Header
\*----------------------------------*/

header {
	background: url("/images/header-bg.png") repeat-x top left;
	height: 105px;
	position: fixed;
	min-width: 1060px;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#header-container {
	margin: 0 auto;
	width: 960px;
}

#logo {	
	float: left;
	height: 64px;
	margin: 22px 0 0 0;
	width: 462px;
}

nav #main-nav {
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: right;
}

nav #main-nav ul {
	list-style-type: none;
	margin: 52px 0 0 0;
	padding: 0;
}

nav #main-nav ul li {
	display: inline;
	margin: 0 0 0 22px;
	padding: 0;
}

nav #main-nav ul li a,
nav #main-nav ul li a:active,
nav #main-nav ul li a:visited {
	color: #fff2b7;
	text-decoration: none;
}

nav #main-nav ul li a:hover,
nav #main-nav ul li a.current {
	color: #ffffff;
}

/*----------------------------------*\
	Footer
\*----------------------------------*/

footer {
	background: url("/images/footer-bg.jpg") repeat-x top left;
	clear: both;
	height: 82px;
	margin: -70px 0 0 0;
	min-width: 1060px;
	width: 100%;
}

footer #footer-container {
	height: 82px;
	margin: 0 auto;
	width: 960px;
}

footer #copyright {
	color: #fff;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 3px 0 0 0;
	width: 500px;
}

#copyright a,
#copyright a:active,
#copyright a:visited {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	color: #fff2b7;
}

#copyright p {
	margin: 0;
	padding: 16px 0 0 0;
}

#kemper {
	height: 46px;
	float: right;
	margin: 18px 0 0 0;
	width: 180px;
}

/*----------------------------------*\
	Home Page
\*----------------------------------*/

#clouds {
	background: url("/images/clouds.gif") repeat-x top center;
	height: 610px;
	min-width: 1060px;
	width: 100%;
}

#grass {
	background: url("/images/grass.jpg") repeat-x bottom center;
	min-height: 855px;
	min-width: 1060px;
	width: 100%;
}
 
#home {
	padding: 140px 0 0 0;
	position: relative;
	top: 0; 
}

#home-content-container {
	background: url("/images/paper-bg.png") no-repeat top center;
	height: 410px;
	margin: 0 auto;
	padding: 35px 45px;
	width: 890px;
}

#home-content {
	height: 410px;
	width: 890px;
}

#home-content h2.red {
  margin-bottom: 0;   /* reduces space right before the Register Now box */
}

#register-button {
	background: #ef3e43; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef3e43 0%, #c33337 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3e43), color-stop(100%,#c33337)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef3e43 0%,#c33337 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e43', endColorstr='#c33337',GradientType=0 ); /* IE6-9 */
	border: 1px solid #691b1d;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	height: 56px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 180px;
	margin-top: 0 !important;
  	outline: 3px solid lime !important;
}

#register-button a {
	color: #fff;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 0 0;
	text-shadow: 2px 2px 2px #691b1d;
	padding: 15px 20px;
}


#date {
	float: left;
	height: 100px;
	margin: 32px 0 0 30px;
}

#home-body-content {
	clear: left;
	float: left;
	margin: 10px 0 0 0;
	width: 490px;
	
}
#home-body-content a {
	color:green;
}
#home-body-content .small {
    font-size:12px;
}

#home-pic {
	float: right;
	height: 266px;
	margin: 60px 0 0 0;
	width: 374px;
}
#home-logos {
	height: 200px;
	margin: 20px auto 0 auto;
	width: 980px;
}

#kiwanis {
	float: left;
	margin: 25px 40px 0 0;
}

#deaconess {
	float: left;
	margin: 15px 0 0 0;
}

#riley {
	float: right;
	margin: 0 0 0 0;
}




/*----------------------------------*\
	Register
\*----------------------------------*/
 
#register {
	clear: both;
	padding: 140px 0 0 0;
	position: relative;
	top: -130px; 
}

#register-container-wrapper {
	background: url("/images/green-bg.jpg") repeat top left;
	margin: -1px 0 0 0;
	min-height: 800px;
	min-width: 1060px;
}


#register-container {
/* 
	Here for IE Fix
 */
}


#register-form {
	margin: 20px 0 0 0;
	width: 762px;
}

#register-form-top {
	background: url("/images/register-bg-top.jpg") no-repeat top center;
	height: 11px;
	width: 762px;
}

#register-form-body {
	background: url("/images/register-bg-body.jpg") repeat-y top center;
	min-height: 550px;
	padding: 30px 40px;
	width: 682px;
}

#register-form-bottom {
	background: url("/images/register-bg-bottom.jpg") no-repeat top center;
	height: 11px;
	width: 762px;
}


#register-form h2 {
	margin: 0 0 5px 0;
}

#register-form .error {
 	background: #ef3e43;
 	color: #fff;
 	font-size: 18px;
 	padding: 8px 10px;
}

.register-required-message {	
	float: right;
	font-size: 14px;
	margin: 25px 0 0 0;
	text-align: right;
	width: 300px;
}
.register-required {
	color: #ef3e43;
}

.participant {	
	clear: both;
	display: block;
}

.register-input-area {
	clear: both;
	float: none;
	margin: 0 0 20px 0;
	width: 508px;
}


.register-input-float-area,
.register-input-float-area-large {
	float: left;
}


.register-input-float-area {
	margin: 0 30px 20px 0;
	width: 246px;
}

.register-input-float-area-large {
	margin: 0 0 20px 0;
	width: 400px;
}

.register-tshirt-area {
	float: left;
	margin: 0 0 20px 0;
	width: 130px;
}

.additional-participants {
	border-bottom: 1px solid #d7cc9b;
	clear: both;
	font-size: 14px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 100%;
}

.additional-participants a,
.additional-participants a:visited,
.additional-participants a:active {
	color: #4c8a00;
}

.additional-participants a:hover {
	color: #014f7d;	
}


#register-form input,
#register-form textarea {
	border: 1px solid #d2bd62;
	color: #40434d;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 6px;
}

.register-input-area input,
.register-input-float-area input {
	width: 232px;
}

#register-form textarea {
	width: 508px;
}

#register-form select {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eded',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d2bd62;
	color: #40434d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 6px;
}

.register-tshirt-area select {
	width: 130px;
} 

.register-input-area select {
	width: 245px;
}

#register-form option {
	background: #fff;
}


.register-radio-area {
	float: left;
	margin: 0 0 20px 0;
	width: 80px;
}
.register-radio-area label {
	color: #014f7d;
	font-size: 16px;
	width: 60px;
}

.register-radio-area span {
	float: left;
}

.register-radio-area label input {
	border: none!important;
	float: left;
	margin: 6px 0 0 5px;
	width: 15px;
}

.register-notice {
	font-size: 14px;
	line-height: 20px;
}

#register-form button {
	background: #ef3e43; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef3e43 0%, #c33337 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3e43), color-stop(100%,#c33337)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef3e43 0%,#c33337 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e43', endColorstr='#c33337',GradientType=0 ); /* IE6-9 */
	border: 1px solid #691b1d;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin: 15px 0 0 0;
	padding: 8px 32px;
	text-shadow: 2px 2px 3px #691b1d;
}

#deaconess_department_physician_container {
	clear: both;
	display: none;
}

#riley_family_container {
	clear: both;
	display: none;
}
/*----------------------------------*\
	Sponsors
\*----------------------------------*/

#sponsors {
	clear: both;
	padding: 140px 0 0 0;
	position: relative;
	top: -130px;
}

#sponsors-container-wrapper {
	background: url("/images/blue-bg.jpg") repeat top left;
	min-width: 1060px;
	padding: 30px 0 0 0;
}

#sponsors-container {
/* 
	Here for IE Fix
 */
}


#sponsor-list {
	margin: 30px 0 0 0;
}
/*----------------------------------*\
	Photos
\*----------------------------------*/

#photos {
	clear: both;
	height: 600px;
	overflow: hidden;
	padding: 140px 0 0 0;
	position: relative;
	top: -130px;
}

#photos-container-wrapper {
	background: url("/images/yellow-bg.jpg") repeat top left;
	height: 650px;
	overflow: hidden;
	min-width: 1060px;
	padding: 30px 0 0 0;
}

#photos-container {
/* 
	Here for IE Fix
 */
}

#gallery-container {
	height: 550px;
}


/*----------------------------------*\
	Contact
\*----------------------------------*/
 
#contact {
	clear: both;
	min-height: 570px;
	padding: 140px 0 0 0;
	position: relative;
	top: -130px;
}

#contact-container-wrapper {
	background: url("/images/blue-bg.jpg") repeat top left;
	min-width: 1060px;
	padding: 30px 0 0 0;
	border: 1px solid #fff;
}

#contact-container {
/* 
	Here for IE Fix
 */
}


#post-it {
	background: url("/images/post-it.png") no-repeat top center;
	float: right;
	font-size: 14px;
	line-height: 17px;
	height: 173px;
	margin: 0 0 0 0;
	padding: 25px 22px 35px 22px;
	width: 231px;
}

#contact-form {
	float: left;
	width: 524px;
}

#contact-form h2 {
	margin: 0 0 5px 0;
}

#contact-form .error {
 	background: #ef3e43;
 	color: #fff;
 	font-size: 18px;
 	padding: 8px 10px;
}

.contact-required-message {	
	float: right;
	font-size: 14px;
	margin: 25px 0 0 0;
	text-align: right;
	width: 300px;
}
.required {
	color: #ef3e43;
}

.contact-input-float-left-area,
.contact-input-float-area {
	float: left;
	width: 232px;
}

.contact-input-float-left-area {
	margin: 0 44px 20px 0;
}


.contact-input-float-area {
	margin: 0 0 20px 0;
}


.contact-input-area {
	float: none;
	margin: 0 0 20px 0;
	width: 508px;
}


#contact-form input,
#contact-form textarea {
	border: 1px solid #a7b7c1;
	color: #40434d;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 6px;
}

#contact-form input {
	width: 232px;
}

#contact-form textarea {
	width: 508px;
}

#contact-form button {
	background: #ef3e43; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef3e43 0%, #c33337 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3e43), color-stop(100%,#c33337)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef3e43 0%,#c33337 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef3e43 0%,#c33337 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e43', endColorstr='#c33337',GradientType=0 ); /* IE6-9 */
	border: 1px solid #691b1d;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin: 15px 0 0 0;
	padding: 8px 32px;
	text-shadow: 2px 2px 3px #691b1d;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}

/* Make the Previous/Next controls smaller */
#controls a{
  font-size: 22px;   /* change this number smaller/bigger */
  line-height: 1.2;
}

#controls{
  display: flex;
  gap: 24px;         /* space between Previous and Next */
  align-items: center;
  flex-wrap: wrap;
}

/* FORCE size of gallery Previous / Next controls */
#photos-container-wrapper #controls,
#photos-container-wrapper #controls a{
  font-size: 18px !important;
  line-height: 1.2 !important;
}

/* Space Previous and Next apart */
#photos-container-wrapper #controls{
  display: flex !important;
  gap: 32px !important;
  align-items: center;
}
