@charset "UTF-8";
/* CSS Document */

#top-row {
	background: #0a1e36;
	height: 10px;
	margin: 0px;
}

 /* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	position: relative;
	min-height: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body{margin:0}

body {
    font-size: 16px;
    font-family: "Avenir Next", "Avenir", "Avenir Next W01", system-ui, sans-serif;
    line-height: 1.6;
    color: #373737;
    hanging-punctuation: first;
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	/*background: url("../images/master_bg.png") -10% -16px;*/
}

/* Original html / body tags */
 
/*
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px;
}

.pull-right {
	margin-top: 10px !important;
}
*/

.btn-primary {
    color: #fff;
    background-color: #0a1e36 !important;
    border-color: #000000 !important;
    padding: 3px 6px !important;
    font-size: 12px !important;
	}

/*
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	background-color: #6c6c6c;
	padding: 15px 20px 0 20px;
	color:#fff;
}

.footer a {
	color:#fff;
} 

.logoContain {
	width:680px;
	/* width:640px; */
	float:left;
	padding-top: 4px;
}

img.logo {
	float:left;
}

#blog {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
	
#blog h1 {	
	font-size: 24px;
}

#blog article.summarycontent {	
	border-bottom: 1px solid #eee;
}

/* Disable search box on small screens */
@media only screen and (max-width: 600px) {
  div.input-group {
    display: none;
  }
}

/*
#gridinner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
*/

/* Styling spaces on homepage within call outs */
h3 {
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
}

#MembershipTypes form .appInputOption {
    font-size: 16px;
}
