html {

}

body {
    font-size: 67.5%;
    font-family: 'Droid Sans', sans-serif;
    background-color: #00203b;
}

.grid {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;}
.clearfix, .row {display:block;}

.container-white {
    background-color: #fff;
}

.container-background {
    background-image: url(../assets/template/background.png);
    border-top: 1px solid #ccc;
}

.wrap {
    background-color: #00203b;
}

/* reset */

.content {
    position: relative;
}

p {
    margin: .75em 0;
    line-height: 1.5em;
}

.pageCrumb { text-transform: capitalize; }

img, td img {
	width: 100%;
}

b, strong {
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 125%;
    letter-spacing: auto;
    font-family: 'Oswald', sans-serif;
}

a {
    text-decoration: none;
    outline: 0;
    border: 0;
    color: #666;
}

a.grid-image {
    max-width: 640px;
}

.logo-grid {
    max-width: 240px;
}

article ul {
	margin: 15px;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
}
article ol {
	margin: 15px;
	margin-left: 10px;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 10px;
}
/*form styling*/

div.errorMessage {
    padding: 2px;
}

input[type=text].redBorder, 
input[type=email].redBorder, 
textarea.redBorder {
    border: 1px dotted red;
}

.formText {
    padding: 10px 0px 5px 0px;
}

input[type=checkbox] {
	height: 14px;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
    width: 100%;
    display: block;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    padding: 5px 0px;
    font-size: 90%;
    text-indent: 5px;
}

input[type=submit], .submitButton {

    width: 50%;
    min-width: 120px;
    padding: 5px 10px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 1em;
/*
	color: #050505;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		cursor: pointer;
*/
background-color: #00203b;
color: #fff;
border: 0px;
}

input[type=submit]:hover {
    background-color: #666;
}

.submitButton.cancel {
    cursor: pointer;
    max-width: 80px;
    float: left;
/*
    background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffe0e0 50%,
		#fccaca 50%,
		#ff8c8c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffe0e0),
		color-stop(0.50, #fccaca),
		to(#ff8c8c));
    border: 1px solid #c71e1e;
*/
background-color: #211e1e;

}


/* rslide override */
/* gallery setup base */

ul.responsive-slide {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

ul.responsive-slide li {
    line-height: 1;
}

ul.responsive-slide li {
    margin: 0px;
}

ul.responsive-slide img {
    width: 100%;
}

/* tables */

table td h1 {
    font-size: 1.5em;
    line-height: 1.5em;
}

table td h2 {
    font-size: 1.3em;
    line-height: 1.35em;
}
,
table td h3,
table td h4,
table td h5,
table td h6 {
    font-size: 1.1em;
    line-height: 1.25em;
}

table {
    margin: .75em 0;
}

table td {
    padding: 5px;
}

/*! responsive-nav.js 1.0.24 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* customlayout styles */

h1 {
    font-size: 1.6em;
    margin-top: .5em;
    margin-bottom: .25em;
}

h2 {
    font-size: 1.3em;
    margin-top: .5em;
    margin-bottom: .25em;
}

h3 {
    font-size: 1.2em;
    margin-top: .15em;
    margin-bottom: .15em;
}

h4, h5, h6 {
    font-size: 1.2em;
    margin-top: .1em;
    margin-bottom: .1em;
}

.padder h1,
.padder h2,
.padder h3 {
    margin-top: 0em;
}

.padded h2 {
    padding: 0px 10px;
}

.padded p {
    padding: 0px 10px;
}

.padded h3,
.padded h4,
.padded h5,
.padded h6 {
    padding: 0px 10px;
}

.grey_header {
    background-color: #f5f5f3;
    border-radius: 3px;
    margin-top: 0px;
}

.row.linecontent img {
    width: 100%;
    height: 1px;
}
.row.colcontent {
    margin-top: 10px;
}
/* Grid headings */

.home h1 {
    margin-top: 0px;
}

h1.column_header {
    margin-top: 0px;
    font-weight: normal;
    padding: 6px 3px 3px 3px;
    background-color: #211e1e;
    color: white;
    margin-bottom: 0px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

h1.column_header:before {
    content:"•";
    font-size: 90%;
    padding: 0px 5px;
    vertical-align: top;
}

.subscribeButton {
    text-align: right;
    padding: 0px;
}

.formMessage {
    padding: 0px;
}

.basenavigation .additional {
    margin-top: 20px;
    padding-left: 20px;
}

/* image styles */
img.inline_left {
    float: left;
    margin: 5px 10px 15px 0px;
}

img.inline_right {
    float: right;
    margin: 5px 0px 15px 10px;
}

img.columnimage {
    border: 6px solid #eeedea;
}

.formMessage {
    color: #da364a;
}

.formMessage.subscribeSuccess {
    color: green;
    padding: 5px 0px 3px;
    background-color: rgba(0,204,0,0.1);
    text-align: center;
}

.clear {
    clear: both;
}

.small {
    font-size: 80%;
}

.pinit {
	margin: 10px 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #211e1e;
	border-bottom: 1px solid #211e1e;
}

.contact h1 {
    margin-top: 0px;
}

.gallery,
.row.content{
}

.row.footer {
    color: #fff;
}

.footer .subscribeButton input {
    background-color: #fff;
    color: #000;
}

.footer .baselogo {
    background-image: url("../assets/template/logo_white_280.png");
    background-repeat: no-repeat;
    background-size: 110px 37px;
    width: 249px;
    height: 40px;
}
