@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,400i,500,500i,700');
/*
	font-family: 'Open Sans', sans-serif;
*/
html{
    font-size:16px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	margin: 0;
	padding: 0;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0 0 20px 0;
}
select{
    border:none;
    padding:15px;
    font-size:1rem;
}
strong, b {
	font-weight: 600;
}
address{
    font-style:normal;
    margin-bottom:10px;
}

button,
a.cm-btn,
.cm-btn a,
input[type="submit"],
button[type="submit"]{
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
	padding: 10px 45px;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 300;
	border: none;
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
}
input[type=text],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="name"],
textarea{
	padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 15px;
}
input[type=text].search{
	padding:15px 15px 15px 50px;
}

.search-container{
    position:relative;
}
.search-container:before{
    font-family: FontAwesome;
    content: "\f002";
    font-style: normal;
    color: #5a5a5a;
    position: absolute;
    z-index: 1;
    top: 0;
    left:0;
    padding:16px;

}
.select{
    position:relative;

}
.select:after {
    padding: 15px;
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
a {
	text-decoration: none;
  transition: all 0.15s ease-in-out;
}
a:hover {
    text-decoration: none;
}

a p{
  padding-bottom: 0;
  font-weight: 500;
}

p,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
p {
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 20px;
	font-weight:400;
}
p.small {
	font-size: 0.8rem;
}
.introtext {
	font-size: 1.2rem;
	font-weight: 400;
}
h1,h2,h3,h4,h5 {
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 1.25;
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
	font-size: 3.2rem;
  text-transform: uppercase;
  color: #0f6735;
  margin: 10px 0;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.54rem;
  text-transform: uppercase;
}
h4 {
	font-size: 1.4rem;
}
h5{
    font-size:1.2rem;
}

figure figcaption{
  margin-top: -20px;
  padding: 15px;
  background: #e0e0e0;
  font-style: italic;
}

.bold{
    font-weight:600;
}
.extrabold{
    font-weight:900;
}
a.cm-btn,
.cm-btn a,
button, .cm-btn {
	padding: 15px 20px;
	display: inline-block;
	text-align: center;
	width: auto;
	cursor: pointer;
	line-height: normal;
	font-weight:500;
	margin-right:20px;
  border-radius:5px;
}
.wide {
	width: 100% !important;
}
hr{
    border: 0;
    height: 1px;
    background: rgba(0,0,0,0.5);
}
.caps {
	text-transform: uppercase;
}

/* ### UL / LIST ### */
ul {
	padding-left:20px;
	list-style: none;
	position: relative;
}
ul, ol {
	margin: 0;
	padding-bottom: 10px;
}
ul li {
	padding-bottom: 10px;
}
ul li:before {
  content: "■";
	color: #1c3f93;
	font-family: Arial, sans-serif;
	position: absolute;
	left: 0;
}
ul li ul{
    padding-bottom:0px;
}
ul li ul li{
    padding-bottom:0px;
    padding-top:10px;
}
iframe{
    width:100%;
}
ul.nopad{
  padding: 0;
}

ul.inline {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
ul.inline li {
	display: inline-block;
	padding-left: 0;
	padding-right: 20px;
    text-indent: 0;
	padding-bottom: 0;
}
ul.clean li:before{
	display: none;
}

/* ### TABLE ### */
table {
  border-spacing: 0px;
	width: 100%;
  overflow-x: auto;
	margin-bottom: 20px;
}
th, thead td {
  color: #0f6735;
	font-size: 1rem;
	font-weight: 600;
  padding: 10px;
}
td {
    padding: 10px;
}
table thead{
  border-bottom: 4px solid #0f6735;
}
table tr {
}
table tbody tr:nth-child(even){
  background: #ededed;
}
th, thead tr{
    border-top:0px;
}
/* ### BLOCKQUOTE ### */
blockquote {
	font-size: 1.4rem;
	color: #323232;
	font-weight: 400;
	margin: 0px 0 10px 10px;
	font-style: italic;
}
blockquote p:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-style: normal;
	margin-right: 5px;
	color: #0f6735;
	font-size:1.8rem;
}
blockquote p{
	font-weight: 400;
}
.primary-color{
    color: #0f6735;
}
.secondary-color{
    color: #F6AC41;
}
.cm-btn-primary{
	background-color: #F6AC41;
	color: #FFF;
  transition: 0.15s ease-in-out;
}
.cm-btn-primary:hover{
	background-color: #444;
	color: #FFF;
}
.cm-btn-secondary{
	background-color: #0f6735;
	color: #FFF;
  transition: 0.15s ease-in-out;
}
.cm-btn-secondary:hover{
	background-color: #444;
	color: #FFF;
}
label{
  margin: 15px 0 5px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=radio   ]:not(old) + label{
  margin-left  : 0;
  line-height  : 1.5em;
}
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border-radius    : 100%;
  background       : #ddd;
  vertical-align   : bottom;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 12px;
  height           : 12px;
  margin           : 0.27em;
  border-radius    : 100%;
  background       : #1c3f93;
}
input[type=checkbox   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=checkbox   ]:not(old) + label{
  margin-left  : 0;
  line-height  : 1.5em;
}
input[type=checkbox   ]:not(old) + label > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  background       : #ddd;
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span > span{
  display          : block;
  width            : 12px;
  height           : 12px;
  margin           : 0.27em;
  background       : #1c3f93;
}