/*!
Theme Name: Base Theme
Theme URI: https://github.com/kylephillips/wp-base-theme
Description: A (very basic) base theme and plugin template for new projects using a Gulp build process.
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
Version: 1.0


*/body, html {
    height: 100%
}
.container, .container:after, li.gfield, ul.gform_fields:after {
    clear: both
}

.full{
    width:100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
.wp-caption p, em {
    font-style: oblique
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

tr{ border-bottom: 1px solid #666666;    vertical-align: middle;}


html {
    -webkit-tap-highlight-color: transparent
}
body {
    font-family:  'Open Sans', sans-serif;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.9;
    color: #1A1919;
    overflow-x: hidden;
    width: 100%
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit
}
a {
    color: #094e99;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
a:focus, a:hover {
    color: #031d39;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}
.container {
    max-width: 850px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
    zoom: 1
}
h1, h3 {
  /*  line-height: 1.2;
    margin-bottom: .3em;
    font-weight: 700 */
}
.container:after, .container:before {
    content: " ";
    display: table
}
::selection {
    background: #000;
    color: #fff
}
::-moz-selection {
background:#000;
color:#fff
}
p {
    margin: 0 0 20px
        
}
strong {
    font-weight: 600;
}
h1 {
   /* used only for the page title */
}

h2 {
    color:#2D2D2D;
    font-size: 25px;
font-weight:300;
}
h3 {
    color:#2D2D2D;
    font-size: 19px;
    line-height:32px;
    padding-bottom:25px;
font-weight:300;

}
h4 {
    font-size: 16px;
font-weight:300;
}
h5 {
    font-size: 15px;
font-weight:300;
}
h6 {
    font-size:11px;
}
sub, sup {
    font-size: .7em;
    position: relative
}
hr {
    border: 0;
    height: 4px;
    background-color: #ccc;
    margin: 1.5em 0
}
ol, ul {
    list-style: disc;
    margin: 0 0 20px 20px;
}
ol li, ul li {
    margin-bottom: 1em
}
ol li:last-child, ul li:last-child {
    margin-bottom: 0
}
ol {
    list-style-type: decimal
}
li{
padding-left: 10px;
}
sup {
    top: -.4em
}
sub {
    bottom: -.4em
}
blockquote {
    border-left: 3px solid #000;
    padding: 1em 1em .1em;
    margin-bottom: 1.5em;
    font-size: 1.2em
}
input[type=text], input[type=email], input[type=search], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    height: 3em;
    padding: 0 .5em
}
input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus, textarea:focus {
    outline: 0
}
input[type=text]:disabled, input[type=email]:disabled, input[type=search]:disabled, input[type=tel]:disabled, textarea:disabled {
    background-color: #d9d9d9;
    color: gray;
    cursor: not-allowed
}
textarea {
    height: auto
}
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    position: relative;
    outline: 0;
    top: 4px;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.15)
}
input[type=checkbox]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}
input[type=checkbox]:checked:after {
    position: absolute;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'><path fill='#000000' width='20' height='20' d='M15.3,3.7L8,11.1L4.5,7.7L2,10.1L8,16l9.9-9.9L15.3,3.7z'/></svg>");
    color: #000;
    display: block;
    left: -1px;
    top: -1px
}
input[type=checkbox]:disabled {
    opacity: .5;
    cursor: not-allowed
}
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    position: relative;
    top: 4px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.15)
}
input[type=radio]:checked:after {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    background-color: #000;
    content: ""
}
.btn {
    display: inline-block
}
.alert, .gform_confirmation_message, .validation_error {
    display: block;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    padding: .5em;
    border-left: 4px solid #094e99;
    margin-bottom: 1em
}
.alert p, .gform_confirmation_message p, .validation_error p, ul.gfield_checkbox li, ul.gfield_radio li, ul.gform_fields {
    margin: 0
}
.alert-error, .validation_error {
    border-left-color: #d9534f
}
.alert-success, .gform_confirmation_message {
    border-left-color: #5cb85c
}
.gform_validation_container {
    display: none
}
ul.gform_fields {
    list-style-type: none;
    padding: 0;
    zoom: 1
}
ul.gform_fields:after, ul.gform_fields:before {
    content: " ";
    display: table
}
li.gfield {
    float: left;
    width: 48%
}
li.gfield.right {
    float: right;
    clear: none
}
li.gfield.full {
    float: none;
    width: 100%
}
.gfield_required {
    color: #d9534f
}
ul.gfield_checkbox, ul.gfield_radio {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.gfield_error input[type=text], .gfield_error input[type=email], .gfield_error input[type=search], .gfield_error input[type=tel], .gfield_error textarea {
    border-color: #d9534f;
    background-color: rgba(217,83,79,.1)
}
.validation_message {
    color: #d9534f;
    font-size: .88em;
    font-style: oblique
}
.alignleft {
    float: left;
    width: 45%;
    margin: 0 20px 20px 0
}
.alignright {
    float: right;
    width: 45%;
    margin: 0 0 20px 20px
}
.alignnone {
    width: 100%
}
.wp-caption {
    margin: 0
}
.wp-caption.alignnone {
    width: 100%!important
}
.wp-caption.alignleft, .wp-caption.alignright {
    width: 45%!important
}
.wp-caption.alignleft {
    margin: 0 20px 20px 0
}
.wp-caption img {
    width: 100%
}
.wp-caption p {
    font-size: 14px
}

@media (max-width:767px) {
.alignleft, .alignright {
    float: none;
    width: 100%;
    margin: 0 0 20px
}
.wp-caption.alignleft, .wp-caption.alignnone, .wp-caption.alignright {
    width: 100%!important
}
.wp-caption img {
    width: 100%
}
}
.center {
    text-align: center
}
.pull-left {
    float: left
}
.pull-right {
    float: right
}

.hero-area{
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    max-height: 370px;
    overflow:hidden;
}


.hero-image{
   width:100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #252b33;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: .35;
}

.hero-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    line-height: 54px;
font-weight:300;
text-shadow: 1px 1px 8px #000000;
}

.top-pad{
    padding-top:30px;

}

.bottom-pad{
    padding-bottom:30px;
}


.front-posts{
   width:50%;
   float:left;
   text-align:left;
   padding:30px;
}

.front-posts-thumb{
   margin-bottom:20px;
   width:100%;
}

.front-posts-thumb img{
    width: 100%;
    height: auto;
}

.front-posts-title{ 
  text-align:left;
  font-size:18px;
  font-weight:700;
  line-height:25px;
  margin-bottom:10px;
}

.front-posts a{ 
   text-decoration:none;
}

.front-posts-blurb{
  
  text-align:left;
  font-size:12px;
  font-weight:500;
  line-height:19px;
}

.other-posts{
   width:33%;
   float:left;
   text-align:center;
}

.other-posts-thumb{
   text-align:center;
}

.other-posts-title{
  text-transform: uppercase; 
  text-align:center;
  padding:20px;
  font-size:12px;
  font-weight:bold;
  line-height:15px;
}

.other-posts-title a{
  text-decoration:none;
}

.other-posts-title a:hover{
  color:#333333;
}

.top-strip{
   height:33px;
   background-color:#24282d;
}

.tagline{
  text-align:left;
  color:#ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
font-weight:300;
    padding-top: 5px;
}



@media screen and (max-width: 850px) {
.hero-title{
    font-size: 40px;
    line-height: 45px;
}

}

@media screen and (max-width: 640px) {
.hero-title{
    font-size: 30px;
    line-height: 35px;

}

.other-posts{
  width:100%;
  float:left;
}

.tagline{
 text-align:center;
}


}




