/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

h1, h2, h3 {
    text-align: left;
    font-family: 'Open Sans';
}

p {
    text-align: left;
}


body {
    line-height:1;
    background-color: #ffffff;
    transition: 0.5s;
    font-family: 'Roboto';
}


h1 {
    color: #1c75bc;
    margin: 20px 0 30px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

h2 {
    color: #686868;
    margin-top: 6px;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #106d63;
    margin: 20px 0px;
    line-height: 32px;
}

p, label {
    font-size: 16px;
    /*letter-spacing: 0.8px;*/
    line-height: 24px;
}

li {
    text-align: left;
    padding-bottom: 10px;
    line-height: 22px;
    margin: 0px 30px;
}

.dashborder{
    border: 1px solid #1c75bc;
    padding: 20px 0px 10px 15px;
    margin-bottom: 30px;
}

.formpage {
    padding: 30px;
    background: #f9f9f9;
    transition: 0.8s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.bold{
    font-weight: bold;
}

.author{
    font-size: 13px;
    margin: 15px 0px 0px 0px;
    margin-bottom: 0px !important;
    text-align: right;
}


#thelogo {
    width: 200px;
    margin: 18px auto;
    transition: 0.5s;
    float: left;
}

#menu {
    margin: 25px 0px;
    transition: 0.5s;
    color: #777;
    float: right;
}

#phone{
    margin: 25px 10px;
    transition: 0.5s;
    color: #777;
    float: right;
    font-weight: 300;
    font-size: 20px;
}

#articleimg {
    max-width: 100%;
    margin: 15px auto 15px;
    transition: 0.5s;
}

#bestrateimg{
	width: 300px;
	max-width: 90%;
	margin: 0px auto 10px;
    transition: 0.5s;
}

#row1 {
	text-align: center;
	width: 100%;
	background: #fff;
    transition: 0.5s;
    border-bottom: 4px solid #7caa12;
}

#row1inner {
    width: 800px;
    max-width: 90%;
    transition: 0.5s;
    margin: 0px auto;
}

#row2 {
	background-color: #ffffff;
	padding: 15px 30px;
	transition: 0.5s;
    text-align: center;
}

#row2inner {
    width: 800px;
    max-width: 90%;
    /*padding: 20px;*/
    transition: 0.5s;
    margin: 0px auto;
}

#row2inner p {
    margin-bottom: 22px;
}

#row3 {
    background: #272E35;
    color: #fff;
    width: 100%;
}

#row3inner {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    max-width: 90%;
}

#dafooter {
    background: #333;
    color: #fff;
    width: 100%;
}

#footerinner {
    width: 800px;
    margin: 0 auto;
    max-width: 90%;
    padding: 15px 0px 15px 0px;
}

#row3 p,#row3 a, #dafooter p, #dafooter p a {
    color: #999;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}



/* Style the hamburger menu */
.icon {
  background: none;
  display: block;
  position: relative;
  float: right;

}

.flexi-highlight-content {
    padding: 0;
    background: transparent;
    border: 0;
}

.flexi-highlight-content {
    padding: 10px 0px;
    margin: 0 0 35px;
    position: relative;
}

.flexi-highlight-content p {
    margin-bottom: 8px !important;
}

.state-btns .state-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 22px 0;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    width: 628px;
    max-width: 100%;
    margin: 20px auto 0;
    background: #f1f1f1;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.state-btns .state-btns a {
    display: block;
    width: 18%;
    text-decoration: none;
    padding: 10px;
    -webkit-box-shadow: 0 3px 0 0 #6f9711;
    box-shadow: 0 3px 0 0 #6f9711;
    position: relative;
    top: -3px;
    font-size: 17px;
    background: #7caa12;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    margin: 0 0 22px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-weight: 700;
}




.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lock:before {
    content: "\f023";
}