/*
Theme Name: keystone
Author: sli
*/
@import url(fonts/fontstyle.css);
/*font-family: 'Open Sans', sans-serif;*/
html{margin:0 !important; padding:0 !important;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
html {overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
article,aside,details,figcaption,footer,header,nav,section {display: block;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a:focus {outline: thin dotted;}
a:hover,a:active { outline: 0;}
embed, iframe, object {max-width: 100%;}
button::-moz-focus-inner {border: 0;padding: 0;margin: 0;}
h1, h2, h3, h4, h5, h6 {color: #003e76;line-height: 1.4;padding-bottom: 15px;font-weight: 600;}
h1 { font-size: 30px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }
body,button,input,select,textarea {color: #111;font-size: 16px;line-height: 1.5;font-family: 'Open Sans', sans-serif;font-weight: 400;}
p {color: #111;font-size: 16px;line-height: 1.5;margin-bottom: 15px;font-weight: 400;}
sup, sub {font-size: 10px;height: 0;line-height: 1;position: relative;vertical-align: baseline;}
sup {bottom: 1ex;}
sub {top: .5ex;}
table {border-collapse: collapse;border-spacing: 0;margin: 0 0 1.5em;width: 100%;}
th {font-weight: bold;}
th, td {border: 1px solid #f2f2f2;padding: 6px 10px;}
caption, th, td {text-align: left;}
ul, ol {list-style: none;}
ol {list-style: decimal;}
li > ul,li > ol {margin: 0 0 0 20px;}
blockquote {font-style: italic;font-weight: normal;padding: 20px;border: 1px solid #f2f2f2;border-left: 3px solid #80abc8;margin-bottom: 20px;}
blockquote em, blockquote i, blockquote cite {font-style: normal;}
blockquote cite {color: #111111;font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 400;letter-spacing: 0.05em;text-transform: uppercase;}
body {background: #fff;}
strong {font-weight: bold;}
cite, em, i {font-style: italic;}
pre {background-color: #f2f2f2;margin-bottom: 20px;overflow: auto;padding: 20px;border: 1px solid #eaeaea;}
pre, code, kbd, var, samp, tt {font-family: "Courier 10 Pitch", Courier, monospace;font-size: 14px;line-height: 19px;white-space: pre-wrap;}
abbr, acronym, dfn {border-bottom: 1px dotted #f2f2f2;cursor: help;}
address {display: block;font-style: italic;margin: 0 0 15px;}
ins {background-color: #f2f2f2;}
hr {border-color: #ccc;border-style: solid none none;border-width: 1px 0 0;height: 0;margin: 30px 0;}
dl {margin-bottom: 24px;font-size: 16px;}
dt {font-weight: bold;margin-bottom: 5px;}
dd {margin-bottom: 24px;}
.screen-reader-text { display: none; }
input, textarea {-webkit-border-radius: 0px;}
input[type="text"],input[type="url"],input[type="email"],input[type="search"],input[type="password"],textarea,select {padding: 10px;border: 1px solid #f2f2f2;line-height: 20px;width: 98%;margin: 0 0 10px;background-color: #fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
input[type="text"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="password"]:focus,textarea:focus {border: 1px solid #eaeaea;}
input.s {width: 60%;padding: 4px 10px 4px 10px;height: 36px;color: #111111;background-color: #efefef;margin: 0 48px 0 0;border: 1px solid #c9c9c9;}
input.s:focus {padding-left: 10px;border-color: #eaeaea;text-indent: 0;}
.ample-button,input[type="reset"],input[type="button"],input[type="submit"],button {-moz-appearance: none !important;-webkit-appearance: none !important;appearance: none !important;color: #FFFFFF;display:inline-block;margin-bottom: 0;padding: 10px 25px;cursor: pointer;background-color: #80abc8;border: 0px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;font-size: 16px;}
.ample-button:hover,input[type="reset"]:hover,input[type="button"]:hover,input[type="submit"]:hover,button:hover {-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);box-shadow:0 0 2px rgba(0, 0, 0, 0.6);}
a {color: #003e76;text-decoration: none; -webkit-transition: all 400ms ease-out; -moz-transition: all 400ms ease-out; -o-transition: all 400ms ease-out; transition: all 400ms ease-out;}
a:focus, a:active, a:hover {text-decoration: none;}
/*header*/
.main-navigation { position:relative; background:#00adef;}
.main-navigation ul{ display:table; width:100%; margin-bottom: 0;}
ul#menu-main ul{ display:none; position:absolute; left:0; top:50px; background:#000; margin: 0;width:124%;}
ul#menu-main li:hover ul{ display:block;}
ul#menu-main li{ display:table-cell; text-align:center; position:relative; z-index:100;}
ul#menu-main ul li{ display:block; text-align:center;  }
ul#menu-main li a{ position:relative; color:#fff; font-weight:bold; font-size:14px; text-transform:uppercase; padding:0px 15px; line-height:50px; text-decoration:none;display:block; border-right:1px solid #4d4d4d;}
ul#menu-main li li{ line-height:30px;}
ul#menu-main li li:first-child a{padding-top:10px;}
ul#menu-main li li a{ font-size:13px;line-height: 1.4; padding-bottom: 10px;}
ul#menu-main li:hover a,.ul#menu-main li.current a,ul#menu-main li.selected a{color:#fff; background:#013e77;}
.better-responsive-menu .sub-toggle { display: none;}
.menu-toggle {display: none;cursor: pointer;}
figure {margin: 0;text-align: center;}
img {max-width: 100%;height: auto;vertical-align: top;margin-bottom: 18px;}
.entry-content img, .comment-content img, .widget img {max-width: 100%;}
img.size-full, img.size-large {max-width: 100%;height: auto;}
.entry-content img.wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}
img.alignleft, img.alignright, img.aligncenter {margin-bottom: 1.625em;}
a img {border: 0;}
a img:hover {opacity: 0.8;filter:alpha(opacity=80); box-shadow: #000 0 0 0;}
img#wpstats {display: none;}
.alignleft {display: inline;float: left;margin-right: 30px;}
.alignright {display: inline;float: right;margin-left: 30px;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display: block;}
.tg-after-three-blocks-clearfix {clear: both;}
.tg-featured-posts-clearfix {clear: both;}
.wp-caption {border: 1px solid #ccc;margin-bottom: 1.5rem;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin: 1.2% auto 0;max-width: 98%;}
.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075rem 0;}
.gallery {margin: 0 auto 15px;}
.gallery-item {display: inline-block;padding: 15px 2%;text-align: center;vertical-align: top;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.gallery-columns-3 .gallery-item,.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item {padding: 15px 1%;}
.gallery-columns-6 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {padding: 10px 0.5%;}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {margin: 0 auto;}
.gallery .gallery-caption {font-size: 12px;line-height: 1.2;padding-top: 5px;}  
#masthead .search-wrap input.s {width: 180px;}
.fa.search-top {color: #80abc8;position: absolute;right: 0;line-height: 70px;cursor: pointer;padding-left: 10px;top: 0;}
.search-wrap {position: relative;}
.search-wrap button {background: #000c44;border-radius: 0;color: #fff;line-height: 40px;margin-left: -2px;margin-bottom: 0;padding: 0 15px;position: absolute;top: 0;right: 0; font-size: 0;}
.search-icon:before {content: "\f002";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 18px;}
.search-form-top {position: relative;}
.not-found .search-wrap button { right: 175px;}
.header-post-title-container {padding: 40px 0;background-color: #80abc8;border-bottom: 1px solid #f2f2f2;}
.header-post-title-container .post-title-wrapper {float: left;max-width: 100%;padding-right: 30px;}
.header-post-title-class {font-size: 24px;padding-bottom: 0;color: #ffffff;}
#secondary .widget,#tertiary .widget { padding-bottom: 40px;}
#secondary .widget-title,#tertiary .widget-title {font-size: 24px;}
#secondary .widget li a,#tertiary .widget li a {padding-bottom: 10px;display: inline-block;color: #80abc8;}
#secondary .widget li a:hover,#tertiary .widget li a:hover {text-decoration: underline;}
.widget select {max-width: 100%;}
#secondary .search-wrap button,
#tertiary .search-wrap button {right: 26px;}
.both-sidebar #secondary .search-wrap button,
.both-sidebar #tertiary .search-wrap button {right: 0;}
.call-to-action-content-wrapper h3 {padding-bottom: 0;font-size: 26px;color: #ffffff;line-height: 2;text-align: center;z-index: 1;}
.call-to-action-button {border: 2px solid #ffffff;color: #ffffff;font-size: 18px;line-height: 2;text-align: center;padding: 10px 30px;margin-left: 60px;display: inline-block;border-radius: 3px;}
.call-to-action-button:hover {background: rgba(255, 255, 255, 0.26);color: #ffffff;}
.featured-posts-header .widget-title {text-align: center;line-height: 28px;padding-bottom: 0;}
.featured-posts-main-description {text-align: center;}
.featured-posts-main-description p {padding-bottom: 50px;margin-bottom: 0;}
.widget_featured_posts_block .widget-title {text-transform: uppercase;}
.widget_featured_posts_block .widget-title:after {background: none repeat scroll 0 0 #ccc;content: "";display: block;height: 2px;margin: 20px auto;width: 100px;}
.widget_featured_posts_block {padding-top: 60px;}
.featured-posts-content {padding-bottom: 40px;}
.single-post-image-wrap {float: left;margin-right: 20px;margin-bottom: 10px;}
.single-post-image-wrap img {padding-top: 8px;margin-bottom: 0;}
.single-post-content .read-btn a {margin-top: 0;}
.widget_featured_posts_block .single-post .entry-title {margin: 0 0 6px 0;font-size: 25px;padding-bottom: 0;}
.widget_featured_posts_block .single-post {margin-bottom: 10px;}
.single-post-content a{color: #80abc8;}
.single-post-content .entry-title a{color: #111111;}
.single-post-content .entry-title a:hover{color: #80abc8;}
.breadcrumb {float: right;text-align: right;margin-top: 8px;margin-bottom: 2px;font-size: 14px;}
.breadcrumb {color: #ffffff;font-weight: 400;}
.breadcrumb a {color: #ffffff;font-weight: normal;}
.breadcrumb a:hover {text-decoration: underline;}
.wp-pagenavi {padding-bottom: 40px;}
body {padding-top: 30px;padding-bottom: 30px;}
body.wide {padding-top: 0;padding-bottom: 0;}
#page {background-color: #ffffff;margin: 0 auto;max-width: 1170px;}
.wide #page {max-width: 100%;}
.inner-wrap {max-width: 1170px;margin: 0 auto;}
.main-head-wrap {padding: 0;}

#header-left-section {float: left;margin-right: 25px;}
#header-logo-image {float: left;padding: 5px 20px 5px 0;max-width: 100%;}
#header-logo-image img {margin-bottom: 0px;height: auto;width: auto;}
#header-text {float: left;padding-right: 20px;}
#site-title {padding-bottom: 0;}
#site-title a {color: #111111;font-size: 34px;}
#site-title a:hover {color: #80abc8;}
#site-description {line-height: 1.5;font-size: 13px;padding-bottom: 0;color: #555555;font-weight: 400;margin-bottom: 0;}
#header-right-section {float: right;position: relative;}
img.header-image {display: block;margin: 0 auto;}
#primary {float: left;width: 64.54545454%;}
#secondary {float: right;width: 31.81818181%;}
.left-sidebar #primary {float: right;width: 64.54545454%;}
.left-sidebar #tertiary {float: left;width: 31.81818181%;}
.both-sidebar #primary {width: 72.72727272%;}
.both-sidebar #secondary {width: 23.63636363%;}
.both-sidebar #primary #content {float: right;width: 62.5%;}
.both-sidebar #primary #tertiary {float: left;width: 32.5%;}
.no-sidebar-full-width #primary {width: 100%;}
.no-sidebar #primary {float: none;margin: 0 auto;}
.tg-one-half {float: left;width: 48.18181818%;margin: 0 3.63636363% 0 0;padding: 0px 0px 30px;}
.tg-one-half-last {float: right;margin: 0px;}
.tg-one-third {float: left;margin: 0 3.63636363% 0 0;width: 30.90909090%;}
.tg-one-third-last {float: right;margin-right: 0;}
.tg-one-fourth {float: left;width: 22.95454545%;margin: 0 2.72727272% 0 0;}
.tg-one-fourth-last {margin: 0px;}
.extra-hatom-entry-title {display: none;}
.home .single-page {margin-top: 0;}
.single-page {margin-top: 20px;}
.single-header {padding: 2% 0;background-color: #444;}
.single-header h2 {font-size: 2.5em;color: #80abc8;font-weight: 200;margin-bottom: 16px;}
.single-page p a{color: #80abc8;}
.single-page p a:hover{color: #555;}
.single-page p {margin-bottom: 10px;}
.entry-content ul {list-style: square;}
.entry-content ul,.entry-content ol {padding: 0 0 0 20px;margin-bottom: 30px;}
.entry-content li > ul,.entry-content li > ol {margin-bottom: 0;}
.sidebar h4{font-weight: 400;padding-bottom: 8px;margin-bottom: 17px;}
.date-icon, .author-icon {width: 32px;height: 32px;display: block;float: left;}
.hentry .entry-title {font-size: 24px;padding-bottom: 10px;}
.hentry .entry-title a {color: #111111;display: block;font-weight: 400}
.hentry .entry-title a:hover {color: #80abc8;}
.entry-meta{width: 100%;padding-bottom: 20px;}
.entry-meta{ font-size: 14px;}
.read-btn a {border: 1px solid #80abc8;display: inline-block;margin-top: 20px;padding: 10px 16px;}
.read-btn a:hover {background-color: #80abc8;color: #ffffff;}
.entry-meta > span {padding-right: 15px;}
.entry-meta .fa {color: #80abc8;padding-right: 5px;}
.entry-meta a {color: #555555;font-weight: 400;}
.entry-meta a:hover {color: #80abc8;}
article.post {padding-bottom: 60px;}
.blog article.post {padding-bottom: 30px;clear: both;}
.tags a {display: inline-block;}
.default-wp-page li.previous {float: left;}
.default-wp-page li.next {float: right;}
.previous a,.next a {color: #80abc8;padding: 5px 0;cursor: pointer;font-size: 16px;display: inline-block;}
.next {float: right;}
.previous a:hover,.next a:hover {text-decoration: underline;}
.default-wp-page {padding: 20px 0;}
.nav-previous,.nav-next {margin-bottom: 15px;}
.nav-previous a,.nav-next a {color: #80abc8;cursor: pointer;font-size: 16px;}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,.nav-next a:hover {text-decoration: underline;}
#comments {border-top: 1px solid #F8F8F8;padding-top: 15px;}
#comments i {font-size: 12px;color: #80abc8;padding-right: 10px;line-height: 1.5;}
#comments img {margin-bottom: 5px;}
.comments-title {font-size: 22px;line-height: 28px;}
.comment-content a {word-wrap: break-word;}
.comment-navigation {margin-bottom: 15px;}
#comments h2.comments-title,#comments h3.comments-title {margin-bottom: 10px;}
.avatar {border-radius: 50%;float: left;}
.comments-area article header {margin: 0 0 5px;overflow: hidden;position: relative;}
.comments-area .comment-edit-link,.comments-area .comment-permalink,.comments-area .comment-date-time,
.comments-area .comment-author-link {display: block;margin-left: 100px;color: #999999;font-size: 14px;}
.comments-area article header cite a:hover,.comments-area a.comment-edit-link:hover,.comments-area a.comment-permalink:hover {color: #80abc8;}
.comments-area .comment-author-link a {color: #999999;}
.comments-area .comment-author-link a:hover {color: #80abc8;}
.comments-area .comment-author-link span {margin-left: 10px;padding: 0 5px;background-color: #80abc8;color: #FFFFFF;border-radius: 3px;}
.comments-area article header .comment-edit-link:before{content: "\f044";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #80abc8;font-size: 12px;padding-right: 10px;}
.comment-content {padding: 15px 15px 25px;background-color: #F8F8F8;border-radius: 2px;}
li.comment {margin-bottom: 20px;width: 100%;}
.comment ul, .comment ol {margin: 0 0 20px 20px;}
.comment ul {list-style: square outside none;}
.comment .comment-reply-link {float: right;color: #aaaaaa;font-size: 14px;}
.comment .comment-reply-link:before {content: "\f112";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #80abc8;font-size: 12px;padding-right: 10px;}
.comment .comment-reply-link:hover {color: #80abc8;}
.comment-list, .comment-list .children {list-style-type: none;padding: 0;}
.comment-list .children {margin-left: 40px;padding-top: 20px;margin-bottom: 0;}
#reply-title {font-size: 20px;}
.comment-respond {padding-top: 20px;}
.comment-respond small {float: right;}
.form-allowed-tags {display: none;}
.error404 .page-title {font-size: 30px;}
#colophon{font-size: 14px;clear: both;color: #fff;background-color: #003e76;overflow: hidden;padding: 50px 0 20px; margin-top:30px;}
.scrollup:hover{opacity: 0.6;}
.copyright-info ul li {margin-bottom: 10px; float: left;margin-left: 25px;}
.copyright-info ul li a{color: #fff;padding: 5px 5px;}
.copyright-info ul li a:hover{color: #80abc8;}
.extra-info{float: right !important;}
#colophon p {font-weight: 400;color: #fff;line-height: 22px;font-size: 15px;}
#colophon a {font-weight: 400;color: #b1b6b6;line-height: 22px;font-size: 13px;}
#colophon a:hover {color: #80abc8;}
#colophon-box {float: left;width: 22%;margin-right: 4%;}
.footer-widgets-area {margin-bottom: 20px;color: #fff; border-bottom:1px solid #fff;}
.footer-widgets-area .tg-one-fourth .widget-title {text-align: left;}
.footer-widgets-area h3.widget-title {color: #D5D5D5;}
.footer-widgets-area .tg-one-fourth p {text-align: left;color: #b1b6b6;}
.footer-widgets-area a {color: #D5D5D5;}
.footer-widgets-area a:hover {color: #80abc8;}
#colophon .widget {padding-bottom: 25px;}
#colophon .widget-title {font-size: 22px;line-height: 1.4;color: #b1b6b6;}
#colophon, #colophon p {font-size: 14px;line-height: 1.4;}
#colophon .footer-widgets-area li a {display: inline-block;padding-bottom: 3px;}
.footer-widgets-area .search-icon:before {font-size: 20px;}
.copyright-info {float: none;text-align:center;font-weight: 400; color:#fff;}
#colophon .copyright-info a {color: #b1b6b6;}
#colophon .copyright-info a:hover {color: #80abc8;}
.footer-nav {float: right;}
.footer-nav ul li {display: inline-block;padding-left: 10px;}
#colophon .footer-nav ul li a {color: #b1b6b6;}
#colophon .footer-nav ul li a:hover {color: #80abc8;}
a#scroll-up {bottom: 20px;position: fixed;right: 20px;display: none;background-color: #ffffff;opacity: 0.5;filter:alpha(opacity=50);padding: 9px 18px;border-radius: 2px;font-size: 20px;}
a#scroll-up i {color: #80abc8;}
a#scroll-up:hover {opacity: 1;filter:alpha(opacity=100);}
.wp-custom-header { position: relative;}
iframe#wp-custom-header-video {width: 100%;}
.wp-custom-header-video-button { opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0;bottom: 0; margin: auto; width: 62px; height: 50px; font: 0px/0 a; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;}
.wp-custom-header:hover .wp-custom-header-video-button { visibility: visible; opacity: 1;}
.wp-custom-header-video-button:before { content: '\f04b'; display: block; font-family: FontAwesome; font-size: 20px;}
.wp-custom-header-video-button.wp-custom-header-video-pause:before{ content: '\f04c';}
.viewplan { margin-top: 25px;}
/*********max-edit*********/
.panel-grid, .so-panel{margin-bottom:0 !important;}
#secondary .widget, #tertiary .widget { padding-bottom: 0 !important;}
.h_note {font-size: 24px;color: #4c4c4c;margin-top: 15px;}
.h_note a {color: #4c4c4c;}
.h_note .fa {padding-right: 10px;}
.contactblock{margin-bottom:30px;}
.contactblock, .socialblock {text-align: center;color:#fff;}
.contactblock h3, .socialblock h3 { color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.social{text-align: center;}
.social .fa{color: #99b2c8; line-height: 45px;font-size: 18px;}
.social a { width: 40px; height: 40px; /*border: 3px solid #99b2c8;*/border-radius: 50%;display: inline-block;  }
.social li{display:inline-block; padding: 0 5px; }
.slidetxt h1 {font-family: 'Track'; text-transform: uppercase; font-size: 60px !important; font-weight: 400; margin-bottom: 0; color: #fff; line-height:1.4 !important;}
.slidetxt .subtitle { line-height: 15px !important;font-size: 24px !important;color: #fff !important; padding:15px 0;}
.slidetxt a { background: #00adef; line-height: 40px !important; padding: 0 30px !important; text-transform: uppercase; text-decoration: none; color: #fff !important; display: inline-block;font-size: 18px !important;margin-top:30px;font-family: 'Open Sans', sans-serif;}
div#hblock2 h3 { text-align: center; font-size: 24px; font-weight: bold; font-family: 'track';text-transform: uppercase;}
.lead, .lead p { font-size: 18px; text-align: center; margin-bottom: 40px; line-height: 30px;}
.lead a {font-size: 14px; font-weight: bold;}
.button { border: 0px; display: inline-block; border: 2px solid #00adef; text-transform: uppercase; color: #00adef; min-height: 40px; padding: 0 30px; box-sizing: border-box; line-height: 35px; width: auto;}
.button:hover { border: 2px solid #000 !important; color: #000 !important; background: #fff;}
h4.sow-headline { font-weight: bold; text-transform: uppercase;}
div#hblock2 { border-bottom: 1px solid #ccc;}
.directional .third.m_half, .sidebar .third.m_half { border: 3px solid #c9c9c9; margin-bottom: 10px; padding: 0 !important;}
.sidebar .third.m_half { margin-right: 3px;}
.directional a { cursor: pointer; display: block; position: relative; overflow: hidden; font-size: 0;}
.dirtitle { padding: 20px 10px; position: relative; text-align: center;}
.directional .third.m_half img, #sidebar .third.m_half img { border: 0; margin-bottom: 0;}
.hoverbox { position: absolute; overflow: hidden; padding: 20px 40px;text-align: center; top: 500px; left: 0; right: 0; bottom: 0; background: rgba(33,150,243,0.8); color: #fff;
font-size: 13px; opacity: 0;}
.hoverbox p{font-size: 13px;}
.dt { height: 100%; width: 100%; display: table;}
.dtc { vertical-align: bottom; display: table-cell;}
.dtc p, .dtc{ text-transform: uppercase; color:#fff;}
.hoverbox span.readmore { margin-top:15px;padding: 0 30px; display: inline-block; background: #fff; font-size: 14px; color: #00adef; line-height: 50px; font-weight: 600;}
.hoverbox span.smalltxt { text-transform: lowercase;}
.directional a:hover .hoverbox { top: 0; opacity: 1;}
.dirtitle h3 { margin-bottom: 10px; color: #000; font-size: 24px;padding-bottom:0;    font-weight: bold;text-transform: uppercase;}
.dirtitle h2 { text-align: center; color: #00adef; font-size: 48px; text-transform: uppercase; margin-bottom: 0; font-weight: 700;padding-bottom:0;}
.directional p { margin-bottom: 0;}
.contactblock p {margin-bottom: 0;}
.freeqouteform { box-sizing: border-box; box-shadow: 0px 0px 10px #888; margin-bottom: 30px;}
.formheader { padding: 20px; display: block; background: #003e76}
.formheader h2 { text-transform: uppercase; color: #fff; text-align: center; line-height: 1.2; margin-bottom: 0; font-size: 22px; font-weight: bold;padding-bottom:0;}
.formheader h2 span.fhstxt {font-size: 15px;font-weight: normal;}
.formbody { padding: 20px;}
.formbody p { margin-bottom: 10px;}
.formbody p input { padding-left: 0; padding-right: 0; text-indent: 10px; border-radius: 3px; box-shadow: 0 0 5px #ccc; width: 100%;}
.wpcf7 .ajax-loader{display:none !important;}
.formbody p input.wpcf7-submit{font-weight:bold;}
.crellyslider>.cs-slides>.cs-slide>div{left:0 !important;right:0 !important; text-align:center;}
.pagebanner {position: relative;}
.pagebanner img{margin-bottom:0;}
.pagebanner h1 {width: 94%; background: rgba(255,2552,255,0.8); font-size: 25px; font-family: track; padding: 10px 0 10px 6% !important; position: absolute; bottom: 0; left: 0;margin-bottom: 0 !important; line-height: 1; font-weight: normal;}
.pagebanner img { width: 100%;}
.entry-content {margin-top:30px;}
.home .entry-content {margin-top:0;}
h2.sow-headline{color: #003e76; font-size: 26px; font-weight: 600; line-height:1 !important;padding-bottom:40px;}
ul.disc { list-style: disc; padding-left: 30px;}
ul.circle { list-style: circle; padding-left: 30px;}
ul.decimal { list-style: decimal; font-weight:600; padding-left: 30px;}
ul.decimal li{font-weight:normal;}
.ourteam_block img{margin-bottom:0;}
.ourteam_block h3{font-size:18px; padding-bottom:0;}
.rsblock img { border: 2px solid #003e76 !important;}
form#resourcesform .formitem { margin-bottom: 10px;}
.formitem input, .formitem select, p select {padding-left: 0;padding-right: 0;text-indent: 10px;border-radius: 3px;box-shadow: 0 0 5px #ccc;width: 100%;}
#frblock2 .wpcf7-form{width: 70%;}
#frblock2 .wpcf7-form input.wpcf7-submit {text-align: center; display: block; background: #28b8ee !important; border: #28b8ee !important; color: #fff; font-weight: bold; cursor: pointer; text-indent: 0; word-wrap: normal; white-space: normal; padding: 10px 0 !important;line-height: 1.2; width:160px; text-transform:uppercase;}
#cblock3-left form { background: #fff; padding: 35px 28px 25px; border: 1px solid #2095f2; box-shadow: 0 -14px 0 0 #555 inset, 0 6px 0 0 #2095f2 inset;}
#cblock3-left form textarea{box-shadow: 0px 0px 5px #ccc; width:96%;}
#cblock3-left form input.wpcf7-submit{display:block; background: #28b8ee !important; border: #28b8ee !important; text-transform:uppercase; width:100%;}

.blog h2.entry-title { border-bottom: 1px solid #ccc; font-size: 18px; margin: 0; padding: 0 0 3px 0; }
.blog h2.entry-title a{color:#003e76 !important;}
.blog span.author.vcard, .blog span.category, .blog span.comments {display: none;}
.blog figure.post-featured-image { width: 150px; float: left; padding: 0 20px 20px 0;}
.blog article .read-btn{display: none;}
.blog .single-page{margin-top:50px; }
body.single p{font-size:16px;}
.single h2 { border-bottom: 1px solid #ccc; font-size: 22px; margin: 0; padding: 0 0 3px 0;}
.single h3{font-size:20px; font-weight:bold;}
div#secondary a { font-size: 16px; line-height: 1.2;}
.blogimg img {margin: 30px 0 0 0;}
.tg-one-nine {width: 65%;float: left;}
.recentpostlist{margin-bottom:15px;}
.recentpostlist img {float: left;width: 165px;margin: 0 13px 0 0;}
.recentpostlist  .recentpostcont {padding-left:180px;}
.recentpostcont h3 {font-size: 18px;color: #fff;padding-bottom: 0;}
.recentpostcont a{color:#fff !important;}
.sidebar .dirtitle h3{color:#fff;}
.sidebar .dirtitle {position: absolute; left: 0;right: 0;top: 15%;}
.sidebar .third.m_half:hover .dirtitle { display: none;}
#opblock2 .textwidget ul.decimal li {font-weight:bold;}
#opblock2 .textwidget ul.decimal li li{color:#111; font-weight:normal;}
div#pp_full_res img { margin-bottom: 0;}
.viewplan a { background: #00adef; padding: 8px 15px; color: #fff; font-weight: 600;}
div#portfoliolist h2 {font-size: 20px; text-transform: uppercase;}
.project-data strong, .project-data h4 {color: #003e76;display: inline-block;position: relative;clear: both;margin-top:10px;}
.page-id-23 #secondary section#siteorigin-panels-builder-2 {display: none;}
#wprmenu_bar { background-color: #003e76 !important;}
#mg-wprm-wrap { background-color: #003e76 !important;}
#mg-wprm-wrap li.current-menu-item > a { background: #00adef !important;}
.pfl { margin-top: 40px;}
div.pp_pic_holder { z-index: 101030 !important;}
div#hblock2 h3 small { font-family: roboto; text-transform: lowercase;}
.home .dirtitle span{color:#111 !important}
.single-project .ms-slide .ms-slide-bgcont img {margin-top:0 !important;}
.responsivetable { overflow-x: scroll;}
.single .entry-content h3{text-transform:uppercase;}
.g-recaptcha {margin-bottom: 10px;}
.sidebar .third.m_half a{font-size:0 !important;}
ul.social li a { font-size: 0 !important;}
body > a{display:none !important;}
.formitem label{font-size: 0 !important;}
.page-id-1363 .pagebanner, .page-id-1373 .pagebanner, .page-id-1368 .pagebanner{ display: none;}
.page-id-1373 h3.widget-title {
    text-align: center;
}
.page-id-1363 #secondary #sow-editor-4, .page-id-1373 #secondary #sow-editor-4, .page-id-1368 #secondary #sow-editor-4{display:none !important;}
#cblock3-left .formitem label, .freeqouteform label{display:none !important;}
#cblock3-left .formitem select, p select{color:#666;}
/*--------------------------------------------------------------
14.0 Responsive Structure
--------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
	#page {width: 97%;}
	.wide #page {width: 100%;}
	.inner-wrap {width: 94%;}
	.dirtitle h3 {font-size: 20px;}
	.dirtitle h2 {font-size: 36px;}
	.headl.montserrat h2 { font-size: 24px;}
	.dtc p {  font-size: 12px; }
	.hoverbox span{font-size:14px; padding:0 20px; line-height:35px;}
	ul#menu-main ul { width: 155%;}
	.freeqouteform form .g-recaptcha { transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
}
@media screen and (max-width: 1024px) {	
	ul#menu-main li a{font-size:11px;}
	.dirtitle h2 { font-size: 28px;}
	.hoverbox {padding: 20px 15px;}
	.headl.montserrat h2 { font-size: 20px;}
	ul#menu-main ul li a{font-size:11px;}
	ul#menu-main ul { width: 180%;}
}
@media screen and (max-width: 980px) {
	.formbody p input { font-size: 11px;}
	.formheader h2 { font-size: 18px;}
	.dtc p {  font-size: 10px; }
	.hoverbox span{font-size:12px; padding:0 15px; line-height:30px;}
	.freeqouteform form .g-recaptcha { transform: scale(0.60); -webkit-transform: scale(0.60); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
	#cblock3-left form .g-recaptcha{transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
	ul#menu-main li a{padding:0 13px;}
	.slidetxt h1 { font-size: 48px !important;}
}
@media screen and (max-width: 768px) {
	#header-left-section {max-width: 100%;margin-right: 0; float:none; text-align:center;}
	#header-logo-image {float: none; padding: 0; max-width: 100%;margin-top: 60px;}
	#header-right-section {float: none;padding-bottom: 20px;}
	#header-text {padding-right: 0;}	
	.call-to-action-content-wrapper h3 {line-height: 1.5;}
	.call-to-action-button {margin: 20px auto 0;}
	.single-post-image-wrap {float: none;margin-right: 0;}
	.single-post-content .entry-title,
	.single-post-content p,.read-btn {text-align: center;}
	.footer-widgets-wrapper .tg-column-odd,
	.widget_portfolio_block .tg-column-odd {float: left;width: 48.18181818%;}
	.footer-widgets-wrapper .tg-column-even,.widget_portfolio_block .tg-column-even {float: right;width: 48.18181818%;margin-right: 0;}
	.widget_portfolio_block .tg-column-odd,.widget_portfolio_block .tg-column-even {text-align: center;margin-bottom: 25px;}
	.single-service.tg-one-third {margin-bottom: 25px;}
	.tg-after-two-blocks-clearfix {clear: both;;}
	.tg-after-three-blocks-clearfix {clear: none;}
	.copyright-info {padding-right: 0;float: none;text-align: center;}
	.footer-nav {float: none;text-align: center;}
	.logo-disable #site-navigation > .menu {padding-top: 60px;}
	.logo-disable .main-head-wrap.inner-wrap {padding: 0;}
	.sidebar .third.m_half {width:280px !important; margin:0 auto;}
	.h_note {text-align: center;  margin-top: 5px;}
	.search-wrap {display: inline-block;}
	.search-form-top {text-align: center;}
	.slidetxt h1 {font-size: 30px !important;}
	.slidetxt .subtitle {font-size: 16px !important;}
	.crellyslider, .crellyslider ul li {height: 250px !important;}
	.crellyslider>.cs-slides>.cs-slide>div {top: 70px !important;}
	.directional .third.m_half { width: 295px; margin: 0 auto;}
   .home .single-page { margin-top: 10px;}
	#primary, #secondary,.both-sidebar #primary,.both-sidebar #secondary,.both-sidebar #primary #content,.both-sidebar #primary #tertiary {float: none;width: 100%;}
	.tg-one-half, .tg-one-third {float: none;width: 100%;margin: 0;}	
	.better-responsive-menu .sub-menu {display: none;}
	.main-small-navigation li{position: relative;} 
	.better-responsive-menu .sub-toggle {position: absolute;right: 20px;cursor: pointer;display: block;top: 6px;color: #fff;padding: 0 7px;background-color: #80abc8;}
	.menu-toggle,.main-navigation.toggled .menu-primary-container {display: block;}
	.main-navigation ul {display: none;}
	.main-navigation {padding-top: 0;}
	.menu-toggle { margin-top: -30px; right: 30px; position: absolute; z-index: 999;}
	.menu-toggle:before{color: #80abc8;content: "\f0c9";font-family: fontawesome;font-size: 22px;position: absolute;top: -10px;}
	.menu-primary-container,.nav-menu {clear: both;}
	.menu-primary-container > ul > li > a,.menu > ul > li > a {line-height: 30px;height: 50px;}
	.menu-primary-container ul ul li,.nav-menu ul ul li {padding-right: 0;}
	.menu-primary-container > ul > li > a,.menu > ul > li > a {height: auto;line-height: 1;}
	#masthead .menu-primary-container li a,#masthead .nav-menu li a {border-bottom: 1px solid #f8f8f8;color: #fff;display: block;font-size: 14px;padding: 10px 0;width: 100%; line-height:30px;background:#003e76;}
	ul#menu-main li {display: block;}
	ul#menu-main ul { position: relative; width: 100% !important;top:0;}
	.better-responsive-menu .sub-toggle {  background: transparent !important;}
	.freeqouteform form .g-recaptcha, #cblock3-left form .g-recaptcha { transform: scale(1); -webkit-transform: scale(1); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
	.footer-widgets-wrapper .tg-column-odd,.footer-widgets-wrapper .tg-column-even {float: none;width: 100%;}
	.grid-2 figure figcaption { padding: 0 !important;}
	div.pp_pic_holder, .ppt, .pp_content, .pp_hoverContainer { z-index: 101030 !important; width: 90% !important; height: auto !important; margin: 0 auto; left: 0 !important; right: 0;}
	div#pp_full_res img { margin-bottom: 0; width: 100% !important; height: auto !important;}
	.pp_details { width: 100% !important; position: absolute; right: -15px; }
	.dirtitle{height:auto !important}
}
@media screen and (max-width: 600px) {
	
	.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {width:25%;}
	.master-slider { margin: 0 !important;}
	.ms-view.ms-basic-view.ms-grab-cursor { width: 100% !important; height: 150px !important;}
	.ms-thumb-list.ms-dir-v.ms-align-right { display: none !important;}
}
@media screen and (max-width: 480px) {
	.pagebanner h1 {font-size: 14px;}
	ul.disc, ul.circle, ul.decimal   {padding-left: 15px; margin-left:0 !important;}
    #portfoliolist .portfolio { width: 98% !important; margin: 1% !important;}
    .slidetxt .subtitle { font-size: 16px !important; white-space: normal; margin-top: 15px !important; display: block;}
	.slidetxt h1 {font-size: 24px !important;}
	.freeqouteform form .g-recaptcha, #cblock3-left form .g-recaptcha { transform: scale(0.77); -webkit-transform: scale(0.77);  transform-origin: 0 0;-webkit-transform-origin: 0 0;}
}
@media only screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {width:33.33%;}
	.recentpostlist img { float: none; margin: 0 auto 20px; display: block;}
	.recentpostlist .recentpostcont { padding-left: 0;}
	.recentpostlist {text-align: center;}
}
.entry-date .updated { display: none;}