* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    margin: 0;
    padding: 0
}

html {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6
}

@media (min-width: 38em) {
    html {
        font-size:20px
    }
}

body {
    color: #515151;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: #268bd2;
    text-decoration: none
}

a:hover,a:focus {
    text-decoration: underline
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #333;
    letter-spacing: -.025rem
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.6rem
}

h3 {
    font-size: 1.3rem
}

h4,h5,h6 {
    font-size: 1rem
}

p {
    margin: 0 0 1rem
}

ul,ol,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem
}

ul {
    list-style: inside circle;
    padding-left: 0
}

ul li {
    margin-bottom: .25rem
}

ul ul,ul ol {
    margin-top: .25rem;
    margin-bottom: .5rem
}

ol {
    list-style: inside decimal;
    padding-left: 0
}

ol li {
    margin-bottom: .25rem
}

ol ul,ol ol {
    margin-top: .25rem;
    margin-bottom: .5rem
}

p+h1,p+h2,p+h3,ul+h1,ul+h2,ul+h3,ol+h1,ol+h2,ol+h3 {
    margin-top: 1.5rem
}

hr {
    border: 0;
    border-top: .5px solid #eee;
    border-bottom: .5px solid #eee;
    margin: 1.5rem auto
}

strong {
    color: #333;
    font-weight: 600
}

abbr {
    font-size: 85%;
    font-weight: bold;
    color: #555;
    text-transform: uppercase
}

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

blockquote {
    padding: 0 0 0 1.5rem;
    margin: 0 2rem 1rem 0;
    color: #999;
    border-left: .5rem solid #e5e5e5
}

blockquote p:last-child {
    margin-bottom: 0
}

code,pre {
    font-family: Menlo, Monaco, "Courier New", monospace
}

code {
    padding: .25em .5em;
    font-size: 85%;
    color: #bf616a;
    background-color: #f9f9f9;
    border-radius: 3px
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.4;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    background-color: #f9f9f9
}

pre code {
    padding: 0;
    font-size: 100%;
    color: inherit;
    background-color: transparent
}

.highlight {
    margin-bottom: 1rem;
    border-radius: 4px
}

.highlight pre {
    margin-bottom: 0
}

.gist .gist-file {
    font-family: Menlo, Monaco, "Courier New", monospace !important
}

.gist .markdown-body {
    padding: 15px
}

.gist pre {
    padding: 0;
    background-color: transparent
}

.gist .gist-file .gist-data {
    font-size: .8rem !important;
    line-height: 1.4
}

.gist code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

img {
    display: block;
    max-width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px
}

table {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse
}

td,th {
    padding: .25rem .5rem;
    border: 1px solid #e5e5e5
}

tbody tr:nth-child(odd) td,tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

.lead {
    font-size: 1.25rem
}

.container {
    max-width: 38rem;
    padding: 2rem 1.5rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 38rem) {
    .container {
        padding:5rem 1rem
    }
}

.masthead-title {
    font-weight: 300;
    margin: 0;
}

.masthead-title a {
    color: #333
}

.masthead-title a:hover,.masthead-title a:focus {
    text-decoration: none
}

.masthead-title span {
    color: #ddd
}

.masthead-title--small {
    margin-bottom: .75rem;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.masthead-title--small a {
    color: #333
}

.masthead-title--small a:hover,.masthead-title--small a:focus {
    text-decoration: none
}

.masthead .masthead-nav {
    margin-bottom: 2rem
}

.masthead .masthead-nav a {
    color: #c8c8c8;
    font-weight: 300;
    text-transform: lowercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 1px solid #c8c8c8;
}

.masthead .masthead-nav li {
    display: inline-block;
    margin: 0;
}

.masthead .masthead-nav li + li {
    padding-left: 10px;
}

.masthead .masthead-nav a:hover,.masthead .masthead-nav a:focus {
    color: #64ba6f;
    text-decoration: none;
    border-color: #64ba6f;
}

.masthead .masthead-nav a+a {
    margin-left: .25rem
}
.masthead .masthead-nav .current-menu-item a {
    color: #64ba6f;
    border-color: #64ba6f;
}
.page-title {
    margin-bottom: 2rem
}

.post-title {
    margin-bottom: .25rem
}

.post-date {
    margin-bottom: 2rem;
    font-size: .75rem;
    text-transform: uppercase
}

.list-post-title {
    margin-bottom: .25rem
}

.list-post-title a {
    color: #333
}

.list-post-title a:hover,.list-post-title a:focus {
    text-decoration: none
}

.list-post-date {
    margin-bottom: 1rem;
    font-size: .75rem;
    text-transform: uppercase
}

.projects-list a {
    color: #333
}


.logo-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo-wrapp img {
    margin: 0;
    max-width: 100%;
}

.logo-wrapp  h1.masthead-title {
    margin-right: auto;
    max-width: 70%;
}

.phone a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #333;
    line-height: 1;
}

.content ol ul li {
    list-style: none;
    padding-left: 10px;
    position: relative;
}

.content ol ul li:before {
    display: inline;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 15px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #727272;
}

.home ol > li+li {
    margin-top: 25px;
}

.home-post h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.phone {
    margin-left: 2%;
    max-width: 28%;
}
.page-numbers {
    color: #c8c8c8;
    font-weight: 300;
    text-transform: lowercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    
    text-decoration: none;
}

a.prev.page-numbers,
a.next.page-numbers {
        border-bottom: 1px solid #c8c8c8;
}

.page-numbers:hover,.page-numbers:focus {
    text-decoration: none;
    color: #64ba6f;
    border-color: #64ba6f !important;
}
a.prev.page-numbers {
    margin-right: 10px;
}

a.next.page-numbers {
    margin-left: 10px;
}
.contact-page .nf-form-cont {
    background: #fafbfd;
    padding: 25px;
}

.contact-page .nf-form-content label {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.contact-page .nf-form-content .list-select-wrap .nf-field-element>div, 
.contact-page .nf-form-content input:not([type=button]), 
.contact-page .nf-form-content textarea {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.contact-page .nf-form-content .listselect-wrap .nf-field-element div, 
.contact-page .nf-form-content input.ninja-forms-field {
    height: 36px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}

.contact-page .nf-form-content .label-above .nf-field-label {
    line-height: 1;
    margin-bottom: 2px;
}

.contact-page #ninja_forms_required_items, 
.contact-page .nf-field-container {
    margin-bottom: 15px;
}

.contact-page .nf-error.field-wrap .nf-field-element:after {
    height: 100%;
    line-height: 36px;
    top: 0;
    border-radius: 4px;
    font-size: 16px;
    width: 35px;
}

.contact-page .nf-error {
    font-size: 15px;
}

.contact-page .nf-form-content select.ninja-forms-field:not([multiple]) {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    padding: 0px 12px;
    height: 36px;
}

.contact-page .nf-form-content .list-select-wrap>div div:after {
    opacity: 0;
}

.contact-page .nf-form-content .list-select-wrap>div select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.contact-page .nf-form-content button, 
.contact-page .nf-form-content input[type=button], 
.contact-page .nf-form-content input[type=submit] {
    background: #458ccc;
    height: 40px;
    padding: 0px 25px;
    text-align: center;
    width: 125px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.contact-page .nf-error-msg, 
.contact-page .ninja-forms-req-symbol {
    font-size: 15px;
}
nf-fields-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -15px;
}

nf-field {
    width: 50%;
    padding: 0px 15px;
}
nf-field:nth-child(7) {
    width: 100%;
}

.contact-page .nf-form-content textarea.ninja-forms-field {
    height: 100px;
     min-height: 100px;
}

div#nf-field-8-container {
    margin: 0;
}

.nf-form-content {
    padding: 0;
}

.nf-form-fields-required {
    display: none;
}
.contact-page .nf-pass.field-wrap .nf-field-element:after {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
}
textarea{
    resize: vertical;
}
@media(max-width:767px){
    nf-field {
        width: 100%;
    }   
}