html {}

body {
	font-family: "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #545454;
  word-wrap:break-word;
}

h1 {
	font:300 24px/73px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
}

h2 {
	font:400 24px/28px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#545454;
}

h3 {
	margin:0 0 10px;
  font:400 18px/22px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#545454;
}

h4 {
	font-size: 18px;
	margin: 5px 0;
	font-weight: normal;
	font-family: 'Oswald', Arial, Helvetica, Geneva, sans-serif;
}

h5 {
	font-size: 16px;
  font-family: 'Oswald', Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
  color:#545454;
	margin-bottom: 10px;
}
p.first-paragraph{
	font-size: 18px;
}
ul, ol {
	margin: 0 0 20px 20px;
}

li {
	line-height: 140%;
	margin-bottom: 5px;
	
}
ul.list-no-style{
	list-style: none;
}
a {
	line-height: inherit;
	color: #0D5E89;
}
a:hover {
	color: #545454;	
}

a:focus {
	
}

em {
	font-style: italic;
	line-height: inherit;
}

strong {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 60%;
	line-height: inherit;
}

code {
	font-weight: bold;
	background: #ffff99;
}

blockquote, blockquote p {
	line-height: 1.5;
	color: #6f6f6f;
}

blockquote {
	margin: 0 0 17px;
	padding: 20px 20px 0 19px;
	border-left: 6px solid #c2baa9;
	background-color: #e2e0db;
	color: #484338;
	float: left;
}

.hide{
  display:none;
}

hr{
  height:2px;
  margin-right:20px;
  margin-bottom:20px;
  background:#D2D1C7;
  border:none;
}

/* ------------ form styles ----------- */
form{
	margin-bottom: 30px;
}

label{
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 2% 0 1%;
  float: left;
}
  
label.small{
  font-weight: bold;
  font-size: 12px;
}

textarea{
	border: 1px solid #e3dfd4;
	border-radius: 5px;
}

.checkbox input{
	float: none;
}

input{
	border: 1px solid #e3dfd4;
	border-radius: 4px;
	margin:0;
	padding: 6px;
	float: left;
}

::-webkit-input-placeholder {
   color:#706856;
}

:-moz-placeholder { /* Firefox 18- */
   color:#706856;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#706856;  
}

:-ms-input-placeholder {  
   color:#706856;  
}

/* color:#706856; */
input.text-field{
	width: 95%;
}
.required{
	color: red;
}
.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.hide {
	display: none;
}

/* ------------ form styles ----------- */
.button, .submit {
	background:#2b97bf;	
	color:#fff;
	cursor:pointer;
	display:block;
	font:16px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	padding:10px 20px 11px;
	position:relative;
	text-align:center;
	text-decoration:none;
  text-transform:uppercase;
	/*
	-webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	*/
  border-radius:4px;
}

.button:hover, .button:focus, .submit:hover, .submit:focus {
	color:#fff;
	background-color:#2b4878;
}

.button:active {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.button.large {
	font-size: 17px;
	padding: 15px 30px 16px;
}

.button.medium {
	font-size: 14px;
}

.button.small {
	font-size: 11px;
	padding: 7px 14px 8px;
}

.button.tiny {
	font-size: 10px;
	padding: 5px 10px 6px;
}

#search-button::-webkit-focus-inner {
  border:0;
  padding:0;
}

.glyph {
	font-family: 'GeneralFoundicons', 'SocialFoundicons';
}



@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 768px) {
.button {
	width: auto;
}

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1382px) {

}

