#mobileMenu, #arrowL {
	display:none;
}
.panel {
      display: none;
      width: 220px;
      padding: 20px;
      background-color: #FFF;
      color: #fff;
      box-shadow: inset 0 0 5px 5px #CCC;
    }
#nav {
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #1E186D;
	width: 960px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#nav a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #1E186D;
	text-transform: uppercase;
	padding:0 5px;
}

#nav ul {
	list-style-type: none;
	text-align: center;
	margin:0px;
	padding:0px;
}

#nav  li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

#nav a:hover {
	background: #1E186D;
	color:#fff;
	padding: 0 5px;
}

/* STRUCTURE */

#pagewrap {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 5px;
	width: 99%;
	margin: 0px auto;
	color: #000;
}
h2 {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
}
header {
	padding: 0 15px;
	position:relative;
}
#content {
	width: 200px;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: calc(100% - 507px); /* Account for margins + border values */
	float: left;
	padding: 1px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 200px;
	padding: 5px 15px;
	float: left;
}
footer {
	clear: both;
	padding: 0 15px;
}

.bannerdiv {
	width:70%;
	margin:50px auto;
}
.bannerdiv img {
	width:100%;
}

.logodiv {
	position:absolute;
	width:11%;
	top:10px
}
.logodiv img {
	width:100%;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for very wide screens */
@media screen and (min-width: 1400px) {
	.bannerdiv {
		margin:70px auto;
	}
}
	
@media screen and (max-width: 960px) {
	#mobileMenu {
		display:inherit;
	}
	#nav {
		display:none;
	}
}
@media screen and (max-width: 820px) {
	#pagewrap {
		width: 99%;
	}
	#content {
		/* width: 41%;
		padding: 1% 4%; */
	}
	#middle {
		width: calc(100% - 270px);
		/* padding: 1% 4%; */
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		display:none;
	}

	header, footer {
		padding: 1% 4%;
	}
	.logodiv {
		display:none;		
	}
	.bannerdiv {
		width:100%;
		margin:auto;
		padding:10px 0;
	}
}



/* for 480px or less */
@media screen and (max-width: 580px) {

	header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	#middle {
		width:inherit;
		float: none;
		margin: 0px;
		padding:0px;
	}
	
	#content {
		display: none;
	}
	
	#arrowL {
		float:right;
		width:30px;
		display:block;
		cursor:pointer;
	}
	#arrowL img {
		width:30px;
	}

}


#content {
	background: #f8f8f8;
}
#sidebar {
	background: #f0efef;
}
header, #content, #middle, #sidebar {
	margin-bottom: 10px;
}

header, #content, #sidebar, footer {
	border: solid 1px #ccc;
}
.clearfix {
	clear:both;
}

a.sidearticle {
	text-decoration:none;
	color:black;
}
.sidetitle {
	font-size:12px;
	font-weight:bold;
	/* font-family:"Book Antiqua","Times New Roman",Times,serif; */
}
.sidevolume {
	font-size:10px;
	font-weight:bold;
	color:#999;
	margin-bottom:15px;
}
.datevolume {
	color:#888;
	float:right;
	font-family:"Book Antiqua","Times New Roman",Times,serif;
}

/* FORM */
.form-style-10{
    width:450px;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.form-style-10 .inner-wrap{
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}
.form-style-10 h1{
    background: #2A88AD;
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}
.form-style-10 h1 > span{
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label{
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.form-style-10 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}
/* END FORM */


/* ALERT BOXES */

/* Alert Box CSS */

/* Base Alert Style */
.alert {
	font-family: Lato, Arial;
    position: relative;
    display: block;
    padding: 1em 1.8em;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
	margin:auto;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background: transparent;
    color: white;
	border-radius: 3px;
	max-width:600px;
	font-weight:bold;
	
}
.alert a {
	color:white;
}
/* Error */ 
.alert-error { 
  background: #e74c3c; 
  border: 1px solid #c0392b; 
}

/* Success */ 
.alert-success { 
  background: #2ecc71; 
  border: 1px solid #27ae60; 
}

/* Info */ 
.alert-info { 
  background: #3498db; 
  border: 1px solid #2980b9; 
}

/* END ALERT BOXES */




/* START CONTACT FORM */


#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* END CONTACT FORM */