@import 'https://fonts.googleapis.com/css?family=Merriweather:400,400i,700|Montserrat|Raleway:400,500,600,700';
/*
	font-family: 'Merriweather', serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	margin: 0;
	padding: 0;
	max-width: 720px;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0 0 20px 0;
}
select{
    border:none;
    padding:15px;
    font-size:22px;
}
strong, b {
	font-weight: 600;	
}
address{
    font-style:normal;
    margin-bottom:10px;
}
input,
button,
a.btn,
.btn a {
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 300;
	border: none;
}
input[type=text]{
	padding:10px 10px;
    background-color:#EFF1F4;
}
.form input[type=text]{
    background-color:#FFF;
}
input[type=text].search{
	padding:10px 20px 10px 50px;
    background-color:#FFF;
}
.search-container{
    position:relative;
    display:inline-block;
}
.search-container:before{
    font-family: FontAwesome;
    content: "\f002";
    font-style: normal;
    color: #42799c;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    top: 0;
    left:0;
    padding:10px 20px;

}
.select{
    position:relative;
    
}
.select:after {
    padding: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
a {
	text-decoration: none;
}
p,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
p {
	font-size: 15px;
	line-height: 1.5;
	padding-bottom: 20px;
	font-weight:300;
}
p.small {
	font-size: 0.8rem;
}
.introtext {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Merriweather';
	font-style:italic;
	margin-top:20px;
}
h1,h2,h3,h4,h5 {
    font-family: 'Merriweather', serif;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1.25;
}
h1 {
	font-size: 45px;
}
h2 {
	font-size: 33px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
h5{
    font-size:18px;
}
.bold{
    font-weight:600;
}
.extrabold{
    font-weight:900;
}
a.btn,
.btn a,
button, .btn {
	padding: 12px 20px;
	display: inline-block;
	text-align: center;
	width: auto;
	cursor: pointer;
	line-height: normal;
	font-weight:600;
	margin-right:20px;
    text-transform: uppercase;
}
.wide {
	width: 100% !important;
}
hr {
    border: 0;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.caps {
	text-transform: uppercase;	
}
ul {
	padding-left:20px;
	list-style: none;
}
ul, ol {
	margin: 0;
	padding-bottom: 10px;
}
ul li { 
	position: relative;
	padding-bottom: 10px;
}
ul li:before {
    content: "■ ";
	color: #1a3b4f;
	font-family: Arial, sans-serif;
	position: absolute;
	left: -20px;
}
ul li ul{
    padding-bottom:0px;
}
ul li ul li{
    padding-bottom:0px;
    padding-top:10px;
}
iframe{
    width:100%;
    height:500px;
}
ul.inline {
	padding: 0;
	margin: 0 0 20px;	
	list-style: none;
}
ul.inline li {
	display: inline-block;
	padding-left: 0;
	padding-right: 10px;
    text-indent: 0;
	padding-bottom: 0;
}
ul.clean li:before {
	display: none;
}
table {
    border-spacing: 0px;
    border-collapse: separate;
	width: 100%;
    overflow-x: auto;
	margin-bottom: 20px;
}
th, thead td {
	background-color: #1a3b4f;
	font-size: 1rem;
	font-weight: 600;
    color:#FFF;
}
tf, tfoot td {
	background-color: #1a3b4f;
	font-size: 1rem;
	font-weight: 600;
	color:#FFF;
}
td {
   padding:10px;
}
table tr {
    background-color: rgba(127,127,114,0.14);
}
table tr:nth-child(even) {
   background-color: rgba(127,127,114,0.07);
}

blockquote {
	font-size: 2rem;
	color: #1a3b4f;
	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: #1a3b4f;
	font-size:26px;
}
blockquote p{
	font-weight: 400;
}
.primary-color{
    color:#f0b65e;
}
.secondary-color{
    color:#1a3b4f;
}
.btn-primary{
	background-color:#f0b65e;
	color:#FFF;
}
.btn-primary:hover{
	background-color:#FFF;
	color:#f0b65e;
}
.btn-secondary{
	background-color:#1a3b4f;
	color:#FFF;
}
.btn-secondary:hover{
	background-color:#FFF;
	color:#1a3b4f;
}
form{
    padding:0px 40px 20px;
}
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
    display:none;
}
input[type=radio   ]:not(old) + label{
  line-height  : 1.5em;
    display:inline-block;
    width:22%;
    position: relative;
    font-family: "Montserrat", sans-serif;
    color:#78bde8;
    cursor: pointer;
}
input[type=radio   ]:not(old) + label > span{
  width:100%;
    height:2px;
    background-color:#e7e6e6;
    position: absolute;
    bottom:0px;
    left:0
}
input[type=radio]:not(old):checked + label{
    color:#42799c;
}
input[type=radio]:not(old):checked + label > span > span{
      display: block;
    width: 100%;
    height: 2px;
    background: #42799c;
    position: absolute;
    bottom: 0;
    transition: all 500ms ease 0s;
}
input[type=checkbox   ]:not(old){
  display:none;
}
input[type=checkbox   ]:not(old) + label{
  margin-left  : 0px;
  line-height  : 1.5em;
    color:#1a3b4f;
    
}
input[type=checkbox   ]:not(old):disabled + label{
    color:rgba(0,0,0,0.5);
}
input[type=checkbox   ]:not(old):disabled + label > span{
    border-color:rgba(0,0,0,0.5);
}
input[type=checkbox   ]:not(old) + label > span{
    display          : inline-block;
    width            : 14px;
    height           : 14px;
    margin           : 0.25em 0.5em 0.25em 0.25em;
    vertical-align   : bottom;
    border:1px solid #1a3b4f;
    border-radius:20%;
}

input[type=checkbox]:not(old):checked + label > span > span{
  display          : block;
  width            : 10px;
  height           : 10px;
  margin           : 1px;
  background       : #1a3b4f;
    border-radius:20%;

}